llvm-6502/lib/Target/Mips
Daniel Dunbar d6fd377f33 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77060 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-25 10:09:50 +00:00
..
AsmPrinter Add new helpers for registering targets. 2009-07-25 06:49:55 +00:00
TargetInfo Simplify JIT target selection. 2009-07-25 10:09:50 +00:00
CMakeLists.txt
Makefile Add TargetInfo libraries for all targets. 2009-07-15 06:35:19 +00:00
Mips.h Add new helpers for registering targets. 2009-07-25 06:49:55 +00:00
Mips.td
MipsCallingConv.td
MipsDelaySlotFiller.cpp
MipsInstrFormats.td
MipsInstrFPU.td
MipsInstrInfo.cpp Remove unused member functions. 2009-07-24 07:43:59 +00:00
MipsInstrInfo.h Remove unused member functions. 2009-07-24 07:43:59 +00:00
MipsInstrInfo.td
MipsISelDAGToDAG.cpp Implement changes from Chris's feedback. 2009-07-08 20:53:28 +00:00
MipsISelLowering.cpp remove more remnants of small section support. 2009-07-24 03:14:35 +00:00
MipsISelLowering.h remove more remnants of small section support. 2009-07-24 03:14:35 +00:00
MipsMachineFunction.h
MipsRegisterInfo.cpp More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsSchedule.td
MipsSubtarget.cpp remove more remnants of small section support. 2009-07-24 03:14:35 +00:00
MipsSubtarget.h remove more remnants of small section support. 2009-07-24 03:14:35 +00:00
MipsTargetAsmInfo.cpp remove more bits of small section support. 2009-07-24 03:16:53 +00:00
MipsTargetAsmInfo.h Remove SectionKind::Small*. This was only used on mips, and is apparently 2009-07-24 03:11:51 +00:00
MipsTargetMachine.cpp Add new helpers for registering targets. 2009-07-25 06:49:55 +00:00
MipsTargetMachine.h Lift addAssemblyEmitter into LLVMTargetMachine. 2009-07-15 23:34:19 +00:00