Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-09-14 Dan GohmanChange "tmp." to "tmp" for temporaries created by Scala...
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-06-15 Dan GohmanFold a binary operator with constant operands when...
2007-06-15 Dan GohmanAdd a SCEV class and supporting code for sign-extend...
2007-04-17 Chris LattnerBe more careful when inserting reused instructions...
2007-04-13 Chris LattnerCSE simple binary expressions when they are inserted...
2007-03-02 Reid SpencerPrefer non-virtual calls to ConstantInt::isZero over...
2007-03-01 Reid SpencerAvoid a potential assert out if the loop increment...
2007-01-21 Reid SpencerFor PR970:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-11 Zhou ShengFor PR1043:
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-04 Reid SpencerFix 80 cols violation
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-02-04 Chris LattnerPull the InsertCastOfTo out of the header, implement...
2005-10-30 Chris LattnerFix a problem that Nate noticed with LSR:
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...