Update computeArraySize() to use ComputeMultiple() to determine the array size associ...
[oota-llvm.git] / include / llvm / Analysis / DominatorInternals.h
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...