Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Analysis / IPA / CallGraphSCCPass.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-06-29 Nuno LopesRefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicI...
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-06-09 John McCallTeach the CallGraph to ignore calls to intrinsics.
2010-09-04 Chris Lattnerdead method.
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-28 Gabor Greifuse Value* constructor of CallSite to create potentiall...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-17 Chris Lattnerreenable r101565, removing a problematic assertion.
2010-04-17 Chris Lattnerdisable r101565: an assert is getting triggered. More...
2010-04-16 Chris Lattnerbuilding on the new CallGraphSCC abstraction, teach...
2010-04-16 Chris Lattnermove ReplaceNode out of line, rename scc_iterator:...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-04-16 Chris Lattnermove PrintCallGraphPass out of the middle of CGPassManager.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-01-22 Chris Lattnereliminate dynamic_cast from this file.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-10 Dale JohannesenFix uppercaseo.
2009-09-02 Chris Lattnerrevert my patch, duncan points out what is wrong with...
2009-09-02 Chris Lattnerone more try at making this simpler, hopefully it won...
2009-09-02 Duncan SandsComplicate Chris's simplification, avoiding complaints
2009-09-01 Chris Lattnerdebug intrinsics do not go in the callgraph, this fixes...
2009-09-01 Chris LattnerFix a regression I introduced in r80708, found by llvm...
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Chris Lattnerdoxygenate RefreshCallGraph, add a new 'verification...
2009-09-01 Chris Lattnersimpler solution to iterator invalidation "problem...
2009-09-01 Duncan SandsDo not manipulate invalid iterators. This fixes the
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-08-31 Chris Lattnercleanups pointed out by duncan
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris Lattnercleanups, factor some code out to a helper function
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-02 Devang PatelAdd assert.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-01 Dan GohmanMore explicit keywords.
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-06-21 Devang PatelCallGraphSCCPass manager may require other passes.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Devang PatelPretty print pass manager
2007-01-29 Devang PatelUse StartPassTimer() and StopPassManager()
2007-01-29 Devang PatelMeasure timings.
2007-01-26 Devang PatelRemove dead code.
2007-01-23 Devang PatelFix typo.
2007-01-23 Devang PatelAdd CallGraphSCCPass::assignPassManager().
2007-01-17 Devang PatelAdd CGPassManager.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerInitial checkin of the CallGraphSCCPass class