For PR950:
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
2006-10-20 Reid SpencerFor PR950:
2006-10-04 Chris LattnerFix some more static dtor issues.
2006-09-28 Chris LattnerEliminate ConstantBool::True and ConstantBool::False...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-04-26 Chris LattnerImplement Transforms/IndVarsSimplify/complex-scev.ll...
2006-04-04 Chris LattnerSigned shr by a constant is not the same as sdiv by 2^k
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-01-22 Chris LattnerAdd explicit iostream #includes
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-09-28 Chris Lattnerwrap a long line
2005-08-16 Chris LattnerFix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
2005-08-15 Chris LattnerTeach LLVM to know how many times a loop executes when...
2005-08-10 Chris LattnerFix an obvious oops
2005-08-09 Chris Lattnerimplement two helper methods
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-06 Chris LattnerDon't make this require loopsimplify. It works BETTER...
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