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
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-06
Let scalar-evolution analyze loops with an unsigned comparison for the exit
Nick Lewycky
2007-08-06
Don't assume it's safe to transform a loop just because it's dominated by any
Nick Lewycky
2007-07-16
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-09
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-06-19
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-18
In SCEVAddExpr::get, skip over any cast operands before looking for nested
Dan Gohman
2007-06-15
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-06
Optimize this test. Firstly, only Instructions may use other Instructions.
Nick Lewycky
2007-06-06
Fix PR1487 and Transforms/IndVar/2007-06-06-DeleteDanglesPtr.ll
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
Fix build error.
Lauro Ramos Venancio
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Revert last patch. It was already fixed.
Reid Spencer
2007-04-16
For PR1336:
Reid Spencer
2007-04-15
Fix a nasty bug introduced when apint'ified. This fixes
Chris Lattner
2007-04-07
Eliminate unnecessary APInt construction.
Zhou Sheng
2007-04-07
Make APInt variables do the computation stuffs instead of
Zhou Sheng
2007-04-07
Eliminate unnecessary zext/trunc stuffs.
Zhou Sheng
2007-04-02
Treat xor of signbit like an add.
Chris Lattner
2007-03-04
Guard further against APInt operations with operands of unequal bit width.
Reid Spencer
2007-03-02
Fix an unequal bitwidth issue.
Reid Spencer
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-01
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
Construct ConstantInt with simpler constructor.
Reid Spencer
2007-03-01
Fix last night's 445.gobmk breakage which was caused by comparison of
Reid Spencer
2007-03-01
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
APIntify various computations in ScalarEvolution
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-28
For PR1205:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
The local "ConstantFold" method is now just a watered down version of
Chris Lattner
2007-01-30
adjust to constant folding api changes.
Chris Lattner
2007-01-19
For PR1043:
Reid Spencer
2007-01-15
Unbreak VC++ build.
Jeff Cohen
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Update code to eliminate calls to isInteger, calling isIntegral instead.
Chris Lattner
2007-01-14
Fix PR1101 and Analysis/ScalarEvolution/trip-count.ll
Chris Lattner
2007-01-12
don't discriminate against bool
Chris Lattner
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-08
Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.
Reid Spencer
2007-01-07
Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, a
Chris Lattner
2007-01-07
cast of int to bool no longer does a compare, rendering this fixme
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
[next]