summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCSE.cpp
Commit message (Expand)AuthorAge
...
* Fix a logic error. An instruction that has a live physical register def canno...Evan Cheng2010-03-03
* Re-apply r97667 but with a little bit of thought put into the patch. This imp...Evan Cheng2010-03-03
* Revert 97667. It broke a bunch of tests.Dan Gohman2010-03-03
* Move DenseMapInfo for MachineInstr* to MachineInstr.hEvan Cheng2010-03-03
* Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...Evan Cheng2010-03-03
* Work in progress. Finding some cse now.Evan Cheng2010-03-03
* Fix typo.Evan Cheng2010-03-02
* Add skeleton of a machine level cse pass.Evan Cheng2010-03-02