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
/
include
/
llvm
/
Analysis
/
ScalarEvolution.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a
Nick Lewycky
2008-07-09
1
-4
/
+0
*
Move LSR's private isZero function to a public SCEV member
Dan Gohman
2008-06-18
1
-0
/
+4
*
Crash less. The i64 restriction in BinomialCoefficient caused some problems
Nick Lewycky
2008-06-13
1
-0
/
+5
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-2
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-4
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+3
*
Add 'umax' similar to 'smax' SCEV. Closes PR2003.
Nick Lewycky
2008-02-20
1
-0
/
+6
*
Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an
Wojciech Matyjewicz
2008-02-11
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.
Nick Lewycky
2007-11-25
1
-0
/
+2
*
Reverted r44163 per request
Anton Korobeynikov
2007-11-15
1
-1
/
+0
*
Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV
Nick Lewycky
2007-11-15
1
-0
/
+1
*
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-11-14
1
-2
/
+1
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
1
-12
/
+59
*
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-19
1
-3
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Use the explicit keyword for the SCEV class' constructor.
Dan Gohman
2007-05-03
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+2
*
Unbreak VC++ build.
Jeff Cohen
2007-03-05
1
-0
/
+1
*
For PR1205:
Reid Spencer
2007-02-28
1
-0
/
+4
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-13
/
+5
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-4
/
+4
*
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-28
1
-0
/
+14
*
add two helper methods
Chris Lattner
2005-08-09
1
-0
/
+8
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
export two methods
Chris Lattner
2005-03-09
1
-0
/
+10
*
Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,
Chris Lattner
2005-02-13
1
-5
/
+16
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
Remove distasteful method which is really part of the indvars pass
Chris Lattner
2004-06-24
1
-6
/
+0
*
Remove the SCEV::expandCodeFor method, add a new SCEVVisitor class.
Chris Lattner
2004-04-23
1
-57
/
+0
*
Add an ugly cast
Chris Lattner
2004-04-22
1
-1
/
+1
*
Add a method
Chris Lattner
2004-04-22
1
-0
/
+8
*
cleanup some long-dead code
Chris Lattner
2004-04-02
1
-7
/
+1
*
Add a new analysis
Chris Lattner
2004-04-02
1
-0
/
+270