llvm-6502/include/llvm/Target
Dan Gohman 8c0e89925d Create a new TargetSelectionDAGInfo class. This will eventually acquire
SelectionDAG-specific parts of TargetLowering.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101537 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-16 21:12:11 +00:00
..
Mangler.h
SubtargetFeature.h
Target.td trim some spurious references to DwarfWriter. SDIsel really doesn't 2010-04-05 04:09:20 +00:00
TargetAsmBackend.h MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. 2010-03-23 03:13:05 +00:00
TargetAsmLexer.h
TargetAsmParser.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h add a convenient TargetInstrDesc::getNumImplicitUses/Defs method. 2010-03-24 23:07:47 +00:00
TargetInstrInfo.h Fix typo. 2010-04-07 23:51:38 +00:00
TargetInstrItineraries.h Initial support for different kinds of FU reservation. 2010-04-07 18:19:32 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. 2010-04-16 20:11:05 +00:00
TargetLoweringObjectFile.h
TargetMachine.h add llvm codegen support for -ffunction-sections and -fdata-sections, 2010-04-13 00:36:43 +00:00
TargetOpcodes.h
TargetOptions.h remove dead variable, patch by Nathan Howell! 2010-03-17 01:45:17 +00:00
TargetRegisterInfo.h
TargetRegistry.h Momentous day: remove the "O" member from AsmPrinter. Now all 2010-04-04 08:18:47 +00:00
TargetSchedule.td Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack anymore. 2010-04-07 18:21:41 +00:00
TargetSelect.h
TargetSelectionDAG.td finally remove the immAllOnesV_bc/immAllZerosV_bc patterns 2010-03-28 08:43:23 +00:00
TargetSelectionDAGInfo.h Create a new TargetSelectionDAGInfo class. This will eventually acquire 2010-04-16 21:12:11 +00:00
TargetSubtarget.h