summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
...
* opcodes: style m68k disassembler outputAndreas Schwab2023-02-201-116/+238
* x86: {LD,ST}TILECFG use an extension opcodeJan Beulich2023-02-142-4/+4
* PR30120: fix x87 fucomp misassembledMichael Matz2023-02-132-2/+2
* opcodes/mips: disassemble unknown micromips instructions as two shortsAndrew Burgess2023-02-131-5/+8
* x86: drop use of VEX3SOURCESJan Beulich2023-02-104-7676/+3850
* x86: drop use of XOP2SOURCESJan Beulich2023-02-103-29/+27
* x86: limit use of XOP2SOURCESJan Beulich2023-02-102-5/+5
* x86: move (and rename) opcodespace attributeJan Beulich2023-02-103-10991/+11023
* bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez2023-02-032-26/+30
* RISC-V: don't disassemble unrecognized insns as .byteJan Beulich2023-02-031-30/+20
* RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich2023-01-311-1/+1
* x86: use ModR/M for FPU insns with operandsJan Beulich2023-01-273-216/+216
* opcodes: suppress internationalization on build helper toolsJan Beulich2023-01-273-47/+2
* x86: remove internationalization from i386-gen.cJan Beulich2023-01-271-26/+23
* x86: split i386-gen's opcode hash entry structJan Beulich2023-01-201-23/+28
* x86: embed register and alike names in disassemblerJan Beulich2023-01-201-34/+34
* x86: embed register names in reg_entryJan Beulich2023-01-201-1/+1
* x86: absorb allocation in i386-genJan Beulich2023-01-201-2/+5
* x86: re-use insn mnemonic strings as much as possibleJan Beulich2023-01-203-4534/+4216
* x86: move insn mnemonics to a separate tableJan Beulich2023-01-206-3835/+8549
* opcodes: xtensa: fix jump visualization for FLIXMax Filippov2023-01-031-3/+20
* opcodes: xtensa: implement styled disassemblyMax Filippov2023-01-031-11/+22
* Updated translations for various languages and sub-directoriesNick Clifton2023-01-034-1544/+1453
* Update year range in copyright notice of binutils filesAlan Modra2023-01-01274-278/+278
* Update version number and regenerate filesNick Clifton2022-12-312-254/+264
* Add markers for 2.40 branchNick Clifton2022-12-311-0/+4
* x86: correct/improve TSX controlsJan Beulich2022-12-222-1/+32
* x86: add dependencies on SVMEJan Beulich2022-12-222-7/+49
* x86: add dependencies on VMXJan Beulich2022-12-222-2/+33
* x86: correct XSAVE* dependenciesJan Beulich2022-12-222-8/+10
* x86: correct dependencies of a few AVX512 sub-featuresJan Beulich2022-12-222-10/+10
* x86: add dependencies on AVX2Jan Beulich2022-12-222-9/+31
* x86: correct SSE dependenciesJan Beulich2022-12-222-48/+92
* x86: re-work ISA extension dependency handlingJan Beulich2022-12-222-997/+883
* x86: rename CheckRegSize to CheckOperandSizeJan Beulich2022-12-213-511/+511
* Re: x86: remove i386-opc.cAlan Modra2022-12-201-1/+0
* x86: omit Cpu prefixes from opcode tableJan Beulich2022-12-192-2220/+2238
* x86: change representation of extension opcodeJan Beulich2022-12-163-2286/+2288
* x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich2022-12-122-945/+892
* x86: drop (now) stray IsStringJan Beulich2022-12-122-26/+26
* x86: re-work insn/suffix recognitionJan Beulich2022-12-122-1290/+1118
* x86: revert disassembler parts of "x86: Allow 16-bit register source for LAR ...Jan Beulich2022-12-121-2/+14
* x86: generate template sets data at build timeJan Beulich2022-12-122-1/+2350
* x86: drop sentinel from i386_optab[]Jan Beulich2022-12-122-23/+0
* x86: remove i386-opc.cJan Beulich2022-12-125-36/+8
* x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodesJan Beulich2022-12-124-13/+7
* PowerPC: Add support for RFC02655 - Saturating Subtract InstructionPeter Bergner2022-12-071-0/+9
* PowerPC: Add support for RFC02656 - Enhanced Load Store with Length InstructionsPeter Bergner2022-12-071-0/+13
* x86: Remove unnecessary vex.w check for xh_mode in disassemblerHaochen Jiang2022-12-061-17/+12
* libopcodes/mips: add support for disassembler stylingAndrew Burgess2022-12-052-109/+201