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
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
1
-15
/
+69
*
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
1
-15
/
+23
*
Fixed spelling and grammar.
Misha Brukman
2003-09-11
1
-1
/
+1
*
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-08-01
1
-2
/
+2
*
Remove dead Nodes list
Chris Lattner
2003-07-02
1
-6
/
+4
*
Make local pass print out its progress
Chris Lattner
2003-07-02
1
-0
/
+3
*
Do not delete the same graph multiple times when freeing memory if graphs are...
Chris Lattner
2003-06-30
1
-3
/
+6
*
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
1
-4
/
+3
*
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-30
1
-9
/
+10
*
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-19
1
-18
/
+24
*
Nodes get forwarded when they are collapsed currently.
Chris Lattner
2003-06-16
1
-1
/
+4
*
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-03-03
1
-1
/
+1
*
Don't put integer pointers (longs) into the scalar map.
Chris Lattner
2003-02-14
1
-0
/
+10
*
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
1
-2
/
+1
*
Don't insert null entries into the scalar map for constexpr (cast null to Ty)
Chris Lattner
2003-02-09
1
-5
/
+11
*
Add a flag which effectively disables field sensitivity
Chris Lattner
2003-02-08
1
-0
/
+5
*
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-05
1
-2
/
+14
*
Fix a huge bug with handling non-pointer instructions
Chris Lattner
2003-02-04
1
-1
/
+16
*
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
1
-4
/
+4
*
Remove using declarations
Chris Lattner
2003-02-01
1
-9
/
+6
*
free instructions mark their operands as being heap nodes.
Chris Lattner
2003-01-28
1
-1
/
+2
*
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
1
-2
/
+2
*
Slight efficiency improvement
Chris Lattner
2003-01-23
1
-4
/
+1
*
Two bug fixes:
Vikram S. Adve
2002-12-06
1
-13
/
+22
*
Add peak memory usage support
Chris Lattner
2002-11-18
1
-1
/
+4
*
Initialize PrintAuxCalls member
Chris Lattner
2002-11-10
1
-0
/
+1
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
1
-1
/
+1
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
1
-10
/
+10
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
1
-1
/
+1
*
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
1
-3
/
+3
*
Don't put constants into the scalar map!
Chris Lattner
2002-11-09
1
-9
/
+13
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
1
-2
/
+6
*
#include Datastructure.h first
Chris Lattner
2002-11-09
1
-1
/
+1
*
* 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
[prev]
[next]