[ARM] Define subtarget feature strict-align.
[oota-llvm.git] / test / CodeGen / ARM / memcpy-inline.ll
2015-07-28 Akira Hatanaka[ARM] Define subtarget feature strict-align.
2015-04-13 John Brawn[ARM] Align global variables passed to memory intrinsics
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-19 Ahmed Bougacha[ARM] Re-re-apply VLD1/VST1 base-update combine.
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2014-12-23 Ahmed Bougacha[ARM] Don't break alignment when combining base updates...
2014-12-13 Ahmed BougachaReapply "[ARM] Combine base-updating/post-incrementing...
2014-12-13 Renato GolinRevert "[ARM] Combine base-updating/post-incrementing...
2014-12-10 Ahmed Bougacha[ARM] Combine base-updating/post-incrementing vector...
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2011-11-14 Jakob Stoklund OlesenDelete stale comment.
2011-11-12 Jakob Stoklund OlesenRAGreedy is better about hinting now.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-03-31 Jakob Stoklund OlesenFix ARM tests to be register allocator independent.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-05 Evan ChengChanging allocation ordering from r3 ... r0 back to...
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...