Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.57 -> 1.58
LoopSimplify.cpp updated: 1.104 -> 1.105
---
Log message:
Move code to update dominator information after basic block is split
from LoopSimplify.cpp to Dominator.cpp
---
Diffs of the changes: (+22 -202)
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.56 -> 1.57
---
Log message:
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
---
Diffs of the changes: (+15 -16)
CodeExtractor.cpp | 31 +++
1 files changed
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.54 -> 1.55
---
Log message:
Add basic block level interface to change immediate dominator
and create new node.
---
Diffs of the changes: (+2 -2)
CodeExtractor.cpp |4 ++--
1 files changed, 2 insertions(+), 2 d
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.53 -> 1.54
---
Log message:
Use new ETForest accessor.
---
Diffs of the changes: (+4 -4)
CodeExtractor.cpp |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/lib/Transforms/Utils/CodeE
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.52 -> 1.53
LowerAllocations.cpp updated: 1.72 -> 1.73
LowerInvoke.cpp updated: 1.57 -> 1.58
LowerSelect.cpp updated: 1.11 -> 1.12
LowerSwitch.cpp updated: 1.36 -> 1.37
Mem2Reg.cpp updated: 1.22 -> 1.23
---
Log message:
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.51 -> 1.52
---
Log message:
Expunge DomSet from CodeExtractor. This is part of the continuing work
on PR1171: http://llvm.org/PR1171 .
---
Diffs of the changes: (+21 -19)
CodeExtractor.cpp | 40 +++
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.49 -> 1.50
InlineFunction.cpp updated: 1.52 -> 1.53
LowerInvoke.cpp updated: 1.53 -> 1.54
SimplifyCFG.cpp updated: 1.116 -> 1.117
---
Log message:
Eliminate use of ctors that take vectors.
---
Diffs of the changes:
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.47 -> 1.48
---
Log message:
eliminate temporary vectors
---
Diffs of the changes: (+13 -16)
CodeExtractor.cpp | 29 +
1 files changed, 13 insertions(+), 16 deletions(-)
Index: llvm/
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.45 -> 1.46
SimplifyCFG.cpp updated: 1.109 -> 1.110
---
Log message:
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
---
Diffs of the changes: (+3 -3)
CodeExtractor.cpp |2 +-
SimplifyCFG.cpp |4 ++--
2 fil
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.43 -> 1.44
InlineFunction.cpp updated: 1.47 -> 1.48
LowerAllocations.cpp updated: 1.68 -> 1.69
LowerInvoke.cpp updated: 1.48 -> 1.49
LowerSwitch.cpp updated: 1.31 -> 1.32
---
Log message:
For PR950: http://llvm.org/PR9
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.42 -> 1.43
LowerSwitch.cpp updated: 1.27 -> 1.28
---
Log message:
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.
---
Diffs of the changes: (+3 -4)
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.41 -> 1.42
LowerSwitch.cpp updated: 1.25 -> 1.26
SimplifyCFG.cpp updated: 1.105 -> 1.106
---
Log message:
Remove #include and use llvm_* streams instead.
---
Diffs of the changes: (+37 -40)
CodeExtractor.cpp |
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.40 -> 1.41
Local.cpp updated: 1.58 -> 1.59
LowerAllocations.cpp updated: 1.61 -> 1.62
LowerInvoke.cpp updated: 1.41 -> 1.42
LowerSwitch.cpp updated: 1.24 -> 1.25
SimplifyCFG.cpp updated: 1.100 -> 1.101
---
Log message:
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.39 -> 1.40
---
Log message:
simplify code
---
Diffs of the changes: (+1 -1)
CodeExtractor.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Utils/CodeExtractor.cpp
diff -u
Changes in directory llvm/lib/Transforms/Utils:
CodeExtractor.cpp updated: 1.38 -> 1.39
SimplifyCFG.cpp updated: 1.93 -> 1.94
---
Log message:
Add explicit #includes of
---
Diffs of the changes: (+2 -0)
CodeExtractor.cpp |1 +
SimplifyCFG.cpp |1 +
2 files changed, 2 insertions(
15 matches
Mail list logo