index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CallGraphSCCPass.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove assignPassManager's default arguments. It's really
Dan Gohman
2010-08-07
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+1
*
move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().
Chris Lattner
2010-04-16
1
-9
/
+1
*
introduce a new CallGraphSCC class, and pass it around
Chris Lattner
2010-04-16
1
-5
/
+37
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
1
-0
/
+4
*
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
1
-4
/
+0
*
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
1
-0
/
+4
*
Revert r100143.
Eric Christopher
2010-04-01
1
-4
/
+0
*
Add some switches helpful for debugging:
David Greene
2010-04-01
1
-0
/
+4
*
elimiante the dynamic_cast's from opt.
Chris Lattner
2010-01-22
1
-2
/
+2
*
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-31
1
-1
/
+4
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+0
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+2
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-0
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords.
Dan Gohman
2007-07-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+2
*
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
1
-0
/
+5
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-1
/
+1
*
Remove dead code.
Devang Patel
2007-01-26
1
-5
/
+0
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
1
-1
/
+1
*
Add CallGraphSCCPass::assignPassManager().
Devang Patel
2007-01-23
1
-0
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-2
/
+2
*
Change it to take a callgraph, from which we can get a module
Chris Lattner
2004-04-20
1
-3
/
+3
*
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-20
1
-0
/
+13
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Initial checkin of the CallGraphSCCPass class
Chris Lattner
2003-08-31
1
-0
/
+42