Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll...
[oota-llvm.git] / test / CodeGen / ARM / unaligned_load_store.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-08-15 Evan ChengUse vld1/vst1 to load/store f64 if alignment is < 4...
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-01-21 Andrew TrickConvert -enable-sched-cycles and -enable-sched-hazard...
2010-09-28 Bob WilsonAdd a command line option "-arm-strict-align" to disall...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2007-08-15 Dan GohmanConvert tests using "grep -c ... | grep ..." to use...
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...