Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.38 -> 1.39
---
Log message:
Remove the insufficient code in Interpreter::create that computed the
Target DataLayout incorrectly. For now, we'll trust that the module has
got the correct DataLayout. In the futu
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.37 -> 1.38
---
Log message:
Remove unnecessary #include.
---
Diffs of the changes: (+0 -1)
Interpreter.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/ExecutionEngine/Interpreter/Interprete
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.36 -> 1.37
Interpreter.h updated: 1.84 -> 1.85
---
Log message:
Deal with error handling better.
---
Diffs of the changes: (+16 -8)
Interpreter.cpp | 22 +++---
Interpreter.h |2 +-
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.35 -> 1.36
---
Log message:
Remove tabs.
---
Diffs of the changes: (+2 -2)
Interpreter.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/ExecutionEngine/Interpreter/Inter
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.34 -> 1.35
---
Log message:
Implement use of new IntrinsicLowering interface.
---
Diffs of the changes: (+1 -1)
Interpreter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.33 -> 1.34
---
Log message:
For PR761: http://llvm.org/PR761 :
The Module::setEndianness and Module::setPointerSize methods have been
removed. Instead you can get/set the DataLayout. Adjust thise accordingly.
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.32 -> 1.33
---
Log message:
Simplify IntrinsicLowering and clarify that it is only for use by the
CBE and interpreter.
---
Diffs of the changes: (+1 -1)
Interpreter.cpp |2 +-
1 files changed, 1 inser
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.31 -> 1.32
---
Log message:
Simplify TargetData ctor call
---
Diffs of the changes: (+1 -1)
Interpreter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/ExecutionEngine/Inte
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.30 -> 1.31
Interpreter.h updated: 1.74 -> 1.75
---
Log message:
Simplify interpreter construction.
---
Diffs of the changes: (+11 -21)
Interpreter.cpp | 30 ++
Interpreter.h
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.29 -> 1.30
---
Log message:
Refactor TargetMachine, pushing handling of TargetData into the target-specific
subclasses. This has one caller-visible change: getTargetData() now returns a
pointer instead of a
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.28 -> 1.29
---
Log message:
Get JIT/Interpreter working on Windows again.
---
Diffs of the changes: (+5 -0)
Interpreter.cpp |5 +
1 files changed, 5 insertions(+)
Index: llvm/lib/ExecutionEngine/
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.27 -> 1.28
Interpreter.h updated: 1.73 -> 1.74
---
Log message:
remove the intrinsiclowering hook
---
Diffs of the changes: (+9 -13)
Interpreter.cpp | 12 +---
Interpreter.h | 10 --
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Interpreter.cpp updated: 1.26 -> 1.27
Interpreter.h updated: 1.72 -> 1.73
---
Log message:
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Now you can build a tool with just the JIT or just the interpreter
13 matches
Mail list logo