start of some new simplification code, not thoroughly tested, use at your own
[oota-llvm.git] / lib / Transforms / Scalar / LoopUnswitch.cpp
2006-02-17 Chris Lattnerstart of some new simplification code, not thoroughly...
2006-02-16 Chris LattnerChange SplitBlock to increment a BasicBlock::iterator...
2006-02-16 Jeff CohenFix VC++ warning.
2006-02-16 Chris Lattnerfix a bug where we unswitched the wrong way
2006-02-15 Chris LattnerImplement trivial unswitching for switch stmts. This...
2006-02-15 Chris Lattnermake "trivial" unswitching significantly more general...
2006-02-15 Chris LattnerChecking the wrong value. This caused us to emit silly...
2006-02-15 Chris Lattnermore refactoring, no functionality change.
2006-02-15 Chris Lattnerpull some code out into a function
2006-02-14 Chris LattnerUse statistics to keep track of what flavors of loops...
2006-02-11 Chris Lattnerimplement unswitching of loops with switch stmts and...
2006-02-10 Chris LattnerUpdate PHI nodes in successors of exit blocks.
2006-02-10 Chris LattnerReform the unswitching code in terms of edge splitting...
2006-02-10 Chris LattnerFix a case where UnswitchTrivialCondition broke critica...
2006-02-10 Chris Lattneradd some notes, move some code around. Implement unswi...
2006-02-10 Chris LattnerMove code around to be more logical, no functionality...
2006-02-10 Chris LattnerWhen unswitching a trivial loop, do admit we are doing...
2006-02-10 Chris LattnerImplement unconditional unswitching of 'trivial' loops...
2006-02-09 Chris LattnerSimplify control flow a bit, note that unswitch preserv...
2006-02-09 Chris LattnerMake the threshold a parameter
2006-02-09 Chris LattnerSimplify the loop-unswitch pass, by not even trying...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-06 Jeff CohenPut createLoopUnswitchPass() into proper namespace
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-19 Chris LattnerInitial checkin of a simple loop unswitching pass....