Changes in directory llvm/lib/Transforms/Scalar:
LowerGC.cpp updated: 1.20 -> 1.21
---
Log message:
For PR411: http://llvm.org/PR411 :
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)
---
Diffs of the changes: (+3 -3)
Lo
Changes in directory llvm/lib/Transforms/Scalar:
LowerGC.cpp updated: 1.17 -> 1.18
---
Log message:
relax some types
---
Diffs of the changes: (+1 -1)
LowerGC.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Scalar/LowerGC.cpp
diff -u llvm/lib/Tran
Changes in directory llvm/lib/Transforms/Scalar:
LowerGC.cpp updated: 1.15 -> 1.16
---
Log message:
Replace CastInst::createInferredCast calls with more accurate cast
creation calls.
---
Diffs of the changes: (+1 -2)
LowerGC.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Changes in directory llvm/lib/Transforms/Scalar:
LowerGC.cpp updated: 1.9 -> 1.10
---
Log message:
FunctionPass's cannot do IPO things.
---
Diffs of the changes: (+0 -4)
LowerGC.cpp |4
1 files changed, 4 deletions(-)
Index: llvm/lib/Transforms/Scalar/LowerGC.cpp
diff -u llvm/li