llvm-6502/lib/MC/MCParser
David Majnemer d7d427732e MC: Fix associative sections on COFF
COFF sections in MC were represented by a tuple of section-name and
COMDAT-name.  This is not sufficient to represent a .text section
associated with another .text section; we need a way to distinguish
between the key section and the one marked associative.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211913 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-27 17:19:44 +00:00
..
AsmLexer.cpp MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment 2014-06-18 20:57:32 +00:00
AsmParser.cpp Revert "Introduce a string_ostream string builder facilty" 2014-06-26 22:52:05 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
COFFAsmParser.cpp MC: Fix associative sections on COFF 2014-06-27 17:19:44 +00:00
DarwinAsmParser.cpp raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary. 2014-04-29 23:26:49 +00:00
ELFAsmParser.cpp Emit DWARF info for all code section in an assembly file 2014-06-19 15:52:37 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MCAsmLexer.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MCAsmParser.cpp [C++] Use 'nullptr'. 2014-04-24 06:44:33 +00:00
MCAsmParserExtension.cpp
MCTargetAsmParser.cpp [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser. 2012-10-19 17:57:49 +00:00