Spell `occurrence' correctly.
[oota-llvm.git] / lib / Transforms / Utils / LoopSimplify.cpp
2003-09-09 Misha BrukmanSpell `occurrence' correctly.
2003-08-18 Chris LattnerFix grammar, add comment
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-05-12 Chris LattnerFix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-02-28 Chris LattnerFix bug I introduced yesterday :(
2003-02-28 Chris LattnerFix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
2003-02-27 Chris LattnerFix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updat...
2003-02-27 Chris LattnerAdd a new assertion to check that stuff is happening...
2003-02-27 Chris Lattner * Don't forget to update Loop information!
2003-02-27 Chris Lattner * Significant changes to the preheader insertion pass:
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-29 Chris LattnerFix major bugs in dominator set & tree information...
2002-09-26 Chris LattnerChange pass name to something sane
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.