summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DominatorInternals.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-05
* Convert a std::vector to a SmallVector for another 5.4% speedup on domtree.Cameron Zwarich2011-01-23
* In the simpler version of the link-eval data structure that we use in dominatorCameron Zwarich2011-01-23
* Remove useless struct fields.Cameron Zwarich2011-01-23
* Convert a std::vector to a SmallVector.Cameron Zwarich2011-01-23
* Simplify some code now that we've removed the more optimal (but slower) versionCameron Zwarich2011-01-23
* Put the Dominator improvements back in. They were not the cause of bootstrap ...Jakob Stoklund Olesen2011-01-11
* Speculatively revert the recent improvements to Dominators.h in an attempt to...Jakob Stoklund Olesen2011-01-11
* Fix a typo in a variable name.Cameron Zwarich2011-01-02
* Move a load into the only branch where it is used and eliminate a temporary.Cameron Zwarich2011-01-02
* Add the explanatory comment from r122680's commit message to the code itself.Cameron Zwarich2011-01-02
* Tidy up indentation.Cameron Zwarich2011-01-02
* Fix a typo, which should also fix the failure on llvm-x86_64-linux-checks.Cameron Zwarich2011-01-02
* Remove the #ifdef'd code for balancing the eval-link data structure. It doesn'tCameron Zwarich2011-01-02
* Speed up dominator computation some more by optimizing bucket processing. WhenCameron Zwarich2011-01-02
* Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives aCameron Zwarich2010-11-23
* SmallVectorize.Benjamin Kramer2010-10-23
* 80-columnsEric Christopher2010-07-13
* only dereference iterator once in the loopGabor Greif2010-07-08
* Fix PR6047Tobias Grosser2010-01-16
* Remove workaround in PostDominatorsTobias Grosser2010-01-07
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Fix PR1098 by correcting the postdominators analysis.Owen Anderson2008-05-04
* Major repairs to the post-dominators implementation. Patch from Florian Bran...Owen Anderson2008-04-16
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-31
* Make it possible for DomTreeBase to be constructed from MachineFunction's as ...Owen Anderson2007-10-25
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-18
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-17
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-16
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-03
* Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson2007-09-30
* Add newline at end of file.Duncan Sands2007-09-29
* Have PostDomTree use the newly templated DFSPass.Owen Anderson2007-09-28
* Convert DFSPass into a templated friend function, in preparation for making i...Owen Anderson2007-09-27