Breaking up the PowerPC target into 32- and 64-bit subparts: Part II: 64-bit.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 11 Aug 2004 00:10:41 +0000 (00:10 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 11 Aug 2004 00:10:41 +0000 (00:10 +0000)
commitc0f6420b96d88e67253a20a866236575dccbfd25
treed3d8d724cdb8187b70221a081f1ebf090a2ebc1f
parent3d9a6c2842599b9d8659ae97e19c413d435d7b34
Breaking up the PowerPC target into 32- and 64-bit subparts: Part II: 64-bit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC64.h [new file with mode: 0644]
lib/Target/PowerPC/PPC64CodeEmitter.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPC64JITInfo.h [new file with mode: 0644]
lib/Target/PowerPC/PPC64TargetMachine.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPC64TargetMachine.h [new file with mode: 0644]