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
Age
Commit message (
Expand
)
Author
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
Fix bug: Regression/Other/2002-03-11-ExprAssertion.ll
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
2003-06-30
Adjust for new DSGraph API
Chris Lattner
2003-06-29
Abstract out the predicate which decides whether a function gets complete
Chris Lattner
2003-06-29
Fix minor bug in previous checkin
Chris Lattner
2003-06-29
Add support for ensuring that nodes are not incomplete
Chris Lattner
2003-06-29
Add support for "physical subtyping", which fixes:
Chris Lattner
2003-06-29
Add print method to not get silly warning from analyze
Chris Lattner
2003-06-29
New pass which is useful for writing regression tests
Chris Lattner
2003-06-29
Expose must alias information for global variables, implementing: DSGraph/mus...
Chris Lattner
2003-06-29
If the alias analysis algorithm we are using can provide MUST alias information,
Chris Lattner
2003-06-29
Count operands to instructions as well as just results. This allows for glob...
Chris Lattner
2003-06-28
Propagate globals graph from the local to bu to td globals graphs. This
Chris Lattner
2003-06-28
Drop references to globals who do exist in the globals graph, but are never
Chris Lattner
2003-06-28
Avoid double negatives
Chris Lattner
2003-06-28
New pass to perform DSA based optimizations. Initially we just support turning
Chris Lattner
2003-06-25
Fix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was fundamentally broken
Chris Lattner
2003-06-19
* Changes to make NodeType be private to DSNode.
Chris Lattner
2003-06-17
Implement handling of constantexprs for disambiguation. This implements
Chris Lattner
2003-06-17
Avoid divide by zero errors
Chris Lattner
2003-06-16
Nodes get forwarded when they are collapsed currently.
Chris Lattner
2003-06-16
Remove bogus assertion: a node with no referrers could be collapsed if field-...
Chris Lattner
2003-06-16
Implement forwarding from stores to loads of must-aliased pointers.
Chris Lattner
2003-06-02
Be more robust in the face of undefined behavior.
Chris Lattner
2003-05-31
Fix bug: CBackend/2003-05-31-MissingStructName.ll
Chris Lattner
2003-05-29
Eliminate unnecessary ->get calls that are now automatically handled.
Chris Lattner
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
[next]