llvm-6502/test/MC
Jack Carter 5b0e9ce2e5 The define for 64 bit sign extension neglected to
initialize fields of the class that it used.

The result was nonsense code.

Before:
0000000000000000 <foo>:
   0:    00441100     0x441100
   4:    03e00008     jr    ra
   8:    00000000     nop

After:
0000000000000000 <foo>:
   0:    00041000     sll    v0,a0,0x0
   4:    03e00008     jr    ra
   8:    00000000     nop 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161377 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-07 00:35:22 +00:00
..
ARM Support fpv4 for ARM Cortex-M4. 2012-08-02 08:35:55 +00:00
AsmParser Keep empty assembly macro argument values in the middle of the list. 2012-07-30 22:44:17 +00:00
COFF
Disassembler Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset index issue. 2012-08-02 08:29:50 +00:00
ELF
MachO Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp 2012-07-30 18:46:15 +00:00
MBlaze
Mips The define for 64 bit sign extension neglected to 2012-08-07 00:35:22 +00:00
X86 Make l/q suffixes on AVX forms of scalar convert instructions consistent with their non-AVX forms. 2012-07-26 07:48:28 +00:00