Another step forward in PPC64 JIT support: we now no-longer need stubs
authorChris Lattner <sabre@nondot.org>
Mon, 11 Dec 2006 23:22:45 +0000 (23:22 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Dec 2006 23:22:45 +0000 (23:22 +0000)
commit57fc62c8d2bf056b0d2a0e3d1b82b3b787b899f8
tree617a5f64b9a640f0a39f610fe14696373a1a3bc2
parenta77fa7edbfb999c487c6da89fcfecafb4b9e83be
Another step forward in PPC64 JIT support: we now no-longer need stubs
emitted for external globals in PPC64-JIT-PIC mode (which is good because
we didn't handle them before!).

This also fixes a bug handling the picbase delta, which we would get wrong
in some cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32451 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCCodeEmitter.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCSubtarget.cpp
lib/Target/PowerPC/PPCSubtarget.h
lib/Target/PowerPC/PPCTargetMachine.cpp