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
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
TargetJITInfo.h
TargetLowering.h
TargetLoweringObjectFile.h
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
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