llvm-6502/include/llvm/Target
Sean Callanan 5635156203 Filled out the skeleton of the TargetAsmLexer to behave
exactly like an MCAsmLexer.  (The difference is that the
TargetAsmLexer knows how to handle target-specific stuff
like registers, whereas the MCAsmLexer is fully generic.)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94237 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22 22:35:01 +00:00
..
Mangler.h
SubtargetFeature.h
Target.td
TargetAsmLexer.h Filled out the skeleton of the TargetAsmLexer to behave 2010-01-22 22:35:01 +00:00
TargetAsmParser.h allow registering target lexers. 2010-01-22 01:10:40 +00:00
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h Add two target hooks to determine whether two loads are near and should be scheduled together. 2010-01-22 03:34:51 +00:00
TargetInstrItineraries.h
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h
TargetLoweringObjectFile.h stop using the .lcomm pseudoop on darwin, instead, directly use the 2010-01-19 06:25:51 +00:00
TargetMachine.h remove a couple of asserts that use RTTI. 2010-01-21 06:11:03 +00:00
TargetMachOWriterInfo.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h allow registering target lexers. 2010-01-22 01:10:40 +00:00
TargetSchedule.td
TargetSelect.h
TargetSelectionDAG.td
TargetSubtarget.h