- 4a80d64 CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older environments than VS9. by NAKAMURA Takumi · 13 years ago
- 5bfe3bf CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLVMOptions.cmake has it. by NAKAMURA Takumi · 13 years ago
- e0af267 move Signals to .rodata by Nuno Lopes · 13 years ago
- d1ad82f HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts. by NAKAMURA Takumi · 13 years ago
- 2ddb845 YAMLParser: silence warning about tautological comparison on unsigned-char platforms. by Benjamin Kramer · 13 years ago
- f0ae38e Remove 'XXXRegisterClass' from tablegen output. Targets should use '&XXXRegClass' instead. by Craig Topper · 13 years ago
- 8e3c17a ARM: tblgen'erate more NEON two-operand aliases. by Jim Grosbach · 13 years ago
- 0b35c35 Fix PR12599. by Jakob Stoklund Olesen · 13 years ago
- d83c9ea ARM: tblgen'erate more NEON two-operand aliases. by Jim Grosbach · 13 years ago
- c827834 Revert r155241, which is causing some breakage. by Bill Wendling · 13 years ago
- 8c48e4f Make ISelPosition a local variable. by Jakob Stoklund Olesen · 13 years ago
- bc7d448 Register DAGUpdateListeners with SelectionDAG. by Jakob Stoklund Olesen · 13 years ago
- c61382b Extraneous semicolon. by Eric Christopher · 13 years ago
- 64c7af8 If we discover all of the named structs in a module, then don't bother to by Bill Wendling · 13 years ago
- 3429c75 Print <def,read-undef> to avoid confusion. by Jakob Stoklund Olesen · 13 years ago
- d06c2de Added TargetRegisterInfo::getRegPressureSetName. by Andrew Trick · 13 years ago
- 7c0903a TableGen'd RegPressure: Added getPressureSetName. by Andrew Trick · 13 years ago
- f4594a3 Modify the sh-bang to run out-of-the-box for FreeBSDes. by Bill Wendling · 13 years ago
- a30444a New and improved comment. by Andrew Trick · 13 years ago
- c0ccb8b SparseSet: Add support for key-derived indexes and arbitrary key types. by Andrew Trick · 13 years ago
- 918f38a misched: initialize BB by Andrew Trick · 13 years ago
- d4786e2 Allow converting MachineBasicBlock::iterator to const_iterator. by Andrew Trick · 13 years ago
- 1b0b45b [docs] Update version number. I suggest that at some point we make the by Michael J. Spencer · 13 years ago
- a9498a2 Fix broken internal link. by Joel Jones · 13 years ago
- b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 13 years ago
- d8b3ed8 ARM: Update NEON assembly two-operand aliases. by Jim Grosbach · 13 years ago
- 7605b29 Add debugging hints for when bugpoint does not suffice, specifically for instcombine and TargetLowering by Joel Jones · 13 years ago
- 4f7f40d [docs] Update Makefile for images removal. by Daniel Dunbar · 13 years ago
- 34c53f3 LLVM docs no longer contain images, don't try to install them. by Benjamin Kramer · 13 years ago
- 2efd8ac Add documentation comment. by Jim Grosbach · 13 years ago
- 93282d2 Correct spelling, q.v. http://en.wikipedia.org/wiki/Bourne_shell by Joel Jones · 13 years ago
- 9111fc1 [docs] Remove spurious or unused images. by Daniel Dunbar · 13 years ago
- ee54010 Removes json-bench from the test dependencies. by Manuel Klimek · 13 years ago
- 413ca0d effectively back out my last change (r155190) by Gabor Greif · 13 years ago
- c77d678 fix obviously bogus (IMO) operand index of the load in asserts by Gabor Greif · 13 years ago
- 420761a Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. by Craig Topper · 13 years ago
- c909950 Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change since they are equivalent. by Craig Topper · 13 years ago
- eece9dc Revert r155136 "Defer some shl transforms to DAGCombine." by Jakob Stoklund Olesen · 13 years ago
- 181b147 ARM some VFP tblgen'erated two-operand aliases. by Jim Grosbach · 13 years ago
- bfb3c5a Tidy up. Formatting. by Jim Grosbach · 13 years ago
- 2a22b69 ARM let TableGen handle a few two-operand aliases. by Jim Grosbach · 13 years ago
- c1922c7 TableGen support for auto-generating assembly two-operand aliases. by Jim Grosbach · 13 years ago
- dc21604 Put this expensive check below the less expensive ones. by Bill Wendling · 13 years ago
- f2ae346 When cross compiling, install a host version of llvm-config. <rdar://11187889> by Bob Wilson · 13 years ago
- 8b74e5a Avoid a bug in the path count computation, preventing an infinite by Dan Gohman · 13 years ago
- c8969fd Test for the the problem with xors being changed into ands by Joel Jones · 13 years ago
- adea497 [docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx. by Daniel Dunbar · 13 years ago
- 3020c96 [docs] Remove index.html, I am flipping the switch on llvm.org. by Daniel Dunbar · 13 years ago
- 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 13 years ago
- b423d18 Use a SmallVector instead of std::vector for ResOperands. by Jim Grosbach · 13 years ago
- 8caecde Update some internal naming conventions to modern style. by Jim Grosbach · 13 years ago
- 0d5fcae Defer some shl transforms to DAGCombine. by Jakob Stoklund Olesen · 13 years ago
- 057a4b4 [docs] Add back old index.html until I get llvm.org work done to support Sphinx docs. by Daniel Dunbar · 13 years ago
- 21e993c [docs] Convert docs index page into Sphinx. by Daniel Dunbar · 13 years ago
- 75083eb [docs] Stub out structure for Sphinx-based docs. by Daniel Dunbar · 13 years ago
- 90275ea llvm-lit: Inject the lit module path at the beginning of sys.path, just in case by Daniel Dunbar · 13 years ago
- a4b00b2 zap tabs by Gabor Greif · 13 years ago
- 9b58f29 Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional change since XXXRegisterClass is just a constant alias of &XXXRegClass, but should probably go away. by Craig Topper · 13 years ago
- fc728fb Allow targets to select the default scheduler by name. by Andrew Trick · 13 years ago
- 27745c1 whitespace by Andrew Trick · 13 years ago
- 0d77b9c Extract the broken part of XFAILed test into its own file. by Jakob Stoklund Olesen · 13 years ago
- d4824fc Fix typo. by Jim Grosbach · 13 years ago
- c007eff Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly by Kevin Enderby · 13 years ago
- 3b5b2a2 Don't crash on code where the user put __attribute__((constructor)) on by Dan Gohman · 13 years ago
- bdcfb76 Add a flag to rebranch if we need to. by Bill Wendling · 13 years ago
- 3709762 This reverts a long string of commits to the Hexagon backend. These by Chandler Carruth · 13 years ago
- 722b6f1 LiveIntervalUpdate validators weren't recorded after the calls to std::for_each. Turns out std::for_each doesn't update the variable passed in for the functor but instead copy constructs a new one. by Pete Cooper · 13 years ago
- 838b7a3 Document that StringMap iteration order is non-deterministic. by Jim Grosbach · 13 years ago
- b4b26f8 Revert "Replace some uses of std:map<std::string,...> with StringMap." by Jim Grosbach · 13 years ago
- 3cbcffc tblgen: remove duplicated newlines. by Benjamin Kramer · 13 years ago
- 325478d Replace some uses of std:map<std::string,...> with StringMap. by Jim Grosbach · 13 years ago
- 89f33fd SourceMgr: Colorize diagnostics. by Benjamin Kramer · 13 years ago
- a5b0685 Use SmallVector for the requirements on an InstAlias. by Jim Grosbach · 13 years ago
- 016c679 Tidy up. Formatting. by Jim Grosbach · 13 years ago
- a695349 Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRematerializable. by Akira Hatanaka · 13 years ago
- 9853b49 Delete blank line. by Akira Hatanaka · 13 years ago
- bfb4327 Move a few more warnings to use PrintWarning(). by Jim Grosbach · 13 years ago
- 37c53ff Tidy up. No need for a Twine here, as it's just constants. by Jim Grosbach · 13 years ago
- 723fc11 Formatting. by Jim Grosbach · 13 years ago
- 5bd9e0d Tidy up. Add a '.' at the end of the sentence. by Jim Grosbach · 13 years ago
- 28b810e Fix copy/paste-o. by Jim Grosbach · 13 years ago
- 7be4397 Clean up warning text. Remove extraneous prefix. by Jim Grosbach · 13 years ago
- 9b29ea4 TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. by Jim Grosbach · 13 years ago
- 4b18691 Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
- 97c02bf TableGen add warning diagnostic helper functions. by Jim Grosbach · 13 years ago
- f5782e2 FileCheckize by Jakob Stoklund Olesen · 13 years ago
- 377bf1a Nobody likes shifty instructions, but that was a bit strong. by Jakob Stoklund Olesen · 13 years ago
- 35ee7d2 Added support for disassembling unpredictable swp/swpb ARM instructions. by Silviu Baranga · 13 years ago
- 6b9f97dd Fix the bahavior of the disassembler when decoding unpredictable mrs instructions on ARM. Now the diasassembler emmits warnings instead of errors. by Silviu Baranga · 13 years ago
- fa1ebc6 Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the disassembler. Since the upredicability conditions are complex, C++ code was added to handle them. by Silviu Baranga · 13 years ago
- e546c4c Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction. by Silviu Baranga · 13 years ago
- 9e71231 Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instructions in the disassembler. by Silviu Baranga · 13 years ago
- 4bb87cb SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing a bad one ourselves. by Benjamin Kramer · 13 years ago
- 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 13 years ago
- ecc754d A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist by Eli Bendersky · 13 years ago
- b89ea68 Some formatting and grammar fixes in the FileCheck documentation by Eli Bendersky · 13 years ago
- 1356041 Use a heavy hammer to fix PR12573. by Bill Wendling · 13 years ago
- a963c81 Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back. by Craig Topper · 13 years ago
- b512263 loop-reduce: Add an early bailout to catch extremely large loops. by Andrew Trick · 13 years ago
- 575fcb3 fix error check in assert by Seth Cantrell · 13 years ago