index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
/
Local.cpp
Age
Commit message (
Expand
)
Author
2003-09-20
Make sure to add global variable initializers to the Globals graph!
Chris Lattner
2003-09-20
Add special case handling for calloc and realloc
Chris Lattner
2003-09-20
Switch from using CallInst's to represent call sites to using the LLVM
Chris Lattner
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-02
Remove dead Nodes list
Chris Lattner
2003-07-02
Make local pass print out its progress
Chris Lattner
2003-06-30
Do not delete the same graph multiple times when freeing memory if graphs are...
Chris Lattner
2003-06-30
Move usages of explicit hash_* datastructures to use typedefs
Chris Lattner
2003-06-30
Revamp DSGraphs so that they can support multiple functions in the same
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-16
Nodes get forwarded when they are collapsed currently.
Chris Lattner
2003-03-03
Don't apply type information to load instructions if it will cause collapsing
Chris Lattner
2003-02-14
Don't put integer pointers (longs) into the scalar map.
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-09
Don't insert null entries into the scalar map for constexpr (cast null to Ty)
Chris Lattner
2003-02-08
Add a flag which effectively disables field sensitivity
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Fix a huge bug with handling non-pointer instructions
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Remove using declarations
Chris Lattner
2003-01-28
free instructions mark their operands as being heap nodes.
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
Slight efficiency improvement
Chris Lattner
2002-12-06
Two bug fixes:
Vikram S. Adve
2002-11-18
Add peak memory usage support
Chris Lattner
2002-11-10
Initialize PrintAuxCalls member
Chris Lattner
2002-11-09
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
Add globals graphs to all three passes
Chris Lattner
2002-11-09
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
Don't put constants into the scalar map!
Chris Lattner
2002-11-09
Add initial support for a globals graph
Chris Lattner
2002-11-09
#include Datastructure.h first
Chris Lattner
2002-11-08
* actually handle constants (especially constantexprs) correctly.
Chris Lattner
2002-11-07
Rename DataStructureAnalysis namespace to DS
Chris Lattner
2002-11-06
Dramatically simplify internal DSNode representation, get implementation
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-02
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
Stop representing scalars as explicit nodes in the graph. Now the only
Chris Lattner
2002-10-31
Remove dead code
Chris Lattner
2002-10-31
This fixes all kinds of problems with array handling. There are still bugs to
Chris Lattner
2002-10-21
Don't create a new node for every reference to a global. This caused a huge
Chris Lattner
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Avoid extra copy
Chris Lattner
2002-10-20
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-18
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-17
Calculate mod/ref info
Chris Lattner
[prev]
[next]