1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib/Target/Alpha/TargetInfo
Daniel Dunbar d699ffc2ac Simplify JIT target selection.
- Instead of requiring targets to define a JIT quality match function, we just
   have them specify if they support a JIT.

 - Target selection for the JIT just gets the host triple and looks for the best
   target which matches the triple and has a JIT.

llvm-svn: 77060
2009-07-25 10:09:50 +00:00
..
AlphaTargetInfo.cpp Simplify JIT target selection. 2009-07-25 10:09:50 +00:00
CMakeLists.txt Add dependencies from TargetInfo onto .td generation. 2009-07-19 00:21:12 +00:00
Makefile Add TargetInfo libraries for all targets. 2009-07-15 06:35:19 +00:00