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
/
ScalarEvolutionExpander.cpp
Age
Commit message (
Expand
)
Author
2007-04-17
Be more careful when inserting reused instructions. This fixes CodeGen/Gener...
Chris Lattner
2007-04-13
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-01
Avoid a potential assert out if the loop increment is > 64 bits.
Reid Spencer
2007-01-21
For PR970:
Reid Spencer
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-11
For PR1043:
Zhou Sheng
2006-12-13
Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode
Reid Spencer
2006-12-12
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-04
Fix 80 cols violation
Reid Spencer
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-02-04
Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments.
Chris Lattner
2005-10-30
Fix a problem that Nate noticed with LSR:
Chris Lattner
2005-07-30
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman