summaryrefslogtreecommitdiff
path: root/bfd/elfxx-riscv.c
AgeCommit message (Expand)Author
2022-07-07RISC-V: Added Zfhmin and Zhinxmin.Tsukasa OI
2022-07-07RISC-V: Fix requirement handling on Zhinx+{D,Q}Tsukasa OI
2022-07-04RISC-V: Update Zihintpause extension versionTsukasa OI
2022-06-28RISC-V: Add 'Sstc' extension and its CSRsTsukasa OI
2022-06-28RISC-V: Add 'Sscofpmf' extension with its CSRsTsukasa OI
2022-06-28RISC-V: Add 'Smstateen' extension and its CSRsTsukasa OI
2022-06-22RISC-V: Reorder the prefixed extensions which are out of order.Nelson Chu
2022-06-22RISC-V: Use single h extension to control hypervisor CSRs and instructions.Nelson Chu
2022-06-22RISC-V: Add 'H' to canonical extension orderingTsukasa OI
2022-06-22RISC-V: Prepare i18n for required ISA extensionsTsukasa OI
2022-06-08Revert reloc howto nitsAlan Modra
2022-06-08HOWTO size encodingAlan Modra
2022-05-30RISC-V: Add zhinx extension supports.jiawei
2022-05-25RISC-V: Fix RV32Q conflictTsukasa OI
2022-05-20RISC-V: Update zfinx implement with zicsr.Jia-Wei Chen
2022-05-19RISC-V: Fix canonical extension order (K and J)Tsukasa OI
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu
2022-03-18RISC-V: Cache management instructionsTsukasa OI
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI
2022-02-25RISC-V: Remove a loop in the ISA parserTsukasa OI
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill
2022-02-22RISC-V: Maintain a string to hold the canonical orderKito Cheng
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