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
2010-04-16
move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().
Chris Lattner
2010-04-16
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
2010-01-22
elimiante the dynamic_cast's from opt.
Chris Lattner
2009-08-31
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-16
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
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