OSDN Git Service

Implement 'large' PIC model
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:16:05 +0000 (14:16 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:16:05 +0000 (14:16 +0000)
commit1c2eedb3b6e3210f79b1e991021698e4e4949ed3
treee8b7e30b19761f001bf7ef80cf05472f74948967
parent43e1b32a01365ef5fe10e9c0f0496ad2d1f54fe1
Implement 'large' PIC model

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76006 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZInstrInfo.h
lib/Target/SystemZ/SystemZInstrInfo.td
lib/Target/SystemZ/SystemZOperands.td
lib/Target/SystemZ/SystemZSubtarget.cpp
lib/Target/SystemZ/SystemZSubtarget.h
lib/Target/SystemZ/SystemZTargetMachine.cpp
test/CodeGen/SystemZ/10-FuncsPic.ll [new file with mode: 0644]
test/CodeGen/SystemZ/10-GlobalsPic.ll [new file with mode: 0644]