[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2007-06-07 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.67 -> 1.68 --- Log message: Use DominatorTree instead of ETForest. --- Diffs of the changes: (+3 -3) LoopInfo.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/include/llvm/Analysis/LoopInf

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h Trace.h

2006-11-28 Thread Bill Wendling
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.60 -> 1.61 Trace.h updated: 1.4 -> 1.5 --- Log message: Support for llvm streams. --- Diffs of the changes: (+8 -2) LoopInfo.h |6 ++ Trace.h|4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) In

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-10-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.58 -> 1.59 --- Log message: add a method --- Diffs of the changes: (+6 -0) LoopInfo.h |6 ++ 1 files changed, 6 insertions(+) Index: llvm/include/llvm/Analysis/LoopInfo.h diff -u llvm/include/llvm/Analysis/Loo

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-08-30 Thread Devang Patel
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.57 -> 1.58 --- Log message: Do not rely on std::sort and std::erase to get list of unique exit blocks. The output is dependent on addresses of basic block. Add and use Loop::getUniqueExitBlocks. --- Diffs of the changes:

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-06-11 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.56 -> 1.57 --- Log message: Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe parts. --- Diffs of the changes: (+3 -0) LoopInfo.h |3 +++ 1 files changed, 3 insertions(+) Index: llvm/i

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-06-11 Thread Evan Cheng
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.55 -> 1.56 --- Log message: Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bison (and perhaps others). --- Diffs of the changes: (+1 -4) LoopInfo.h |5 + 1 files changed, 1 insertion(+

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-06-09 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.54 -> 1.55 --- Log message: Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass assert on this. --- Diffs of the changes: (+4 -1) LoopInfo.h |5 - 1 files changed, 4 insertions(+), 1 dele

[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h

2006-01-10 Thread Chris Lattner
Changes in directory llvm/include/llvm/Analysis: LoopInfo.h updated: 1.50 -> 1.51 --- Log message: Switch loopinfo to using ETForest instead of DominatorSet to compute itself.Patch by Daniel Berlin! --- Diffs of the changes: (+3 -5) LoopInfo.h |8 +++- 1 files changed, 3 insertion