llvm-6502/include/llvm/MC
Chad Rosier 95707c90cc [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type
of operand is specific to MS-style inline assembly and should not be generated
when parsing normal assembly.

The purpose of the wildcard operands are to allow the AsmParser to match
multiple instructions (i.e., MCInsts) to a given ms-style asm statement.  For
the time being the matcher just returns the first match.  This patch only
implements wildcard matches for memory operands.  Support for register
wildcards will be added in the near future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165057 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 21:49:07 +00:00
..
MCParser [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This type 2012-10-02 21:49:07 +00:00
EDInstInfo.h
MachineLocation.h
MCAsmBackend.h MachO: direct-to-object attribute for data-in-code markers. 2012-10-01 22:20:54 +00:00
MCAsmInfo.h
MCAsmInfoCOFF.h
MCAsmInfoDarwin.h
MCAsmLayout.h
MCAssembler.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 16:22:27 +00:00
MCAtom.h
MCCodeEmitter.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCCodeGenInfo.h
MCContext.h Avoid symbol name clash when filling TOC. 2012-09-18 17:10:37 +00:00
MCDirectives.h
MCDisassembler.h
MCDwarf.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 16:22:27 +00:00
MCELFObjectWriter.h
MCELFSymbolFlags.h
MCExpr.h Rename virtual table anchors from Anchor() to anchor() for consistency with the rest of the tree. 2012-09-26 06:36:36 +00:00
MCFixedLenDisassembler.h
MCFixup.h
MCFixupKindInfo.h
MCInst.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCInstPrinter.h
MCInstrAnalysis.h
MCInstrDesc.h Typo. 2012-09-24 23:04:25 +00:00
MCInstrInfo.h
MCInstrItineraries.h
MCLabel.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCMachObjectWriter.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCMachOSymbolFlags.h
MCModule.h
MCObjectFileInfo.h
MCObjectStreamer.h Provide a shortcut for MCObjectStreamer when emitting fills. 2012-10-01 15:14:14 +00:00
MCObjectWriter.h
MCRegisterInfo.h
MCSchedule.h Let NULL slip through again. 2012-09-18 04:18:39 +00:00
MCSection.h
MCSectionCOFF.h
MCSectionELF.h
MCSectionMachO.h
MCStreamer.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCSubtargetInfo.h Replaced ReInitMCSubtargetInfo with InitMCProcessor. 2012-09-18 05:33:15 +00:00
MCSymbol.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCTargetAsmLexer.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCTargetAsmParser.h [ms-inline asm] Add the convertToMapAndConstraints() function that is used to 2012-10-01 23:45:51 +00:00
MCValue.h Fix Doxygen issues: 2012-09-14 14:57:36 +00:00
MCWin64EH.h
MCWinCOFFObjectWriter.h
SectionKind.h
SubtargetFeature.h