Changes in directory llvm/lib/Transforms/IPO:
ConstantMerge.cpp updated: 1.38 -> 1.39
---
Log message:
avoid iterator invalidation.
---
Diffs of the changes: (+4 -2)
ConstantMerge.cpp |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/lib/Transforms/IPO/ConstantM
Changes in directory llvm/lib/Transforms/IPO:
ConstantMerge.cpp updated: 1.37 -> 1.38
---
Log message:
An even better fix.
---
Diffs of the changes: (+2 -3)
ConstantMerge.cpp |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/lib/Transforms/IPO/ConstantMerge.cpp
di
Changes in directory llvm/lib/Transforms/IPO:
ConstantMerge.cpp updated: 1.36 -> 1.37
---
Log message:
Fix recent regression that broke several llvm-tests.
---
Diffs of the changes: (+2 -0)
ConstantMerge.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Transforms/IPO/Consta
Changes in directory llvm/lib/Transforms/IPO:
ConstantMerge.cpp updated: 1.35 -> 1.36
---
Log message:
in addition to merging, constantmerge should also delete trivially dead globals,
in order to clean up after simplifylibcalls.
---
Diffs of the changes: (+8 -1)
ConstantMerge.cpp |9 ++
Changes in directory llvm/lib/Transforms/IPO:
ConstantMerge.cpp updated: 1.30 -> 1.31
---
Log message:
Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim
hypotheticalized about, where we would incorrectly merge two globals in
different sections.
---
Diffs of the changes: (