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
/
vld1.ll
Age
Commit message (
Expand
)
Author
2013-02-22
Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...
Kristof Beyls
2011-04-19
Do not lose mem_operands while lowering VLD / VST intrinsics.
Evan Cheng
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
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 VST instructions.
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-08-26
Revert svn 107892 (with changes to work with trunk). It caused a crash if
Bob Wilson
2010-04-20
Fix tests for Neon load/store intrinsics to match the i8* types expected by
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
Fix incorrect intrinsic declarations.
Bob Wilson
2009-08-05
Convert more Neon tests to FileCheck.
Bob Wilson
2009-07-29
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-08
Implement NEON vld1 instructions.
Bob Wilson