index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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