Don't hardcode the TType format size. In fact, rework the code so that it's more
[oota-llvm.git] / lib / CodeGen / DeadMachineInstructionElim.cpp
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-11 Dan GohmanAdd const qualifiers.
2008-10-16 Dan GohmanRename AliasSet to SubRegs, to reflect changes in the...
2008-10-16 Dan GohmanFix a subtle bug in DeadMachineInstructionElim's liveness
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-25 Dan GohmanAdd debug output to this pass.
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...