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
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
* actually handle constants (especially constantexprs) correctly.
Chris Lattner
2002-11-08
1
-11
/
+28
*
Rename DataStructureAnalysis namespace to DS
Chris Lattner
2002-11-07
1
-4
/
+2
*
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-06
1
-13
/
+14
*
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
1
-9
/
+9
*
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-03
1
-1
/
+1
*
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
1
-5
/
+10
*
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-11-02
1
-113
/
+75
*
Remove dead code
Chris Lattner
2002-10-31
1
-31
/
+12
*
This fixes all kinds of problems with array handling. There are still bugs to
Chris Lattner
2002-10-31
1
-31
/
+80
*
Don't create a new node for every reference to a global. This caused a huge
Chris Lattner
2002-10-21
1
-5
/
+2
*
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-21
1
-14
/
+17
*
Avoid extra copy
Chris Lattner
2002-10-20
1
-2
/
+1
*
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
1
-1
/
+1
*
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-20
1
-4
/
+4
*
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-18
1
-1
/
+0
*
Calculate mod/ref info
Chris Lattner
2002-10-17
1
-0
/
+3
*
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-02
1
-0
/
+1
*
* Implement fully general merging of array subscripts on demand! This
Chris Lattner
2002-10-02
1
-3
/
+27
*
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-10-01
1
-142
/
+208
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-9
/
+8
*
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
1
-3
/
+3
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-1
/
+0
*
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
1
-4
/
+8
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-0
/
+4
*
Always create a shadow node for a store instruction, even if it's storing
Chris Lattner
2002-07-22
1
-3
/
+3
*
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
1
-1
/
+3
*
Implement cast nodes correctly.
Chris Lattner
2002-07-18
1
-12
/
+17
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
1
-47
/
+55
*
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
1
-17
/
+35
*
New implementation of data structure analysis. Only local analysis has been
Chris Lattner
2002-07-10
1
-0
/
+283