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
/
Steensgaard.cpp
Age
Commit message (
Expand
)
Author
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-02
Change the ActualCallees callgraph from hash_multimap<Instruction,Function>
Chris Lattner
2005-03-29
Fix a problem where we not marking incoming arguments to functions with
Chris Lattner
2005-03-27
speed up steens by using spliceFrom, improve its precision by realizing that
Chris Lattner
2005-03-26
Teach steens-aa two things about mod/ref information:
Chris Lattner
2005-03-24
be more aggressive about incompleteness marking
Chris Lattner
2005-03-23
Make -steens-aa more conservative (aka correct) by making sure to obey
Chris Lattner
2005-03-22
Now that the dead ctor is gone, nothing uses the old node mapping exported by
Chris Lattner
2005-03-22
now that the second argument is always this->ReturnNodes, don't bother passin...
Chris Lattner
2005-03-22
instead of using a local RetValMap, just use the graph we are cloning into
Chris Lattner
2005-03-22
remove the second argument to cloneInto
Chris Lattner
2005-03-22
don't generate temporary scalarmaps.
Chris Lattner
2005-03-20
-steens doesn't use the inlined globals facility.
Chris Lattner
2005-03-20
Make use of simpler DSNode methods.
Chris Lattner
2005-03-19
Create an equivalence class of global variables that DSA will never be able
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-01-30
* Make some methods more const correct.
Chris Lattner
2005-01-09
Add last four createXxxPass functions
Jeff Cohen
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-05-23
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-01-30
Forward method request to chained aa implementation
Chris Lattner
2004-01-23
Initial support for implementing clonePartiallyInto in terms of cloneReachabl...
Chris Lattner
2003-11-12
Fine-grainify namespaces for this library
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-02
All DSGraphs keep a reference to the targetdata they are created with. This is
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-01
DEBUG got moved to Support/Debug.h
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-02-26
Adjust to implement new AA interface
Chris Lattner
2003-02-13
Hax0r around a deficiency in the Pass infrastructure
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-10
Fix problem breaking Fhourstones
Chris Lattner
2003-02-10
Make steensgaards performance not shameful
Chris Lattner
2003-02-09
Switch to using the right call vector
Chris Lattner
2003-02-09
Print out the steens graph if -debug is specified
Chris Lattner
2003-02-08
Remove explicit result counters
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 steensgaard to work on a lot more cases...
Chris Lattner
2003-02-03
Rename variable
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-01-23
* Eliminate boolean arguments in favor of using enums
Chris Lattner
2002-12-12
'graph' is spelled without a 'c'.
Misha Brukman
2002-11-09
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
[next]