summaryrefslogtreecommitdiff
path: root/opcodes/cr16-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* opcodes: remove use of PTRAlan Modra2022-05-101-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Remove strneq macro and use startswith.Martin Liska2021-04-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* cr16 disassembly error of disp20 fieldsAlan Modra2020-08-301-63/+51
* ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra2020-01-041-2/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* ubsan: cr16: left shift cannot be represented in type 'int'Alan Modra2019-12-111-7/+4
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* PR22348, conflicting global vars in crx and cr16Alan Modra2017-10-251-8/+8
* Move print_insn_XXX to an opcodes internal headerYao Qi2017-05-241-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Don't use boolean OR in arithmetic expressionsAlan Modra2016-10-061-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in opcodesH.J. Lu2015-08-121-4/+4
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* oops - typo correction.Nick Clifton2013-01-071-1/+1
* (make_instruction): Rename to cr16_make_instruction.Nick Clifton2013-01-071-4/+4
* opcodes/ChangeLogNick Clifton2013-01-021-59/+67
* PR 14072Nick Clifton2012-05-171-1/+1
* PR binutils/10173Alan Modra2012-01-161-2/+2
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-23/+23
* PR 10173Nick Clifton2009-06-151-2/+4
* * cr16-dis.c (match_opcode): Truncate mcode to 32 bit andM R Swami Reddy2008-11-271-1/+5
* * cr16-dis.c (build_mask): Adjust the mask for 32-bit bcond.Nick Clifton2008-05-211-1/+6
* Change source files over to GPLv3.Nick Clifton2007-07-051-3/+3
* * cr16-dis.c (getcinvstring): Add const qualifier to char * parameter.Nick Clifton2007-07-041-2/+2
* New port: National Semiconductor's CR16Nick Clifton2007-06-291-0/+820