summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-03
* Mips direct object exception handling regressionJack Carter2013-04-01
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-28
* Add support of RDSEED defined in AVX2 extensionMichael Liao2013-03-28
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-28
* Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser2013-03-28
* Move test since it depends on the X86 backend.Rafael Espindola2013-03-28
* AArch64: implement GICv3 system registersTim Northover2013-03-28
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-28
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-27
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-27
* test file name change to correct typoJack Carter2013-03-27
* Patch by Gordon Keiser!Joe Abbey2013-03-26
* x86 -- add the XTEST instructionDave Zarzycki2013-03-25
* x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki2013-03-25
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-22
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-22
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-21
* Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier2013-03-19
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-18
* Refactor some duplicated code into helper functions.Craig Topper2013-03-18
* Fix the FDE encoding to be relative on ELF.Rafael Espindola2013-03-15
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-14
* Fixes disassembler crashes on 2013 Haswell RTM instructions.Kevin Enderby2013-03-11
* We need a shndx if the number of sections breaks SHN_LORESERVE. This conditionNick Lewycky2013-03-09
* Fixes a test by replacing .align by .p2align and setting triples explicitly.Eli Bendersky2013-03-05
* Add a test that .align directives on capable processors use long NOPs.David Sehr2013-03-05
* The current X86 NOP padding uses one long NOP followed by the remainder inDavid Sehr2013-03-05
* Rewrite a test to check actual output rather than intermediate implementationEli Bendersky2013-03-01
* AArch64: remove post-encoder method from FCMP (immediate) instructions.Tim Northover2013-02-28
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-27
* AsmParser: More generic support for integer type suffices.Jim Grosbach2013-02-26
* [ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier2013-02-25
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-25
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-23
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter2013-02-21
* ELF symbol table field st_other support, Jack Carter2013-02-20
* ELF symbol table field st_other support, Jack Carter2013-02-19
* ELF symbol table field st_other support, Jack Carter2013-02-19
* [XCore] Add missing 2r instructions.Richard Osborne2013-02-17
* [XCore] Add TSETR instruction.Richard Osborne2013-02-17
* [XCore] Add missing u10 / lu10 instructions.Richard Osborne2013-02-17
* [XCore] Add missing u6 / lu6 instructions.Richard Osborne2013-02-17
* MCParser: Reject .balign with non-pow2 alignments.Benjamin Kramer2013-02-16
* Derive ELF section type from the name in some cases where GNU as doesJoerg Sonnenberger2013-02-16
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-15
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-14
* death to extra whitespaceKay Tiong Khoo2013-02-14
* added basic support for Intel ADX instructionsKay Tiong Khoo2013-02-14