aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/thumb2-select_xform.ll
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-051-2/+2
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-161-9/+9
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-1/+1
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-171-2/+2
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-181-1/+1
* update test for 89694Jim Grosbach2009-11-231-2/+2
* Convert to FileCheckJim Grosbach2009-11-171-3/+18
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-3/+3
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-101-0/+1
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-081-2/+0
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-081-0/+2
* Add Thumb2 movcc instructions.Evan Cheng2009-07-071-0/+23