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 MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. 2010-03-24 03:43:40 +00:00
MCAsmInfo.h move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
MCAsmInfoCOFF.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmInfoDarwin.h revert 93934, removing the MCAsmInfo endianness bit. I can't 2010-01-20 06:34:14 +00:00
MCAsmLayout.h MC: Stop restarting layout on every relaxation. 2010-03-25 19:35:56 +00:00
MCAssembler.h llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need 2010-03-25 22:49:09 +00:00
MCCodeEmitter.h MCCodeEmitter: Add target independent fixup flag for is-pc-relative. 2010-03-19 10:43:23 +00:00
MCContext.h delete a forwarding function. 2010-04-08 21:34:17 +00:00
MCDirectives.h doxygenize some comments, patch by Peter Collingbourne! 2010-02-12 21:54:28 +00:00
MCDisassembler.h Quick fix for build errors caused by undefined 2010-04-13 21:36:35 +00:00
MCExpr.h Rip out the 'is temporary' nonsense from the MCContext interface to 2010-03-30 18:10:53 +00:00
MCFixup.h MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. 2010-02-13 09:28:54 +00:00
MCInst.h MCInst: Add ::dump_pretty. 2010-03-22 21:49:34 +00:00
MCInstPrinter.h fix an ugly wart in the MCInstPrinter api where the 2010-04-04 05:04:31 +00:00
MCObjectWriter.h MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. 2010-03-24 03:43:40 +00:00
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 add a twine form of MCStreamer::EmitRawText, and mc'ize 2010-04-03 22:12:35 +00:00
MCSymbol.h Add MCSymbol::isInSection. 2010-03-18 00:59:02 +00:00
MCValue.h MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will need this for accessing to symbol modifiers. 2010-03-18 00:59:10 +00:00
SectionKind.h make TLOF subclassify BSS based on linkage type into private, external 2010-01-19 04:15:51 +00:00