[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2007-03-05 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2007-03-03 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Interpreter.h

2007-03-03 Thread Reid Spencer
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 +-

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2007-01-29 Thread Reid Spencer
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2007-01-29 Thread Reid Spencer
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/

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2007-01-26 Thread Reid Spencer
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.

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2006-11-15 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2006-06-16 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Interpreter.h

2006-06-16 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2006-05-02 Thread Owen Anderson
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

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp

2006-03-23 Thread Jeff Cohen
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/

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Interpreter.h

2006-03-22 Thread Chris Lattner
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 --

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Interpreter.cpp Interpreter.h

2006-03-21 Thread Chris Lattner
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