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
/
vget_lane.ll
Age
Commit message (
Expand
)
Author
2010-11-03
Add codegen patterns for VST1-lane instructions. Radar 8599955.
Bob Wilson
2010-11-03
Check for extractelement with a variable operand for the element number.
Bob Wilson
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-07-06
Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversion
Rafael Espindola
2010-06-29
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2010-06-24
Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...
Jakob Stoklund Olesen
2010-06-24
Replace a big gob of old coalescer logic with the new CoalescerPair class.
Jakob Stoklund Olesen
2009-11-09
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-10-09
Merge a bunch of NEON tests into larger files so they run faster.
Bob Wilson
2009-09-15
Convert more tests to FileCheck.
Bob Wilson
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson