Relax dwarf line fragments. This fixes a crash in the included testcase.
[oota-llvm.git] / test / CodeGen / Thumb2 / machine-licm.ll
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...