1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/lib/Target/PowerPC/MCTargetDesc
Rafael Espindola dcba9c010c 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.

llvm-svn: 232699
2015-03-19 01:50:16 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
PPCAsmBackend.cpp [cleanup] Re-sort all the #include lines in LLVM using 2015-01-14 11:23:27 +00:00
PPCELFObjectWriter.cpp Add support for small-model PIC for PowerPC. 2014-11-12 15:16:30 +00:00
PPCFixupKinds.h
PPCMachObjectWriter.cpp Add r224985 back with fixes. 2015-01-19 21:11:14 +00:00
PPCMCAsmInfo.cpp Use the generic Lfunc_begin label on ppc. 2015-03-05 18:55:50 +00:00
PPCMCAsmInfo.h Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision 2015-01-09 18:55:42 +00:00
PPCMCCodeEmitter.cpp Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
PPCMCExpr.cpp
PPCMCExpr.h Fix uses of reserved identifiers starting with an underscore followed by an uppercase letter 2015-03-16 18:06:57 +00:00
PPCMCTargetDesc.cpp Split the object streamer callback in one per file format. 2015-03-19 01:50:16 +00:00
PPCMCTargetDesc.h Remove the use of the subtarget in MCCodeEmitter creation and 2015-03-10 22:03:14 +00:00
PPCPredicates.cpp
PPCPredicates.h