]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - opcodes/riscv-dis.c
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / opcodes / riscv-dis.c
2023-08-02  Sam JamesRevert "2.41 Release sources"
2023-08-02  Nick Clifton2.41 Release sources binutils-2_41-release
2023-07-28  Tsukasa OIFix typo in riscv-dis.c comment
2023-07-18  JiaweiRISC-V: Supports Zcb extension.
2023-07-01  Christoph MüllnerRISC-V: Add support for the Zvbb ISA extension
2023-06-30  Christoph MüllnerRISC-V: Add support for the Zfa extension
2023-05-19  Nelson ChuRISC-V: Minor improvements for dis-assembler.
2023-04-18  Kito ChengRISC-V: Cache the latest mapping symbol and its boundary.
2023-03-31  Tsukasa OIRISC-V: Allocate "various" operand type
2023-03-21  JiaweiRISC-V: Fix disassemble fetch fail return value.
2023-02-03  Jan BeulichRISC-V: don't disassemble unrecognized insns as .byte
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-11-28  Tsukasa OIRISC-V: Better support for long instructions (disassembler)
2022-10-28  Nelson ChuRISC-V: Output mapping symbols with ISA string.
2022-10-14  Tsukasa OIopcodes/riscv-dis.c: Remove last_map_state
2022-10-14  Tsukasa OIopcodes/riscv-dis.c: Make XLEN variable static
2022-10-14  Tsukasa OIopcodes/riscv-dis.c: Use bool type whenever possible
2022-10-14  Tsukasa OIopcodes/riscv-dis.c: Tidying with spacing
2022-10-14  Tsukasa OIopcodes/riscv-dis.c: Tidying with comments/clarity
2022-10-06  Tsukasa OIRISC-V: Print XTheadMemPair literal as "immediate"
2022-10-06  Tsukasa OIRISC-V: Fix T-Head immediate types on printing
2022-10-06  Tsukasa OIRISC-V: Print comma and tabs as the "text" style
2022-10-06  Tsukasa OIRISC-V: Optimize riscv_disassemble_data printf
2022-10-06  Tsukasa OIRISC-V: Fix printf argument types corresponding %x
2022-10-06  Tsukasa OIRISC-V: Fix immediates to have "immediate" style
2022-10-04  Tsukasa OIRISC-V: Fix buffer overflow on print_insn_riscv
2022-10-04  Andrew Burgessopcodes/riscv: style csr names as registers
2022-09-30  Jan BeulichRISC-V: fix build after "Add support for arbitrary...
2022-09-22  Christoph MüllnerRISC-V: Add support for literal instruction arguments
2022-09-22  Christoph MüllnerRISC-V: Add support for arbitrary immediate encoding...
2022-09-22  Tsukasa OIRISC-V: Remove "b" operand type from disassembler
2022-09-06  Tsukasa OIopcodes: Add non-enum disassembler options
2022-09-02  Tsukasa OIRISC-V: Print highest address (-1) on the disassembler
2022-09-02  Tsukasa OIRISC-V: PR29342, Fix RV32 disassembler address computation
2022-07-07  Tsukasa OIRISC-V: Fix disassembling Zfinx with -M numeric
2022-04-30  Thomas Hebbopcodes: don't assume ELF in riscv, csky, rl78, mep...
2022-04-04  Andrew Burgessopcodes/riscv: implement style support in the disassembler
2022-03-18  Tsukasa OIRISC-V: Prefetch hint instructions and operand set
2022-01-02  Alan ModraUpdate year range in copyright notice of binutils files
2021-11-30  Nelson ChuRISC-V: The vtype immediate with more than the defined...
2021-11-30  Nelson ChuRISC-V: Dump vset[i]vli immediate as numbers once vsew...
2021-11-26  Andrew Burgessopcodes/riscv: add disassembler options support to...
2021-11-18  jiaweiRISC-V: Add instructions and operand set for z[fdq]inx
2021-11-17  Nelson ChuRISC-V: Support rvv extension with released version...
2021-11-16  jiaweiRISC-V: Scalar crypto instructions and operand set.
2021-11-11  Nelson ChuRISC-V: Dump objects according to the elf architecture...
2021-10-27  Nelson ChuRISC-V: Tidy riscv assembler and disassembler.
2021-09-20  Andrew Burgessriscv: print .2byte or .4byte before an unknown instruc...
2021-09-09  Jim WilsonRISC-V: Pretty print values formed with lui and addiw.
2021-08-30  Nelson ChuRISC-V: PR28291, Fix the gdb fails that PR27916 caused.
2021-08-30  Nelson ChuRISC-V: PR27916, Support mapping symbols.
2021-05-18  Job NoormanRISC-V: PR27814, Objdump crashes when disassembling...
2021-03-31  Alan ModraUse bool in opcodes
2021-03-31  Alan ModraRemove bfd_stdint.h
2021-02-19  Nelson ChuRISC-V: PR27158, fixed UJ/SB types and added CSS/CL...
2021-02-18  Nelson ChuRISC-V: Add bfd/cpu-riscv.h to support all spec version...
2021-01-15  Nelson ChuRISC-V: Error and warning messages tidy.
2021-01-15  Nelson ChuRISC-V: Comments tidy and improvement.
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-12-10  Nelson ChuRISC-V: Dump CSR according to the elf privileged spec...
2020-06-30  Nelson ChuRISC-V: Support debug and float CSR as the unprivileged...
2020-06-22  Nelson ChuRISC-V: Report warning when linking the objects with...
2020-05-20  Nelson Chu[PATCH v2 0/9] RISC-V: Support version controling for...
2020-02-21  Nelson ChuRISC-V: Support the ISA-dependent CSR checking.
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-06-27  Jim WilsonRISC-V: Make objdump disassembly work right for binary...
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-12-18  Alan ModraInclude bfd_stdint.h in bfd.h
2018-12-06  Andrew Burgessopcodes/riscv: Hide '.L0 ' fake symbols
2018-12-03  Jim WilsonRISC-V: Accept version, supervisor ext and more than...
2018-08-30  Jim WilsonRISC-V: Allow instruction require more than one extension
2018-07-30  Jim WilsonRISC-V: Set insn info fields correctly when disassembling.
2018-03-03  Alan Modraopcodes error messages
2018-01-10  Jim WilsonRISC-V: Disassemble x0 based addresses as 0.
2018-01-06  Jim WilsonRISC-V: Print symbol address for jalr w/ zero offset.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-07-25  Nick CliftonFix typos in error and option messages in OPCODES library.
2017-05-24  Yao QiMove print_insn_XXX to an opcodes internal header
2017-05-04  Kito ChengRISC-V: Fix disassemble for c.li, c.andi and c.addiw
2017-04-04  Palmer DabbeltRISC-V: Resurrect GP-relative disassembly hints
2017-01-03  Dilyan PalauzovAdd fall through comment.
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-20  Andrew WatermanRe-work RISC-V gas flags: now we just support -mabi...
2016-11-01  Nick CliftonAdd support for RISC-V architecture.