aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineCSE.cpp
AgeCommit message (Expand)Author
2010-03-06Don't update physical register def.Evan Cheng
2010-03-04Avoid cse load instructions unless they are known to be invariant loads.Evan Cheng
2010-03-04Look ahead a bit to determine if a physical register def that is not marked d...Evan Cheng
2010-03-03Fix a logic error. An instruction that has a live physical register def canno...Evan Cheng
2010-03-03Re-apply r97667 but with a little bit of thought put into the patch. This imp...Evan Cheng
2010-03-03Revert 97667. It broke a bunch of tests.Dan Gohman
2010-03-03Move DenseMapInfo for MachineInstr* to MachineInstr.hEvan Cheng
2010-03-03Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...Evan Cheng
2010-03-03Work in progress. Finding some cse now.Evan Cheng
2010-03-02Fix typo.Evan Cheng
2010-03-02Add skeleton of a machine level cse pass.Evan Cheng