aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vget_lane.ll
Commit message (Expand)AuthorAgeFilesLines
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-031-4/+8
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-031-0/+17
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-081-4/+4
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-061-1/+1
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-291-1/+1
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-241-2/+2
* Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...Jakob Stoklund Olesen2010-06-241-2/+2
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-241-2/+2
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-2/+2
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-091-1/+120
* Convert more tests to FileCheck.Bob Wilson2009-09-151-6/+21
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-221-0/+78