Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.15 -> 1.16
---
Log message:
Adjust for changes in GenericValue type.
---
Diffs of the changes: (+2 -2)
fibonacci.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/examples/Fibonacci/fibonac
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.14 -> 1.15
---
Log message:
add some casts to support a change in the getOrInsertFunction interface
---
Diffs of the changes: (+3 -2)
fibonacci.cpp |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index:
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.13 -> 1.14
---
Log message:
For PR950: http://llvm.org/PR950 :
Convert signed integer types to signless.
---
Diffs of the changes: (+5 -5)
fibonacci.cpp | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.12 -> 1.13
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch removes the SetCC instructions and replaces them with the ICmp
and FCmp instructions. The SetCondInst instruction has been removed and
been replaced
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.11 -> 1.12
---
Log message:
For PR950: http://llvm.org/PR950 :
This patch implements the first increment for the Signless Types feature.
All changes pertain to removing the ConstantSInt and ConstantUInt classes
in favor of j
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.10 -> 1.11
---
Log message:
Minor corrections.
---
Diffs of the changes: (+2 -1)
fibonacci.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/examples/Fibonacci/fibonacci.cpp
diff -u llvm/examp
Changes in directory llvm/examples/Fibonacci:
fibonacci.cpp updated: 1.9 -> 1.10
---
Log message:
When a function takes a variable number of pointer arguments, with a zero
pointer marking the end of the list, the zero *must* be cast to the pointer
type. An un-cast zero is a 32-bit int, and at