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
/
vld3.ll
Age
Commit message (
Expand
)
Author
2011-02-07
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-09-23
Set alignment operand for NEON VLD instructions.
Bob Wilson
2010-08-27
Add alignment arguments to all the NEON load/store intrinsics.
Bob Wilson
2010-05-03
Fix tests to use fadd, fsub, and fmul, instead of add, sub, and mul,
Dan Gohman
2010-04-20
Fix tests for Neon load/store intrinsics to match the i8* types expected by
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-06
Update NEON struct names to match llvm-gcc changes.
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
Add tests for new NEON vld instructions.
Bob Wilson