llvm-6502/lib
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
..
Analysis
AsmParser Add support for aliases with linkonce_odr. 2013-10-06 15:10:43 +00:00
Bitcode
CodeGen Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
DebugInfo
ExecutionEngine Remove dead code. 2013-10-07 13:54:50 +00:00
IR Change objectsize intrinsic to accept different address spaces. 2013-10-07 18:06:48 +00:00
IRReader
Linker
LTO Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
MC Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
Object
Option
Support Windows: Avoiding resizing, use uninitialized data() instead 2013-10-07 21:57:07 +00:00
TableGen
Target Add a MCTargetStreamer interface. 2013-10-08 13:08:17 +00:00
Transforms LoopVectorize: External uses must use the last value in a reduction cycle 2013-10-07 21:05:43 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile