-steens doesn't use the inlined globals facility.
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
2005-03-09 Chris LattnerExport two methods for getting -X and A-B.
2005-02-26 Chris LattnerDCE a dead function
2005-02-26 Chris Lattner1 + 100 + 51 == 152, not 52.
2005-02-17 Chris LattnerScary typo that fixes Regression/Transforms/IndVarsSimp...
2005-02-13 Chris LattnerCorrect the recursive PHI node handling routines in...
2005-02-01 Chris LattnerFix a problem where we could infinitely recurse on...
2004-12-07 Reid SpencerFor PR387:\
2004-12-04 Chris LattnerThis patch prevents an infinite recursion while compili...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-12 Chris LattnerThis nutty patch has been in my tree since before 1...
2004-10-11 Chris LattnerFix SingleSource/Benchmarks/McGill/chomp
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
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