Get rid of static constructors for pass registration. Instead, every pass exposes...
[oota-llvm.git] / lib / CodeGen / PeepholeOptimizer.cpp
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-18 Bill WendlingDon't recompute MachineRegisterInfo in the Optimize...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-21 Gabor GreifMove the search for the appropriate AND instruction
2010-09-14 Gabor Greifmust not peephole away side effects
2010-09-11 Bill WendlingRename ConvertToSetZeroFlag to something more general.
2010-09-10 Bill WendlingNo need to recompute the SrcReg and CmpValue.
2010-09-10 Bill WendlingMove some of the decision logic for converting an instr...
2010-09-10 Bill WendlingModify the comparison optimizations in the peephole...
2010-08-27 Bill WendlingRemove now unneeded command line flag that enables...
2010-08-10 Bill WendlingTurn optimize compares back on with fix. We needed...
2010-08-10 Dan GohmanRevert r110718; it broke clang-i386-darwin9.
2010-08-10 Bill WendlingTurn optimize cmps on by default so that we can get...
2010-08-09 Bill WendlingMerge the OptimizeExts and OptimizeCmps passes into...