Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.10 -> 1.11
---
Log message:
Adjust for changes in GenericValue type.
---
Diffs of the changes: (+2 -2)
ParallelJIT.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/examples/ParallelJIT
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.9 -> 1.10
---
Log message:
Fix a #include to resolve IntegerType class.
---
Diffs of the changes: (+1 -1)
ParallelJIT.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/examples/ParallelJIT/
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.8 -> 1.9
---
Log message:
add some casts to support a change in the getOrInsertFunction interface
---
Diffs of the changes: (+8 -8)
ParallelJIT.cpp | 16
1 files changed, 8 insertions(+), 8 deleti
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.7 -> 1.8
---
Log message:
For PR950: http://llvm.org/PR950 :
Convert signed integer types to signless.
---
Diffs of the changes: (+7 -7)
ParallelJIT.cpp | 14 +++---
1 files changed, 7 insertions(+), 7 del
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.6 -> 1.7
---
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 replace
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.5 -> 1.6
---
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
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.4 -> 1.5
---
Log message:
Minor corrections.
---
Diffs of the changes: (+2 -1)
ParallelJIT.cpp |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/examples/ParallelJIT/ParallelJIT.cpp
diff -u ll
Changes in directory llvm/examples/ParallelJIT:
ParallelJIT.cpp updated: 1.3 -> 1.4
---
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