[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCTargetMachine.cpp

2006-12-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.71 -> 1.72 PPCJITInfo.cpp updated: 1.32 -> 1.33 PPCTargetMachine.cpp updated: 1.108 -> 1.109 --- Log message: this is an initial patch to switch the ppc64 jit over to working in PIC mode, which allows the code to be abo

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCJITInfo.h PPCRelocations.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.64 -> 1.65 PPCJITInfo.cpp updated: 1.26 -> 1.27 PPCJITInfo.h updated: 1.11 -> 1.12 PPCRelocations.h updated: 1.8 -> 1.9 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+22 -27) PPC

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCJITInfo.h

2006-07-25 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.63 -> 1.64 PPCJITInfo.cpp updated: 1.24 -> 1.25 PPCJITInfo.h updated: 1.9 -> 1.10 --- Log message: - Refactor the code that resolve basic block references to a TargetJITInfo method. - Added synchronizeICache() to Targ

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCRelocations.h

2006-07-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.62 -> 1.63 PPCJITInfo.cpp updated: 1.23 -> 1.24 PPCRelocations.h updated: 1.7 -> 1.8 --- Log message: Implement PPC64 relocations types --- Diffs of the changes: (+36 -5) PPCCodeEmitter.cpp | 23 +

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp

2006-05-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.54 -> 1.55 PPCJITInfo.cpp updated: 1.20 -> 1.21 --- Log message: Fix a purely hypothetical problem (for now): emitWord emits in the host byte format. This doesn't work when using the code emitter in a cross target envi

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCCodeEmitter.cpp PPCJITInfo.cpp PPCTargetMachine.cpp

2006-04-21 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.50 -> 1.51 PPCJITInfo.cpp updated: 1.17 -> 1.18 PPCTargetMachine.cpp updated: 1.86 -> 1.87 --- Log message: Change the PPC JIT to use a Static relocation model --- Diffs of the changes: (+4 -29) PPCCodeEmitter.cpp