Re-apply r97667 but with a little bit of thought put into the patch. This implements...
[oota-llvm.git] / lib / CodeGen / MachineCSE.cpp
2010-03-03 Evan ChengRe-apply r97667 but with a little bit of thought put...
2010-03-03 Dan GohmanRevert 97667. It broke a bunch of tests.
2010-03-03 Evan ChengMove DenseMapInfo for MachineInstr* to MachineInstr.h
2010-03-03 Evan ChengMachine CSE work in progress. It's doing some CSE now...
2010-03-03 Evan ChengWork in progress. Finding some cse now.
2010-03-02 Evan ChengFix typo.
2010-03-02 Evan ChengAdd skeleton of a machine level cse pass.