Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.
[oota-llvm.git] / test / Transforms / JumpThreading /
2008-11-27 Chris LattnerMake jump threading substantially more powerful, in...
2008-05-05 Chris LattnerFix a crash when threading a block that includes a...
2008-04-25 Chris LattnerDon't infininitely thread branches when a threaded...
2008-04-22 Chris LattnerStart doing the significantly useful part of jump threa...
2008-04-22 Chris LattnerDig through multiple levels of AND to thread jumps...
2008-04-22 Chris LattnerTeach jump threading to thread through blocks like:
2008-04-22 Chris Lattneradd a basic testcase.