llvm-6502/include/llvm/Target
Rafael Espindola f230df9af4 Add a MCObjectFormat class so that code common to all targets that use a
single object format can be shared.

This also adds support for

mov zed+(bar-foo), %eax

on ELF and COFF targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116675 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-16 18:23:53 +00:00
..
Mangler.h
SubtargetFeature.h
Target.td Let a target specify whether it wants an assembly printer to be the MC version 2010-09-30 01:29:54 +00:00
TargetAsmBackend.h Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
TargetAsmLexer.h
TargetAsmParser.h implement rdar://8456378 and PR7557 - support for the fstsw, 2010-09-29 01:50:45 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetData.h
TargetELFWriterInfo.h Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do 2010-10-03 18:59:45 +00:00
TargetFrameInfo.h
TargetInstrDesc.h
TargetInstrInfo.h - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This 2010-10-06 06:27:31 +00:00
TargetInstrItineraries.h Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP 2010-09-29 22:42:35 +00:00
TargetIntrinsicInfo.h
TargetJITInfo.h
TargetLowering.h
TargetLoweringObjectFile.h
TargetMachine.h Whitespace! 2010-10-16 08:25:21 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h
TargetRegistry.h
TargetSchedule.td Comments about operand cycles and pipeline forwarding pathes. 2010-09-30 22:01:50 +00:00
TargetSelect.h
TargetSelectionDAG.td Grammar. 2010-10-15 01:44:59 +00:00
TargetSelectionDAGInfo.h
TargetSubtarget.h