Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.36 -> 1.37
---
Log message:
Add required header file.
---
Diffs of the changes: (+1 -0)
StackerCompiler.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm-stacker/lib/compiler/StackerCompiler.cpp
diff -
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.35 -> 1.36
---
Log message:
Update for new ConstantInt interface, to prevent compiler warning.
---
Diffs of the changes: (+1 -1)
StackerCompiler.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
In
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.34 -> 1.35
---
Log message:
Adjust to CallInst::CallInst interface changes.
---
Diffs of the changes: (+24 -16)
StackerCompiler.cpp | 40
1 files changed, 24 insertions
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.33 -> 1.34
---
Log message:
Update for recent interface changes in GEP constructor.
---
Diffs of the changes: (+12 -9)
StackerCompiler.cpp | 21 -
1 files changed, 12 insertions(+), 9 delet
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.32 -> 1.33
---
Log message:
For PR411: http://llvm.org/PR411 :
Adjust to new Module interface for getFunction.
---
Diffs of the changes: (+5 -5)
StackerCompiler.cpp | 10 +-
1 files changed, 5 insertio
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.31 -> 1.32
---
Log message:
Changes to support making the shift instructions be true BinaryOperators.
This feature is needed in order to support shifts of more than 255 bits
on large integer types. This changes the
Changes in directory llvm-stacker/lib/compiler:
StackerCompiler.cpp updated: 1.30 -> 1.31
---
Log message:
For PR1136: http://llvm.org/PR1136 : Rename GlobalVariable::isExternal as
isDeclaration to avoid
confusion with external linkage types.
---
Diffs of the changes: (+1 -1)
StackerCompi