index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
DataStructure
Age
Commit message (
Expand
)
Author
2003-08-31
Remove dead var
Chris Lattner
2003-08-31
The SCC::HasLoop method is now in the main iterator
Chris Lattner
2003-08-31
Remove explicit passing of SCC's around as objects.
Chris Lattner
2003-08-31
Move the getAnalysisUsage method from the header file
Chris Lattner
2003-08-31
The tarjan iterator now returns a reference to the current SCC, not a possibl...
Chris Lattner
2003-08-31
Minor cleanups
Chris Lattner
2003-08-06
Remove unnecessary use of NonCopyable
Chris Lattner
2003-08-05
Add more verbose comment
Chris Lattner
2003-08-05
Added function mergeInGlobalsGraph which merges in the entire globals graph w...
Sumant Kowshik
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-07-26
Fix another minor bug
Chris Lattner
2003-07-25
Dont' try to parse the colon
Chris Lattner
2003-07-25
Add a more general check-flags which can be used to ensure arbitrary flags ar...
Chris Lattner
2003-07-22
Fix comment.
Vikram S. Adve
2003-07-17
Fix typo in call to isUnresolvableFunc, which was breaking the build.
Brian Gaeke
2003-07-16
Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
(1) Rematerialize nodes from the globals graph into the current graph
Vikram S. Adve
2003-07-16
Implement 2 important changes: (1) rematerialization from the globals graph,
Vikram S. Adve
2003-07-16
Factor out the test for unresolvable external functions into
Vikram S. Adve
2003-07-03
Remove globals more aggressively from graphs.
Chris Lattner
2003-07-02
INCLUDE_PARENT_GRAPH is required!
Chris Lattner
2003-07-02
Disable incorrect mustalias code
Chris Lattner
2003-07-02
Remove space at end of line
Chris Lattner
2003-07-02
Fix how we are handling unreachable functions. This DRAMATICALLY improves ef...
Chris Lattner
2003-07-02
Keep track of how many inlinings are performed
Chris Lattner
2003-07-02
Try using trivially dead deletion
Chris Lattner
2003-07-02
Remove dead Nodes list
Chris Lattner
2003-07-02
Complete rewrite of td pass
Chris Lattner
2003-07-02
Print collapsed to match the paper
Chris Lattner
2003-07-02
Reduce amount of work we do calculating mustaliases if the arg is a global
Chris Lattner
2003-07-02
Add support for ParentGraph only when building in debug mode
Chris Lattner
2003-07-02
Add some functions to the blacklist
Chris Lattner
2003-07-02
Make the BU closure keep track of which actual calls happen
Chris Lattner
2003-07-02
Make local pass print out its progress
Chris Lattner
2003-07-01
Rework TD pass to work with the precise call graph constructed by the BU phase
Chris Lattner
2003-07-01
Do not treat global variables as functions! (and assert failing)
Chris Lattner
2003-07-01
Dont' print scalar nodes for ConstantPointerRefs
Chris Lattner
2003-07-01
Minor cleanups
Chris Lattner
2003-06-30
Use the getFunctionNames method
Chris Lattner
2003-06-30
Add new method
Chris Lattner
2003-06-30
Split CallSiteIterator out into DSCallSiteIterator.h, and generalize it a bit
Chris Lattner
2003-06-30
Be more const-correct
Chris Lattner
2003-06-30
Fix bug in last checkin
Chris Lattner
2003-06-30
Reimplement the BU closure to collapse all SCC graphs into a single graph.
Chris Lattner
2003-06-30
Handle the case where OldNodeMap == &ScalarMap correctly
Chris Lattner
2003-06-30
Remove dead method
Chris Lattner
2003-06-30
Do not delete the same graph multiple times when freeing memory if graphs are...
Chris Lattner
2003-06-30
Do not multiply delete graphs if functions are sharing graphs
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
[prev]
[next]