Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / CodeGen / Thumb / dyn-stackalloc.ll
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-24 Moritz Roth[Thumb] Make load/store optimizer less conservative.
2014-08-15 Moritz RothARM: Fix and re-enable load/store optimizer for Thumb1.
2014-06-12 James MolloyDisable the load/store optimization pass for Thumb-1.
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-03-31 Jakob Stoklund OlesenFix Thumb and Thumb2 tests to be register allocator...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.