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
/
include
/
llvm
/
Analysis
Age
Commit message (
Expand
)
Author
2003-07-02
Add new methods
Chris Lattner
2003-07-02
Disable the parent graph code when not compiled in DEBUG mode
Chris Lattner
2003-07-01
TD pass keeps track of which functions have complete arguments
Chris Lattner
2003-07-01
Add new operator= impl
Chris Lattner
2003-07-01
Ok, I'm a moron. Fixed now
Chris Lattner
2003-07-01
Fix major problem that was causing all kinds of nasty foldings
Chris Lattner
2003-07-01
Add new methods to BUDS for keeping track of a precise call graph
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
Add new method
Chris Lattner
2003-06-30
Be more const correct
Chris Lattner
2003-06-30
Constness changes
Chris Lattner
2003-06-30
Substantial revamp: DSGraphs now may contain the graphs for multiple functions
Chris Lattner
2003-06-30
Remove prototype for dead method
Chris Lattner
2003-06-29
Add support for gathering sets of must aliases
Chris Lattner
2003-06-28
Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issues
Chris Lattner
2003-06-28
Add new 'isComplete' method
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
Whoops, accidentally lost a #include
Chris Lattner
2003-06-22
Remove support for the MultiObject flag, which was just fundamentally broken
Chris Lattner
2003-06-19
Lots of changes to make the NodeType field private to DSNode.
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Minor cleanups:
Chris Lattner
2003-03-20
Add more graph traits specializations for dominator tree nodes
Chris Lattner
2003-03-03
Add a few new 'add' methods. Move the iterator around
Chris Lattner
2003-03-03
Don't apply type information to loads
Chris Lattner
2003-02-28
Add dump method for loops
Chris Lattner
2003-02-28
Add graph traits specializations for loop nesting information...
Chris Lattner
2003-02-27
Add new Loop::hasExitBlock helper method
Chris Lattner
2003-02-27
Change behavior of changeExitBlock function to replace all instances of exit ...
Chris Lattner
2003-02-27
Make the interface to update a little more efficient
Chris Lattner
2003-02-27
* LoopInfo now keeps track of exit blocks from the loop
Chris Lattner
2003-02-26
Make the aliassettracker much more precise by actually tracking size
Chris Lattner
2003-02-26
BasicAA doesn't need a public header
Chris Lattner
2003-02-26
Tweak to work with new AA implementation
Chris Lattner
2003-02-26
Checkin of new alias analysis interface:
Chris Lattner
2003-02-24
This is a substantial rewrite of the AliasSetTracker class which now uses
Chris Lattner
2003-02-13
Move node forwarding code from being inlined to being out-of-line.
Chris Lattner
2003-02-11
Implement a "union-findy" version of DS-Analysis, which eliminates the
Chris Lattner
2003-02-11
Fix uninitialized member problem
Chris Lattner
2003-02-10
Bugfix for calling dump() after the links vector has been cleared
Chris Lattner
2003-02-10
Move getNode() out of line
Chris Lattner
2003-02-10
Implement a new method "viewGraph" which can be used to instantly view a grap...
Chris Lattner
2003-02-09
TD Pass now does not cause globals to mark nodes incomplete.
Chris Lattner
2003-02-05
Implement optimization for direct function call case. This dramatically
Chris Lattner
2003-02-04
Add sanity check
Chris Lattner
2003-02-03
Hack to work around deficiency in pass infrastructure
Chris Lattner
2003-02-03
Eliminate unused resolving caller stuff
Chris Lattner
2003-02-03
* Add a bunch of stuff for checking the integrity of the graph
Chris Lattner
2003-02-01
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
Chris Lattner
2003-02-01
Add new composition mask
Chris Lattner
[next]