Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix missing #includes. | Chris Lattner | 2010-02-10 | 1 | -0/+1 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -8/+8 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
* | Watch out for duplicated PHI instructions. | Evan Cheng | 2009-12-07 | 1 | -3/+37 |
* | Pre-regalloc tale duplication. Work in progress. | Evan Cheng | 2009-12-07 | 1 | -1/+11 |
* | If BB is empty, insert PHI before end() instead of front(). | Evan Cheng | 2009-12-07 | 1 | -3/+6 |
* | Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha... | Evan Cheng | 2009-12-04 | 1 | -27/+17 |
* | - If the reaching definition is an undef and the use is a PHI, add the implic... | Evan Cheng | 2009-12-04 | 1 | -11/+15 |
* | Handle undef values properly. | Evan Cheng | 2009-12-03 | 1 | -15/+38 |
* | Fill out codegen SSA updater. It's not yet tested. | Evan Cheng | 2009-12-03 | 1 | -8/+229 |
* | Skeleton for MachineInstr level SSA updater. | Evan Cheng | 2009-12-02 | 1 | -0/+108 |