llvm-6502/lib/MC/MCParser
Jan Wen Voung 083cf1574f Add hook in MCSection to decide when to use "optimized nops", for each
section kind. Previously, optimized nops were only used for MachO.
Also added tests for ELF and COFF.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115523 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-04 17:32:41 +00:00
..
AsmLexer.cpp MC/AsmParser: Handle exponents in floating point literals. 2010-09-27 20:12:52 +00:00
AsmParser.cpp Add hook in MCSection to decide when to use "optimized nops", for each 2010-10-04 17:32:41 +00:00
CMakeLists.txt MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. 2010-07-12 21:23:32 +00:00
DarwinAsmParser.cpp MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't 2010-07-18 22:22:07 +00:00
ELFAsmParser.cpp Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when 2010-09-30 02:41:46 +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 MC: Move getLoc() to MCAsmLexer(). 2010-07-12 17:10:00 +00:00
MCAsmParser.cpp llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. 2010-08-11 06:37:09 +00:00
MCAsmParserExtension.cpp MC: Add MCAsmParserExtension, a base class for all the target/object specific 2010-07-12 17:27:45 +00:00
TargetAsmParser.cpp TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher. 2010-07-19 05:44:09 +00:00