- ef6cf47 [C++11] Force the other C++11 standard library detection macros to be by Chandler Carruth · 12 years ago
- 61f5c0a [Sparc] Add support to decode negative simm13 operands in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
- 830156c [Sparc] Add support for decoding call instructions in the sparc disassembler. by Venkatraman Govindaraju · 12 years ago
- abad354 Rewrite a terrible comment about the machine model. by Andrew Trick · 12 years ago
- 06f2e69 [Sparc] Add support to disassemble sparc memory instructions. by Venkatraman Govindaraju · 12 years ago
- f8bc17f [C++11] Turn off compiler-based detection of R-value references, relying by Chandler Carruth · 12 years ago
- 8669eda Add support for parsing sun-style section flags in ELFAsmParser. by Venkatraman Govindaraju · 12 years ago
- 5ddaa6d [Sparc] Implement writeNopData. Emit actual NOP instruction instead of just filling with zeroes. by Venkatraman Govindaraju · 12 years ago
- e0c7e3d [Sparc] Teach SparcAsmParser to emit correct relocations for PIC code. by Venkatraman Govindaraju · 12 years ago
- 79ac85b Fix RWMutex to be thread-safe when pthread_rwlock is not available by Mark Seaborn · 12 years ago
- f38b536 [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The by Chandler Carruth · 12 years ago
- b23750a [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) to by Chandler Carruth · 12 years ago
- f468dea [docs] Update the docs to remove my hedging about C++98 vs. C++11. =] by Chandler Carruth · 12 years ago
- f06322b [Sparc] 80 column rule. No functionality change. by Venkatraman Govindaraju · 12 years ago
- 17e9537 [Sparc] Add support for parsing directives in SparcAsmParser. by Venkatraman Govindaraju · 12 years ago
- c9bf74f [Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the readability of the generated code. by Venkatraman Govindaraju · 12 years ago
- 5de5680 SpillPlacement: fix a bug in iterate. by Manman Ren · 12 years ago
- c1d2eda [CMake] Remove dead C backend option by Reid Kleckner · 12 years ago
- d95e8b4 Reflow isProfitableToMakeFastCC by Reid Kleckner · 12 years ago
- ba34beb Jumped the gun with r202551 and broke some bots that weren't yet C++11ified. by Lang Hames · 12 years ago
- d54d4f6 New PBQP solver, and updates to the PBQP graph. by Lang Hames · 12 years ago
- e6a2102 [docs] Clarify that there isn't much to be done other than watch build by Chandler Carruth · 12 years ago
- 2e7beea [C++11] Switch autoconf and make to use C++11 by default. Now both build by Chandler Carruth · 12 years ago
- cec8bf3 Fix >> to be > > for non-c++11. by Eric Christopher · 12 years ago
- 34faf78 R600: Verify all instructions in the AsmPrinter on debug builds by Tom Stellard · 12 years ago
- 9f0d68f R600/SI: Expand all v16[if]32 operations by Tom Stellard · 12 years ago
- 7166b28 [C++11] Switch CMake to use C++11 by default! Next up, autoconf/make! by Chandler Carruth · 12 years ago
- ffbfa9f 80-col. by Eric Christopher · 12 years ago
- ede487c Fix a crasher where when we're attempting to replace a type by Eric Christopher · 12 years ago
- 80883b6 Add more whitespace to fix more bullets. by Richard Smith · 12 years ago
- 27f41a3 Add whitespace to try to fix bulleted list. by Richard Smith · 12 years ago
- 640da19 Fix some links to C++11 feature papers in the Coding Standards by Ben Langmuir · 12 years ago
- 4a2f393 add missing 3.4 release by Gabor Greif · 12 years ago
- 4ef6a7b CommandLine: Exit successfully for -version and -help by Justin Bogner · 12 years ago
- 1b5d421 Test commit by Adam Nemet · 12 years ago
- 2a80d7d Fixed operand of SC microMIPS instruction. by Zoran Jovanovic · 12 years ago
- 0164f27 Drop libtool from llvm. by Rafael Espindola · 12 years ago
- 5d945db Fixed encoding of SYSCALL microMIPS instruction. by Zoran Jovanovic · 12 years ago
- 8f883ae Revert revision 202518 because of wrong commit message. by Zoran Jovanovic · 12 years ago
- 60f8980 Fix operand of SC instruction. by Zoran Jovanovic · 12 years ago
- fc6cc0e With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. by Rafael Espindola · 12 years ago
- 128237d Correctly set rpath for unittests. by Rafael Espindola · 12 years ago
- 37c04a0 Centralize the handling of install_name and rpath. by Rafael Espindola · 12 years ago
- 2dc637f [docs] Add a section to the coding standards about languages and such. by Chandler Carruth · 12 years ago
- 2c4b1c4 X86Operand is extracted into individual header. by Evgeniy Stepanov · 12 years ago
- 72667d1 [docs] A slight tweak to the intro for the golden rule in the coding standards. by Chandler Carruth · 12 years ago
- 345ca69 [docs] Tweak the example to match what is apparantly the desired form by Chandler Carruth · 12 years ago
- a20d48d [docs] Switch to external hyperlink references. Much more readable and by Chandler Carruth · 12 years ago
- 9447b54 [docs] Fix my links to use the correct ReST syntax. by Chandler Carruth · 12 years ago
- ed0b862 [docs] Fix 80-column wrap that I messed up. by Chandler Carruth · 12 years ago
- 67814df [docs] Tweak discussion of BSDs based on feedback from Roman Divacky. by Chandler Carruth · 12 years ago
- baed825 [docs] Add a big section with details about how to go about acquiring by Chandler Carruth · 12 years ago
- bec8cee Reorder Mips/MCTargetDesc/CMakeLists.txt. by NAKAMURA Takumi · 12 years ago
- 99e493f [mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt. by Sasa Stankovic · 12 years ago
- 068a8c1 [mips] Implement NaCl sandboxing of indirect jumps: by Sasa Stankovic · 12 years ago
- 72c42d9 Add 'remark' diagnostic type in LLVM by Tobias Grosser · 12 years ago
- 6e2a50e Turn static inline functions to inline, following Rafael's suggestion by Alexey Samsonov · 12 years ago
- 3d2ce7a Swap PPC isel operands to allow for 0-folding by Hal Finkel · 12 years ago
- 49c7656 llvm-objdump: Fix crash bug with printing unwind info on stripped file. by Rui Ueyama · 12 years ago
- 6738a1b Style fix. by Rui Ueyama · 12 years ago
- 0ff25b3 Now that it is possible, use the mangler in IRObjectFile. by Rafael Espindola · 12 years ago
- 5de0f3d Rename coff_pdata_x64 -> coff_runtime_function_x64. by Rui Ueyama · 12 years ago
- b7a2ea7 Trying to unbreak the darwin11 builder by Hal Finkel · 12 years ago
- ff455c0 Try to unbreak the C++11 build by Hal Finkel · 12 years ago
- d477e84 [CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static. by NAKAMURA Takumi · 12 years ago
- 36e1825 Add CR-bit tracking to the PowerPC backend for i1 values by Hal Finkel · 12 years ago
- c72cf87 Add an OutPatFrag TableGen class by Hal Finkel · 12 years ago
- 1a13499 Fix visitTRUNCATE for legal i1 values by Hal Finkel · 12 years ago
- 64e9de3 Remove unnecessary temporary variable. by Rui Ueyama · 12 years ago
- 8594ec6 Object/COFF: Add a struct for the function table in .pdata. by Rui Ueyama · 12 years ago
- 4c34f71 Provide a target override for the latest regalloc heuristic. by Andrew Trick · 12 years ago
- 594e2aa Drive-by comment fix. This regalloc comment was not accurate. by Andrew Trick · 12 years ago
- d76403b [docs] Stop advertising 'make update'. It isn't implemented in CMake and by Chandler Carruth · 12 years ago
- 14551f0 Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding by Roman Divacky · 12 years ago
- 3e31a56 Add getter method to access Reloc::Model. by Matheus Almeida · 12 years ago
- e6a9693 Revert r201751 and solve the const problem a different way - by by Eric Christopher · 12 years ago
- 4bd26ae Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now by Adrian Prantl · 12 years ago
- cc331c8 [XCore] Support functions returning more than 4 words. by Richard Osborne · 12 years ago
- 870d997 [XCore] Make LowerCallResult a static function. by Richard Osborne · 12 years ago
- b9e06b9 Remove MCPureStreamer. by Rafael Espindola · 12 years ago
- 106a28c Re-apply r200853, which should not crash after Clang plugins were converted to loadable modules in r201256. by Alexander Kornienko · 12 years ago
- e4db795 Revert r202396, r202397. by Richard Osborne · 12 years ago
- ad4ffce [XCore] Support functions returning more than 4 words. by Richard Osborne · 12 years ago
- 6257ef8 [XCore] Make LowerCallResult a static function. by Richard Osborne · 12 years ago
- c26292d [XCore] Target optimized library function __memcpy_4() by Richard Osborne · 12 years ago
- 83eab93 [XCore] Add dag combines for instructions that ignore some input bits. by Richard Osborne · 12 years ago
- ef174f7 [XCore] Provide information about known zero bits of resource instructions. by Richard Osborne · 12 years ago
- 9aef444 [asan] fix a pair of silly typos by Kostya Serebryany · 12 years ago
- 124bbea [asan] disable asan-detect-invalid-pointer-pair (was enabled by mistake) by Kostya Serebryany · 12 years ago
- 9b3d3a9 [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow. by Kostya Serebryany · 12 years ago
- 36b191f [docs] Actually spell out the new version requirements for the host C++ by Chandler Carruth · 12 years ago
- e2eb9a5 [docs] Clean up some of the required software to not mention irrelevant by Chandler Carruth · 12 years ago
- 5fb0df0 [docs] Switch this table to the simple form as well. No content changed. by Chandler Carruth · 12 years ago
- adf2c60 [docs] Switch to the incredibly simpler "simple table" form. It now by Chandler Carruth · 12 years ago
- 19061dd [docs] Delete tons of bad information in the requirements section of the by Chandler Carruth · 12 years ago
- fb1e26d Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets. by Daniel Sanders · 12 years ago
- 9e443ca [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option by Alexey Samsonov · 12 years ago
- 1348dc0 Don't emit anything into the debug_ranges section if we aren't emitting by Eric Christopher · 12 years ago
- 1c30a35 Exception handling docs: Fix a typo by Mark Seaborn · 12 years ago
- 74be63b0 [X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS, LODS by Craig Topper · 12 years ago