llvm-6502/include/llvm/Target
Evan Cheng 962021bc7f - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename it to emitFrameIndexDebugValue.
- Teach spiller to modify DBG_VALUE instructions to reference spill slots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102323 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-26 07:38:55 +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
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 - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename it to emitFrameIndexDebugValue. 2010-04-26 07:38:55 +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 - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo and rename it to emitFrameIndexDebugValue. 2010-04-26 07:38:55 +00:00
TargetLoweringObjectFile.h
TargetMachine.h Use const qualifiers with TargetLowering. This eliminates several 2010-04-17 15:26:15 +00:00
TargetOpcodes.h
TargetOptions.h Implement -disable-non-leaf-fp-elim which disable frame pointer elimination 2010-04-21 03:18:23 +00:00
TargetRegisterInfo.h Document that TargetRegisterInfo::contains does not cover virtual registers. 2010-04-20 14:51:20 +00:00
TargetRegistry.h Momentous day: remove the "O" member from AsmPrinter. Now all 2010-04-04 08:18:47 +00:00
TargetSchedule.td Make processor FUs unique for given itinerary. This extends the limit of 32 2010-04-18 20:31:01 +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