summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/ScalarEvolutionExpressions.h
Commit message (Expand)AuthorAge
* Make it possible to create an SCEVUnknown from an APInt as well as an int.Reid Spencer2007-03-01
* For PR950:Reid Spencer2006-12-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* For PR950:Reid Spencer2006-10-26
* Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll andChris Lattner2006-04-01
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix a case where we incorrectly returned hasComputableLoopEvolution forChris Lattner2005-02-26
* Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,Chris Lattner2005-02-13
* Fix warningChris Lattner2004-04-27
* Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.Chris Lattner2004-04-23
* Publically export all of these classes from the ScalarEvolutions.cpp fileChris Lattner2004-04-15