llvm-6502/test/MC
Evan Cheng 7597212abc Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step
in the right direction. It eliminated some hacks and will unblock codegen
work. But it's far from being done. It doesn't reject illegal expressions,
e.g. (FOO - :lower16:BAR). It also doesn't work in Thumb2 mode at all.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123369 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-13 07:58:56 +00:00
..
ARM Model :upper16: and :lower16: as ARM specific MCTargetExpr. This is a step 2011-01-13 07:58:56 +00:00
AsmParser In llvm-mc parse a Hash token as a full line comment. Allows handling of 2010-12-24 00:12:02 +00:00
COFF Don't use PadSectionToAlignment on windows. 2010-12-06 03:03:44 +00:00
Disassembler Correctly disassemble truncated asm. 2011-01-06 16:48:42 +00:00
ELF Convert MC tests to .s so codegen changes won't break them. 2011-01-03 23:47:14 +00:00
MachO MC/Mach-O/Thumb: Set the thumb bit in the symbol table. 2010-12-29 14:14:06 +00:00
MBlaze Teach the MBlaze asm parser how to parse special purpose register names. 2010-12-20 20:43:24 +00:00
X86 Fix PR8946, a missing reg/reg form of movdqu. 2011-01-11 17:04:55 +00:00