llvm-6502/lib/Target/Mips/MCTargetDesc
Jack Carter c91cbb9b0c This is a resubmittal. For some reason it broke the bots yesterday
but I cannot reproduce the problem and have scrubed my sources and
even tested with llvm-lit -v --vg.
Support for Mips register information sections.

Mips ELF object files have a section that is dedicated
to register use info. Some of this information such as
the assumed Global Pointer value is used by the linker
in relocation resolution.

The register info file is .reginfo in o32 and .MIPS.options
in 64 and n32 abi files.

This patch contains the changes needed to create the sections,
but leaves the actual register accounting for a future patch.


Contributer: Jack Carter
 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172847 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-18 21:20:38 +00:00
..
CMakeLists.txt This is a resubmittal. For some reason it broke the bots yesterday 2013-01-18 21:20:38 +00:00
LLVMBuild.txt
Makefile
MipsAsmBackend.cpp This patch produces the correct addend value for 2013-01-08 19:01:28 +00:00
MipsBaseInfo.h [mips] Set HWEncoding field of registers. Use delete function 2012-12-10 20:04:40 +00:00
MipsDirectObjLower.cpp The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed by the assembler or through codegen direct object output to other variants based on the value of the immediate values of the operands. 2012-10-02 23:09:40 +00:00
MipsDirectObjLower.h The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed by the assembler or through codegen direct object output to other variants based on the value of the immediate values of the operands. 2012-10-02 23:09:40 +00:00
MipsELFObjectWriter.cpp This patch fixes a Mips specific bug where 2013-01-15 01:08:02 +00:00
MipsFixupKinds.h Mips direct object xgot support 2012-11-21 23:38:59 +00:00
MipsMCAsmInfo.cpp This patch produces the correct pointer size 2013-01-08 18:53:20 +00:00
MipsMCAsmInfo.h
MipsMCCodeEmitter.cpp [mips] Set HWEncoding field of registers. Use delete function 2012-12-10 20:04:40 +00:00
MipsMCTargetDesc.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MipsMCTargetDesc.h When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
MipsReginfo.cpp This is a resubmittal. For some reason it broke the bots yesterday 2013-01-18 21:20:38 +00:00
MipsReginfo.h This is a resubmittal. For some reason it broke the bots yesterday 2013-01-18 21:20:38 +00:00