aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/memcpy-inline.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+7
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-9/+6
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+23
* Update to LLVM 3.5a.Stephen Hines2014-04-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