aboutsummaryrefslogtreecommitdiff
path: root/opcodes
AgeCommit message (Expand)AuthorFilesLines
2023-02-13PR30120: fix x87 fucomp misassembledMichael Matz2-2/+2
2023-02-13opcodes/mips: disassemble unknown micromips instructions as two shortsAndrew Burgess1-5/+8
2023-02-10x86: drop use of VEX3SOURCESJan Beulich4-7676/+3850
2023-02-10x86: drop use of XOP2SOURCESJan Beulich3-29/+27
2023-02-10x86: limit use of XOP2SOURCESJan Beulich2-5/+5
2023-02-10x86: move (and rename) opcodespace attributeJan Beulich3-10991/+11023
2023-02-03bpf: fix error conversion from long unsigned int to unsigned int [-Werror=ove...Guillermo E. Martinez2-26/+30
2023-02-03RISC-V: don't disassemble unrecognized insns as .byteJan Beulich1-30/+20
2023-01-31RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich1-1/+1
2023-01-27x86: use ModR/M for FPU insns with operandsJan Beulich3-216/+216
2023-01-27opcodes: suppress internationalization on build helper toolsJan Beulich3-47/+2
2023-01-27x86: remove internationalization from i386-gen.cJan Beulich1-26/+23
2023-01-20x86: split i386-gen's opcode hash entry structJan Beulich1-23/+28
2023-01-20x86: embed register and alike names in disassemblerJan Beulich1-34/+34
2023-01-20x86: embed register names in reg_entryJan Beulich1-1/+1
2023-01-20x86: absorb allocation in i386-genJan Beulich1-2/+5
2023-01-20x86: re-use insn mnemonic strings as much as possibleJan Beulich3-4534/+4216
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich6-3835/+8549
2023-01-03opcodes: xtensa: fix jump visualization for FLIXMax Filippov1-3/+20
2023-01-03opcodes: xtensa: implement styled disassemblyMax Filippov1-11/+22
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton4-1544/+1453
2023-01-01Update year range in copyright notice of binutils filesAlan Modra274-278/+278
2022-12-31Update version number and regenerate filesNick Clifton2-254/+264
2022-12-31Add markers for 2.40 branchNick Clifton1-0/+4
2022-12-22x86: correct/improve TSX controlsJan Beulich2-1/+32
2022-12-22x86: add dependencies on SVMEJan Beulich2-7/+49
2022-12-22x86: add dependencies on VMXJan Beulich2-2/+33
2022-12-22x86: correct XSAVE* dependenciesJan Beulich2-8/+10
2022-12-22x86: correct dependencies of a few AVX512 sub-featuresJan Beulich2-10/+10
2022-12-22x86: add dependencies on AVX2Jan Beulich2-9/+31
2022-12-22x86: correct SSE dependenciesJan Beulich2-48/+92
2022-12-22x86: re-work ISA extension dependency handlingJan Beulich2-997/+883
2022-12-21x86: rename CheckRegSize to CheckOperandSizeJan Beulich3-511/+511
2022-12-20Re: x86: remove i386-opc.cAlan Modra1-1/+0
2022-12-19x86: omit Cpu prefixes from opcode tableJan Beulich2-2220/+2238
2022-12-16x86: change representation of extension opcodeJan Beulich3-2286/+2288
2022-12-12x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich2-945/+892
2022-12-12x86: drop (now) stray IsStringJan Beulich2-26/+26
2022-12-12x86: re-work insn/suffix recognitionJan Beulich2-1290/+1118
2022-12-12x86: revert disassembler parts of "x86: Allow 16-bit register source for LAR ...Jan Beulich1-2/+14
2022-12-12x86: generate template sets data at build timeJan Beulich2-1/+2350
2022-12-12x86: drop sentinel from i386_optab[]Jan Beulich2-23/+0
2022-12-12x86: remove i386-opc.cJan Beulich5-36/+8
2022-12-12x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodesJan Beulich4-13/+7
2022-12-07PowerPC: Add support for RFC02655 - Saturating Subtract InstructionPeter Bergner1-0/+9
2022-12-07PowerPC: Add support for RFC02656 - Enhanced Load Store with Length InstructionsPeter Bergner1-0/+13
2022-12-06x86: Remove unnecessary vex.w check for xh_mode in disassemblerHaochen Jiang1-17/+12
2022-12-05libopcodes/mips: add support for disassembler stylingAndrew Burgess2-109/+201
2022-12-05opcodes/mips: use .word/.short for undefined instructionsAndrew Burgess1-3/+6
2022-12-03x86: Allow 16-bit register source for LAR and LSLH.J. Lu3-18/+6