aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/unaligned_load_store.ll
AgeCommit message (Expand)Author
2012-09-18Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng
2012-08-15Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2010-09-28Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-01-30Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.Anton Korobeynikov
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-15Reapply r79127. It was fixed by d0k.Bill Wendling
2009-08-15Revert r79127. It was causing compilation errors.Bill Wendling
2009-08-15Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng
2007-08-15Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman
2007-08-01Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio