summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/memcpy-inline.ll
Commit message (Expand)AuthorAge
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-16
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-25
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-25
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-24
* Add Constant Hoisting PassJuergen Ributzka2014-01-24
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Delete stale comment.Jakob Stoklund Olesen2011-11-14
* RAGreedy is better about hinting now.Jakob Stoklund Olesen2011-11-12
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-13
* Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick2011-04-12
* PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick2011-04-12
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...Evan Cheng2009-06-05
* Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng2009-02-10
* Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng2007-10-22