1. 8caecde Update some internal naming conventions to modern style. by Jim Grosbach · 12 years ago
  2. 0d5fcae Defer some shl transforms to DAGCombine. by Jakob Stoklund Olesen · 12 years ago
  3. 057a4b4 [docs] Add back old index.html until I get llvm.org work done to support Sphinx docs. by Daniel Dunbar · 12 years ago
  4. 21e993c [docs] Convert docs index page into Sphinx. by Daniel Dunbar · 12 years ago
  5. 75083eb [docs] Stub out structure for Sphinx-based docs. by Daniel Dunbar · 12 years ago
  6. 90275ea llvm-lit: Inject the lit module path at the beginning of sys.path, just in case by Daniel Dunbar · 12 years ago
  7. a4b00b2 zap tabs by Gabor Greif · 12 years ago
  8. 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 · 12 years ago
  9. fc728fb Allow targets to select the default scheduler by name. by Andrew Trick · 12 years ago
  10. 27745c1 whitespace by Andrew Trick · 12 years ago
  11. 0d77b9c Extract the broken part of XFAILed test into its own file. by Jakob Stoklund Olesen · 12 years ago
  12. d4824fc Fix typo. by Jim Grosbach · 12 years ago
  13. c007eff Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly by Kevin Enderby · 12 years ago
  14. 3b5b2a2 Don't crash on code where the user put __attribute__((constructor)) on by Dan Gohman · 12 years ago
  15. bdcfb76 Add a flag to rebranch if we need to. by Bill Wendling · 12 years ago
  16. 3709762 This reverts a long string of commits to the Hexagon backend. These by Chandler Carruth · 12 years ago
  17. 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 · 12 years ago
  18. 838b7a3 Document that StringMap iteration order is non-deterministic. by Jim Grosbach · 12 years ago
  19. b4b26f8 Revert "Replace some uses of std:map<std::string,...> with StringMap." by Jim Grosbach · 12 years ago
  20. 3cbcffc tblgen: remove duplicated newlines. by Benjamin Kramer · 12 years ago
  21. 325478d Replace some uses of std:map<std::string,...> with StringMap. by Jim Grosbach · 12 years ago
  22. 89f33fd SourceMgr: Colorize diagnostics. by Benjamin Kramer · 12 years ago
  23. a5b0685 Use SmallVector for the requirements on an InstAlias. by Jim Grosbach · 12 years ago
  24. 016c679 Tidy up. Formatting. by Jim Grosbach · 12 years ago
  25. a695349 Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRematerializable. by Akira Hatanaka · 12 years ago
  26. 9853b49 Delete blank line. by Akira Hatanaka · 12 years ago
  27. bfb4327 Move a few more warnings to use PrintWarning(). by Jim Grosbach · 12 years ago
  28. 37c53ff Tidy up. No need for a Twine here, as it's just constants. by Jim Grosbach · 12 years ago
  29. 723fc11 Formatting. by Jim Grosbach · 12 years ago
  30. 5bd9e0d Tidy up. Add a '.' at the end of the sentence. by Jim Grosbach · 12 years ago
  31. 28b810e Fix copy/paste-o. by Jim Grosbach · 12 years ago
  32. 7be4397 Clean up warning text. Remove extraneous prefix. by Jim Grosbach · 12 years ago
  33. 9b29ea4 TableGen use PrintWarning rather than fprintf(stderr,...) for warnings. by Jim Grosbach · 12 years ago
  34. 4b18691 Tidy up. Trailing whitespace. by Jim Grosbach · 12 years ago
  35. 97c02bf TableGen add warning diagnostic helper functions. by Jim Grosbach · 12 years ago
  36. f5782e2 FileCheckize by Jakob Stoklund Olesen · 12 years ago
  37. 377bf1a Nobody likes shifty instructions, but that was a bit strong. by Jakob Stoklund Olesen · 12 years ago
  38. 35ee7d2 Added support for disassembling unpredictable swp/swpb ARM instructions. by Silviu Baranga · 12 years ago
  39. 6b9f97d Fix the bahavior of the disassembler when decoding unpredictable mrs instructions on ARM. Now the diasassembler emmits warnings instead of errors. by Silviu Baranga · 12 years ago
  40. 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 · 12 years ago
  41. e546c4c Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocessor number was removed for this instruction. by Silviu Baranga · 12 years ago
  42. 9e71231 Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instructions in the disassembler. by Silviu Baranga · 12 years ago
  43. 4bb87cb SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing a bad one ourselves. by Benjamin Kramer · 12 years ago
  44. 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 12 years ago
  45. ecc754d A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist by Eli Bendersky · 12 years ago
  46. b89ea68 Some formatting and grammar fixes in the FileCheck documentation by Eli Bendersky · 12 years ago
  47. 1356041 Use a heavy hammer to fix PR12573. by Bill Wendling · 12 years ago
  48. a963c81 Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back. by Craig Topper · 12 years ago
  49. b512263 loop-reduce: Add an early bailout to catch extremely large loops. by Andrew Trick · 12 years ago
  50. 575fcb3 fix error check in assert by Seth Cantrell · 12 years ago
  51. 41c3e9a FileCheckify, un-XFAIL SimplifyLibCalls/floor test Fixes build on MSVC by Joe Groff · 12 years ago
  52. d15c581 Move win32 SimplifyLibcall test under Transforms by Joe Groff · 12 years ago
  53. b0616a5 C++ has newlines at the end of files (including include files). by David Blaikie · 12 years ago
  54. d5bda5e fix pr12559: mark unavailable win32 math libcalls by Joe Groff · 12 years ago
  55. e652b52 allow opt to take a -mtriple option by Joe Groff · 12 years ago
  56. d16ce17 Fixes a problem in instruction selection with testing whether or not the by Joel Jones · 12 years ago
  57. 3f5966b Typo. by Chad Rosier · 12 years ago
  58. 67cd20d Sanity check error handling for TokenAlias. by Jim Grosbach · 12 years ago
  59. ab42733 Fix incorrect call of resolveRelocation() for ARM ELF stub relocations. by Danil Malyshev · 12 years ago
  60. fdc97cd platform support for counting column widths and checking isprint by Seth Cantrell · 12 years ago
  61. b907570 Delete latter half of CMakeLists.txt. by Akira Hatanaka · 12 years ago
  62. ecdc9d5 Add disassembler to MIPS. by Akira Hatanaka · 12 years ago
  63. 61c3d30 Goodbye, JSONParser... by Manuel Klimek · 12 years ago
  64. 388774c Adding operator== for document_iterator. by Manuel Klimek · 12 years ago
  65. 93751c8 Force cmov on test so block placement doesn't shuffle the code around. by Benjamin Kramer · 12 years ago
  66. ef1a3a2 Remove unused CCIfSubtarget. by Jay Foad · 12 years ago
  67. d2bfce1 Unbreak the MSVC build, that next() thing again. by Francois Pichet · 12 years ago
  68. 72aadc0 Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON. by James Molloy · 12 years ago
  69. 86df062 Revert "SCEV: When expanding a GEP the final addition to the base pointer has NUW but not NSW." by Benjamin Kramer · 12 years ago
  70. 8ca441a Test cases that assume layout should use -disable-code-place. by Andrew Trick · 12 years ago
  71. 2091df3 Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the immediate is set. by Craig Topper · 12 years ago
  72. e457626 Download and build the compiler-rt project. by Bill Wendling · 12 years ago
  73. 613dfb2 SlotIndexes used to store the index list in a crufty custom linked-list. I can't by Lang Hames · 12 years ago
  74. 33d9e89 Typo in an unused field. by Andrew Trick · 12 years ago
  75. 03565ed Update woefully stale credits entry. Everything listed there had been by Chandler Carruth · 12 years ago
  76. c76c94f Add a stub about the inline cost rewrite. by Chandler Carruth · 12 years ago
  77. 268fde4 Add a stub for block placement pass. This needs fleshing out w/ details by Chandler Carruth · 12 years ago
  78. 6d9cf6c Don't tag libcxx and libcxxabi since we don't release them just yet. by Bill Wendling · 12 years ago
  79. c5a2a33 Fix ARM disassembly of VLD2 (single 2-element structure to all lanes) by Kevin Enderby · 12 years ago
  80. 8975f51 by Preston Gurd · 12 years ago
  81. 65da6fc Tidy up. 80 columns. by Jim Grosbach · 12 years ago
  82. cf84d86 Typo. by Eric Christopher · 12 years ago
  83. e9722e1 Make comment here more clear. by Eric Christopher · 12 years ago
  84. fd2e4e6 Disable the atom scheduling test after r154874 broke it. by Chandler Carruth · 12 years ago
  85. bf42f24 ARM two-operand forms for vhadd and vhsub instructions. by Jim Grosbach · 12 years ago
  86. f232937 Temporarily turn off anti-dependency checking by Preston Gurd · 12 years ago
  87. 482f878 Add files which were not included by commit 154868. by Preston Gurd · 12 years ago
  88. 177bea5 Relax this test a touch to cope with different assembly variants. by Chandler Carruth · 12 years ago
  89. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 12 years ago
  90. f1a60c7 Fix updateTerminator to be resiliant to degenerate terminators where by Chandler Carruth · 12 years ago
  91. 68f89a6 MC assembly parser handling for trailing comma in macro instantiation. by Jim Grosbach · 12 years ago
  92. b8768dc ARM handle :lower16: and :upper16: after a '#' prefix. by Jim Grosbach · 12 years ago
  93. 39ac325 FileCheckize these tests. by Jakob Stoklund Olesen · 12 years ago
  94. 7489765 Forgot to remove fast math metadata from the release notes. by Duncan Sands · 12 years ago
  95. fbefc91 Disable code placement for this test. by Jakob Stoklund Olesen · 12 years ago
  96. 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 12 years ago
  97. 2c651fe Fix incorrect atomics codegen introduced in r154705, and extend test to catch it. by Richard Smith · 12 years ago
  98. 1fbfea7 This patch fixes 3 problems: by Akira Hatanaka · 12 years ago
  99. 8834559 Remove unused variable by David Blaikie · 12 years ago
  100. 199366a ARM assembly two-operand forms for VRSHL. by Jim Grosbach · 12 years ago