summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DeadMachineInstructionElim.cpp
Commit message (Expand)AuthorAge
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Factor out LiveIntervalAnalysis' code to determine whether an instructionDan Gohman2009-10-09
* Convert DOUT to DEBUG(errs()...).Bill Wendling2009-08-22
* Add const qualifiers.Dan Gohman2009-08-11
* Rename AliasSet to SubRegs, to reflect changes in the surrounding code.Dan Gohman2008-10-16
* Fix a subtle bug in DeadMachineInstructionElim's livenessDan Gohman2008-10-16
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Add debug output to this pass.Dan Gohman2008-09-25
* Refactor the logic for testing if an instruction is dead into aDan Gohman2008-09-24
* Set SetStore to false, to allow this pass to deleteDan Gohman2008-09-24
* Now that DeadMachineInstructionElim is basically workingDan Gohman2008-09-23
* Track local physical register liveness. This is not the mostDan Gohman2008-09-23
* Don't consider instructions with implicit physical registerDan Gohman2008-09-18
* Add a new MachineInstr-level DCE pass. It is very simple, and is intended toDan Gohman2008-09-17