Changes For Bug 352
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-18 Reid Spencerbug 122:
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-06-20 Chris LattnerREALLY fix PR378: crash in scalar evolution analysis
2004-06-20 Chris LattnerFix a bug in my change last night that caused a few...
2004-06-20 Chris LattnerDo not sort SCEV objects by address: instead sort by...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-23 Chris LattnerEliminate all of the SCEV Expansion code which is reall...
2004-04-19 Chris LattnerIt's not just a printer, it's actually an analysis too
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-17 Chris LattnerAdd the ability to compute exit values for complex...
2004-04-17 Chris LattnerAdd the ability to compute trip counts that are only...
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
2004-04-15 Chris LattnerFactor a bunch of classes out into a public header
2004-04-15 Chris LattnerUnbreak the build
2004-04-14 Chris LattnerImplement a FIXME: if we're going to insert a cast...
2004-04-14 Chris LattnerThis is a trivial tweak to the addrec insertion code...
2004-04-07 Chris LattnerFix a bug Brian found.
2004-04-05 Chris LattnerSparc don't got not "sqrtl", bum bum bum
2004-04-05 Misha BrukmanKill warnings during an optimized compile where assert...
2004-04-05 Chris LattnerFix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCras...
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Chris LattnerComment out debugging printouts
2004-04-02 Chris LattnerAdd a new analysis