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
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
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
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 +
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
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