llvm-6502/include/llvm/MC
Daniel Dunbar 4e815f8a8c MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr.
- Although it would be nice to allow this decoupling, the assembler needs to be able to reason about MCSymbolRefExprs in too many places to make this viable. We can use a target specific encoding of the variant if this becomes an issue.
 - This patch also extends llvm-mc to support parsing of the modifiers, as opposed to lumping them in with the symbol.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98592 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-15 23:51:06 +00:00
..
MCParser llvm-mc: Support -n, useful for comparing -integrated-as output since the 2010-03-13 02:20:57 +00:00
MCAsmInfo.h move fastcall/stdcall mangling up into Mangler. 2010-03-12 21:03:47 +00:00
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... 2010-03-12 21:00:45 +00:00
MCAssembler.h Add some parens and silence a warning. 2010-03-13 07:40:34 +00:00
MCCodeEmitter.h
MCContext.h fix a memory leak yjasskin pointed out: MCSymbol is bump pointer 2010-03-15 06:15:35 +00:00
MCDirectives.h doxygenize some comments, patch by Peter Collingbourne! 2010-02-12 21:54:28 +00:00
MCDisassembler.h
MCExpr.h MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. 2010-03-15 23:51:06 +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
MCInstPrinter.h
MCSection.h fix MCSectionELF to not leak memory, just like I did for MCSymbol. 2010-03-15 06:23:52 +00:00
MCSectionELF.h Don't save a temporary string into a StringRef field. 2010-03-15 06:59:21 +00:00
MCSectionMachO.h MC/Mach-O: Add MCSectionMachO::getType() 2010-03-15 21:56:38 +00:00
MCStreamer.h remove MAI argument from createAsmStreamer since it 2010-03-12 18:28:53 +00:00
MCSymbol.h fix a memory leak yjasskin pointed out: MCSymbol is bump pointer 2010-03-15 06:15:35 +00:00
MCValue.h
SectionKind.h