1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include/llvm/Target
Daniel Dunbar 1d5b4e20c9 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...

llvm-svn: 75773
2009-07-15 11:36:15 +00:00
..
DarwinTargetAsmInfo.h
ELFTargetAsmInfo.h
SubtargetFeature.h
Target.td
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
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
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