aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-riscv.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-30RISC-V: Add zhinx extension supports.jiawei1-4/+20
2022-05-25RISC-V: Fix RV32Q conflictTsukasa OI1-2/+3
2022-05-20RISC-V: Update zfinx implement with zicsr.Jia-Wei Chen1-0/+1
2022-05-19RISC-V: Fix canonical extension order (K and J)Tsukasa OI1-1/+1
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu1-0/+11
2022-03-18RISC-V: Cache management instructionsTsukasa OI1-0/+6
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI1-0/+3
2022-02-25RISC-V: Remove a loop in the ISA parserTsukasa OI1-7/+4
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill1-0/+94
2022-02-22RISC-V: Maintain a string to hold the canonical orderKito Cheng1-17/+5
2022-01-07RISC-V: Updated the default ISA spec to 20191213.Nelson Chu1-1/+3
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-16RISC-V: Support svinval extension with frozen version 1.0.Nelson Chu1-0/+3
2021-12-09RISC-V: Clarify the behavior of .option arch directive.Nelson Chu1-24/+15
2021-11-22RISC-V: Removed the redundant NULL pointer check in the riscv_update_subset.Nelson Chu1-3/+0
2021-11-22RISC-V: PR28610, Fix ASAN heap-buffer-overflow error in riscv_update_subset.Nelson Chu1-7/+12
2021-11-19RISC-V: Support new .option arch directive.Nelson Chu1-24/+134
2021-11-18RISC-V: Add instructions and operand set for z[fdq]inxjiawei1-0/+9
2021-11-18RISC-V: Add mininal support for z[fdq]inxjiawei1-0/+12
2021-11-17RISC-V: Support rvv extension with released version 1.0.Nelson Chu1-1/+75
2021-11-16RISC-V: Scalar crypto instructions and operand set.jiawei1-0/+25
2021-11-16RISC-V: Minimal support of scalar crypto extension.jiawei1-1/+29
2021-11-11RISC-V: Dump objects according to the elf architecture attribute.Nelson Chu1-3/+66
2021-11-04RISC-V: Clarify the behavior of .option rvc or norvc.Nelson Chu1-0/+65
2021-10-07RISC-V: Add support for Zbs instructionsPhilipp Tomsich1-0/+1
2021-10-07RISC-V: Update extension version for Zb[abc] to 1.0.0Philipp Tomsich1-3/+3
2021-09-28RISC-V: Fix wrong version number when arch contains 'p'.Cooper Qu1-6/+2
2021-09-28RISC-V: Allow to add numbers in the prefixed extension names.Nelson Chu1-38/+44
2021-09-17RISC-V: Merged extension string tables and their version tables into one.Nelson Chu1-127/+223
2021-09-07Fix illegal memory access triggered by an attempt to disassemble a corrupt RI...Nick Clifton1-0/+7
2021-07-20RISC-V: Minor updates for architecture parser.Nelson Chu1-94/+82
2021-05-26RISC-V: Allow to link the objects with unknown prefixed extensions.Nelson Chu1-1/+2
2021-05-13RISC-V: Record implicit subsets in a table, to avoid repeated codes.Nelson Chu1-54/+49
2021-04-13RISC-V: Don't report the mismatched version warning for the implicit extensions.Nelson Chu1-8/+3
2021-04-12RISC-V: The version of i-ext should be RISCV_UNKNOWN_VERSION when expanding g...Nelson Chu1-2/+2
2021-04-12RISC-V: Add i-ext as the implicit extension when e-ext is set.Nelson Chu1-37/+17
2021-04-12RISC-V: Support to parse the multi-letter prefix in the architecture string.Nelson Chu1-199/+196
2021-04-01Use startswith more for strncmp function calls.Martin Liska1-2/+2
2021-03-31Use bool in bfdAlan Modra1-219/+219
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen1-1/+1
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu1-5/+5
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu1-1/+4
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu1-1/+1
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu1-29/+25
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich1-1/+1
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf1-1/+1
2021-01-04RISC-V: Fix the merged orders of Z* extension for linker.Nelson Chu1-1/+1
2021-01-04PR26741, benign use after free in riscv_parse_prefixed_extAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu1-20/+39