aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-riscv.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-11RISC-V: Update the riscv_opts.[rvc|rve] in the riscv_set_arch.Nelson Chu1-10/+8
2021-05-26RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu1-0/+1
2021-05-24RISC-V: PR25212, Report errors for invalid march and mabi combinations.Nelson Chu1-0/+18
2021-04-16RISC-V: PR27436, make operand C> work the same as >.Nelson Chu1-3/+2
2021-03-31Use bool in gasAlan Modra1-114/+114
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen1-0/+13
2021-02-19Fix compile time warnings when building riscv assembler.Nick Clifton1-3/+3
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu1-89/+92
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu1-24/+113
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu1-10/+0
2021-01-15RISC-V: Indent and GNU coding standards tidy, also aligned the code.Nelson Chu1-56/+52
2021-01-15RISC-V: Error and warning messages tidy.Nelson Chu1-58/+66
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu1-161/+130
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich1-0/+2
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf1-1/+13
2021-01-06RISC-V: Implement support for big endian targets.Marcus Comstedt1-7/+25
2021-01-01PR27116, Spelling errors found by Debian style checkerAlan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-10RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.Nelson Chu1-0/+33
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu1-4/+10
2020-12-01RISC-V: Support to add implicit extensions.Nelson Chu1-1/+3
2020-12-01RISC-V: Improve the version parsing for arch string.Nelson Chu1-13/+10
2020-11-09RISC-V: Update ABI to the elf_flags after parsing elf attributes.Nelson Chu1-47/+55
2020-09-24RISC-V: Error for relaxable branch in absolute section.Jim Wilson1-0/+7
2020-09-21PR26569, R_RISCV_RVC_JUMP results in buffer overflowAlan Modra1-3/+7
2020-08-31PR26493 UBSAN: tc-riscv.c left shift negative and not representableAlan Modra1-17/+17
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-5/+9
2020-08-21Rearrange symbol_create parametersAlan Modra1-2/+2
2020-08-20Port gas/config/* to str_htab.Martin Liska1-66/+27
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton1-1/+1
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu1-29/+24
2020-06-23RISC-V: Generate ELF priv attributes if priv instruction are explicited used.Nelson Chu1-6/+42
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu1-27/+9
2020-06-05RISC-V: Don't generate the ELF privilege attributes when no CSR are used.Nelson Chu1-0/+9
2020-05-27RISC-V: Fix missing initialization of riscv_csr_extra structsSimon Cook1-0/+1
2020-05-24RISC-V: Gas inserts cfa relocs in wrong section.Jim Wilson1-1/+12
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu1-89/+425
2020-03-04RISC-V: Support assembler modifier %got_pcrel_hi.Nelson Chu1-0/+1
2020-02-26Indent labelsAlan Modra1-9/+9
2020-02-20RISC-V: Support the read-only CSR checking.Nelson Chu1-0/+69
2020-02-20RISC-V: Disable the CSR checking by default.Nelson Chu1-1/+21
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu1-7/+92
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-12gas signed overflow fixesAlan Modra1-2/+2
2019-11-28gas/riscv: Produce version 3 DWARF CIE by defaultAndrew Burgess1-0/+6
2019-11-28binutils/gas/riscv: Add DWARF register numbers for CSRsAndrew Burgess1-0/+4
2019-11-28gas/riscv: Remove unneeded structureAndrew Burgess1-7/+1
2019-09-17RISC-V: Gate opcode tables by enum rather than string.Jim Wilson1-7/+20
2019-08-25RISC-V: Improve li expansion for better code density.Kito Cheng1-5/+33
2019-05-30RISC-V: Fix lui argument parsing.Jim Wilson1-5/+4