index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
DataStructure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trying to get the dsgraph for an external function is bad for DSA's health
Chris Lattner
2003-11-13
1
-11
/
+12
*
Implement the CompleteBU pass
Chris Lattner
2003-11-13
2
-7
/
+142
*
Minor code cleanup
Chris Lattner
2003-11-13
1
-2
/
+2
*
Disable integer tracking by default
Chris Lattner
2003-11-13
1
-1
/
+6
*
Add an initial version of the CompleteBUDataStructures class, which is currently
Chris Lattner
2003-11-13
1
-0
/
+75
*
Fine-grainify namespaces for this library
Chris Lattner
2003-11-12
10
-36
/
+14
*
Add new argument to disable checking
Chris Lattner
2003-11-12
1
-3
/
+5
*
Print return nodes for graphs with multiple functions in them correctly
Chris Lattner
2003-11-12
1
-2
/
+2
*
Don't crash if no gg
Chris Lattner
2003-11-12
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
11
-6
/
+46
*
Compute node offsets correctly
Chris Lattner
2003-11-11
1
-2
/
+2
*
Add new method for computing node mappings. This is used by the pool allocator
Chris Lattner
2003-11-11
1
-0
/
+31
*
Add support for memmove
Chris Lattner
2003-11-09
1
-0
/
+9
*
Handle bzero and memset in the local analysis, because we were missing the fact
Chris Lattner
2003-11-08
2
-4
/
+17
*
This doesn't use DSCallSiteIterator
Chris Lattner
2003-11-08
1
-1
/
+1
*
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-11-02
3
-20
/
+27
*
Fix bug: test/Regression/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
Chris Lattner
2003-11-02
1
-6
/
+8
*
Added LLVM copyright header.
John Criswell
2003-10-21
1
-0
/
+7
*
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
10
-0
/
+70
*
Use std::string::size_type for for ColonPos to stop gcc from giving a warning
Alkis Evlogimenos
2003-10-01
1
-1
/
+1
*
DOn't crash if program calls the null pointer
Chris Lattner
2003-09-24
1
-1
/
+7
*
Functions reachable from the arguments of unresolvable call nodes should
Chris Lattner
2003-09-20
2
-2
/
+17
*
The Globals graph must become complete at the end of the BU phase!
Chris Lattner
2003-09-20
1
-0
/
+5
*
Do not mark incoming arguments to functions complete if the function is point...
Chris Lattner
2003-09-20
1
-10
/
+30
*
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
1
-15
/
+69
*
Don't consider incomplete nodes to be typesafe!
Chris Lattner
2003-09-20
1
-1
/
+1
*
Remove trivially dead nodes was not removing nodes that were dead due to forw...
Chris Lattner
2003-09-20
1
-0
/
+14
*
Add special case handling for calloc and realloc
Chris Lattner
2003-09-20
1
-0
/
+16
*
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-20
5
-23
/
+35
*
Make this work better for constants that aren't necessarily in ANY graph, suc...
Chris Lattner
2003-09-20
1
-4
/
+15
*
Keep track of the number of typed/untyped memory accesses theyre are in the p...
Chris Lattner
2003-09-20
1
-30
/
+62
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
3
-5
/
+5
*
Add more verbose comment
Chris Lattner
2003-08-05
1
-10
/
+9
*
Added function mergeInGlobalsGraph which merges in the entire globals graph w...
Sumant Kowshik
2003-08-05
1
-0
/
+29
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
5
-3
/
+6
*
Fix another minor bug
Chris Lattner
2003-07-26
1
-2
/
+2
*
Dont' try to parse the colon
Chris Lattner
2003-07-25
1
-2
/
+2
*
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-07-25
1
-11
/
+35
*
Fix comment.
Vikram S. Adve
2003-07-22
1
-3
/
+3
*
Fix typo in call to isUnresolvableFunc, which was breaking the build.
Brian Gaeke
2003-07-17
1
-1
/
+1
*
Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
1
-3
/
+9
*
(1) Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
1
-57
/
+84
*
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-16
1
-65
/
+250
*
Factor out the test for unresolvable external functions into
Vikram S. Adve
2003-07-16
1
-14
/
+19
*
Remove globals more aggressively from graphs.
Chris Lattner
2003-07-03
1
-11
/
+32
*
INCLUDE_PARENT_GRAPH is required!
Chris Lattner
2003-07-02
1
-21
/
+4
*
Disable incorrect mustalias code
Chris Lattner
2003-07-02
1
-1
/
+4
*
Remove space at end of line
Chris Lattner
2003-07-02
1
-1
/
+1
*
Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...
Chris Lattner
2003-07-02
2
-36
/
+38
[next]