llvm-6502/lib/MC
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
..
MCDisassembler
MCParser
CMakeLists.txt Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
ELFObjectWriter.cpp Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
MachObjectWriter.cpp
Makefile
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp
MCELFStreamer.cpp
MCExpr.cpp Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp
MCMachOStreamer.cpp
MCNullStreamer.cpp
MCObjectFormat.cpp Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
MCObjectStreamer.cpp
MCObjectWriter.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp
MCValue.cpp
TargetAsmBackend.cpp Add a MCObjectFormat class so that code common to all targets that use a 2010-10-16 18:23:53 +00:00
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp