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