llvm-6502/include/llvm/MC
Chris Lattner d305035155 implement mc asmparser support for '.', which gets the
current PC.  rdar://7834775

We now produce an identical .o file compared to the cctools
assembler for something like this:

_f0:
L0:
        jmp L1
        .long . - L0
L1:
        jmp A
        .long . - L1

        .zerofill __DATA,_bss,A,0



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101227 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-14 04:40:28 +00:00
..
MCParser implement mc asmparser support for '.', which gets the 2010-04-14 04:40:28 +00:00
EDInstInfo.h Fixed a nasty layering violation in the edis source 2010-04-13 21:21:57 +00:00
MachObjectWriter.h
MCAsmInfo.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h
MCCodeEmitter.h
MCContext.h delete a forwarding function. 2010-04-08 21:34:17 +00:00
MCDirectives.h
MCDisassembler.h Quick fix for build errors caused by undefined 2010-04-13 21:36:35 +00:00
MCExpr.h
MCFixup.h
MCInst.h
MCInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCObjectWriter.h
MCSection.h eliminate the magic AbsoluteDebugSectionOffsets MAI hook, 2010-04-04 23:22:29 +00:00
MCSectionELF.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCSectionMachO.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCStreamer.h
MCSymbol.h
MCValue.h
SectionKind.h