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
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
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
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:
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
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(+
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
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