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
/
lib
/
Analysis
/
DataStructure
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add explicit iostream #includes
Chris Lattner
2006-01-22
6
-1
/
+6
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
2
-0
/
+2
*
Prefix DSA specific options with dsa.
John Criswell
2005-12-19
1
-4
/
+4
*
Added an option to specify the names of heap freeing functions.
John Criswell
2005-12-19
1
-0
/
+20
*
Added a command line option that allows the user to specify a list of
John Criswell
2005-12-19
1
-0
/
+19
*
Collapsing node if variable length struct with final field of length zero
Sumant Kowshik
2005-12-06
1
-1
/
+18
*
don't bother building the archive version of this library
Chris Lattner
2005-10-24
1
-1
/
+1
*
implement some prototypes
Chris Lattner
2005-10-24
2
-0
/
+10
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
core changes for varargs
Andrew Lenharth
2005-06-18
1
-5
/
+1
*
Correctly handle global-argument aliases induced in main
Chris Lattner
2005-04-25
1
-2
/
+30
*
Don't mess up SCC traversal when a node has null edges out of it.
Chris Lattner
2005-04-25
1
-5
/
+6
*
Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing
Chris Lattner
2005-04-23
1
-0
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-6
/
+6
*
Remove trailing whitespace
Misha Brukman
2005-04-21
12
-183
/
+183
*
add support for taking and resolving the address of free.
Chris Lattner
2005-04-21
1
-2
/
+31
*
Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
Chris Lattner
2005-04-12
1
-2
/
+1
*
fix some VC compilation problems, thanks to Jeff C for pointing this out!
Chris Lattner
2005-04-02
1
-4
/
+3
*
EquivClassGraphs is now in DataStructure.h
Chris Lattner
2005-04-02
2
-3
/
+1
*
use a callee_iterator typedef.
Chris Lattner
2005-04-02
3
-9
/
+7
*
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-04-02
5
-78
/
+40
*
Fix a problem where we not marking incoming arguments to functions with
Chris Lattner
2005-03-29
2
-5
/
+14
*
remove ...
Chris Lattner
2005-03-27
1
-2
/
+2
*
speed up steens by using spliceFrom, improve its precision by realizing that
Chris Lattner
2005-03-27
1
-5
/
+10
*
Don't give up completely, maybe other AA can say something about this.
Chris Lattner
2005-03-27
1
-1
/
+2
*
Cache mapping information for a call site after computing it for a mod/ref
Chris Lattner
2005-03-26
1
-27
/
+81
*
Remove more long dead code: dsa doesn't provide must alias info
Chris Lattner
2005-03-26
1
-32
/
+0
*
remove some unsafe code that has long been dead
Chris Lattner
2005-03-26
1
-24
/
+0
*
slightly improve mod/ref for DSAA by checking the globals graph for fallback
Chris Lattner
2005-03-26
1
-0
/
+12
*
Teach steens-aa two things about mod/ref information:
Chris Lattner
2005-03-26
1
-3
/
+33
*
no really, don't double count these nodes either!
Chris Lattner
2005-03-25
1
-14
/
+19
*
Don't count all of the nodes in the SCC once for each function in the SCC.
Chris Lattner
2005-03-25
1
-4
/
+9
*
Grow the EQ classes for globals at the end of the BU pass. This shrinks
Chris Lattner
2005-03-25
1
-0
/
+93
*
remove a debugging timer.
Chris Lattner
2005-03-25
1
-4
/
+1
*
Two changes here:
Chris Lattner
2005-03-25
1
-47
/
+41
*
Make the spliceFrom case where one graph is completely empty be constant time.
Chris Lattner
2005-03-25
1
-2
/
+6
*
add a new DSGraph::spliceFrom method, which violently takes the content of
Chris Lattner
2005-03-24
1
-0
/
+41
*
This replaces the correct but slow code with a more aggressive scc-finder
Chris Lattner
2005-03-24
1
-54
/
+97
*
only look at successors of globals. This gets us down to "only" 22s in the
Chris Lattner
2005-03-24
1
-4
/
+9
*
Unfortunately, a previous patch was not safe. Revert it, reimplement
Chris Lattner
2005-03-24
1
-40
/
+93
*
don't bother |'ing in 0's
Chris Lattner
2005-03-24
3
-4
/
+2
*
be more aggressive about incompleteness marking
Chris Lattner
2005-03-24
1
-3
/
+2
*
Fix a crash while promoting a value out of a loop from a global variable
Chris Lattner
2005-03-24
2
-2
/
+20
*
teach ds-aa about mod/ref for external function calls.
Chris Lattner
2005-03-24
1
-1
/
+25
*
a hack to allow count-aa to work with ds-aa :(
Chris Lattner
2005-03-23
1
-1
/
+1
*
turn a dead conditional into an assert.
Chris Lattner
2005-03-23
1
-9
/
+5
*
Totally gut mergeInGraph. There is absolutely no reason to be merging
Chris Lattner
2005-03-23
1
-73
/
+47
*
wrap a long line
Chris Lattner
2005-03-23
1
-1
/
+2
*
Make -steens-aa more conservative (aka correct) by making sure to obey
Chris Lattner
2005-03-23
1
-8
/
+18
*
implement Analysis/DSGraph/field-sensitive.ll
Chris Lattner
2005-03-23
1
-3
/
+2
[prev]
[next]