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-02-09
Fix major bugs in incompleteness marking that were pessimizing results
Chris Lattner
2003-02-09
Print out the steens graph if -debug is specified
Chris Lattner
2003-02-09
* Fix a bug where global incompleteness marking would not mark the global
Chris Lattner
2003-02-08
Add a special case for main because we know it's incoming arguments don't alias
Chris Lattner
2003-02-08
Fix a bug where we would mark the callees arguments incomplete if the caller ...
Chris Lattner
2003-02-08
Remove explicit result counters
Chris Lattner
2003-02-08
Add a flag which effectively disables field sensitivity
Chris Lattner
2003-02-07
Don't bother counting alias results, allow the AliasAnalysisCounter to do that.
Chris Lattner
2003-02-06
Fix an assertion failure
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Remove bogus assertion
Chris Lattner
2003-02-04
Fix a huge bug with handling non-pointer instructions
Chris Lattner
2003-02-04
Make the TD pass not include all of the call nodes from the local pass,
Chris Lattner
2003-02-04
Add sanity check
Chris Lattner
2003-02-04
Fix steensgaard to work on a lot more cases...
Chris Lattner
2003-02-04
Fix printing of nonfunction graphs
Chris Lattner
2003-02-03
Rename variable
Chris Lattner
2003-02-03
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
Initial implementation of ds-aa
Chris Lattner
2003-02-03
* Fix a bug introduced in the last checkin wrt Stack markers
Chris Lattner
2003-02-03
Implement the globals graph!
Chris Lattner
2003-02-03
Add better debug output
Chris Lattner
2003-02-02
Be a bit more specific in caption
Chris Lattner
2003-02-01
Fix a bug where we would delete neccesary calls in bu pass
Chris Lattner
2003-02-01
Fix a bug where we would incorrectly delete globals which had edges to alive ...
Chris Lattner
2003-02-01
Delete nodes more efficiently
Chris Lattner
2003-02-01
Remove dead nodes more efficiently
Chris Lattner
2003-02-01
Improve efficiency of aliveness traversal code
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-31
Remove globals on the bottom up pass which do not contain any information
Chris Lattner
2003-01-31
Add functions to the ban list
Chris Lattner
2003-01-29
Use and implement API for graph traversals
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
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2003-01-23
Slight efficiency improvement
Chris Lattner
2003-01-22
Fix analysis of the Burg program
Chris Lattner
2002-12-12
'graph' is spelled without a 'c'.
Misha Brukman
2002-12-10
This file implements a pass that automatically parallelizes a program,
Vikram S. Adve
2002-12-08
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
Vikram S. Adve
2002-12-08
An explicit representation of dependence graphs, and a pass that
Vikram S. Adve
2002-12-06
Two bug fixes:
Vikram S. Adve
2002-12-06
Fix several related bugs in DSNode::mergeWith() caused by the
Vikram S. Adve
2002-12-05
Cute bug fix: when moving links from N to this, some links could have
Vikram S. Adve
2002-11-27
Fix logical error in TD pass: we should clear Mod/Ref bits of each caller
Vikram S. Adve
2002-11-27
(1) Bug fix that was causing nodes with dangling references to be freed.
Vikram S. Adve
2002-11-25
Keep global nodes in each DS Graph (by forcing them to be marked live).
Vikram S. Adve
2002-11-18
Add peak memory usage measurement stuff
Chris Lattner
2002-11-18
Add peak memory usage support
Chris Lattner
[prev]
[next]