llvm-6502/include/llvm/Target
2009-11-18 20:20:05 +00:00
..
SubtargetFeature.h Added getDefaultSubtargetFeatures method to SubtargetFeatures class which returns a correct feature string for given triple. 2009-11-18 20:20:05 +00:00
Target.td Mark DBG_LABEL, EH_LABEL, and GC_LABEL as not-duplicable, since 2009-11-12 18:36:19 +00:00
TargetAsmParser.h
TargetCallingConv.td
TargetData.h The llvm-gcc front-end and the pass manager use two separate TargetData objects. 2009-11-18 01:03:56 +00:00
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h Add a target hook to allow changing the tail duplication limit based on the 2009-11-18 03:34:27 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h Reintroduce support for overloading target intrinsics 2009-11-05 03:19:08 +00:00
TargetJITInfo.h
TargetLowering.h isLegalICmpImmediate should take a signed integer; code clean up. 2009-11-12 07:13:11 +00:00
TargetLoweringObjectFile.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
TargetMachine.h
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h Added getSubRegIndex(A,B) that returns subreg index of A to B. Use it to replace broken code in VirtRegRewriter. 2009-11-14 03:42:17 +00:00
TargetRegistry.h Pass StringRef by value. 2009-11-06 10:58:06 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td
TargetSubtarget.h Allow target to specify regclass for which antideps will only be broken along the critical path. 2009-11-13 19:52:48 +00:00