llvm-6502/lib/MC/MCDisassembler
Daniel Sanders 96fe9196e9 Change the last few internal StringRef triples into Triple objects.
Summary:
This concludes the patch series to eliminate StringRef forms of GNU triples
from the internals of LLVM that began in r239036.

At this point, the StringRef-form of GNU Triples should only be used in the
public API (including IR serialization) and a couple objects that directly
interact with the API (most notably the Module class). The next step is to
replace these Triple objects with the TargetTuple object that will represent
our authoratative/unambiguous internal equivalent to GNU Triples.

Reviewers: rengolin

Subscribers: llvm-commits, jholewinski, ted, rengolin

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241472 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-06 16:56:07 +00:00
..
CMakeLists.txt Finish inverting the MC -> Object dependency. 2014-07-23 22:26:07 +00:00
Disassembler.cpp Replace the MCSubtargetInfo parameter with a Triple when creating 2015-03-31 00:10:04 +00:00
Disassembler.h Canonicalize header guards into a common format. 2014-08-13 16:26:38 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile
MCDisassembler.cpp Finish inverting the MC -> Object dependency. 2014-07-23 22:26:07 +00:00
MCExternalSymbolizer.cpp Change the last few internal StringRef triples into Triple objects. 2015-07-06 16:56:07 +00:00
MCRelocationInfo.cpp Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC. 2015-06-10 10:54:40 +00:00