llvm-6502/lib/Target/Sparc/MCTargetDesc
Rafael Espindola c7c4c36694 Split the object streamer callback in one per file format.
There are two main advantages to doing this

* Targets that only need to handle one of the formats specially don't have
  to worry about the others. For example, x86 now only registers a
  constructor for the COFF streamer.

* Changes to the arguments passed to one format constructor will not impact
  the other formats.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232699 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-19 01:50:16 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
SparcAsmBackend.cpp
SparcELFObjectWriter.cpp
SparcFixupKinds.h
SparcMCAsmInfo.cpp
SparcMCAsmInfo.h
SparcMCCodeEmitter.cpp Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
SparcMCExpr.cpp
SparcMCExpr.h Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
SparcMCTargetDesc.cpp Split the object streamer callback in one per file format. 2015-03-19 01:50:16 +00:00
SparcMCTargetDesc.h Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
SparcTargetStreamer.cpp