llvm-6502/include/llvm/Target
2011-08-03 21:06:02 +00:00
..
Mangler.h
Target.td
TargetCallingConv.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameLowering.h Remove the now defunct getCompactUnwindEncoding method from the frame lowering code. 2011-07-20 23:04:09 +00:00
TargetInstrInfo.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLibraryInfo.h
TargetLowering.h New approach to r136737: insert the necessary fences for atomic ops in platform-independent code, since a bunch of platforms (ARM, Mips, PPC, Alpha are the relevant targets here) need to do essentially the same thing. 2011-08-03 21:06:02 +00:00
TargetLoweringObjectFile.h Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. 2011-07-20 19:50:42 +00:00
TargetMachine.h - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h Turn the DenseSet in MCRegisterClass into a tblgenerated bit field. This should be faster and smaller. 2011-07-23 00:47:49 +00:00
TargetRegistry.h Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer. 2011-07-26 00:42:34 +00:00
TargetSchedule.td
TargetSelect.h Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, 2011-07-22 21:58:54 +00:00
TargetSelectionDAG.td Code generation for 'fence' instruction. 2011-07-27 22:21:52 +00:00
TargetSelectionDAGInfo.h
TargetSubtargetInfo.h