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