llvm-6502/test/MC
Daniel Dunbar b834f5d13d MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing
something totally broken and parsing them as immediates, but the .td file also
had the wrong match class so things sortof worked. Except, that is, that we
would parse
  movl $0, %eax
as
  movl 0, %eax
Feel free to guess how well that worked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94869 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-30 01:02:48 +00:00
..
AsmParser MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing 2010-01-30 01:02:48 +00:00
Disassembler specify a triple to use, fixing the test on non-x86-64 hosts. 2009-12-22 07:01:12 +00:00
MachO Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so 2009-10-07 20:57:20 +00:00