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