Added Subtarget support into RegisterInfo
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 14 Jul 2008 14:42:54 +0000 (14:42 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Mon, 14 Jul 2008 14:42:54 +0000 (14:42 +0000)
commit43d526d162c69f29a1cc6734014576eade49529b
tree1e06364189d502030d9727a5cee6da5a0139e76b
parent91e1c32dd025c1595a46e2ae59b0ce6ad0f0edea
Added Subtarget support into RegisterInfo
Added HasABICall and HasAbsoluteCall (equivalent to gcc -mabicall and
-mno-shared). HasAbsoluteCall is not implemented but HasABICall is the
default for o32 ABI. Now, both should help into a more accurate
relocation types implementation.
Added IsLinux is needed to choose between asm directives.
Instruction name strings cleanup.
AsmPrinter improved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsInstrInfo.cpp
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsRegisterInfo.cpp
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetMachine.cpp