Code clean up. The peephole pass should be the one updating the instruction
[oota-llvm.git] / lib / CodeGen / PeepholeOptimizer.cpp
2010-11-15 Evan ChengCode clean up. The peephole pass should be the one...
2010-11-01 Bill WendlingWhen we look at instructions to convert to setting...
2010-11-01 Bill WendlingThe testcase is now XFAILed. Sorry about the breakage.
2010-10-31 Eric ChristopherRevert r117876 for now, it's causing more testsuite...
2010-10-31 Bill WendlingDisable the peephole optimizer until 186.crafty on...
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...