llvm-6502/test/MC
Rafael Espindola 04011e8429 Fix the fde encoding used by mips to match gas.
This finally fixes the encoding. The patch also
* Removes eh-frame.ll. It was an unnecessary .ll to .o test that was checking
  the wrong value.
* Merge fde-reloc.s and eh-frame.s into a single test, since the only difference
  was the run lines.
* Don't blindly test the content of the entire .eh_frame section. It makes it
  hard to anyone actually fixing a bug and hitting a difference in a binary
  blob. Instead, use a CHECK for each field and document what is being checked.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178615 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-03 03:13:19 +00:00
..
AArch64 AArch64: implement GICv3 system registers 2013-03-28 14:30:46 +00:00
ARM Fix pr13145 - Naming a function like a register name confuses the asm parser. 2013-03-19 23:44:03 +00:00
AsmParser AsmParser: More generic support for integer type suffices. 2013-02-26 20:17:10 +00:00
COFF
Disassembler Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when the upper bit is set. 2013-03-28 19:22:28 +00:00
ELF Move test since it depends on the X86 backend. 2013-03-28 17:01:28 +00:00
MachO
Markup
MBlaze
Mips Fix the fde encoding used by mips to match gas. 2013-04-03 03:13:19 +00:00
PowerPC
X86 Add support of RDSEED defined in AVX2 extension 2013-03-28 23:41:26 +00:00