llvm-6502/lib/Target/X86/MCTargetDesc
Rafael Espindola 320296a4cf Add a MCTargetStreamer interface.
This patch fixes an old FIXME by creating a MCTargetStreamer interface
and moving the target specific functions for ARM, Mips and PPC to it.

The ARM streamer is still declared in a common place because it is
used from lib/CodeGen/ARMException.cpp, but the Mips and PPC are
completely hidden in the corresponding Target directories.

I will send an email to llvmdev with instructions on how to use this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192181 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-08 13:08:17 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp Use the appropriate return type for the compact unwind encoding. 2013-09-11 21:47:57 +00:00
X86BaseInfo.h Adding intrinsics to the llvm backend for TBM instruction set. 2013-09-27 18:38:42 +00:00
X86ELFObjectWriter.cpp X86: Use R_X86_64_TPOFF64 for FK_Data_8 2013-09-22 05:30:16 +00:00
X86ELFRelocationInfo.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp Fixed a crash in the integrated assembler for Mach-O when a symbol difference 2013-09-05 20:25:06 +00:00
X86MachORelocationInfo.cpp Move everything depending on Object/MachOFormat.h over to Support/MachO.h. 2013-09-01 04:28:48 +00:00
X86MCAsmInfo.cpp MC: Remove vestigial PCSymbol field from AsmInfo 2013-09-25 09:36:11 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp Change type of XOP flag in code emitters to a bool. Remove a some unneeded cases from switch. 2013-09-29 08:33:34 +00:00
X86MCTargetDesc.cpp Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
X86MCTargetDesc.h Generate compact unwind encoding from CFI directives. 2013-09-09 02:37:14 +00:00
X86WinCOFFObjectWriter.cpp