1. e91da1b Add newline to end of file. Thanks, Eli. by Chad Rosier · 13 years ago
  2. 909cb4f Add support for inlining small memcpys. rdar://10412592 by Chad Rosier · 13 years ago
  3. e489af8 Fix a performance regression from r144565. Positive offsets were being lowered by Chad Rosier · 13 years ago
  4. 02e3d92 ARM assembly parsing type suffix options for VLDR/VSTR. by Jim Grosbach · 13 years ago
  5. f7228f7 Fix Windows build, don't try to #include <pthread.h> when we know it's not by Nick Lewycky · 13 years ago
  6. 8aee7d8 Avoid dereferencing off the beginning of lists. by Evan Cheng · 13 years ago
  7. 41e0017 At -O0, multiple uses of a virtual registers in the same BB are being marked by Evan Cheng · 13 years ago
  8. 4d0a9ff Add support for tsan annotations (thread sanitizer, a valgrind-based tool). by Nick Lewycky · 13 years ago
  9. 76c8f08 Add a missing pattern for X86ISD::MOVLPD. rdar://10436044 by Evan Cheng · 13 years ago
  10. 57b2997 Add support for Thumb load/stores with negative offsets. rdar://10412592 by Chad Rosier · 13 years ago
  11. 6296ee3 Unbreak Release builds. by Benjamin Kramer · 13 years ago
  12. 2a4410d Teach two-address pass to re-schedule two-address instructions (or the kill by Evan Cheng · 13 years ago
  13. a77214a Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered by Pete Cooper · 13 years ago
  14. b518cae Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplify it. by Benjamin Kramer · 13 years ago
  15. 788dc0f 32-to-64-bit extended load. by Akira Hatanaka · 13 years ago
  16. 4961709 AnalyzeCallOperands function for N32/64. by Akira Hatanaka · 13 years ago
  17. bad53f4 Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64. by Akira Hatanaka · 13 years ago
  18. a3f7e22 PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on custom implementations. by Justin Holewinski · 13 years ago
  19. 3ff16db Add release notes for the MicroBlaze backend. by Wesley Peck · 13 years ago
  20. 47a4ab8 Remove variable that keeps the size of area used to save byval or variable by Akira Hatanaka · 13 years ago
  21. f054e19 Fix early-clobber handling in shrinkToUses. by Jakob Stoklund Olesen · 13 years ago
  22. 96b685b Disable generation of compact unwind encodings. <rdar://problem/10441578> by Bob Wilson · 13 years ago
  23. 4a9b615 Delete stale comment. by Jakob Stoklund Olesen · 13 years ago
  24. 430052b Tidy up. 80 column. by Jim Grosbach · 13 years ago
  25. 066b5d8 Make headers standalone. by Benjamin Kramer · 13 years ago
  26. aa5354c Make headers standalone, move a virtual method out of line. by Benjamin Kramer · 13 years ago
  27. 7c67d32 build/Make: Switch over to using llvm-config-2 for dependencies one more (hopefully last) time, now that it also builds as a build tool. by Daniel Dunbar · 13 years ago
  28. f5e47ac It helps to deallocate memory as well as allocate it. =] This actually by Chandler Carruth · 13 years ago
  29. bc83fcd Remove an over-eager assert that was firing on one of the ARM regression by Chandler Carruth · 13 years ago
  30. fa97658 Begin chipping away at one of the biggest quadratic-ish behaviors in by Chandler Carruth · 13 years ago
  31. 340d596 Under the hood, MBPI is doing a linear scan of every successor every by Chandler Carruth · 13 years ago
  32. ae5a6fd Add clang_complete to release notes by Tobias Grosser · 13 years ago
  33. 093cb7e Add Polly to release notes by Tobias Grosser · 13 years ago
  34. c4e1562 Reuse the logic in getEdgeProbability within getHotSucc in order to by Chandler Carruth · 13 years ago
  35. 2770c14 Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on by Chandler Carruth · 13 years ago
  36. dcce244 Add AVX2 version of instructions to load folding tables. Also add a bunch of missing SSE/AVX instructions. by Craig Topper · 13 years ago
  37. 883f2fa Add a cautionary note to this API. It was not at all obvious to me how by Chandler Carruth · 13 years ago
  38. 3426a3e Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX instructions. Remove MMX check from LowerVECTOR_SHUFFLE since MMX vector types won't go through it anyway. by Craig Topper · 13 years ago
  39. dc9205d Add support for ARM halfword load/stores and signed byte loads with negative by Chad Rosier · 13 years ago
  40. 194eb71 Use getVNInfoBefore() when it makes sense. by Jakob Stoklund Olesen · 13 years ago
  41. b5856c8 Teach machine block placement to cope with unnatural loops. These don't by Chandler Carruth · 13 years ago
  42. 6c9cc21 Use kill slots instead of the previous slot in shrinkToUses. by Jakob Stoklund Olesen · 13 years ago
  43. c0f05b3 Cleanup some 80-columns violations and poor formatting. These snuck by by Chandler Carruth · 13 years ago
  44. 1f81e31 Terminate all dead defs at the dead slot instead of the 'next' slot. by Jakob Stoklund Olesen · 13 years ago
  45. f9fd29e Fix comment for LegalizeTypeAction enum. by Craig Topper · 13 years ago
  46. d14614e Simplify early clobber slots a bit. by Jakob Stoklund Olesen · 13 years ago
  47. 10252db Enhance the assertion mechanisms in place to make it easier to catch by Chandler Carruth · 13 years ago
  48. 2debd48 Rename SlotIndexes to match how they are used. by Jakob Stoklund Olesen · 13 years ago
  49. e6a6277 Add BLSI, BLSMSK, and BLSR to getTargetNodeName. by Craig Topper · 13 years ago
  50. 6527ecc Teach MBP to force-merge layout successors for blocks with unanalyzable by Chandler Carruth · 13 years ago
  51. f3fc005 Hoist another gross nested loop into a helper method. by Chandler Carruth · 13 years ago
  52. 729bec8 Add a missing doxygen comment for a helper method. by Chandler Carruth · 13 years ago
  53. 9fd4e05 Hoist a nested loop into its own method. by Chandler Carruth · 13 years ago
  54. df23435 Rewrite #3 of machine block placement. This is based somewhat on the by Chandler Carruth · 13 years ago
  55. 9eb6748 The order in which the predicate is added differs between Thumb and ARM mode. Fix predicate when in ARM mode and restore SelectIntrinsicCall. by Chad Rosier · 13 years ago
  56. a517ab1 Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing failures. by Chad Rosier · 13 years ago
  57. 5be833d Fix comments. by Chad Rosier · 13 years ago
  58. b29b950 Add support for emitting both signed- and zero-extend loads. Fix by Chad Rosier · 13 years ago
  59. 569561c Prune more RALinScan. RALinScan was also here! by NAKAMURA Takumi · 13 years ago
  60. 0cb80d9 More dead code elimination in VirtRegMap. by Jakob Stoklund Olesen · 13 years ago
  61. cb39064 Stop tracking spill slot uses in VirtRegMap. by Jakob Stoklund Olesen · 13 years ago
  62. 3cb0b0e Remove dead code and data from VirtRegMap. by Jakob Stoklund Olesen · 13 years ago
  63. 929e4da Stop tracking unused registers in VirtRegMap. by Jakob Stoklund Olesen · 13 years ago
  64. 334575e Remove the -color-ss-with-regs option. by Jakob Stoklund Olesen · 13 years ago
  65. 6e49be7 Delete VirtRegRewriter. by Jakob Stoklund Olesen · 13 years ago
  66. c3f2722 Switch PBQP to VRM's trivial rewriter. by Jakob Stoklund Olesen · 13 years ago
  67. f5eeaf2 Delete the old spilling framework from LiveIntervalAnalysis. by Jakob Stoklund Olesen · 13 years ago
  68. 5d9b109 Delete the 'standard' spiller with used the old spilling framework. by Jakob Stoklund Olesen · 13 years ago
  69. cfa8101 Switch PBQP to the modern InlineSpiller framework. by Jakob Stoklund Olesen · 13 years ago
  70. 799c1ed Delete the linear scan register allocator. by Jakob Stoklund Olesen · 13 years ago
  71. fe9dd87 Remove histogram tests. by Jakob Stoklund Olesen · 13 years ago
  72. 56ad83d RAGreedy is better about hinting now. by Jakob Stoklund Olesen · 13 years ago
  73. 7f67091 Linear scan is going away. by Jakob Stoklund Olesen · 13 years ago
  74. 2eda945 XFAIL test that depends on linear scan to remove dead code. by Jakob Stoklund Olesen · 13 years ago
  75. bf27b61 Remove obsolete test. by Jakob Stoklund Olesen · 13 years ago
  76. 55adef0 Remove obsolete test. by Jakob Stoklund Olesen · 13 years ago
  77. bb2fdd6 Remove obsolete test. by Jakob Stoklund Olesen · 13 years ago
  78. d211e73 Eliminate more linear scan tests. by Jakob Stoklund Olesen · 13 years ago
  79. 7d7d569 Switch a couple -O0 tests to RABasic. by Jakob Stoklund Olesen · 13 years ago
  80. 097d277 Switch a few tests off linearscan. by Jakob Stoklund Olesen · 13 years ago
  81. 4ee1aa7 Delete old test of a VirtRegRewriter feature. by Jakob Stoklund Olesen · 13 years ago
  82. 8658c51 Remove old test that doesn't make sense. by Jakob Stoklund Olesen · 13 years ago
  83. 7be5dfd Add more AVX2 shift lowering support. Move AVX2 variable shift to use patterns instead of custom lowering code. by Craig Topper · 13 years ago
  84. d7ecff4 Don't try to loop on iterators that are potentially invalidated inside the loop. Fixes PR11361! by Nick Lewycky · 13 years ago
  85. 7386612 Fix typo. by Akira Hatanaka · 13 years ago
  86. 6df3e7b Implement Mips64's handling of byval arguments in LowerCall. by Akira Hatanaka · 13 years ago
  87. afe153c Fixed the MCJIT so that it can emit not only instance by Sean Callanan · 13 years ago
  88. 3a5257d Implement Mips64's handling of byval arguments in LowerFormalArguments. by Akira Hatanaka · 13 years ago
  89. deab22a 64-bit arbitrary immediate pattern. by Akira Hatanaka · 13 years ago
  90. 2c5d652 Function for handling byval arguments. by Akira Hatanaka · 13 years ago
  91. e9d05d2 LLVMBuild: Add info for gtest. by Daniel Dunbar · 13 years ago
  92. b8ebca8 build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 13 years ago
  93. 75f69e3 Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fixes PR11353. by Eli Friedman · 13 years ago
  94. d1ac3a4 The dwarf standard says that the only differences between a out-of-line by Rafael Espindola · 13 years ago
  95. 9588c10 ARM refactor simple immediate asm operand render methods. by Jim Grosbach · 13 years ago
  96. 5018524 Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs. Fixes PR11029. by Eli Friedman · 13 years ago
  97. 742c4ba Re-apply 144430, this time with the associated isel and disassmbler bits. by Jim Grosbach · 13 years ago
  98. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  99. 0e3642a Some cleanup and bulletproofing for node replacement in LegalizeDAG. To maintain LegalizeDAG invariants, whenever we a node is replaced, we must attempt to delete it, and if it still by Eli Friedman · 13 years ago
  100. 4d06138 Oops. Missed the isel half of this. revert while I sort that out. by Jim Grosbach · 13 years ago