summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vget_lane.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen2012-10-26
* Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy2012-09-06
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-03
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-03
* Change register allocation order for ARM VFP and NEON registers to put theBob Wilson2010-10-08
* Don't create neon moves in CopyRegToReg. NEONMoveFixPass will do the conversionRafael Espindola2010-07-06
* Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola2010-06-29
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-24
* Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c...Jakob Stoklund Olesen2010-06-24
* Replace a big gob of old coalescer logic with the new CoalescerPair class.Jakob Stoklund Olesen2010-06-24
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-09
* Convert more tests to FileCheck.Bob Wilson2009-09-15
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add support for ARM's Advanced SIMD (NEON) instruction set.Bob Wilson2009-06-22