summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/machine-licm.ll
AgeCommit message (Expand)Author
2015-09-30[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-08-15Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-11-15Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng
2011-09-30ARM Darwin default relocation model is PIC.Jim Grosbach
2011-07-08Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach
2011-07-08Fix more register allocation sensitive tests.Jakob Stoklund Olesen
2011-06-14Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola
2011-06-12AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-09fix two completely broken tests, which were matching due to PR9629.Chris Lattner
2011-01-21Last round of fixes for movw + movt global address codegen.Evan Cheng
2010-11-17Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng
2010-10-19Enable using vdup for vector constants which are splat ofDale Johannesen
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-08-27Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson
2010-07-09Print "dregpair" NEON operands with a space between them, for readability andBob Wilson
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-05-19t2LEApcrel and tLEApcrel are re-materializable. This makes it possible to hoi...Evan Cheng
2010-04-17Start function numbering at 0.Dan Gohman
2010-03-10Enable machine cse pass.Evan Cheng
2009-11-20Enable hoisting load from constant memories.Evan Cheng
2009-11-20Also CSE non-pic load from constant pools.Evan Cheng
2009-11-07Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng
2009-11-07- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng
2009-11-06- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng
2009-11-04Fix test.Evan Cheng
2009-10-31Use cbz and cbnz instructions.Evan Cheng
2009-10-31It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...Evan Cheng