summaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)AuthorFilesLines
2013-04-19ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover1-1/+2
2013-04-19ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover1-0/+6
2013-04-18[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier1-0/+30
2013-04-18[mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka1-0/+13
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-0/+37
2013-04-17[ms-inline asm] Add support for the minus unary operator. Previously, we wereChad Rosier1-1/+8
2013-04-17Fix treatment of ARM unallocated hint instructions.Quentin Colombet1-1/+1
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter1-0/+26
2013-04-15ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach1-0/+21
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter1-0/+4
2013-04-14Use object file specific section type for initial text sectionNico Rieck18-18/+0
2013-04-12ARM: Correct printing of pre-indexed operands.Quentin Colombet2-1/+43
2013-04-12AArch64: use full triple for ELF testsTim Northover11-12/+12
2013-04-12AArch64: remove over-zealous use of CHECK-NEXTTim Northover1-38/+38
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck135-4678/+4350
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao2-0/+14
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck1-0/+29
2013-04-10fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2-0/+18
2013-04-10Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne1-9/+44
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover6-18/+82
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier1-1/+38
2013-04-04[XCore] Add bru instruction.Richard Osborne1-0/+3
2013-04-04[XCore] The RRegs register class is a superset of GRRegs.Richard Osborne1-0/+48
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola1-1/+1
2013-04-03[XCore] Check disassembly of the st8 instruction.Richard Osborne1-0/+3
2013-04-03[XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne1-6/+6
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-1/+1
2013-04-03AArch64: implement ETMv4 trace system registers.Tim Northover3-0/+1658
2013-04-03Fix the fde encoding used by mips to match gas.Rafael Espindola3-108/+156
2013-04-01Mips direct object exception handling regressionJack Carter2-0/+67
2013-03-28[Mips Assembler] Add support for OR macro with imediate opperandJack Carter1-0/+2
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao1-0/+49
2013-03-28[Mips Assembler] Add alias definitions for jalJack Carter1-1/+15
2013-03-28Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser1-0/+3
2013-03-28Move test since it depends on the X86 backend.Rafael Espindola1-0/+0
2013-03-28AArch64: implement GICv3 system registersTim Northover3-0/+506
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman1-26/+4
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter1-4/+26
2013-03-27[ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier1-0/+20
2013-03-27test file name change to correct typoJack Carter1-0/+0
2013-03-26Patch by Gordon Keiser!Joe Abbey1-0/+2
2013-03-25x86 -- add the XTEST instructionDave Zarzycki1-0/+4
2013-03-25x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki1-0/+15
2013-03-22Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter1-12/+12
2013-03-22This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter1-0/+22
2013-03-21This patch enables the Mips .set directive to define aliasesJack Carter1-0/+6
2013-03-19Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier1-0/+5
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper1-0/+14
2013-03-18Refactor some duplicated code into helper functions.Craig Topper1-0/+7
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola1-0/+11