[llvm-commits] CVS: CVSROOT/loginfo

2006-06-22 Thread John Criswell
Changes in directory CVSROOT: loginfo updated: 1.10 -> 1.11 --- Log message: Send commit diffs to my email address. May update to send to others or commits list depending on what others want. --- Diffs of the changes: (+1 -0) loginfo |1 + 1 files changed, 1 insertion(+) Index: CVSRO

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineRelocation.h

2006-06-22 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.9 -> 1.10 --- Log message: Added jump table address relocation. --- Diffs of the changes: (+35 -4) MachineRelocation.h | 39 +++ 1 files changed, 35 insertions(+), 4 deletion

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

2006-06-22 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.104 -> 1.105 --- Log message: Added jump table address relocation. --- Diffs of the changes: (+5 -1) JITEmitter.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Index: llvm/lib/ExecutionEngine/J