summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-select_xform.ll
Commit message (Expand)AuthorAge
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-03
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-05
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-16
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-17
* Move ARM if-conversion before post-ra scheduling.Evan Cheng2010-06-18
* update test for 89694Jim Grosbach2009-11-23
* Convert to FileCheckJim Grosbach2009-11-17
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Add a thumb2 pass to insert IT blocks.Evan Cheng2009-07-10
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-08
* Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...David Goodwin2009-07-08
* Add Thumb2 movcc instructions.Evan Cheng2009-07-07