index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
/
unaligned_load_store.ll
Age
Commit message (
Expand
)
Author
2012-09-18
Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byte
Evan Cheng
2012-08-15
Use vld1/vst1 to load/store f64 if alignment is < 4 and the target allows una...
Evan Cheng
2011-04-30
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2010-09-28
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-01-30
Fix a gross typo: ARMv6+ may or may not support unaligned memory operations.
Anton Korobeynikov
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-15
Reapply r79127. It was fixed by d0k.
Bill Wendling
2009-08-15
Revert r79127. It was causing compilation errors.
Bill Wendling
2009-08-15
Change allowsUnalignedMemoryAccesses to take type argument since some targets
Evan Cheng
2007-08-15
Convert tests using "grep -c ... | grep ..." to use the count script.
Dan Gohman
2007-08-01
Expand unaligned loads/stores when the target doesn't support them. (PR1548)
Lauro Ramos Venancio