summaryrefslogtreecommitdiff
path: root/bfd/elfxx-riscv.c
AgeCommit message (Expand)Author
2022-01-07RISC-V: Updated the default ISA spec to 20191213.Nelson Chu
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-12-16RISC-V: Support svinval extension with frozen version 1.0.Nelson Chu
2021-12-09RISC-V: Clarify the behavior of .option arch directive.Nelson Chu
2021-11-22RISC-V: Removed the redundant NULL pointer check in the riscv_update_subset.Nelson Chu
2021-11-22RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in riscv_update_subset.Nelson Chu
2021-11-19RISC-V: Support new .option arch directive.Nelson Chu
2021-11-18RISC-V: Add instructions and operand set for z[fdq]inxjiawei
2021-11-18RISC-V: Add mininal support for z[fdq]inxjiawei
2021-11-17RISC-V: Support rvv extension with released version 1.0.Nelson Chu
2021-11-16RISC-V: Scalar crypto instructions and operand set.jiawei
2021-11-16RISC-V: Minimal support of scalar crypto extension.jiawei
2021-11-11RISC-V: Dump objects according to the elf architecture attribute.Nelson Chu
2021-11-04RISC-V: Clarify the behavior of .option rvc or norvc.Nelson Chu
2021-10-07RISC-V: Add support for Zbs instructionsPhilipp Tomsich
2021-10-07RISC-V: Update extension version for Zb[abc] to 1.0.0Philipp Tomsich
2021-09-28RISC-V: Fix wrong version number when arch contains 'p'.Cooper Qu
2021-09-28RISC-V: Allow to add numbers in the prefixed extension names.Nelson Chu
2021-09-17RISC-V: Merged extension string tables and their version tables into one.Nelson Chu
2021-09-07Fix illegal memory access triggered by an attempt to disassemble a corrupt RI...Nick Clifton
2021-07-20RISC-V: Minor updates for architecture parser.Nelson Chu
2021-05-26RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu
2021-05-13RISC-V: Record implicit subsets in a table, to avoid repeated codes.Nelson Chu
2021-04-13RISC-V: Don't report the mismatched version warning for the implicit extensions.Nelson Chu
2021-04-12RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION when expanding g...Nelson Chu
2021-04-12RISC-V: Add i-ext as the implicit extension when e-ext is set.Nelson Chu
2021-04-12RISC-V: Support to parse the multi-letter prefix in the architecture string.Nelson Chu
2021-04-01Use startswith more for strncmp function calls.Martin Liska
2021-03-31Use bool in bfdAlan Modra
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf
2021-01-04RISC-V: Fix the merged orders of Z* extension for linker.Nelson Chu
2021-01-04PR26741, benign use after free in riscv_parse_prefixed_extAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu
2020-12-01RISC-V: Fix the order checking for Z* extension.Nelson Chu
2020-12-01RISC-V: Support to add implicit extensions for G.Nelson Chu
2020-12-01RISC-V: Support to add implicit extensions.Nelson Chu
2020-12-01RISC-V: Improve the version parsing for arch string.Nelson Chu
2020-12-01RISC-V: Add zifencei and prefixed h class extensions.Nelson Chu
2020-12-01RISC-V: Don't allow any uppercase letter in the arch string.Nelson Chu
2020-12-01RISC-V: Minor cleanup and testcases improvement for arch string parser.Nelson Chu
2020-10-16RISC-V: Support GNU indirect functions.Nelson Chu
2020-09-21PR26569, R_RISCV_RVC_JUMP results in buffer overflowAlan Modra
2020-09-03RISC-V: Improve the error message for the mis-matched ISA versions.Kito Cheng