index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR780:
Reid Spencer
2006-07-26
1
-1
/
+1
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-13
/
+30
*
Change the verifier to never throw an exception. Instead verifyModule can
Chris Lattner
2006-07-06
1
-2
/
+4
*
Add a new method.
Chris Lattner
2006-06-26
1
-0
/
+7
*
Fix build on old compilers
Andrew Lenharth
2006-06-20
1
-1
/
+1
*
Do partial inlining in BU. This resolves more call sites. Also add options ...
Andrew Lenharth
2006-06-19
1
-1
/
+10
*
move header
Andrew Lenharth
2006-06-16
2
-1
/
+1
*
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...
Owen Anderson
2006-06-11
1
-0
/
+3
*
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...
Evan Cheng
2006-06-11
1
-4
/
+1
*
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...
Owen Anderson
2006-06-09
1
-1
/
+4
*
For PR780:
Reid Spencer
2006-06-07
7
-38
/
+22
*
For PR780:
Reid Spencer
2006-06-07
1
-1
/
+3
*
Fix -pedantic warning
Chris Lattner
2006-06-01
1
-2
/
+2
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
7
-14
/
+14
*
Since there was interest on the mailing list, this is a utility pass that
Andrew Lenharth
2006-05-29
2
-0
/
+56
*
Fix pastos in comments
Chris Lattner
2006-05-27
1
-3
/
+4
*
Fix some doxygen usage in these headers.
Reid Spencer
2006-05-19
1
-1
/
+1
*
Use class tags instead of struct tags. The coding standards specify this
Chris Lattner
2006-05-19
1
-9
/
+18
*
Fix Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll and
Chris Lattner
2006-04-01
2
-12
/
+12
*
Move some common data structures between dom and pdom into the base class
Nate Begeman
2006-03-20
2
-32
/
+16
*
Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator
Nate Begeman
2006-03-11
1
-32
/
+49
*
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
5
-7
/
+7
*
Refactor a bunch of code into a non-inlined method
Chris Lattner
2006-02-04
1
-33
/
+6
*
add a method
Chris Lattner
2006-02-04
1
-0
/
+2
*
Initialize DFSnum's to -1, in case a node is not reachable.
Chris Lattner
2006-01-15
1
-2
/
+3
*
add an assert, patch by Daniel Berlin
Chris Lattner
2006-01-15
1
-0
/
+1
*
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
2
-7
/
+17
*
Add CallGraph::getOrInsertFunction, to allow clients to update the callgraph
Chris Lattner
2006-01-14
1
-0
/
+5
*
add a dump method to CallGraph
Chris Lattner
2006-01-14
1
-1
/
+2
*
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.P...
Chris Lattner
2006-01-11
1
-5
/
+3
*
Fix the build on platforms where <cassert> doesn't define NULL
Chris Lattner
2006-01-08
1
-0
/
+1
*
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2006-01-08
3
-1
/
+447
*
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-12-22
2
-68
/
+28
*
Added comment for removing assert
Sumant Kowshik
2005-12-06
1
-0
/
+3
*
Handling of zero length last fields in struct used for growing it arbitrarily
Sumant Kowshik
2005-12-06
1
-1
/
+2
*
Add a simple clear() method
Chris Lattner
2005-11-30
1
-0
/
+5
*
Fix PR670 and test/Regression/Transforms/Mem2Reg/2005-11-28-Crash.ll
Chris Lattner
2005-11-29
1
-0
/
+1
*
Fix the dominates method to return true if the two nodes are the same. Add
Chris Lattner
2005-11-18
1
-4
/
+12
*
remove a dead header
Chris Lattner
2005-10-29
1
-63
/
+0
*
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-27
1
-0
/
+36
*
This pass is very old and quite useless, remove it.
Chris Lattner
2005-10-24
2
-64
/
+0
*
add a proto
Chris Lattner
2005-10-24
1
-0
/
+4
*
new header
Chris Lattner
2005-10-24
1
-0
/
+64
*
add some prototypes
Chris Lattner
2005-10-24
1
-0
/
+4
*
new method
Chris Lattner
2005-09-12
1
-0
/
+6
*
add two helper methods
Chris Lattner
2005-08-09
1
-0
/
+8
*
Keep tabs and trailing spaces out.
Jeff Cohen
2005-07-30
1
-2
/
+2
*
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-30
1
-0
/
+180
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-2
/
+2
*
Don't crash on a query where the block is not in any loop. Thanks to
Chris Lattner
2005-06-29
1
-1
/
+2
[next]