x86: Set optimize to INT_MAX for -Os
[binutils-gdb.git] / gas / config / tc-riscv.c
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.