1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Target/Mips/MCTargetDesc
Jack Carter 8bb31d387d [Mips] Support for MicroMips STO refactoring.
No true functional changes.

Change the "hack" name of emitMipsHackSTOCG to emitSymSTO.

Remove demonstration code in AsmParser for emitMipsHackSTOCG and
emitMipsHackELFFlags. The STO field is in an ELF symbol and is not
an explicit directive. That said, we are missing the compliment call
in AsmParser and that will need to be addressed soon.

XFAIL dummy tests for emitMipsHackELFFlags and emitMipsHackELFFlags.
These will built out with following patches.

llvm-svn: 195067
2013-11-19 01:25:18 +00:00
..
CMakeLists.txt [Mips] MipsTargetStreamer refactoring. 2013-11-18 23:55:27 +00:00
LLVMBuild.txt
Makefile
MipsAsmBackend.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsBaseInfo.h
MipsELFObjectWriter.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsFixupKinds.h Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsMCAsmInfo.cpp Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
MipsMCAsmInfo.h Add a MCAsmInfoELF class and factor some code into it. 2013-10-16 01:34:32 +00:00
MipsMCCodeEmitter.cpp [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded. 2013-11-18 12:32:49 +00:00
MipsMCTargetDesc.cpp [Mips] MipsTargetStreamer refactoring. 2013-11-18 23:55:27 +00:00
MipsMCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
MipsReginfo.cpp
MipsReginfo.h
MipsTargetStreamer.cpp [Mips] Support for MicroMips STO refactoring. 2013-11-19 01:25:18 +00:00