Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable hoisting load from constant memories. | Evan Cheng | 2009-11-20 | 1 | -2/+6 |
* | Also CSE non-pic load from constant pools. | Evan Cheng | 2009-11-20 | 1 | -2/+11 |
* | Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp... | Evan Cheng | 2009-11-07 | 1 | -0/+1 |
* | - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical | Evan Cheng | 2009-11-07 | 1 | -4/+6 |
* | - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative | Evan Cheng | 2009-11-06 | 1 | -0/+3 |
* | Fix test. | Evan Cheng | 2009-11-04 | 1 | -1/+1 |
* | Use cbz and cbnz instructions. | Evan Cheng | 2009-10-31 | 1 | -0/+2 |
* | It's safe to remat t2LDRpci; Add PseudoSourceValue to load / store's to enabl... | Evan Cheng | 2009-10-31 | 1 | -0/+34 |