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

2007-04-20 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.h updated: 1.32 -> 1.33 --- Log message: fit in 80 cols --- Diffs of the changes: (+2 -2) JIT.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/ExecutionEngine/JIT/JIT.h diff -u llvm/lib/ExecutionEngine/

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

2007-03-03 Thread Reid Spencer
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.h updated: 1.30 -> 1.31 TargetSelect.cpp updated: 1.13 -> 1.14 --- Log message: Deal with error handling better. --- Diffs of the changes: (+10 -3) JIT.h|2 +- TargetSelect.cpp | 11 +-- 2 files changed, 10 in

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

2007-02-23 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.h updated: 1.29 -> 1.30 JITEmitter.cpp updated: 1.129 -> 1.130 --- Log message: Fix PR1216: http://llvm.org/PR1216 by cleaning up the ownership of JITResolver. --- Diffs of the changes: (+42 -29) JIT.h |2 + JITEmitter.cp

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

2006-03-22 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.h updated: 1.28 -> 1.29 TargetSelect.cpp updated: 1.10 -> 1.11 --- Log message: remove the intrinsiclowering hook --- Diffs of the changes: (+4 -6) JIT.h|6 ++ TargetSelect.cpp |4 ++-- 2 files changed, 4 insert