summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DominatorInternals.h
Commit message (Expand)AuthorAge
* 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