[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / Thumb2 / machine-licm.ll
2015-09-30 Jeroen Ketema[ARM][NEON] Use address space in vld([1234]|[234]lane...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Jakob Stoklund OlesenFix more register allocation sensitive tests.
2011-06-14 Rafael EspindolaImplement Jakob's suggestion on how to detect fall...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-10-19 Dale JohannesenEnable using vdup for vector constants which are splat of
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-07-09 Bob WilsonPrint "dregpair" NEON operands with a space between...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-05-19 Evan Chengt2LEApcrel and tLEApcrel are re-materializable. This...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-03-10 Evan ChengEnable machine cse pass.
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-04 Evan ChengFix test.
2009-10-31 Evan ChengUse cbz and cbnz instructions.
2009-10-31 Evan ChengIt's safe to remat t2LDRpci; Add PseudoSourceValue...