]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gas/config/tc-riscv.c
RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).
[thirdparty/binutils-gdb.git] / gas / config / tc-riscv.c
2021-01-07  Claire Xenia WolfRISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instr...
2021-01-06  Marcus ComstedtRISC-V: Implement support for big endian targets.
2021-01-01  Alan ModraPR27116, Spelling errors found by Debian style checker
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-12-10  Nelson ChuRISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.
2020-12-10  Nelson ChuRISC-V: Control fence.i and csr instructions by zifence...
2020-12-01  Nelson ChuRISC-V: Support to add implicit extensions.
2020-12-01  Nelson ChuRISC-V: Improve the version parsing for arch string.
2020-11-09  Nelson ChuRISC-V: Update ABI to the elf_flags after parsing elf...
2020-09-24  Jim WilsonRISC-V: Error for relaxable branch in absolute section.
2020-09-21  Alan ModraPR26569, R_RISCV_RVC_JUMP results in buffer overflow
2020-08-31  Alan ModraPR26493 UBSAN: tc-riscv.c left shift negative and not...
2020-08-23  Alan ModraPR26513, 629310abec breaks assembling PowerPC Linux...
2020-08-21  Alan ModraRearrange symbol_create parameters
2020-08-20  Martin LiskaPort gas/config/* to str_htab.
2020-07-06  Nick CliftonFix spelling mistakes in some of the binutils sub-direc...
2020-06-30  Nelson ChuRISC-V: Support debug and float CSR as the unprivileged...
2020-06-23  Nelson ChuRISC-V: Generate ELF priv attributes if priv instructio...
2020-06-22  Nelson ChuRISC-V: Report warning when linking the objects with...
2020-06-05  Nelson ChuRISC-V: Don't generate the ELF privilege attributes...
2020-05-27  Simon CookRISC-V: Fix missing initialization of riscv_csr_extra...
2020-05-24  Jim WilsonRISC-V: Gas inserts cfa relocs in wrong section.
2020-05-20  Nelson Chu[PATCH v2 0/9] RISC-V: Support version controling for...
2020-03-05  Nelson ChuRISC-V: Support assembler modifier %got_pcrel_hi.
2020-02-26  Alan ModraIndent labels
2020-02-21  Nelson ChuRISC-V: Support the read-only CSR checking.
2020-02-21  Nelson ChuRISC-V: Disable the CSR checking by default.
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-12-12  Alan Modragas signed overflow fixes
2019-11-28  Andrew Burgessgas/riscv: Produce version 3 DWARF CIE by default
2019-11-28  Andrew Burgessbinutils/gas/riscv: Add DWARF register numbers for...
2019-11-28  Andrew Burgessgas/riscv: Remove unneeded structure
2019-09-18  Jim WilsonRISC-V: Gate opcode tables by enum rather than string.
2019-08-26  Kito ChengRISC-V: Improve li expansion for better code density.
2019-05-30  Jim WilsonRISC-V: Fix lui argument parsing.
2019-02-08  Jim WilsonRISC-V: Compress 3-operand beq/bne against x0.
2019-01-16  Jim WilsonRISC-V: Support ELF attribute for gas and readelf.
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-12-11  Jim WilsonRISC-V: Don't segfault for two regs in auipc or lui.
2018-12-07  Jim WilsonRISC-V: Fix 4-arg add parsing.
2018-12-03  Jim WilsonRISC-V: Accept version, supervisor ext and more than...
2018-11-27  Jim WilsonRISC-V: Add .insn CA support.
2018-10-29  Alan ModraMove struc-symbol.h to symbols.c
2018-08-30  Jim WilsonRISC-V: Allow instruction require more than one extension
2018-08-23  Jim WilsonRISC-V: Reject empty rouding mode and fence operand.
2018-06-29  Jim WilsonRISC-V: Add gas support for "fp" register.
2018-06-20  Sebastian HuberRISC-V: Accept constant operands in la and lla
2018-05-24  Jim WilsonRISC-V: Fix .align handling when .option norelax.
2018-05-18  Jim WilsonRISC-V: Add RV32E support.
2018-04-20  Jim WilsonRISC-V: Add new option -mrelax/-mno-relax.
2018-03-16  Jim WilsonRISC-V: Emit better warning for unknown CSR.
2018-03-14  Jim WilsonRISC-V: Add .insn support.
2018-02-05  Maciej W. RozyckiRISC-V/GAS: Correct an `expr' global shadowing error...
2018-01-17  Jim WilsonRISC-V: Fix bug in prior addi/c.nop patch.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-12-20  Jim WilsonRISC-V: Add compressed instruction hints, and a few...
2017-11-29  Jim WilsonFix riscv malloc error on small alignment after norvc.
2017-11-28  Jim WilsonCompress loads/stores with implicit 0 offset.
2017-11-07  Jim WilsonRISC-V: Fix riscv g++ testsuite EH failures.
2017-11-07  Palmer DabbeltRISC-V: Add satp as an alias for sptbr
2017-10-24  Palmer DabbeltRISC-V: Don't emit 2-byte NOPs if the C extension is...
2017-10-19  Palmer DabbeltRISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*
2017-09-07  Palmer DabbeltRISC-V: Avoid emitting invalid instructions in mixed...
2017-07-28  Andrew WatermanFix problems parsing RISCV architecture extenstions...
2017-06-27  Kuan-Lin ChenRISC-V: Use pc-relative relocation for FDE initial...
2017-06-23  Andrew WatermanRISC-V: Error, don't warn, for shfit amounts/CSRs
2017-04-03  Palmer DabbeltRISC-V: Avoid a const warning
2017-03-31  Palmer DabbeltRISC-V: Allow ISA subsets to be disabled
2017-03-22  Palmer DabbeltSanitize RISC-V GAS help text, documentation
2017-03-15  Kito ChengRISC-V: Fix assembler for c.li, c.andi and c.addiw
2017-03-15  Nick CliftonFix building riscv targets with gcc v6.3.1
2017-03-14  Kuan-Lin ChenRISC-V: Fix DW_CFA_advance_loc relocation.
2017-03-14  Kuan-Lin ChenRISC-V: Fix the offset of CFA relocation.
2017-01-09  Andrew WatermanRISC-V/GAS: Support more relocs against constant addresses
2017-01-09  Andrew WatermanRISC-V/GAS: Improve handling of invalid relocs
2017-01-09  Andrew WatermanRISC-V/GAS: Correct branch relaxation for weak symbols.
2017-01-03  Kito ChengAdd support for the Q extension to the RISCV ISA.
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-12-21  Andrew WatermanSupport aligning text section from odd addresses
2016-12-21  Tim NewsomeFix a const-safety issue on GCC-4.9 and above
2016-12-20  Andrew WatermanDon't define RISC-V .p2align
2016-12-20  Andrew WatermanRe-work RISC-V gas flags: now we just support -mabi...
2016-12-20  Andrew WatermanRework RISC-V relocations
2016-12-20  Andrew WatermanFormatting changes for RISC-V
2016-11-23  Kuan-Lin ChenRISCV/GAS Add missing break in md_apply_fix.
2016-11-01  Nick CliftonAdd support for RISC-V architecture.