60 Commits (586dcfc81ee4a24c150362c624a47d633e4d6bdc)

Author SHA1 Message Date
Philipp Tomsich cda0561f9e RISC-V: Split Zb[abc] into commented sections 5 years ago
Lifang Xia a8ab209320 RISC-V: compress "addi d,CV,z" to "c.mv d,CV" 5 years ago
Kuan-Lin Chen 80d49d6a1b RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions 6 years ago
Nelson Chu 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn. 6 years ago
Nelson Chu 3d73d29e4e RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling. 6 years ago
Nelson Chu 24075dcc85 RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions. 6 years ago
Nelson Chu 1942a04836 RISC-V: Indent and GNU coding standards tidy, also aligned the code. 6 years ago
Nelson Chu dcd709e056 RISC-V: Comments tidy and improvement. 6 years ago
Philipp Tomsich aa881ecde4 RISC-V: Add pause hint instruction. 6 years ago
Claire Xenia Wolf 2652cfad8d RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93). 6 years ago
Alan Modra 250d07de5c Update year range in copyright notice of binutils files 6 years ago
Nelson Chu c2137f55ad RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions. 6 years ago
Nelson Chu 729a53530e RISC-V: Control fence.i and csr instructions by zifencei and zicsr. 6 years ago
Nelson Chu 27a46348cb RISC-V: Remove the unimplemented extensions. 6 years ago
Nelson Chu 5a1b31e1e1 RISC-V: Add zifencei and prefixed h class extensions. 6 years ago
Nelson Chu 39ff0b8123 RISC-V: Report warning when linking the objects with different priv specs. 6 years ago
Nelson Chu d8af286fff RISC-V: Drop the privileged spec v1.9 support. 6 years ago
Nelson Chu 44730156af RISC-V: Fix the error when building RISC-V linux native gdbserver. 6 years ago
Nelson Chu 8f595e9b4f [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions and CSR 6 years ago
Jim Wilson fa16423949 RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero. 7 years ago
Alan Modra b3adc24a07 Update year range in copyright notice of binutils files 7 years ago
Jim Wilson 7722d40a9c RISC-V: Support the INSN_CLASS.*F.* classes for .insn directive. 7 years ago
Jim Wilson 7e9ad3a35c RISC-V: Gate opcode tables by enum rather than string. 7 years ago
Jim Wilson c0d6f62fce RISC-V: Fix minor issues with FP csr instructions. 7 years ago
Jim Wilson 98602811d8 Kito's 5-part patch set to improve .insn support. 7 years ago
Jim Wilson ca0bc15098 RISC-V: Compress 3-operand beq/bne against x0. 8 years ago
Alan Modra 827041555a Update year range in copyright notice of binutils files 8 years ago
Jim Wilson f50fabe4f6 RISC-V: Fix 4-arg add parsing. 8 years ago
Jim Wilson 12951a2f08 RISC-V: Add missing c.unimp instruction. 8 years ago
Jim Wilson 4765cd6119 RISC-V: Add .insn CA support. 8 years ago
Palmer Dabbelt 64a336ac13
RISC-V: Add fence.tso instruction 8 years ago
Jim Wilson 4e2b18982a RISC-V: bge[u] should get higher priority than ble[u]. 8 years ago
Jim Wilson be192bc284 RISC-V: Correct the requirement of compressed floating point instructions 8 years ago
Jim Wilson 43135d3b15 RISC-V: Allow instruction require more than one extension 8 years ago
Jim Wilson eb41b24898 RISC-V: Set insn info fields correctly when disassembling. 8 years ago
Sebastian Huber 160d1b3d74 RISC-V: Accept constant operands in la and lla 8 years ago
Jim Wilson e6f372ba66 RISC-V: Add missing hint instructions from RV128I. 8 years ago
Jim Wilson 0e35537d75 RISC-V: Add .insn support. 9 years ago
Jim Wilson e925c834ec RISC-V: Fix bug in prior addi/c.nop patch. 9 years ago
Jim Wilson 2721d702a0 RISC-V: Add support for addi that compresses to c.nop. 9 years ago
Alan Modra 219d1afa89 Update year range in copyright notice of binutils files 9 years ago
Jim Wilson 21a186f280 RISC-V: Add compressed instruction hints, and a few misc cleanups. 9 years ago
Jim Wilson 25982ee022 Add missing RISC-V fsrmi and fsflagsi instructions. 9 years ago
Andrew Waterman 63a25ea0de RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0 9 years ago
Nick Clifton 8e43602e34 Add support for the new names of the RISC-V fmv.x.s and fmv.s.x instructions, vis: fmv.x.w and fmv.w.x. 9 years ago
Palmer Dabbelt 67d888f5c8 RISC-V: Mark "c.nop" as an alias 9 years ago
Andrew Waterman 9bdfdbf929 RISC-V: Fix SLTI disassembly 9 years ago
Michael Clark 43e379d74c RISC-V: Change CALL macro to use ra as the temporary address register 9 years ago
Kito Cheng b416fe873e RISC-V: Fix assembler for c.li, c.andi and c.addiw 10 years ago
Kito Cheng 03b039a518 RISC-V: Fix assembler for c.addi, rd can be x0 10 years ago