summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineSSAUpdater.cpp
Commit message (Expand)AuthorAge
* Fix PR7096. When a block containing multiple defs is tail duplicated, theBob Wilson2010-05-10
* Combine the implementations of the core part of the SSAUpdater andBob Wilson2010-05-04
* Update MachineSSAUpdater with the same changes I made for the IR-levelBob Wilson2010-04-26
* stop using DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* fix missing #includes.Chris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Change errs() to dbgs().David Greene2010-01-05
* Watch out for duplicated PHI instructions.Evan Cheng2009-12-07
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-07
* If BB is empty, insert PHI before end() instead of front().Evan Cheng2009-12-07
* Don't try to be cute with undef optimization here. Let ProcessImplicitDefs ha...Evan Cheng2009-12-04
* - If the reaching definition is an undef and the use is a PHI, add the implic...Evan Cheng2009-12-04
* Handle undef values properly.Evan Cheng2009-12-03
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-03
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-02