summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/memcpy-inline.ll
AgeCommit message (Expand)Author
2017-05-26[ARM] Fix lowering of misaligned memcpy/memsetJohn Brawn
2017-05-26[ARM] Add tests for 6-M memcpy/memset code generationJohn Brawn
2017-04-20ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-07-28[ARM] Define subtarget feature strict-align.Akira Hatanaka
2015-04-13[ARM] Align global variables passed to memory intrinsicsJohn Brawn
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-19[ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha
2015-02-04Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin
2014-12-23[ARM] Don't break alignment when combining base updates into load/stores.Ahmed Bougacha
2014-12-13Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."Ahmed Bougacha
2014-12-13Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."Renato Golin
2014-12-10[ARM] Combine base-updating/post-incrementing vector load/stores.Ahmed Bougacha
2014-05-16Re-enable inline memcpy expansion for Thumb1.James Molloy
2014-01-25Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka
2014-01-25Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg
2014-01-24Add Constant Hoisting PassJuergen Ributzka
2014-01-24Revert "Add Constant Hoisting Pass"Juergen Ributzka
2014-01-24Add Constant Hoisting PassJuergen Ributzka
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2011-11-14Delete stale comment.Jakob Stoklund Olesen
2011-11-12RAGreedy is better about hinting now.Jakob Stoklund Olesen
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-04-13Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick
2011-04-12Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick
2011-04-12PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-05Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...Evan Cheng
2009-02-10Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng
2007-10-22Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng