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
/
vst3.ll
Age
Commit message (
Expand
)
Author
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2012-05-11
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2011-04-25
Make this test disable fast isel as it's not needed.
Eric Christopher
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2010-09-23
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-08-27
Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like
Bob Wilson
2010-08-27
Add alignment arguments to all the NEON load/store intrinsics.
Bob Wilson
2010-04-20
Fix tests for Neon load/store intrinsics to match the i8* types expected by
Bob Wilson
2009-10-08
Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-11
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-06
Implement Neon VST[234] operations.
Bob Wilson