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
Commit message (
Expand
)
Author
Age
Files
Lines
*
A shim over other AA impls to catch incorrect uses
Andrew Lenharth
2006-11-14
1
-0
/
+6
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
2
-3
/
+3
*
silence warning
Chris Lattner
2006-11-03
1
-1
/
+0
*
add a method
Chris Lattner
2006-10-28
1
-0
/
+6
*
For PR950:
Reid Spencer
2006-10-26
2
-2
/
+2
*
change this back
Andrew Lenharth
2006-10-23
1
-1
/
+1
*
Move DominatorTree to immediately follow DominatorTreeBase
Chris Lattner
2006-10-03
1
-56
/
+56
*
Use iterative algorith to assign DFS number. This reduces
Devang Patel
2006-09-22
1
-10
/
+1
*
Undo previous check-in.
Devang Patel
2006-09-14
1
-1
/
+10
*
Avoid recursion in assignDFSNumber(). Move def from ET-Forest.h
Devang Patel
2006-09-14
1
-10
/
+1
*
Add ability to remove nodes from DominatorTree, for when a BasicBlock
Nick Lewycky
2006-09-12
1
-0
/
+8
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
1
-0
/
+6
*
For PR885:
Reid Spencer
2006-08-21
1
-62
/
+0
*
Add dominates/properlyDominates queries to IDom.
Chris Lattner
2006-08-01
1
-0
/
+10
*
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
[next]