Drop obsolete hook and change all usage to new interface
[oota-llvm.git] / lib / CodeGen / DeadMachineInstructionElim.cpp
2008-09-24 Dan GohmanRefactor the logic for testing if an instruction is...
2008-09-24 Dan GohmanSet SetStore to false, to allow this pass to delete
2008-09-23 Dan GohmanNow that DeadMachineInstructionElim is basically working
2008-09-23 Dan GohmanTrack local physical register liveness. This is not...
2008-09-18 Dan GohmanDon't consider instructions with implicit physical...
2008-09-17 Dan GohmanAdd a new MachineInstr-level DCE pass. It is very simpl...