1. 6d9cf6c Don't tag libcxx and libcxxabi since we don't release them just yet. by Bill Wendling · 13 years ago
  2. c5a2a33 Fix ARM disassembly of VLD2 (single 2-element structure to all lanes) by Kevin Enderby · 13 years ago
  3. 8975f51 by Preston Gurd · 13 years ago
  4. 65da6fc Tidy up. 80 columns. by Jim Grosbach · 13 years ago
  5. cf84d86 Typo. by Eric Christopher · 13 years ago
  6. e9722e1 Make comment here more clear. by Eric Christopher · 13 years ago
  7. fd2e4e6 Disable the atom scheduling test after r154874 broke it. by Chandler Carruth · 13 years ago
  8. bf42f24 ARM two-operand forms for vhadd and vhsub instructions. by Jim Grosbach · 13 years ago
  9. f232937 Temporarily turn off anti-dependency checking by Preston Gurd · 13 years ago
  10. 482f878 Add files which were not included by commit 154868. by Preston Gurd · 13 years ago
  11. 177bea5 Relax this test a touch to cope with different assembly variants. by Chandler Carruth · 13 years ago
  12. 689ff9c Implement GDB integration for source level debugging of code JITed using by Preston Gurd · 13 years ago
  13. f1a60c7 Fix updateTerminator to be resiliant to degenerate terminators where by Chandler Carruth · 13 years ago
  14. 68f89a6 MC assembly parser handling for trailing comma in macro instantiation. by Jim Grosbach · 13 years ago
  15. b8768dc ARM handle :lower16: and :upper16: after a '#' prefix. by Jim Grosbach · 13 years ago
  16. 39ac325 FileCheckize these tests. by Jakob Stoklund Olesen · 13 years ago
  17. 7489765 Forgot to remove fast math metadata from the release notes. by Duncan Sands · 13 years ago
  18. fbefc91 Disable code placement for this test. by Jakob Stoklund Olesen · 13 years ago
  19. 2867c85 Remove support for the special 'fast' value for fpmath accuracy for the moment. by Duncan Sands · 13 years ago
  20. 2c651fe Fix incorrect atomics codegen introduced in r154705, and extend test to catch it. by Richard Smith · 13 years ago
  21. 1fbfea7 This patch fixes 3 problems: by Akira Hatanaka · 13 years ago
  22. 8834559 Remove unused variable by David Blaikie · 13 years ago
  23. 199366a ARM assembly two-operand forms for VRSHL. by Jim Grosbach · 13 years ago
  24. 695eca6 Tidy up. Test formatting. by Jim Grosbach · 13 years ago
  25. 3ef7edc Do not add offset in applyFixup. This has already been accounted for in Value. by Akira Hatanaka · 13 years ago
  26. 99a0b28 Describe Polly as a 'Polyhedral Optimizer' by Tobias Grosser · 13 years ago
  27. 76213b8 Add Polly news to the release notes by Tobias Grosser · 13 years ago
  28. 705e257 ARM two-operand aliases for VRHADD instructions. by Jim Grosbach · 13 years ago
  29. dbd6ba3 Tidy up. Testcase formatting. by Jim Grosbach · 13 years ago
  30. 12c10b3 Link to the autovectorization EuroLLVM slides in the release notes. by Hal Finkel · 13 years ago
  31. 87eb92d Hexagon V5 (Floating Point) Support. by Sirish Pande · 13 years ago
  32. 57ca13e Move to X86 directory because this fails on non-X86 platforms. by Bill Wendling · 13 years ago
  33. 8883c43 Make it possible to indicate relaxed floating point requirements at the IR level by Duncan Sands · 13 years ago
  34. 9e67db4 Flip the new block-placement pass to be on by default. by Chandler Carruth · 13 years ago
  35. 0de089a Remove an overly brittle test. This test will no longer be interesting by Chandler Carruth · 13 years ago
  36. 0b36bb3 Remove the methods for attaching metadata to instructions/retrieving metadata by Duncan Sands · 13 years ago
  37. e773e8c Add a somewhat hacky heuristic to do something different from whole-loop by Chandler Carruth · 13 years ago
  38. 656dc62 Add convenience methods to MDBuilder for attaching metadata to instructions, by Duncan Sands · 13 years ago
  39. 05bc508 Fix style violation in BBVectorize (pointed out by Bill Wendling) by Hal Finkel · 13 years ago
  40. 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 · 13 years ago
  41. 4d2e9d9 Remove lto_codegen_set_whole_program_optimization. It is a work in progress, by Rafael Espindola · 13 years ago
  42. 16295fc Tweak the loop rotation logic to check whether the loop is naturally by Chandler Carruth · 13 years ago
  43. 246de85 Reapply 'Add reverseColor to raw_ostream'. by Benjamin Kramer · 13 years ago
  44. 4d66f4c Documentation fixes to LLVMBuild.html [PR 11563] by Eli Bendersky · 13 years ago
  45. c9413c7 Revert r154800 which breaks windows builders. by Argyrios Kyrtzidis · 13 years ago
  46. ffa6c40 Replace vpermd/vpermps intrinic patterns with custom lowering to target specific nodes. by Craig Topper · 13 years ago
  47. 7d31d75 Add reverseColor to raw_ostream. by Argyrios Kyrtzidis · 13 years ago
  48. 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 · 13 years ago
  49. 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 · 13 years ago
  50. 59fc166 Add credit and release notes for r150307. By Kai Nacke. by Bill Wendling · 13 years ago
  51. ab3a919 Add a Fixme. by Bill Wendling · 13 years ago
  52. 7e5c316 add configure flag --with-default-sysroot by Sebastian Pop · 13 years ago
  53. 9068bf5 Say something about -vectorize in the release notes. by Hal Finkel · 13 years ago
  54. 831a6e8 Simplify checking for pointer types in BBVectorize (this change was suggested by Duncan). by Hal Finkel · 13 years ago
  55. 31490ba Remove dead SD nodes after the combining pass. Fixes PR12201. by Hal Finkel · 13 years ago
  56. 70daea9 Rewrite how machine block placement handles loop rotation. by Chandler Carruth · 13 years ago
  57. 8325c11 Merge vpermps/vpermd and vpermpd/vpermq SD nodes. by Craig Topper · 13 years ago
  58. ca9ee66 Fix SDTypeProfile for vpermps. The mask operand should be v8i32. by Craig Topper · 13 years ago
  59. 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 · 13 years ago
  60. 2cb1e9d Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with normal shuffle vectors. by Craig Topper · 13 years ago
  61. fb22ede Make member variables of AsmToken private. Remove unnecessary forward declarations. Remove an unnecessary include. by Craig Topper · 13 years ago
  62. 082d475 Fix class name. by Jakub Staszak · 13 years ago
  63. 7d719a5 Do not convert between fp128 <-> ppc_fp128 since there is no legal cast conversion between the two. by Nadav Rotem · 13 years ago
  64. 00920f6 Fix filename and register numbers. by Jakub Staszak · 13 years ago
  65. f16af0a Fix PR12529. The Vxx family of instructions are only supported by AVX. by Nadav Rotem · 13 years ago
  66. e747fad Add the MDBuilder helper class for conveniently creating metadata. by Duncan Sands · 13 years ago
  67. 362a05a Wire up support for diagnostic ranges in the ARMAsmParser. by Benjamin Kramer · 13 years ago
  68. 3ab32ea When emulating vselect using OR/AND/XOR make sure to bitcast the result back to the original type. by Nadav Rotem · 13 years ago
  69. 73c504a Added VPERM optimization for AVX2 shuffles by Elena Demikhovsky · 13 years ago
  70. 8a81df1 HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asserts. by NAKAMURA Takumi · 13 years ago
  71. 8c67cf4 Target/Hexagon: Tweak to fix msvc build. by NAKAMURA Takumi · 13 years ago
  72. 3c1ded2 Remove trailing whitespace. by Anshuman Dasgupta · 13 years ago
  73. cff391a Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch by Anshuman Dasgupta · 13 years ago
  74. ff73039 Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT. by Brendon Cahoon · 13 years ago
  75. 35de761 There is no need for setIsExact to be public. Make it private. by Duncan Sands · 13 years ago
  76. 5e5c5f8 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 13 years ago
  77. 164dfb0 Make StringMap's copy ctor non-explicit. by Benjamin Kramer · 13 years ago
  78. bba23ed Fix an error in BBVectorize important for vectorizing pointer types. by Hal Finkel · 13 years ago
  79. f3f5a1e Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs. by Hal Finkel · 13 years ago
  80. 0070792 misched: Added CanHandleTerminators. by Andrew Trick · 13 years ago
  81. 6335e41 Remove old code to strip out unwanted PPC slices for Apple llvmCore. by Bob Wilson · 13 years ago
  82. 42fc29e Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x & y. by Richard Smith · 13 years ago
  83. 3423132 Remove iostream from New Value Jump. by Sirish Pande · 13 years ago
  84. fc3665c Add support to BBVectorize for vectorizing selects. by Hal Finkel · 13 years ago
  85. 8800cad Add support for Hexagon Architectural feature, New Value Jump. by Sirish Pande · 13 years ago
  86. 05a2fea Pass to replace tranfer/copy instructions into combine instruction where possible. by Sirish Pande · 13 years ago
  87. 36c38b8 Reduce malloc traffic in DwarfAccelTable by Benjamin Kramer · 13 years ago
  88. e05e55d Support for Hexagon backend. by Tony Linthicum · 13 years ago
  89. 88b271c Support for Hexagon backend. by Tony Linthicum · 13 years ago
  90. 7ece953 On Darwin targets, only use vfma etc. if the source use fma() intrinsic explicitly. by Evan Cheng · 13 years ago
  91. d6bf201 Add some comments, and fix a few places that missed setting Changed. by Dan Gohman · 13 years ago
  92. 6c22695 For ARM disassembly only print 32 unsigned bits for the address of branch by Kevin Enderby · 13 years ago
  93. 4423477 Consider ObjC runtime calls objc_storeWeak and others which make a copy of by Dan Gohman · 13 years ago
  94. 064551e By default, use Early-CSE instead of GVN for vectorization cleanup. by Hal Finkel · 13 years ago
  95. e92077f Catch the Python exception when subprocess.Popen is failing. by Sylvestre Ledru · 13 years ago
  96. 8fc7d5c Remove unused variable. by Benjamin Kramer · 13 years ago
  97. 7a2e472 Silence various build warnings from Hexagon backend that show up in release builds. Mostly converting 'assert(0)' to 'llvm_unreachable' to silence warnings about missing returns. Also fold some variable declarations into asserts to prevent the variables from being unused in release builds. by Craig Topper · 13 years ago
  98. b57b170 Fix target specific intrinsic handling to adjust intrinsic number before doing attribute table lookup. Also fix attribute table lookup to handle 'invalid' intrinsic correctly. Fixes PR12542 by Craig Topper · 13 years ago
  99. bdc3adc Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and there's already a copy there. ELF.h was hiding the one there and causing an unused function warning. by Craig Topper · 13 years ago
  100. 6c189ec Use the new Use-aware dominates method to apply the objc runtime by Dan Gohman · 13 years ago