aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prevent a left shift by a negative value when disassembling IA64 binaries.Nick Clifton2019-10-292-3/+11
* Fix array overruns in the S12Z disassembler.Nick Clifton2019-10-293-16/+56
* Fix potentially illegal shift and assign operation in CSKY disassembler.Nick Clifton2019-10-282-2/+7
* Fix buffer overrun in TIC30 disassembler.Nick Clifton2019-10-282-7/+27
* Stop potential illegal memory access in the NS32K disassembler.Nick Clifton2019-10-282-1/+17
* Prevent an illegal memory access in the xgate disassembler.Nick Clifton2019-10-282-3/+8
* Fix potential undefined behaviour in the RX disassembler.Nick Clifton2019-10-252-1/+6
* Fix typo in RX disassembler error messages.Nick Clifton2019-10-232-10/+19
* Prevent more potential illegal memory accesses in the RX disassembler.Nick Clifton2019-10-222-16/+41
* Fix potential illegal memory access when disassembling corrupt RX binaries.Nick Clifton2019-10-162-15/+92
* Fix the disassembly of the LDS and STS instructions of the AVR architecture.Nick Clifton2019-10-092-0/+8
* S/390: Add support for z15 as CPU name.Andreas Krebbel2019-10-081-1/+2
* x86/Intel: correct MOVSD and CMPSD handlingJan Beulich2019-10-073-12/+18
* m68k bfd.h tidyAlan Modra2019-09-232-1/+5
* mips bfd.h tidyAlan Modra2019-09-232-2/+8
* x86-64: fix handling of PUSH/POP of segment registerJan Beulich2019-09-203-4/+39
* bfd_section_* macrosAlan Modra2019-09-192-1/+5
* Re-generate many configure and Makefile.in filesSimon Marchi2019-09-183-16/+8
* RISC-V: Gate opcode tables by enum rather than string.Jim Wilson2019-09-172-658/+664
* Update version to 2.33.50 and regenerate configure scripts.Phil Blundell2019-09-162-10/+14
* Use the correct alias for the M68K tdiv instruction.Miod Vallat2019-09-102-2/+7
* Add markers for 2.33 branch to NEWS and ChangeLog files.Phil Blundell2019-09-091-0/+4
* Fix buffer underrun bug in the TI C30 disassembler.Nick Clifton2019-09-032-1/+9
* Fix a potential buffer overrun in the MMIX disassembler when processing a cor...Nick Clifton2019-09-032-37/+66
* Add support for the MVE VMOV instruction to the ARM assembler. This instruct...Srinath Parvathaneni2019-08-272-0/+29
* [AArch64][gas] Update MTE system register encodingsKyrylo Tkachov2019-08-222-10/+16
* Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions.Srinath Parvathaneni2019-08-122-4/+17
* Prevent objdump from aborting when asked to disassemble an unknown type of AR...Phillipe Antoine2019-08-072-6/+19
* x86: drop stray FloatMFJan Beulich2019-08-073-14/+21
* Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM...Barnaby Wilks2019-08-052-4/+9
* RISC-V: Fix minor issues with FP csr instructions.Jim Wilson2019-07-302-16/+24
* [ARC] Update disassembler opcode selectionClaudiu Zissulescu2019-07-242-1/+30
* [ARC] Update ARC opcode tableClaudiu Zissulescu2019-07-244-1461/+2256
* [AArch64] Add support for GMID_EL1 register for +memtagKyrylo Tkachov2019-07-232-1/+8
* Add Changelog entry missing from previous delta.Nick Clifton2019-07-231-0/+5
* This patch addresses the change in the June Armv8.1-M Mainline specification,...Barnaby Wilks2019-07-221-4/+0
* cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi2019-07-192-4/+8
* x86: drop stale Mem enumeratorJan Beulich2019-07-173-4/+24
* x86: make RegMem an opcode modifierJan Beulich2019-07-166-16487/+20423
* x86: fold SReg{2,3}Jan Beulich2019-07-167-23935/+13937
* cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi2019-07-154-82/+47
* cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi2019-07-143-48/+53
* arm-dis.c (print_insn_coprocessor): Rename index to index_operand.Hans-Peter Nilsson2019-07-102-5/+10
* Kito's 5-part patch set to improve .insn support.Jim Wilson2019-07-052-4/+35
* [AArch64] Allow MOVPRFX to be used with FMOVRichard Sandiford2019-07-022-1/+6
* [AArch64] Add missing C_MAX_ELEM flags for SVE conversionsRichard Sandiford2019-07-022-28/+33
* [AArch64] Fix bogus MOVPRFX warning for GPR form of CPYRichard Sandiford2019-07-022-5/+5
* [gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AESMatthew Malcomson2019-07-015-301/+340
* x86: drop Vec_Imm4Jan Beulich2019-07-016-9985/+9983
* x86: limit ImmExt abuseJan Beulich2019-07-013-126/+136