"ret (constexpr)" can't be folded into a Constant. Add a method to
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolution.h
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-06-19 Dan GohmanRename ScalarEvolution::deleteInstructionFromRecords to
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Dan GohmanUse the explicit keyword for the SCEV class' constructor.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-28 Reid SpencerFor PR1205:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2005-08-09 Chris Lattneradd two helper methods
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-09 Chris Lattnerexport two methods
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2004-12-07 Reid SpencerFor PR387:\
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-22 Chris LattnerAdd an ugly cast
2004-04-22 Chris LattnerAdd a method
2004-04-02 Chris Lattnercleanup some long-dead code
2004-04-02 Chris LattnerAdd a new analysis