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
/
CallGraphSCCPass.h
Age
Commit message (
Expand
)
Author
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
Do not use virtual function to identify an analysis pass.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-07-02
Add explicit keywords.
Dan Gohman
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-01-26
Remove dead code.
Devang Patel
2007-01-26
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-23
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-04-20
Change it to take a callgraph, from which we can get a module
Chris Lattner
2004-04-20
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-08-31
Initial checkin of the CallGraphSCCPass class
Chris Lattner