Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck
[oota-llvm.git] / lib / CodeGen / MachineSSAUpdater.cpp
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-07 Evan ChengWatch out for duplicated PHI instructions.
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-07 Evan ChengIf BB is empty, insert PHI before end() instead of...
2009-12-04 Evan ChengDon't try to be cute with undef optimization here....
2009-12-04 Evan Cheng- If the reaching definition is an undef and the use...
2009-12-03 Evan ChengHandle undef values properly.
2009-12-03 Evan ChengFill out codegen SSA updater. It's not yet tested.
2009-12-02 Evan ChengSkeleton for MachineInstr level SSA updater.