aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
Commit message (Expand)AuthorAgeFilesLines
* Use object file specific section type for initial text sectionNico Rieck2013-04-1418-18/+0
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-122-1/+43
* AArch64: use full triple for ELF testsTim Northover2013-04-1211-12/+12
* AArch64: remove over-zealous use of CHECK-NEXTTim Northover2013-04-121-38/+38
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12135-4678/+4350
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-112-0/+14
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-101-0/+29
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-102-0/+18
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-101-9/+44
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-106-18/+82
* [ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier2013-04-051-1/+38
* [XCore] Add bru instruction.Richard Osborne2013-04-041-0/+3
* [XCore] The RRegs register class is a superset of GRRegs.Richard Osborne2013-04-041-0/+48
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-031-1/+1
* [XCore] Check disassembly of the st8 instruction.Richard Osborne2013-04-031-0/+3
* [XCore] Update disassembler test to improve coverage of the instructions.Richard Osborne2013-04-031-6/+6
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-1/+1
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-033-0/+1658
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-033-108/+156
* Mips direct object exception handling regressionJack Carter2013-04-012-0/+67
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-281-0/+2
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-281-0/+49
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-281-1/+15
* Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser2013-03-281-0/+3
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-281-0/+0
* AArch64: implement GICv3 system registersTim Northover2013-03-283-0/+506
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-281-26/+4
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-271-4/+26
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-271-0/+20
* test file name change to correct typoJack Carter2013-03-271-0/+0
* Patch by Gordon Keiser!Joe Abbey2013-03-261-0/+2
* x86 -- add the XTEST instructionDave Zarzycki2013-03-251-0/+4
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-251-0/+15
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-221-12/+12
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-221-0/+22
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-211-0/+6
* Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier2013-03-191-0/+5
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-181-0/+14
* Refactor some duplicated code into helper functions.Craig Topper2013-03-181-0/+7
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-151-0/+11
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-141-0/+4
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-111-0/+9
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-091-0/+65281
* Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky2013-03-051-2/+5
* Add a test that .align directives on capable processors use long NOPs.David Sehr2013-03-051-0/+12
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-051-0/+27
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-011-6/+6
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-281-0/+8
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-271-0/+4
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-261-0/+6