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
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
2009-07-25
Instead of eagerly creating new SCEVs to replace all SCEVs that are
Dan Gohman
2009-07-24
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
Fix whitespace.
Dan Gohman
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-21
Replace the original ad-hoc code for determining whether (v pred w) implies
Dan Gohman
2009-07-21
Make the range calculations for addrecs to be more conservative,
Dan Gohman
2009-07-21
Whitespace cleanups.
Dan Gohman
2009-07-21
Minor code simplification.
Dan Gohman
2009-07-20
Add a comment to clarify why there isn't any code in this spot.
Dan Gohman
2009-07-20
Remove the code that tried to evaluate whether (A pred B) is known
Dan Gohman
2009-07-20
Minor code simplification.
Dan Gohman
2009-07-20
The upper argument of ConstantRange is exclusive, not inclusive.
Dan Gohman
2009-07-20
Revert the addition of hasNoPointerOverflow to GEPOperator.
Dan Gohman
2009-07-17
Add a new Operator class, for handling Instructions and ConstantExprs
Dan Gohman
2009-07-16
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
Fill in some holes in ScalarEvolution's loop iteration condition
Dan Gohman
2009-07-14
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
Make SCEVCallbackVH::allUsesReplacedWith more thorough in removing
Dan Gohman
2009-07-14
Add a comment about why ScalarEvolution doesn't recognize non-loop PHIs
Dan Gohman
2009-07-13
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
Print a newline after printing a Value, now that Value's operator<<
Dan Gohman
2009-07-13
Fix a few assertion strings.
Dan Gohman
2009-07-13
Whitespace cleanups.
Dan Gohman
2009-07-13
Fix an 80-column violation.
Dan Gohman
2009-07-13
Reapply 75252, with a fix to avoid the infinite recursion case. The
Dan Gohman
2009-07-13
Move more functionality over to LLVMContext.
Owen Anderson
2009-07-13
Move the memoization check for SCEVSignExtendExpr and
Dan Gohman
2009-07-13
Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates
Dan Gohman
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-11
Revert r75252 which was causing some crashes at compile time.
Nick Lewycky
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
Remove ScalarEvolution::hasSCEV, which isn't being used, and which
Dan Gohman
2009-07-10
Generalize ScalarEvolution's cast-folding code to support more kinds
Dan Gohman
2009-07-08
Make the code that updates ScalarEvolution's internal state in response
Dan Gohman
2009-07-07
Change all SCEV* to SCEV *.
Dan Gohman
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
[next]