[cleanup] Add a missing include exposed by resorting other includes.
[oota-llvm.git] / include / llvm / Analysis / DominatorInternals.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector for another...
2011-01-23 Cameron ZwarichIn the simpler version of the link-eval data structure...
2011-01-23 Cameron ZwarichRemove useless struct fields.
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector.
2011-01-23 Cameron ZwarichSimplify some code now that we've removed the more...
2011-01-11 Jakob Stoklund OlesenPut the Dominator improvements back in. They were not...
2011-01-11 Jakob Stoklund OlesenSpeculatively revert the recent improvements to Dominat...
2011-01-02 Cameron ZwarichFix a typo in a variable name.
2011-01-02 Cameron ZwarichMove a load into the only branch where it is used and...
2011-01-02 Cameron ZwarichAdd the explanatory comment from r122680's commit messa...
2011-01-02 Cameron ZwarichTidy up indentation.
2011-01-02 Cameron ZwarichFix a typo, which should also fix the failure on llvm...
2011-01-02 Cameron ZwarichRemove the #ifdef'd code for balancing the eval-link...
2011-01-02 Cameron ZwarichSpeed up dominator computation some more by optimizing...
2010-11-23 Cameron ZwarichOptimize a common case in the Lengauer-Tarjan dominator...
2010-10-23 Benjamin KramerSmallVectorize.
2010-07-13 Eric Christopher80-columns
2010-07-08 Gabor Greifonly dereference iterator once in the loop
2010-01-16 Tobias GrosserFix PR6047
2010-01-07 Tobias GrosserRemove workaround in PostDominators
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-04-16 Owen AndersonMajor repairs to the post-dominators implementation...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-31 Owen AndersonSome fixes to get MachineDomTree working better.
2007-10-25 Owen AndersonMake it possible for DomTreeBase to be constructed...
2007-10-18 Owen AndersonMove Split<...>() into DomTreeBase. This should make...
2007-10-17 Owen AndersonMove splitBlock into DomTreeBase from DomTree.
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-29 Duncan SandsAdd newline at end of file.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-27 Owen AndersonConvert DFSPass into a templated friend function, in...