summaryrefslogtreecommitdiff
path: root/opcodes
Commit message (Expand)AuthorAgeFilesLines
* Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov2020-01-142-1/+7
* ubsan: z8k: left shift cannot be represented in type 'int'Alan Modra2020-01-142-8/+13
* Add an option to objdump's disassembler to generate ascii art diagrams showin...Thomas Troeger2020-01-133-4/+113
* [ARC][committed] Code cleanup and improvements.Claudiu Zissulescu2020-01-132-1/+5
* [ARC] [COMMITTED] Change ACCL/ACCH reg name to generic.Claudiu Zissulescu2020-01-132-1/+6
* asan: ns32k: wild memory writeAlan Modra2020-01-132-6/+10
* ubsan: wasm32: signed integer overflowAlan Modra2020-01-132-209/+243
* score formattingAlan Modra2020-01-133-812/+808
* ubsan: score: left shift of negative valueAlan Modra2020-01-133-24/+31
* tic4x: sign extension using shiftsAlan Modra2020-01-132-2/+5
* ubsan: fr30: left shift of negative valueAlan Modra2020-01-132-5/+9
* ubsan: xgate: left shift of negative valueAlan Modra2020-01-132-8/+13
* ubsan: tilepro: signed integer overflowAlan Modra2020-01-103-11/+10
* ubsan: m10300: shift exponent -4Alan Modra2020-01-103-30/+24
* Fix the cast used to prevent compile time warning about an always false test.Nick Clifton2020-01-092-1/+6
* Fix compile time warnings about comparisons always being false.Sergey Belyashov2020-01-092-7/+13
* x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMDJan Beulich2020-01-094-10/+61
* ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra2020-01-084-11/+26
* [ARC] Add finer details for LLOCK and SCONDShahab Vahedi2020-01-072-21/+30
* ubsan: m32c: left shift of negative valueAlan Modra2020-01-062-61/+65
* PR25344, z80 disassembler recursionAlan Modra2020-01-062-29/+40
* ubsan: m32r: left shift of negative valueAlan Modra2020-01-042-3/+7
* ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra2020-01-042-2/+5
* ubsan: crx: left shift cannot be represented in type 'int'Alan Modra2020-01-042-1/+5
* ubsan: d30v: left shift cannot be represented in type 'int'Alan Modra2020-01-042-12/+10
* Arm64: correct address index operands for LD1RO{H,W,D}Jan Beulich2020-01-032-7/+12
* Arm64: correct {su,us}dot SIMD encodingsJan Beulich2020-01-032-3/+8
* Arm64: correct uzp{1,2} mnemonicsJan Beulich2020-01-033-4/+10
* Arm64: correct 64-bit element fmmla encodingJan Beulich2020-01-033-46/+52
* Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov2020-01-023-532/+878
* Re: Update year range in copyright notice of binutils filesAlan Modra2020-01-011-0/+4
* Update year range in copyright notice of binutils filesAlan Modra2020-01-01275-279/+279
* ChangeLog rotationAlan Modra2020-01-012-2444/+2458
* Re: Usage of unitialized heap in tic4x_print_condAlan Modra2019-12-302-1/+6
* ubsan: sparc: left shift cannot be represented in type 'int'Alan Modra2019-12-292-9/+12
* Usage of unitialized heap in tic4x_print_condAlan Modra2019-12-292-1/+6
* x86-64: fix Intel64 handling of branch with data16 prefixJan Beulich2019-12-272-3/+14
* x86: consolidate Disp<NN> handling a littleJan Beulich2019-12-274-121/+115
* ubsan: crx: index 5 out of bounds for type 'operand_desc const[5]'Alan Modra2019-12-262-1/+6
* ubsan: v850: left shift cannot be represented in type 'int'Alan Modra2019-12-262-7/+12
* ubsan: arm: shift exponent 32 is too large for 32-bit type 'unsigned int'Alan Modra2019-12-242-3/+7
* ppc: misc minor build correctionsJan Beulich2019-12-233-8/+14
* ubsan: score: left shift of 2 by 31 places cannot be represented in type 'int'Alan Modra2019-12-232-25/+28
* ubsan: iq2000: left shift of negative valueAlan Modra2019-12-232-1/+5
* ubsan: d30v: left shift cannot be represented in type 'long long'Alan Modra2019-12-232-17/+25
* ubsan: wasm: shift is too large for 64-bit type 'bfd_vma'Alan Modra2019-12-232-11/+23
* PR25281, sh disassembler abortAlan Modra2019-12-202-6/+17
* ubsan: or1k: left shift of negative valueAlan Modra2019-12-202-2/+6
* ubsan: hppa: left shift of negative valueAlan Modra2019-12-202-8/+13
* ubsan: m68hc1x: left shift of negative valueAlan Modra2019-12-202-105/+81