Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.16 -> 1.17
---
Log message:
Do not preserve ETForest.
---
Diffs of the changes: (+9 -9)
BasicBlockUtils.h | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm/include/
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.15 -> 1.16
FunctionUtils.h updated: 1.10 -> 1.11
---
Log message:
Completely purge DomSet. This is the (hopefully) final patch for PR1171:
http://llvm.org/PR1171 .
---
Diffs of the changes: (+1 -2)
Basi
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.14 -> 1.15
---
Log message:
add option to isCriticalEdge
---
Diffs of the changes: (+2 -1)
BasicBlockUtils.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Transfor
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.13 -> 1.14
---
Log message:
Expose a smarter way to break critical edges.
---
Diffs of the changes: (+11 -4)
BasicBlockUtils.h | 15 +++
1 files changed, 11 insertions(+), 4 deletions(-)
I
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.12 -> 1.13
---
Log message:
This is a proper fix for the compiler warning. A termination condition is
not needed, as it can never be reached: an edge must exist.
---
Diffs of the changes: (+11 -3)
BasicB
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.11 -> 1.12
---
Log message:
Fix an infinite loop bug that Vladimir Prus identified.
---
Diffs of the changes: (+2 -1)
BasicBlockUtils.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index:
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.10 -> 1.11
---
Log message:
Remove a level of indirection.
---
Diffs of the changes: (+8 -9)
BasicBlockUtils.h | 17 -
1 files changed, 8 insertions(+), 9 deletions(-)
Index: llvm/incl