Merging r258184:
[oota-llvm.git] / lib / Analysis / PostDominators.cpp
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
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...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-09 Gabor Greifcache result of operator*
2010-04-12 Tobias GrosserRemove unneeded debug in PostDominator runOnFunction()
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2008-05-29 Owen AndersonAdd newline at end of file.
2008-05-29 Owen AndersonForce postdom to be linked into opt and bugpoint, even...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-03 Torok EdwinImplement destructor for PostDominatorTree to eliminate...
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2008-03-20 Devang PatelThese passes preserve CFG.
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-05 Chris LattnerFix an iterator invalidation bug I induced.
2007-08-05 Chris LattnerSwitch some std::sets to SmallPtrSet. This speeds up
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-07-24 Devang PatelUnreachable block is not a root node in post dominator...
2007-06-12 Devang PatelBreak DominatorTree from ETNode.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
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-18 Devang PatelCache DT[*SI] lookup.
2007-04-18 Devang PatelFix
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2006-11-17 Bill WendlingRemoved unneeded <iostream> #include.
2006-09-27 Devang PatelFix DFS walk.
2006-09-07 Devang PatelUntabify.
2006-09-07 Devang PatelUse iterative do-while loop instead of recursive DFSPas...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerChange from using a stub function to a stub variable...
2006-03-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-01-08 Chris LattnerInitial implementation of the ET-Forest data structure...
2005-11-18 Chris Lattnerpost-dom-frontiers requires proper post-dominance
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-14 Chris LattnerDo not use the same variable name for two different...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2003-12-07 Chris LattnerFinegrainify namespacification
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-10-13 Chris LattnerMake use of "external" depth-first iterators to avoid...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Chris LattnerRenamed DominatorTree::Node::getNode() -> getBlock()
2003-09-10 Chris LattnerRework post dominator information so that we do not...
2003-09-10 Chris LattnerRemove using declarations
2002-10-04 Chris LattnerHandle post dominance correctly in the case where block...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-07-31 Chris Lattner*** empty log message ***
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-13 Chris LattnerAdd method to check to see if two _Instructions_ domina...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-05-06 Chris LattnerMark analyses that only depend on the CFG of a function
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
next