GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
opcodes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent a left shift by a negative value when disassembling IA64 binaries.
Nick Clifton
2019-10-29
2
-3
/
+11
*
Fix array overruns in the S12Z disassembler.
Nick Clifton
2019-10-29
3
-16
/
+56
*
Fix potentially illegal shift and assign operation in CSKY disassembler.
Nick Clifton
2019-10-28
2
-2
/
+7
*
Fix buffer overrun in TIC30 disassembler.
Nick Clifton
2019-10-28
2
-7
/
+27
*
Stop potential illegal memory access in the NS32K disassembler.
Nick Clifton
2019-10-28
2
-1
/
+17
*
Prevent an illegal memory access in the xgate disassembler.
Nick Clifton
2019-10-28
2
-3
/
+8
*
Fix potential undefined behaviour in the RX disassembler.
Nick Clifton
2019-10-25
2
-1
/
+6
*
Fix typo in RX disassembler error messages.
Nick Clifton
2019-10-23
2
-10
/
+19
*
Prevent more potential illegal memory accesses in the RX disassembler.
Nick Clifton
2019-10-22
2
-16
/
+41
*
Fix potential illegal memory access when disassembling corrupt RX binaries.
Nick Clifton
2019-10-16
2
-15
/
+92
*
Fix the disassembly of the LDS and STS instructions of the AVR architecture.
Nick Clifton
2019-10-09
2
-0
/
+8
*
S/390: Add support for z15 as CPU name.
Andreas Krebbel
2019-10-08
1
-1
/
+2
*
x86/Intel: correct MOVSD and CMPSD handling
Jan Beulich
2019-10-07
3
-12
/
+18
*
m68k bfd.h tidy
Alan Modra
2019-09-23
2
-1
/
+5
*
mips bfd.h tidy
Alan Modra
2019-09-23
2
-2
/
+8
*
x86-64: fix handling of PUSH/POP of segment register
Jan Beulich
2019-09-20
3
-4
/
+39
*
bfd_section_* macros
Alan Modra
2019-09-19
2
-1
/
+5
*
Re-generate many configure and Makefile.in files
Simon Marchi
2019-09-18
3
-16
/
+8
*
RISC-V: Gate opcode tables by enum rather than string.
Jim Wilson
2019-09-17
2
-658
/
+664
*
Update version to 2.33.50 and regenerate configure scripts.
Phil Blundell
2019-09-16
2
-10
/
+14
*
Use the correct alias for the M68K tdiv instruction.
Miod Vallat
2019-09-10
2
-2
/
+7
*
Add markers for 2.33 branch to NEWS and ChangeLog files.
Phil Blundell
2019-09-09
1
-0
/
+4
*
Fix buffer underrun bug in the TI C30 disassembler.
Nick Clifton
2019-09-03
2
-1
/
+9
*
Fix a potential buffer overrun in the MMIX disassembler when processing a cor...
Nick Clifton
2019-09-03
2
-37
/
+66
*
Add support for the MVE VMOV instruction to the ARM assembler. This instruct...
Srinath Parvathaneni
2019-08-27
2
-0
/
+29
*
[AArch64][gas] Update MTE system register encodings
Kyrylo Tkachov
2019-08-22
2
-10
/
+16
*
Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions.
Srinath Parvathaneni
2019-08-12
2
-4
/
+17
*
Prevent objdump from aborting when asked to disassemble an unknown type of AR...
Phillipe Antoine
2019-08-07
2
-6
/
+19
*
x86: drop stray FloatMF
Jan Beulich
2019-08-07
3
-14
/
+21
*
Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM...
Barnaby Wilks
2019-08-05
2
-4
/
+9
*
RISC-V: Fix minor issues with FP csr instructions.
Jim Wilson
2019-07-30
2
-16
/
+24
*
[ARC] Update disassembler opcode selection
Claudiu Zissulescu
2019-07-24
2
-1
/
+30
*
[ARC] Update ARC opcode table
Claudiu Zissulescu
2019-07-24
4
-1461
/
+2256
*
[AArch64] Add support for GMID_EL1 register for +memtag
Kyrylo Tkachov
2019-07-23
2
-1
/
+8
*
Add Changelog entry missing from previous delta.
Nick Clifton
2019-07-23
1
-0
/
+5
*
This patch addresses the change in the June Armv8.1-M Mainline specification,...
Barnaby Wilks
2019-07-22
1
-4
/
+0
*
cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassembler
Jose E. Marchesi
2019-07-19
2
-4
/
+8
*
x86: drop stale Mem enumerator
Jan Beulich
2019-07-17
3
-4
/
+24
*
x86: make RegMem an opcode modifier
Jan Beulich
2019-07-16
6
-16487
/
+20423
*
x86: fold SReg{2,3}
Jan Beulich
2019-07-16
7
-23935
/
+13937
*
cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructions
Jose E. Marchesi
2019-07-15
4
-82
/
+47
*
cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructions
Jose E. Marchesi
2019-07-14
3
-48
/
+53
*
arm-dis.c (print_insn_coprocessor): Rename index to index_operand.
Hans-Peter Nilsson
2019-07-10
2
-5
/
+10
*
Kito's 5-part patch set to improve .insn support.
Jim Wilson
2019-07-05
2
-4
/
+35
*
[AArch64] Allow MOVPRFX to be used with FMOV
Richard Sandiford
2019-07-02
2
-1
/
+6
*
[AArch64] Add missing C_MAX_ELEM flags for SVE conversions
Richard Sandiford
2019-07-02
2
-28
/
+33
*
[AArch64] Fix bogus MOVPRFX warning for GPR form of CPY
Richard Sandiford
2019-07-02
2
-5
/
+5
*
[gas][aarch64][SVE2] Fix pmull{t,b} requirement on SVE2-AES
Matthew Malcomson
2019-07-01
5
-301
/
+340
*
x86: drop Vec_Imm4
Jan Beulich
2019-07-01
6
-9985
/
+9983
*
x86: limit ImmExt abuse
Jan Beulich
2019-07-01
3
-126
/
+136
[next]