llvm-6502/lib/Target/CBackend
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
..
TargetInfo Simplify JIT target selection. 2009-07-25 10:09:50 +00:00
CBackend.cpp Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
CMakeLists.txt CMake: Builds all examples. Corrected name of CBackend target. 2008-09-26 19:48:03 +00:00
CTargetMachine.h Put Target definitions inside Target specific header, and llvm namespace. 2009-07-18 23:03:22 +00:00
Makefile Add TargetInfo libraries for all targets. 2009-07-15 06:35:19 +00:00