llvm-6502/lib/MC/MCParser
2012-06-16 18:03:25 +00:00
..
AsmLexer.cpp Handle missing newline at EOF more gracefully in MC AsmLexer. 2011-09-15 16:52:06 +00:00
AsmParser.cpp Implement irpc. Extracted from a patch by the PaX team. I just added the test. 2012-06-16 18:03:25 +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 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
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