llvm-6502/tools/llvm-mc
Daniel Dunbar a5881e3060 Add TargetRegistry::lookupTarget.
- This is a simplified mechanism which just looks up a target based on the
   target triple, with a few additional flags.

 - Remove getClosestStaticTargetForModule, the moral equivalent is now:
     lookupTarget(Mod->getTargetTriple, true, false, ...);

 - This no longer does the fuzzy matching with target data (based on endianness
   and pointer width) that getClosestStaticTargetForModule was doing, but this
   was deemed unnecessary.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77111 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-26 02:12:58 +00:00
..
AsmExpr.cpp
AsmExpr.h llvm-mc: Add some more doxyments. 2009-07-01 15:14:50 +00:00
AsmLexer.cpp Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
AsmLexer.h Add MCAsmLexer interface. 2009-07-20 20:01:54 +00:00
AsmParser.cpp Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
AsmParser.h Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
CMakeLists.txt llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
llvm-mc.cpp Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
Makefile llvm-mc: Add -triple, and start fetching the target asm printer. 2009-07-17 22:38:58 +00:00
MC-X86Specific.cpp llvm-mc/x86: Fix various nit-picky bugs in displacement parsing. 2009-07-02 02:26:39 +00:00