index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't make this require loopsimplify. It works BETTER with loop simplify
Chris Lattner
2005-04-06
1
-1
/
+0
*
Export two methods for getting -X and A-B.
Chris Lattner
2005-03-09
1
-10
/
+11
*
DCE a dead function
Chris Lattner
2005-02-26
1
-19
/
+0
*
1 + 100 + 51 == 152, not 52.
Chris Lattner
2005-02-26
1
-0
/
+2
*
Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca...
Chris Lattner
2005-02-17
1
-1
/
+1
*
Correct the recursive PHI node handling routines in a way that CANNOT induce
Chris Lattner
2005-02-13
1
-27
/
+83
*
Fix a problem where we could infinitely recurse on phi nodes.
Chris Lattner
2005-02-01
1
-1
/
+1
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
This patch prevents an infinite recursion while compiling 103.su2cor.
Chris Lattner
2004-12-04
1
-3
/
+3
*
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
2004-10-25
1
-1
/
+1
*
This nutty patch has been in my tree since before 1.3 went out, and it needs
Chris Lattner
2004-10-12
1
-20
/
+147
*
Fix SingleSource/Benchmarks/McGill/chomp
Chris Lattner
2004-10-11
1
-0
/
+1
*
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-03
1
-0
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
bug 122:
Reid Spencer
2004-07-18
1
-6
/
+4
*
Remove distasteful method which is really part of the indvars pass
Chris Lattner
2004-06-24
1
-13
/
+0
*
REALLY fix PR378: crash in scalar evolution analysis
Chris Lattner
2004-06-20
1
-0
/
+1
*
Fix a bug in my change last night that caused a few test failures.
Chris Lattner
2004-06-20
1
-1
/
+1
*
Do not sort SCEV objects by address: instead sort by complexity and group
Chris Lattner
2004-06-20
1
-18
/
+60
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
1
-6
/
+6
*
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-23
1
-213
/
+9
*
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-19
1
-1
/
+1
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
1
-3
/
+8
*
Add the ability to compute exit values for complex loop using unanalyzable
Chris Lattner
2004-04-17
1
-52
/
+189
*
Add the ability to compute trip counts that are only controlled by constants
Chris Lattner
2004-04-17
1
-5
/
+174
*
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Factor a bunch of classes out into a public header
Chris Lattner
2004-04-15
1
-553
/
+142
*
Unbreak the build
Chris Lattner
2004-04-15
1
-0
/
+1
*
Implement a FIXME: if we're going to insert a cast, we might as well only
Chris Lattner
2004-04-14
1
-1
/
+15
*
This is a trivial tweak to the addrec insertion code: insert the increment
Chris Lattner
2004-04-14
1
-7
/
+12
*
Fix a bug Brian found.
Chris Lattner
2004-04-07
1
-2
/
+3
*
Sparc don't got not "sqrtl", bum bum bum
Chris Lattner
2004-04-05
1
-1
/
+1
*
Kill warnings during an optimized compile where assert() disappears.
Misha Brukman
2004-04-05
1
-0
/
+2
*
Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx
Chris Lattner
2004-04-05
1
-0
/
+2
*
Add a break in the default case
Chris Lattner
2004-04-03
1
-0
/
+1
*
Comment out debugging printouts
Chris Lattner
2004-04-02
1
-1
/
+5
*
Add a new analysis
Chris Lattner
2004-04-02
1
-0
/
+2482