llvm-project/llvm/lib/Target/ARM/MCTargetDesc
Daniel Sanders 153010c52d Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Summary:
This is the first patch in the series to migrate Triple's (which are ambiguous)
to TargetTuple's (which aren't).

For the moment, TargetTuple simply passes all requests to the Triple object it
holds. Once it has replaced Triple, it will start to implement the interface in
a more suitable way.

This change makes some changes to the public C++ API. In particular,
InitMCSubtargetInfo(), createMCRelocationInfo(), and createMCSymbolizer()
now take TargetTuples instead of Triples. The other public C++ API's have
been left as-is for the moment to reduce patch size.

This commit also contains a trivial patch to clang to account for the C++ API
change. Thanks go to Pavel Labath for fixing LLDB for me.

Reviewers: rengolin

Subscribers: jyknight, dschuff, arsenm, rampitec, danalbert, srhines, javed.absar, dsanders, echristo, emaste, jholewinski, tberghammer, ted, jfb, llvm-commits, rengolin

Differential Revision: http://reviews.llvm.org/D10969

llvm-svn: 247692
2015-09-15 14:08:28 +00:00
..
ARMAddressingModes.h [ARM] Make helper function static. 2015-06-05 14:32:54 +00:00
ARMAsmBackend.cpp Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMAsmBackend.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMAsmBackendDarwin.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMAsmBackendELF.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMAsmBackendWinCOFF.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMBaseInfo.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMELFObjectWriter.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMELFStreamer.cpp Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMFixupKinds.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMMCAsmInfo.cpp Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMMCAsmInfo.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMMCCodeEmitter.cpp Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMMCExpr.cpp MC: Add target hook to control symbol quoting 2015-06-09 00:31:39 +00:00
ARMMCExpr.h MC: Add target hook to control symbol quoting 2015-06-09 00:31:39 +00:00
ARMMCTargetDesc.cpp Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMMCTargetDesc.h Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. 2015-09-15 14:08:28 +00:00
ARMMachORelocationInfo.cpp MC: Clean up MCExpr naming. NFC. 2015-05-30 01:25:56 +00:00
ARMMachObjectWriter.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMTargetStreamer.cpp Use ".arch_extension" ARM directive to specify the additional CPU features 2015-02-26 18:07:35 +00:00
ARMUnwindOpAsm.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMUnwindOpAsm.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
ARMWinCOFFObjectWriter.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
ARMWinCOFFStreamer.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
CMakeLists.txt Add WoA object file emission support 2014-04-27 03:48:22 +00:00
LLVMBuild.txt Update library dependencies. 2014-07-24 02:10:42 +00:00
Makefile