Introduce memoization for ScalarEvolution dominates and properlyDominates
[oota-llvm.git] / include / llvm / Analysis / DominatorInternals.h
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...