llvm-6502/test/MC
Kai Nacke f0a0d57808 Fix wrong code offset for unwind code SET_FPREG.
The code offset for unwind code SET_FPREG is wrong because it is set
to constant 0. The fix is to do the same as for the other unwind
codes: emit a label and later the absolute difference between the
label and the begin of the prologue.
Also enables the failing test case MC/COFF/seh.s

Reviewed by Jim Grosbach, Charles Davis and Nico Rieck.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189309 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-27 04:16:16 +00:00
..
AArch64
ARM Fix ARM vcvt encoding when the number of fractional bits is zero. 2013-08-22 13:16:07 +00:00
AsmParser
COFF Fix wrong code offset for unwind code SET_FPREG. 2013-08-27 04:16:16 +00:00
Disassembler First round of fixes for the x86 fixes for the x86 move accumulator from/to memory offset instructions. 2013-08-25 22:23:38 +00:00
ELF
MachO
Markup
Mips This patch implements trap instructions for mips. The test cases are added. 2013-08-26 10:02:40 +00:00
PowerPC
SystemZ [SystemZ] Add basic prefetch support 2013-08-23 11:36:42 +00:00
X86 AVX-512: Added SHIFT instructions. 2013-08-21 09:36:02 +00:00