index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolutionExpander.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CSE simple binary expressions when they are inserted. This makes LSR produce
Chris Lattner
2007-04-13
1
-5
/
+25
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
1
-1
/
+1
*
Avoid a potential assert out if the loop increment is > 64 bits.
Reid Spencer
2007-03-01
1
-1
/
+1
*
For PR970:
Reid Spencer
2007-01-21
1
-2
/
+1
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-1
/
+1
*
For PR1043:
Zhou Sheng
2007-01-11
1
-1
/
+1
*
Change the interface to SCEVExpander::InsertCastOfTo to take a cast opcode
Reid Spencer
2006-12-13
1
-19
/
+2
*
Replace inferred getCast(V,Ty) calls with more strict variants.
Reid Spencer
2006-12-12
1
-4
/
+22
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-3
/
+2
*
Fix 80 cols violation
Reid Spencer
2006-12-04
1
-2
/
+3
*
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-29
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-5
/
+4
*
For PR950:
Reid Spencer
2006-10-20
1
-1
/
+1
*
Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments.
Chris Lattner
2006-02-04
1
-0
/
+51
*
Fix a problem that Nate noticed with LSR:
Chris Lattner
2005-10-30
1
-1
/
+26
*
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-30
1
-0
/
+105