llvm-6502/lib/MC/MCParser
Eli Bendersky bbe64fba4a Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser can
simply use the getParser method from MCAsmParserExtension, working through the
MCAsmParser interface. There's no longer a need to overload that method to
cast it to the concrete AsmParser.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172491 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-14 23:43:18 +00:00
..
AsmLexer.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmParser.cpp Now GenericAsmParser and AsmParser are no longer friends, GenericAsmParser can 2013-01-14 23:43:18 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
COFFAsmParser.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DarwinAsmParser.cpp Teach MachO which sections contain code 2012-12-17 17:59:32 +00:00
ELFAsmParser.cpp These functions have default arguments of 0 for the last arg. Use 2013-01-09 01:57:54 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MCAsmLexer.cpp Change SMRange to be half-open (exclusive end) instead of closed (inclusive) 2013-01-07 19:00:49 +00:00
MCAsmParser.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser. 2012-10-19 17:57:49 +00:00