summaryrefslogtreecommitdiff
path: root/gas/config/tc-csky.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* gas: rename md_end to md_finishAlan Modra2022-07-091-1/+1
* Remove use of bfd_uint64_t and similarAlan Modra2022-05-271-5/+5
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix an internal error in the CSKY assembler when asked to resolve an overlarg...Nick Clifton2021-08-111-1/+2
* Use startswith in gas subfolder.Martin Liska2021-04-011-3/+3
* Use bool in gasAlan Modra2021-03-311-333/+333
* TRUE/FALSE simplificationAlan Modra2021-03-291-20/+20
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* C-SKY: Fix the literal dump of big vector constant.Cooper Qu2020-10-261-1/+2
* CSKY: Add version flag in eflag and fix bug in disassembling register.Cooper Qu2020-10-261-1/+1
* CSKY: Fix and add some instructions for VDSPV1.Cooper Qu2020-10-261-0/+12
* ubsan: opcodes/csky-opc.h:929 shift exponent 536870912Alan Modra2020-09-261-5/+3
* CSKY: Add objdump option -M abi-names.Cooper Qu2020-09-231-379/+262
* CSKY: Set feature flags for default cpu.Cooper Qu2020-09-141-3/+2
* CSKY: Enable extend lrw by default for CK802, CK803 and CK860.Cooper Qu2020-09-101-1/+4
* CSKY: Add new arches while refine the cpu option process.Cooper Qu2020-09-101-172/+435
* CSKY: Change mvtc and mulsw's ISA flag.Cooper Qu2020-09-091-2/+2
* CSKY: Support option -mfloat-abi.Cooper Qu2020-09-091-0/+57
* CSKY: Add FPUV3 instructions, which supported by ck860f.Cooper Qu2020-09-091-31/+189
* CSKY: Add CPU CK803r3.Cooper Qu2020-09-021-17/+21
* CSKY: Refine literals pool dump process and float register parser.Cooper Qu2020-09-021-3/+51
* CSKY: Refine operand format error reporting.Cooper Qu2020-08-311-109/+174
* CSKY: Add warning when -mdsp and -mcpu=ck803ern are both added.Cooper Qu2020-08-311-3/+16
* CSKY: Support attribute section.Cooper Qu2020-08-281-5/+85
* CSKY: Add new arch CK860.Cooper Qu2020-08-241-5/+21
* CSKY: Add ck803r2 series cpu.Cooper Qu2020-08-241-8/+44
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-6/+5
* Rearrange symbol_create parametersAlan Modra2020-08-211-1/+1
* CSKY: Support two operands form for bloop.Cooper Qu2020-08-211-1/+21
* Port gas/config/* to str_htab.Martin Liska2020-08-201-17/+17
* Fix Unreasonable arch and cpu conflict warning for ther CSky architecture.Cooper Qu2020-07-211-2/+4
* gas: Update fr_literal access in frag for GCC 10H.J. Lu2020-05-251-1/+1
* More 1 << 31 signed overflowsAlan Modra2020-03-101-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* gas signed overflow fixesAlan Modra2019-12-121-29/+30
* C-SKY FAIL: jbt - cskyAlan Modra2019-05-151-0/+2
* Assorted warning fixesAlan Modra2019-01-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-5/+6
* csky: Support PC relative diff relocationLifang Xia2018-09-141-0/+6
* Add support for the C_SKY series of processors.Andrew Jenner2018-07-301-0/+7299