llvm-6502/test/MC
Rafael Espindola 1c5f439f41 Centralize the handling of the thumb bit.
This patch centralizes the handling of the thumb bit around
MCStreamer::isThumbFunc and makes isThumbFunc handle aliases.

This fixes a corner case, but the main advantage is having just one
way to check if a MCSymbol is thumb or not. This should still be
refactored to be ARM only, but at least now it is just one predicate
that has to be refactored instead of 3 (isThumbFunc,
ELF_Other_ThumbFunc, and SF_ThumbFunc).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207522 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-29 12:46:50 +00:00
..
AArch64 AArch64/ARM64: add ARM64 runs to more MC tests. 2014-04-24 15:04:26 +00:00
ARM Centralize the handling of the thumb bit. 2014-04-29 12:46:50 +00:00
ARM64 ARM64: diagnose use of v16-v31 in certain indexed NEON instructions. 2014-04-28 11:27:43 +00:00
AsmParser Integrated assbemler, macros: added 'vararg' argument qualifier support. 2014-04-23 06:56:28 +00:00
COFF MC: duplicate .file test for WoA (SVN r207341) 2014-04-27 16:10:57 +00:00
Disassembler [ARM64] Print preferred aliases for SFBM/UBFM in InstPrinter 2014-04-25 10:25:29 +00:00
ELF Add an option for evaluating past symbols. 2014-04-28 20:53:11 +00:00
MachO Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
Markup
Mips [mips] Use TwoOperandAliasConstraint for shift instructions. 2014-04-16 16:28:59 +00:00
PowerPC
Sparc
SystemZ
X86 [AVX512] Implemented integer conversions up/down with masking. 2014-04-22 11:36:19 +00:00