llvm-6502/lib/MC
Jim Grosbach 68f89a6158 MC assembly parser handling for trailing comma in macro instantiation.
A trailing comma means no argument at all (i.e., as if the comma were not
present), not an empty argument to the invokee.

rdar://11252521

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154863 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-16 21:18:49 +00:00
..
MCDisassembler Fixed two leaks in the MC disassembler. The MC 2012-04-06 18:21:09 +00:00
MCParser MC assembly parser handling for trailing comma in macro instantiation. 2012-04-16 21:18:49 +00:00
CMakeLists.txt
ELFObjectWriter.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
LLVMBuild.txt
MachObjectWriter.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
Makefile
MCAsmBackend.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCAsmInfo.cpp Output UTF-8-encoded characters as identifier characters into assembly 2012-04-07 00:37:53 +00:00
MCAsmInfoCOFF.cpp Prune some includes 2012-03-27 07:54:11 +00:00
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp
MCAssembler.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCAtom.cpp
MCCodeEmitter.cpp
MCCodeGenInfo.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp Compute hashes directly with hash_combine instead of taking a detour through FoldingSetNodeID. 2012-04-11 14:06:39 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
MCExpr.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCInst.cpp
MCInstPrinter.cpp Move getOpcodeName from the various target InstPrinters into the superclass MCInstPrinter. 2012-04-02 08:32:38 +00:00
MCInstrAnalysis.cpp
MCLabel.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
MCModule.cpp
MCNullStreamer.cpp
MCObjectFileInfo.cpp Use the correct section types on Solaris for unwind data on both x86 and x86-64. 2012-04-10 11:44:33 +00:00
MCObjectStreamer.cpp Prune some includes and forward declarations. 2012-03-26 06:58:25 +00:00
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSubtargetInfo.cpp
MCSymbol.cpp
MCTargetAsmLexer.cpp
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp Prune some includes 2012-03-27 07:54:11 +00:00