aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-112-6/+0
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-111-1/+4
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-112-2/+18
* ARM: Enforce decoding rules for VLDn instructionsAmaury de la Vieuville2013-06-113-38/+62
* ARM: Fix STREX/LDREX reecodingAmaury de la Vieuville2013-06-112-0/+28
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-112-0/+6
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-105-3/+36
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-101-0/+2
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-101-1/+197
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-106-0/+22
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-095-6/+312
* ARM: fix VMOVvnf32 decoding when ambiguous with VCVTAmaury de la Vieuville2013-06-081-0/+7
* ARM: enforce SRS decoding constraintsAmaury de la Vieuville2013-06-081-3/+7
* ARM: fix CPS decoding when ambiguous with QADDAmaury de la Vieuville2013-06-082-0/+13
* ARM: fix VCVT decodingAmaury de la Vieuville2013-06-081-0/+8
* Don't hide the first ELF symbol.Rafael Espindola2013-06-053-1/+28
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-052-0/+47
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-311-0/+4
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-313-0/+36
* ARM: fix VEXT encoding corner caseTim Northover2013-05-311-0/+5
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-3062-230/+266
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-293-0/+718
* Mips assembler: Improve set register alias handlingJack Carter2013-05-281-2/+3
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-283-0/+679
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-4/+10
* [SystemZ] Improve AsmParser handling of invalid instructionsRichard Sandiford2013-05-242-7/+77
* [SystemZ] Improve AsmParser register parsingRichard Sandiford2013-05-242-494/+248
* VSTn instructions have a number of encoding constraints which are not impleme...Mihai Popa2013-05-202-4/+45
* Q registers are encoded in fields of the same length as D registers. As Q reg...Mihai Popa2013-05-201-2/+2
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-25/+25
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-172-0/+46
* Mips assembler: Add TwoOperandConstraint definitionsJack Carter2013-05-162-1/+13
* Mips assembler: Add branch macro definitionsJack Carter2013-05-161-1/+13
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-42/+42
* [SystemZ] Make use of SUBTRACT HALFWORDRichard Sandiford2013-05-153-0/+105
* [PowerPC] Add test case for r181891Ulrich Weigand2013-05-151-0/+38
* [SystemZ] Consolidate disassembler tests for valid input into 2 big testsRichard Sandiford2013-05-15339-6714/+6953
* [SystemZ] Consolidate assembler tests into 4 big testsRichard Sandiford2013-05-15609-10038/+9176
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-141-1/+2
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-141-6/+8
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-14341-0/+6789
* [SystemZ] Add extra testscases for r181773Richard Sandiford2013-05-1424-0/+384
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-1428-110/+344
* Mips assembler: Assembler macro ADDIU $rs,immJack Carter2013-05-131-0/+2
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-132-3/+15
* [ms-inline asm] Fix a crasher when we fail on a direct match.Chad Rosier2013-05-101-0/+3
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-1022-0/+2303
* [x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier2013-05-091-0/+2
* [PowerPC] Add ELF relocation testsUlrich Weigand2013-05-081-0/+25
* This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa2013-05-082-99/+97