llvm-6502/lib/MC/MCParser
Akira Hatanaka 3b02d95d63 Enable target dependent directive parsing to hook before standard parser in
AsmParser::ParseStatement.

Patch by Vladimir Medic.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159768 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-05 19:09:33 +00:00
..
AsmLexer.cpp Handle missing newline at EOF more gracefully in MC AsmLexer. 2011-09-15 16:52:06 +00:00
AsmParser.cpp Enable target dependent directive parsing to hook before standard parser in 2012-07-05 19:09:33 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
COFFAsmParser.cpp Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the 2011-12-17 01:14:52 +00:00
DarwinAsmParser.cpp Refactor data-in-code annotations. 2012-05-18 19:12:01 +00:00
ELFAsmParser.cpp ELF: Add support for the asm .version directive. 2012-05-12 14:30:47 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MCAsmLexer.cpp Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing. 2011-10-16 12:10:27 +00:00
MCAsmParser.cpp Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance 2011-10-16 04:47:35 +00:00
MCAsmParserExtension.cpp Restore r125595 (reverted in r126336) with modifications: 2011-02-24 21:59:22 +00:00
MCTargetAsmParser.cpp Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser. 2011-07-26 00:24:13 +00:00