aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/machine-licm.ll
Commit message (Expand)AuthorAgeFilesLines
* Enable hoisting load from constant memories.Evan Cheng2009-11-201-2/+6
* Also CSE non-pic load from constant pools.Evan Cheng2009-11-201-2/+11
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-071-0/+1
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-4/+6
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-061-0/+3
* Fix test.Evan Cheng2009-11-041-1/+1
* Use cbz and cbnz instructions.Evan Cheng2009-10-311-0/+2
* It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl...Evan Cheng2009-10-311-0/+34