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
2002-08-07
Minor changes to DEBUG()'s
Chris Lattner
2002-08-07
Reorder #includes to be right
Chris Lattner
2002-07-31
Changes to be GCC3.1 friendly
Chris Lattner
2002-07-31
Add new -only-print-main-ds option that causes mains ds graph to be
Chris Lattner
2002-07-30
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-30
Print globals graph after either the BU or the TD pass.
Vikram S. Adve
2002-07-30
This file implements the top-down propagation pass for data structure graphs.
Vikram S. Adve
2002-07-30
Use a separate globals graph to hold externally visible nodes.
Vikram S. Adve
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-24
Changes for GCC 3.1
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
Always create a shadow node for a store instruction, even if it's storing
Chris Lattner
2002-07-19
Ignore some common varargs functions.
Chris Lattner
2002-07-18
* Inline CopyFunctionCallsList
Chris Lattner
2002-07-18
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
Add support for a top-down propagation pass:
Vikram S. Adve
2002-07-18
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
Implement cast nodes correctly.
Chris Lattner
2002-07-18
The graph is more accurate when I don't completely ignore the return value.
Chris Lattner
2002-07-18
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-16
added std:: to string
Anand Shukla
2002-07-11
* Pass the DSGraph around instead of the Function to printing fns
Chris Lattner
2002-07-11
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-10
New implementation of data structure analysis. Only local analysis has been
Chris Lattner
2002-07-10
Reimplement data structure analysis
Chris Lattner
2002-06-30
Fix anand's last checkin
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Fix signed/unsigned comparison warning
Chris Lattner
2002-04-27
Add support for tracking array allocations
Chris Lattner
2002-04-27
Allow the inline limit to be modified on the commandline for debugging
Chris Lattner
2002-04-18
Print argument scalars as ellipses instead of boxes
Chris Lattner
2002-04-17
Inline indirect function calls that are only capable of calling one function
Chris Lattner
2002-04-17
Make data structure acurately get ALL edges, even loads of null fields of
Chris Lattner
2002-04-16
* Remove the concept of a critical shadow node
Chris Lattner
2002-04-16
* Eliminate ArgDSNode's completely, now rely on scalar map
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-08
Play around with #includes
Chris Lattner
2002-04-04
Call nodes are never equivalent
Chris Lattner
2002-04-04
Add hack to get timing of analysis
Chris Lattner
2002-04-04
* Eliminate commented out code
Chris Lattner
2002-04-01
Support resolving function arguments/return values to pointers that index
Chris Lattner
2002-04-01
Avoid incorrectly adding null values to the scalar map!
Chris Lattner
2002-04-01
Critical shadow nodes no do not know their parent explictly.
Chris Lattner
[prev]
[next]