assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Transforms / Scalar / CondPropagate.cpp
2009-04-15 Evan ChengAvoid making the transformation enabled by my last...
2009-04-14 Evan ChengOptimize conditional branch on i1 phis with non-constan...
2009-03-05 Bill WendlingAdd comment to emphasize that the while body is empty.
2009-02-07 Mike StumpInsert space to avoid warning and make code more readable.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-01-26 Chris LattnerHandle single-entry phi nodes gracefully in condprop.
2008-12-03 Chris LattnerFactor some code into a new FoldSingleEntryPHINodes...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-02 Chris LattnerFix PR1575 and test/Transforms/CondProp/2007-08-01...
2007-07-26 Devang PatelFix thinko. Update return status appropriately.
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-01 Reid SpencerAlthough probably not necessary, guard against a potent...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-01-12 Chris Lattnereliminate redundant check
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-19 Chris LattnerSwitch over Transforms/Scalar to use the STATISTIC...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingRemoved #include <iostream> and replaced with llvm_...
2006-11-01 Devang PatelThere can be more than one PHINode at the start of...
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-14 Chris LattnerHandle single-entry PHI nodes correctly. This fixes...
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-18 Chris Lattnersilence a bogus warning
2005-04-15 Chris Lattnera new simple pass, which will be extended to be more...