index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
ScalarEvolution.cpp
Age
Commit message (
Expand
)
Author
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-04-26
Implement Transforms/IndVarsSimplify/complex-scev.ll, a case where we didn't
Chris Lattner
2006-04-04
Signed shr by a constant is not the same as sdiv by 2^k
Chris Lattner
2006-04-01
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
Chris Lattner
2006-01-22
Add explicit iostream #includes
Chris Lattner
2005-10-27
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-09-28
wrap a long line
Chris Lattner
2005-08-16
Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
Chris Lattner
2005-08-15
Teach LLVM to know how many times a loop executes when constructed with
Chris Lattner
2005-08-10
Fix an obvious oops
Chris Lattner
2005-08-09
implement two helper methods
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-06
Don't make this require loopsimplify. It works BETTER with loop simplify
Chris Lattner
2005-03-09
Export two methods for getting -X and A-B.
Chris Lattner
2005-02-26
DCE a dead function
Chris Lattner
2005-02-26
1 + 100 + 51 == 152, not 52.
Chris Lattner
2005-02-17
Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-Trunca...
Chris Lattner
2005-02-13
Correct the recursive PHI node handling routines in a way that CANNOT induce
Chris Lattner
2005-02-01
Fix a problem where we could infinitely recurse on phi nodes.
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-12-04
This patch prevents an infinite recursion while compiling 103.su2cor.
Chris Lattner
2004-10-25
Patch to support MSVC, contributed by Morten Ofstad
Chris Lattner
2004-10-12
This nutty patch has been in my tree since before 1.3 went out, and it needs
Chris Lattner
2004-10-11
Fix SingleSource/Benchmarks/McGill/chomp
Chris Lattner
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-06-24
Remove distasteful method which is really part of the indvars pass
Chris Lattner
2004-06-20
REALLY fix PR378: crash in scalar evolution analysis
Chris Lattner
2004-06-20
Fix a bug in my change last night that caused a few test failures.
Chris Lattner
2004-06-20
Do not sort SCEV objects by address: instead sort by complexity and group
Chris Lattner
2004-04-27
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-23
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-19
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-17
Add the ability to compute exit values for complex loop using unanalyzable
Chris Lattner
2004-04-17
Add the ability to compute trip counts that are only controlled by constants
Chris Lattner
2004-04-16
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-15
Factor a bunch of classes out into a public header
Chris Lattner
2004-04-15
Unbreak the build
Chris Lattner
2004-04-14
Implement a FIXME: if we're going to insert a cast, we might as well only
Chris Lattner
2004-04-14
This is a trivial tweak to the addrec insertion code: insert the increment
Chris Lattner
2004-04-07
Fix a bug Brian found.
Chris Lattner
2004-04-05
Sparc don't got not "sqrtl", bum bum bum
Chris Lattner
2004-04-05
Kill warnings during an optimized compile where assert() disappears.
Misha Brukman
2004-04-05
Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx
Chris Lattner
2004-04-03
Add a break in the default case
Chris Lattner
2004-04-02
Comment out debugging printouts
Chris Lattner
2004-04-02
Add a new analysis
Chris Lattner