1. 9a14841 Move the JIT flags from llc to lli. These flags showed up as part of moving by Nick Lewycky · 12 years ago
  2. ecc754d A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist by Eli Bendersky · 12 years ago
  3. b89ea68 Some formatting and grammar fixes in the FileCheck documentation by Eli Bendersky · 12 years ago
  4. 1356041 Use a heavy hammer to fix PR12573. by Bill Wendling · 12 years ago
  5. a963c81 Remove AVX vpermil intrinsics. I removed their uses from clang headers and builtins a while back. by Craig Topper · 12 years ago
  6. b512263 loop-reduce: Add an early bailout to catch extremely large loops. by Andrew Trick · 12 years ago
  7. 575fcb3 fix error check in assert by Seth Cantrell · 12 years ago
  8. 41c3e9a FileCheckify, un-XFAIL SimplifyLibCalls/floor test Fixes build on MSVC by Joe Groff · 12 years ago
  9. d15c581 Move win32 SimplifyLibcall test under Transforms by Joe Groff · 12 years ago
  10. b0616a5 C++ has newlines at the end of files (including include files). by David Blaikie · 12 years ago
  11. d5bda5e fix pr12559: mark unavailable win32 math libcalls by Joe Groff · 12 years ago
  12. e652b52 allow opt to take a -mtriple option by Joe Groff · 12 years ago
  13. d16ce17 Fixes a problem in instruction selection with testing whether or not the by Joel Jones · 12 years ago
  14. 3f5966b Typo. by Chad Rosier · 12 years ago
  15. 67cd20d Sanity check error handling for TokenAlias. by Jim Grosbach · 12 years ago
  16. ab42733 Fix incorrect call of resolveRelocation() for ARM ELF stub relocations. by Danil Malyshev · 12 years ago
  17. fdc97cd platform support for counting column widths and checking isprint by Seth Cantrell · 12 years ago
  18. b907570 Delete latter half of CMakeLists.txt. by Akira Hatanaka · 12 years ago
  19. ecdc9d5 Add disassembler to MIPS. by Akira Hatanaka · 12 years ago
  20. 61c3d30 Goodbye, JSONParser... by Manuel Klimek · 12 years ago
  21. 388774c Adding operator== for document_iterator. by Manuel Klimek · 12 years ago
  22. 93751c8 Force cmov on test so block placement doesn't shuffle the code around. by Benjamin Kramer · 12 years ago
  23. ef1a3a2 Remove unused CCIfSubtarget. by Jay Foad · 12 years ago
  24. d2bfce1 Unbreak the MSVC build, that next() thing again. by Francois Pichet · 12 years ago
  25. 72aadc0 Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON. by James Molloy · 12 years ago
  26. 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
  27. 8ca441a Test cases that assume layout should use -disable-code-place. by Andrew Trick · 12 years ago
  28. 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
  29. e457626 Download and build the compiler-rt project. by Bill Wendling · 12 years ago
  30. 613dfb2 SlotIndexes used to store the index list in a crufty custom linked-list. I can't by Lang Hames · 12 years ago
  31. 33d9e89 Typo in an unused field. by Andrew Trick · 12 years ago
  32. 03565ed Update woefully stale credits entry. Everything listed there had been by Chandler Carruth · 12 years ago
  33. c76c94f Add a stub about the inline cost rewrite. by Chandler Carruth · 12 years ago
  34. 268fde4 Add a stub for block placement pass. This needs fleshing out w/ details by Chandler Carruth · 12 years ago
  35. 6d9cf6c Don't tag libcxx and libcxxabi since we don't release them just yet. by Bill Wendling · 12 years ago
  36. c5a2a33 Fix ARM disassembly of VLD2 (single 2-element structure to all lanes) by Kevin Enderby · 12 years ago
  37. 8975f51 by Preston Gurd · 12 years ago
  38. 65da6fc Tidy up. 80 columns. by Jim Grosbach · 12 years ago
  39. cf84d86 Typo. by Eric Christopher · 12 years ago
  40. e9722e1 Make comment here more clear. by Eric Christopher · 12 years ago
  41. fd2e4e6 Disable the atom scheduling test after r154874 broke it. by Chandler Carruth · 12 years ago
  42. bf42f24 ARM two-operand forms for vhadd and vhsub instructions. by Jim Grosbach · 12 years ago
  43. f232937 Temporarily turn off anti-dependency checking by Preston Gurd · 12 years ago
  44. 482f878 Add files which were not included by commit 154868. by Preston Gurd · 12 years ago
  45. 177bea5 Relax this test a touch to cope with different assembly variants. by Chandler Carruth · 12 years ago
  46. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 12 years ago
  47. f1a60c7 Fix updateTerminator to be resiliant to degenerate terminators where by Chandler Carruth · 12 years ago
  48. 68f89a6 MC assembly parser handling for trailing comma in macro instantiation. by Jim Grosbach · 12 years ago
  49. b8768dc ARM handle :lower16: and :upper16: after a '#' prefix. by Jim Grosbach · 12 years ago
  50. 39ac325 FileCheckize these tests. by Jakob Stoklund Olesen · 12 years ago
  51. 7489765 Forgot to remove fast math metadata from the release notes. by Duncan Sands · 12 years ago
  52. fbefc91 Disable code placement for this test. by Jakob Stoklund Olesen · 12 years ago
  53. 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 12 years ago
  54. 2c651fe Fix incorrect atomics codegen introduced in r154705, and extend test to catch it. by Richard Smith · 12 years ago
  55. 1fbfea7 This patch fixes 3 problems: by Akira Hatanaka · 12 years ago
  56. 8834559 Remove unused variable by David Blaikie · 12 years ago
  57. 199366a ARM assembly two-operand forms for VRSHL. by Jim Grosbach · 12 years ago
  58. 695eca6 Tidy up. Test formatting. by Jim Grosbach · 12 years ago
  59. 3ef7edc Do not add offset in applyFixup. This has already been accounted for in Value. by Akira Hatanaka · 12 years ago
  60. 99a0b28 Describe Polly as a 'Polyhedral Optimizer' by Tobias Grosser · 12 years ago
  61. 76213b8 Add Polly news to the release notes by Tobias Grosser · 12 years ago
  62. 705e257 ARM two-operand aliases for VRHADD instructions. by Jim Grosbach · 12 years ago
  63. dbd6ba3 Tidy up. Testcase formatting. by Jim Grosbach · 12 years ago
  64. 12c10b3 Link to the autovectorization EuroLLVM slides in the release notes. by Hal Finkel · 12 years ago
  65. 87eb92d Hexagon V5 (Floating Point) Support. by Sirish Pande · 12 years ago
  66. 57ca13e Move to X86 directory because this fails on non-X86 platforms. by Bill Wendling · 12 years ago
  67. 8883c43 Make it possible to indicate relaxed floating point requirements at the IR level by Duncan Sands · 12 years ago
  68. 9e67db4 Flip the new block-placement pass to be on by default. by Chandler Carruth · 12 years ago
  69. 0de089a Remove an overly brittle test. This test will no longer be interesting by Chandler Carruth · 12 years ago
  70. 0b36bb3 Remove the methods for attaching metadata to instructions/retrieving metadata by Duncan Sands · 12 years ago
  71. e773e8c Add a somewhat hacky heuristic to do something different from whole-loop by Chandler Carruth · 12 years ago
  72. 656dc62 Add convenience methods to MDBuilder for attaching metadata to instructions, by Duncan Sands · 12 years ago
  73. 05bc508 Fix style violation in BBVectorize (pointed out by Bill Wendling) by Hal Finkel · 12 years ago
  74. d0c478d Add -disassemble support for -show-inst and -show-encode capability llvm-mc. Also refactor so all MC paraphernalia are created once for all uses as much as possible. by Richard Barton · 12 years ago
  75. 4d2e9d9 Remove lto_codegen_set_whole_program_optimization. It is a work in progress, by Rafael Espindola · 12 years ago
  76. 16295fc Tweak the loop rotation logic to check whether the loop is naturally by Chandler Carruth · 12 years ago
  77. 246de85 Reapply 'Add reverseColor to raw_ostream'. by Benjamin Kramer · 12 years ago
  78. 4d66f4c Documentation fixes to LLVMBuild.html [PR 11563] by Eli Bendersky · 12 years ago
  79. c9413c7 Revert r154800 which breaks windows builders. by Argyrios Kyrtzidis · 12 years ago
  80. ffa6c40 Replace vpermd/vpermps intrinic patterns with custom lowering to target specific nodes. by Craig Topper · 12 years ago
  81. 7d31d75 Add reverseColor to raw_ostream. by Argyrios Kyrtzidis · 12 years ago
  82. 9204074 Change type profile for vpermv back to using operand type for the mask argument to match intrinsic behavior. Add a bitcast to the lowering code to convert mask from v8i32 to v8f32 for vpermps. by Craig Topper · 12 years ago
  83. 7e9f7fb Flip the arguments when converting vpermd/vpermps intrinsics into instructions. The intrinsic has the mask as the last operand, but the instruction has it as the second. by Craig Topper · 12 years ago
  84. 59fc166 Add credit and release notes for r150307. By Kai Nacke. by Bill Wendling · 12 years ago
  85. ab3a919 Add a Fixme. by Bill Wendling · 12 years ago
  86. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 12 years ago
  87. 9068bf5 Say something about -vectorize in the release notes. by Hal Finkel · 12 years ago
  88. 831a6e8 Simplify checking for pointer types in BBVectorize (this change was suggested by Duncan). by Hal Finkel · 12 years ago
  89. 31490ba Remove dead SD nodes after the combining pass. Fixes PR12201. by Hal Finkel · 12 years ago
  90. 70daea9 Rewrite how machine block placement handles loop rotation. by Chandler Carruth · 12 years ago
  91. 8325c11 Merge vpermps/vpermd and vpermpd/vpermq SD nodes. by Craig Topper · 12 years ago
  92. ca9ee66 Fix SDTypeProfile for vpermps. The mask operand should be v8i32. by Craig Topper · 12 years ago
  93. 095c528 Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in vpermps/vpermd. Hardware only looks at lower 3-bits. by Craig Topper · 12 years ago
  94. 2cb1e9d Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with normal shuffle vectors. by Craig Topper · 12 years ago
  95. fb22ede Make member variables of AsmToken private. Remove unnecessary forward declarations. Remove an unnecessary include. by Craig Topper · 12 years ago
  96. 082d475 Fix class name. by Jakub Staszak · 12 years ago
  97. 7d719a5 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 12 years ago
  98. 00920f6 Fix filename and register numbers. by Jakub Staszak · 12 years ago
  99. f16af0a Fix PR12529. The Vxx family of instructions are only supported by AVX. by Nadav Rotem · 12 years ago
  100. e747fad Add the MDBuilder helper class for conveniently creating metadata. by Duncan Sands · 12 years ago