llvm-6502/lib/MC/MCParser
Benjamin Kramer 8a89cf233d MCParser: Reject .balign with non-pow2 alignments.
GNU as rejects them and there are configure scripts in the wild that check if
the assembler rejects ".align 3" to determine whether the alignment is in bytes
or powers of two.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175360 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-16 15:00:16 +00:00
..
AsmLexer.cpp Revert r15266. This fixes llvm.org/pr15266. 2013-02-14 16:23:08 +00:00
AsmParser.cpp MCParser: Reject .balign with non-pow2 alignments. 2013-02-16 15:00:16 +00:00
CMakeLists.txt
COFFAsmParser.cpp Use the ExtensionDirectiveHandler type in other places where it makes sense. 2013-01-16 00:50:52 +00:00
DarwinAsmParser.cpp [MC/Mach-O] Add AsmParser support for .linker_option directive. 2013-01-18 01:25:48 +00:00
ELFAsmParser.cpp Derive ELF section type from the name in some cases where GNU as does 2013-02-16 00:32:53 +00:00
LLVMBuild.txt
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