Age | Commit message (Expand) | Author | Files | Lines |
2022-11-30 | x86: extend FPU test coverage for AT&T / Intel mnemonic differences | Jan Beulich | 5 | -0/+44 |
2022-11-28 | RISC-V: Better support for long instructions (tests) | Tsukasa OI | 4 | -1/+48 |
2022-11-25 | riscv: Add AIA extension support (Smaia, Ssaia) | Christoph Müllner | 11 | -0/+860 |
2022-11-24 | x86: widen applicability and use of CheckRegSize | Jan Beulich | 2 | -0/+60 |
2022-11-24 | x86: correct handling of LAR and LSL | Jan Beulich | 5 | -19/+63 |
2022-11-23 | gas: Add --gcodeview option | Mark Harmstone | 4 | -0/+342 |
2022-11-21 | Fix ARM and AArch64 assembler tests to work in a multi-arch environment. | Nick Clifton | 4 | -4/+4 |
2022-11-19 | RISC-V: Add 'Ssstateen' extension and its CSRs | Tsukasa OI | 8 | -97/+154 |
2022-11-17 | RISC-V: Add T-Head Int vendor extension | Christoph Müllner | 2 | -0/+14 |
2022-11-17 | RISC-V: Add T-Head Fmv vendor extension | Christoph Müllner | 2 | -0/+14 |
2022-11-15 | gas: testsuite: add new tests for SFrame unwind info | Indu Bhagat | 29 | -0/+533 |
2022-11-16 | Re: [gas] arm: Add support for new unwinder directive ".pacspval". | Alan Modra | 1 | -4/+5 |
2022-11-15 | Add AMD znver4 processor support | Tejas Joshi | 9 | -0/+127 |
2022-11-15 | aarch64, testsuite: Fixed recently added cssc.d | Andre Vieira | 1 | -7/+0 |
2022-11-14 | aarch64: Add support for Common Short Sequence Compression extension | Andre Vieira | 2 | -0/+334 |
2022-11-14 | [gas] arm: Add support for new unwinder directive ".pacspval". | Srinath Parvathaneni | 2 | -0/+53 |
2022-11-14 | arm: Add support for Cortex-X1C CPU. | Srinath Parvathaneni | 1 | -0/+6 |
2022-11-12 | PowerPC64 paddi -Mraw | Alan Modra | 2 | -0/+3 |
2022-11-10 | i386: Check invalid (%dx) usage | H.J. Lu | 4 | -0/+28 |
2022-11-09 | x86/Intel: don't accept malformed EXTRQ / INSERTQ | Jan Beulich | 3 | -15/+15 |
2022-11-09 | RISC-V: xtheadfmemidx: Use fp register in mnemonics | Christoph Müllner | 4 | -48/+50 |
2022-11-08 | Support Intel RAO-INT | Kong Lingling | 7 | -0/+110 |
2022-11-07 | RISC-V: Remove RV32EF conflict | Tsukasa OI | 2 | -5/+0 |
2022-11-04 | x86: adjust recently introduced testcases | Jan Beulich | 8 | -0/+8 |
2022-11-04 | Support Intel AVX-NE-CONVERT | konglin1 | 7 | -0/+1018 |
2022-11-02 | RISC-V: Fixed the missing $x+arch when adding odd paddings for alignment. | Nelson Chu | 3 | -9/+31 |
2022-11-02 | Support Intel MSRLIST | Hu, Lin1 | 6 | -0/+42 |
2022-11-02 | Support Intel WRMSRNS | Hu, Lin1 | 6 | -0/+39 |
2022-11-02 | Support Intel CMPccXADD | Haochen Jiang | 6 | -0/+812 |
2022-11-02 | Support Intel AVX-VNNI-INT8 | Cui,Lili | 7 | -0/+542 |
2022-11-02 | Support Intel AVX-IFMA | Hongyu Wang | 12 | -12/+245 |
2022-11-01 | opcodes/arm: use '@' consistently for the comment character | Andrew Burgess | 121 | -2291/+2291 |
2022-10-31 | x86: Silence GCC 12 warning on tc-i386.c | H.J. Lu | 1 | -4/+4 |
2022-10-31 | Support Intel PREFETCHI | Cui, Lili | 10 | -0/+91 |
2022-10-31 | RX assembler: switch arguments of thw MVTACGU insn. | Yoshinori Sato | 1 | -4/+4 |
2022-10-29 | RISC-V: Always generate mapping symbols at the start of the sections. | Nelson Chu | 2 | -28/+0 |
2022-10-28 | RISC-V: Output mapping symbols with ISA string. | Nelson Chu | 22 | -291/+273 |
2022-10-27 | PowerPC: Add support for RFC02658 - MMA+ Outer-Product Instructions | Peter Bergner | 3 | -0/+80 |
2022-10-27 | PowerPC: Add support for RFC02653 - Dense Math Facility | Peter Bergner | 5 | -64/+258 |
2022-10-27 | re: Support Intel AMX-FP16 | Alan Modra | 2 | -0/+2 |
2022-10-24 | x86: consolidate VPCLMUL tests | Jan Beulich | 15 | -268/+156 |
2022-10-24 | x86: consolidate VAES tests | Jan Beulich | 15 | -352/+211 |
2022-10-24 | x86: emit {evex} prefix when disassembling ambiguous AVX512VL insns | Jan Beulich | 31 | -361/+361 |
2022-10-21 | Support Intel AMX-FP16 | Cui,Lili | 6 | -0/+92 |
2022-10-20 | x86: Check VEX/EVEX encoding before checking vector operands | H.J. Lu | 4 | -0/+4 |
2022-10-20 | x86: re-work AVX-VNNI support | Jan Beulich | 6 | -6/+36 |
2022-10-19 | aarch64-pe support for LD, GAS and BFD | Jedidiah Thompson | 3 | -0/+31 |
2022-10-17 | Allow explicit size specifier for predicate operand of {sq, uq, }{incp, decp} | CaiJingtao | 5 | -205/+566 |
2022-10-16 | PowerPC se_rfmci and VLE, SPE2 and LSP insns with -many | Alan Modra | 4 | -0/+15 |
2022-10-14 | PowerPC SPE disassembly and tests | Alan Modra | 4 | -14/+11 |