index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolution.cpp
Age
Commit message (
Expand
)
Author
2010-01-26
Rename ItCount to BECount, since it holds a backedge-taken count rather
Dan Gohman
2010-01-26
Fix the the ceiling-division used in computing the MaxBECount so that it doesn't
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-19
Add a comment and tidy up some whitespace.
Dan Gohman
2010-01-19
Give ScalarEvolution access to the DominatorTree. It'll need this
Dan Gohman
2010-01-09
Use WriteAsOperand instead of getName() to print loop header names,
Dan Gohman
2009-12-23
Remove dump routine and the associated Debug.h from a header. Patch up
David Greene
2009-12-23
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-19
Fix a spello in a comment that Nick spotted.
Dan Gohman
2009-12-18
Make this comment more precise.
Dan Gohman
2009-12-18
Revert this use of NUW/NSW also. Overflow-undefined multiplication isn't
Dan Gohman
2009-12-18
Revert this use of NSW; this one isn't actually safe. NSW addition
Dan Gohman
2009-12-18
Delete an unused variable.
Dan Gohman
2009-12-18
Preserve NSW information in more places.
Dan Gohman
2009-12-18
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
Whitespace cleanups.
Dan Gohman
2009-11-23
Remove dead LLVMContext argument.
Nick Lewycky
2009-11-09
Pass the (optional) TargetData object to ConstantFoldInstOperands
Dan Gohman
2009-11-09
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-01
Reverting 85714, 85715, 85716, which are breaking the build
Douglas Gregor
2009-11-01
Add a function to Passes.h to allow clients to create instances
Dan Gohman
2009-10-31
Rename forgetLoopBackedgeTakenCount to forgetLoop, because it
Dan Gohman
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-09
Revert r83606 and add comments explaining why it isn't safe.
Dan Gohman
2009-10-09
Preserve HasNSW and HasNUW when constructing SCEVs for Add and Mul
Dan Gohman
2009-10-09
Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.
Dan Gohman
2009-09-27
Add a properlyDominates member function to ScalarEvolution.
Dan Gohman
2009-09-17
Teach ScalarEvolution how to reason about no-wrap flags on loops
Dan Gohman
2009-09-03
Remove references to expression "handles", which are no longer used.
Dan Gohman
2009-08-31
Don't use an iterator which is potentially invalidated.
Dan Gohman
2009-08-31
Extend the ValuesAtScope cache to cover all expressions, not just
Dan Gohman
2009-08-25
Don't assume that two identical instructions that read from memory
Dan Gohman
2009-08-25
Teach ScalarEvolution about GlobalAliases.
Dan Gohman
2009-08-24
remove a few dead insertion methods.
Chris Lattner
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-20
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
Dan Gohman
2009-08-20
Various comment and whitespace cleanups.
Dan Gohman
2009-08-19
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-18
Generalize ScalarEvolution to be able to analyze GEPs when
Dan Gohman
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-07
Fix copy-pasto.
Andreas Bolka
2009-07-31
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-29
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
Move ConstantExpr to 2.5 API.
Owen Anderson
2009-07-27
Fix wording in comments.
Dan Gohman
2009-07-25
SCEV objects are no longer reference-counted.
Dan Gohman
2009-07-25
When attempting to sign-extend an addrec by interpreting
Dan Gohman
2009-07-25
Teach ScalarEvolution to make use of no-overflow flags when
Dan Gohman
[next]