llvm-6502/include/llvm/Target
Daniel Dunbar 54785e6df0 Migrate llc and the JIT to using the TargetRegistry for lookups.
- They still use the TargetMachineRegistry to populate the contents of the
   -march option (via the listener interface). We can't just populate it in the
   option parser because we can't expect the TargetRegistry to be populated yet
   (we no longer rely on static constructors).

 - There are a couple ways to finish killing off TargetMachineRegistry, but I
   haven't figured out the cleanest one yet...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75773 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 11:36:15 +00:00
..
DarwinTargetAsmInfo.h
ELFTargetAsmInfo.h
SubtargetFeature.h
Target.td 80 col violation. 2009-07-10 05:20:19 +00:00
TargetAsmInfo.h Delete a spurious const. 2009-07-13 20:46:11 +00:00
TargetCallingConv.td Add CCIfSRet calling convention predicate. 2009-07-12 13:15:50 +00:00
TargetData.h assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h In this unreachable code, return an initialized value. 2009-07-03 16:00:23 +00:00
TargetMachine.h Have asm printers use formatted_raw_ostream directly to avoid a 2009-07-14 20:18:05 +00:00
TargetMachineRegistry.h Include the Target& in the TargetMachineRegisterEntry. 2009-07-15 11:23:49 +00:00
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h Targets sometimes assign fixed stack object to spill certain callee-saved 2009-07-09 06:53:48 +00:00
TargetRegistry.h Migrate llc and the JIT to using the TargetRegistry for lookups. 2009-07-15 11:36:15 +00:00
TargetSchedule.td
TargetSelect.h Initialize the target info via the InitializeNativeTarget() hook. 2009-07-15 10:29:55 +00:00
TargetSelectionDAG.td
TargetSubtarget.h