summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/memcpy-inline.ll
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Allow mempcy/memset to generate small overlapping stores.Clement Courbet2018-12-131-4/+3
* [AArch64] Gangup loads and stores for pairing.Sirish Pande2018-05-161-4/+3
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-10/+10
* [ARM] Fix lowering of misaligned memcpy/memsetJohn Brawn2017-05-261-4/+1
* [ARM] Add tests for 6-M memcpy/memset code generationJohn Brawn2017-05-261-0/+8
* ARM: handle post-indexed NEON ops where the offset isn't the access width.Tim Northover2017-04-201-8/+9
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-10/+10
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-10/+10
* [ARM] Define subtarget feature strict-align.Akira Hatanaka2015-07-281-1/+1
* [ARM] Align global variables passed to memory intrinsicsJohn Brawn2015-04-131-6/+6
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-7/+7
* [ARM] Re-re-apply VLD1/VST1 base-update combine.Ahmed Bougacha2015-02-191-9/+6
* Reverting VLD1/VST1 base-updating/post-incrementing combiningRenato Golin2015-02-041-6/+9
* [ARM] Don't break alignment when combining base updates into load/stores.Ahmed Bougacha2014-12-231-5/+5
* Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."Ahmed Bougacha2014-12-131-9/+6
* Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."Renato Golin2014-12-131-6/+9
* [ARM] Combine base-updating/post-incrementing vector load/stores.Ahmed Bougacha2014-12-101-9/+6
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-161-5/+23
* Revert "Revert "Add Constant Hoisting Pass" (r200034)"Juergen Ributzka2014-01-251-2/+4
* Revert "Add Constant Hoisting Pass" (r200034)Hans Wennborg2014-01-251-4/+2
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-2/+4
* Revert "Add Constant Hoisting Pass"Juergen Ributzka2014-01-241-4/+2
* Add Constant Hoisting PassJuergen Ributzka2014-01-241-2/+4
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-7/+7
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-6/+103
* Delete stale comment.Jakob Stoklund Olesen2011-11-141-1/+0
* RAGreedy is better about hinting now.Jakob Stoklund Olesen2011-11-121-1/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-3/+4
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-131-5/+3
* Revert 129383. It causes some targets to hit a scheduler assert.Andrew Trick2011-04-121-3/+5
* PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.Andrew Trick2011-04-121-5/+3
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-5/+9
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-4/+4
* Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...Evan Cheng2009-06-051-4/+2
* Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng2009-02-101-1/+4
* Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...Evan Cheng2007-10-221-0/+15
OpenPOWER on IntegriCloud