summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/unaligned_load_store.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...Evan Cheng2012-08-15
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-30
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* Add a command line option "-arm-strict-align" to disallow unaligned memoryBob Wilson2010-09-28
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.Anton Korobeynikov2010-01-30
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* Convert tests using "grep -c ... | grep ..." to use the count script.Dan Gohman2007-08-15
* Expand unaligned loads/stores when the target doesn't support them. (PR1548)Lauro Ramos Venancio2007-08-01