]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/config/riscv/riscv.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / riscv / riscv.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-27  Tsukasa OIRISC-V: Initial RV64E and LP64E support
2023-11-16  Kito ChengRISC-V: Implement target attribute
2023-10-31  Christoph Müllnerriscv: thead: Add support for the XTheadFMemIdx ISA...
2023-10-31  Christoph Müllnerriscv: thead: Add support for the XTheadMemIdx ISA...
2023-10-13  Kito ChengRISC-V: Fix the riscv_legitimize_poly_move issue on...
2023-10-10  Andrew WatermanRISC-V: far-branch: Handle far jumps and branches for...
2023-09-06  Lehua DingRISC-V: Part-3: Output .variant_cc directive for vector...
2023-09-06  Lehua DingRISC-V: Part-2: Save/Restore vector registers which...
2023-09-06  Lehua DingRISC-V: Part-1: Select suitable vector registers for...
2023-08-30  Fei GaoRISC-V: support cm.push cm.pop cm.popret in zcmp
2023-08-29  Edwin LuRISC-V: generate builtin macro for compilation with...
2023-08-14  JiaweiRISC-V: Enable compressible features when use ZC* exten...
2023-08-10  Pan LiRISC-V: Refactor RVV frm_mode attr for rounding mode...
2023-07-20  Juzhe-ZhongRISC-V: Refactor RVV machine modes
2023-07-12  Christoph Müllnerriscv: Prepare backend for index registers
2023-07-12  Christoph Müllnerriscv: Define Xmode macro
2023-06-29  Pan LiRISC-V: Support vfadd static rounding mode by mode...
2023-06-13  Yanzhang WangRISC-V: Add vector psabi checking.
2023-05-29  Pan LiRISC-V: Using merge approach to optimize repeating...
2023-05-17  Jin MaRISC-V: Remove trailing spaces on lines.
2023-05-17  Juzhe-ZhongRISC-V: Add mode switching target hook to insert roundi...
2023-05-16  Juzhe-ZhongRISC-V: Add FRM and rounding mode operand into floating...
2023-05-15  Juzhe-ZhongRISC-V: Add rounding mode operand for fixed-point patterns
2023-05-05  Pan LiRISC-V: Allow RVV VMS{Compare}(V1, V1) simplify to...
2023-04-20  Juzhe-ZhongRISC-V: Fix RVV register order
2023-03-23  Pan LiRISC-V: Bugfix for rvv bool mode size adjustment
2023-03-07  Pan LiRISC-V: Bugfix for rvv bool mode precision adjustment
2023-02-13  Kito ChengRISC-V: Handle vlenb correctly in unwinding
2023-02-12  Ju-Zhe ZhongRISC-V: Add integer widening instructions
2023-02-10  Ju-Zhe ZhongRISC-V: Add binary vx C/C++ support
2023-02-03  Monk ChiangRISC-V: Remove unnecessary register class.
2023-01-02  Jakub JelinekUpdate copyright years.
2022-12-01  Ju-Zhe ZhongRISC-V: Add duplicate vector support.
2022-11-18  Philipp TomsichRISC-V: Use bseti/bclri/binvi to extend reach of ori...
2022-11-11  Ju-Zhe ZhongRISC-V: Add RVV registers register spilling
2022-10-26  Ju-Zhe ZhongRISC-V: ADJUST_NUNITS according to -march.
2022-10-26  Ju-Zhe ZhongRISC-V: Support load/store in mov<mode> pattern for...
2022-10-24  Ju-Zhe ZhongRISC-V: Fix REG_CLASS_CONTENTS.
2022-10-05  Ju-Zhe ZhongRISC-V: Introduce RVV header to enable builtin types
2022-09-23  Vineet GuptaRISC-V: make USE_LOAD_ADDRESS_MACRO easier to understand
2022-09-02  Iain Buclawd: Fix #error You must define PREFERRED_DEBUGGING_TYPE...
2022-09-02  Kito ChengRISC-V: Implement TARGET_COMPUTE_MULTILIB
2022-09-01  zhongjuzheRISC-V: Fix comment in riscv.h
2022-09-01  zhongjuzheRISC-V: Fix riscv_vector_chunks configuration according...
2022-08-29  zhongjuzheRISC-V: Add RVV registers
2022-08-24  Andrew Pinski[RISCV] Fix PR 106586: riscv32 vs ZBS
2022-08-18  zhongjuzheRISC-V: Add runtime invariant support
2022-06-02  Philipp TomsichRISC-V: bitmanip: improve constant-loading for (1ULL...
2022-05-23  Vineet GuptaRISC-V: Enable TARGET_SUPPORTS_WIDE_INT
2022-05-13  Philipp TomsichRISC-V: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO
2022-02-05  Kito ChengRISC-V: Always pass -misa-spec to assembler [PR104219]
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-25  Jim WilsonRISC-V: Implement instruction patterns for ZBS extension.
2021-05-25  Kito ChengRISC-V: Pass -mno-relax to assembler
2021-04-30  LevyHsuRISC-V: Add patterns for builtin overflow.
2021-04-14  Iain Buclawd: Add TARGET_D_REGISTER_CPU_TARGET_INFO
2021-03-23  Marcus ComstedtRISC-V: Add riscv{32,64}be with big endian as default
2021-03-23  Marcus ComstedtRISC-V: Support -mlittle-endian and -mbig-endian
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-30  Kito ChengRISC-V: Always define MULTILIB_DEFAULTS
2020-11-18  Kito ChengRISC-V: Support version controling for ISA standard...
2020-11-14  Monk ChiangPR target/97682 - Fix to reuse t1 register between...
2020-10-15  Kito ChengRISC-V: Add support for -mcpu option.
2020-09-17  Yeting KuoRISC-V: fix a typo in riscv.h
2020-06-22  Kito ChengRISC-V: Normalize arch string in driver time
2020-05-19  Kito ChengRISC-V: Handle implied extension for -march parser.
2020-05-12  Craig BlackmoreRISC-V: Add shorten_memrefs pass.
2020-02-08  Jim WilsonRISC-V: Improve caller-save code generation.
2020-01-21  Kito ChengRISC-V: Disallow regrenme if the TO register never...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-28  Andrew Burgessgcc/riscv: Add a mechanism to remove some calls to...
2019-10-16  Andrew BurgessRISC-V: Include more registers in SIBCALL_REGS.
2019-07-23  Ilia DiachkovRISC-V: Add -malign-data= option.
2019-06-27  Aaron Sawdeybuiltins.c (get_memory_rtx): Fix comment.
2019-06-06  Jim WilsonRISC-V: Move STARTFILE_PREFIX_SPEC into target OS files.
2019-04-30  Andrew WatermanRISC-V: Short-forward-branch opt for SiFive 7 series...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-28  Iain BuclawAdd D front-end, libphobos library, and D2 testsuite.
2018-09-26  Jim WilsonRISC-V: Delete obsolete MIPS comment.
2018-09-25  Jim WilsonRISC-V: Fix problems with ilp32e ABI support.
2018-05-25  Jim WilsonRISC-V: Add interrupt attribute support.
2018-05-18  Kito ChengRISC-V: Add RV32E support.
2018-04-02  Jim WilsonRISC-V: Fix for combine bug with shift and AND operations.
2018-03-19  Jim WilsonRISC-V: Fix bootstrap failure.
2018-02-15  Jim WilsonRISC-V: Change sp subtracts so prologue stores can...
2018-01-27  Jim WilsonRISC-V: Allow register pairs for 64-bit target.
2018-01-23  Andrew WatermanRISC-V: Add -mpreferred-stack-boundary option.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-04  Jim WilsonFix typos in riscv register save/restore.
2017-11-12  Tom de Vries[riscv] Wrap ASM_OUTPUT_LABELREF in do {} while (0)
2017-11-08  Kito ChengRISC-V: Fix build error
2017-11-07  Andrew WatermanRISC-V: Implement movmemsi
2017-11-05  Andrew WatermanRISC-V: Set SLOW_BYTE_ACCESS=1
2017-10-23  Richard SandifordConvert STARTING_FRAME_OFFSET to a hook
2017-09-25  Richard SandifordTurn CONSTANT_ALIGNMENT into a hook
2017-09-15  Richard SandifordTurn TRULY_NOOP_TRUNCATION into a hook
2017-09-15  Richard SandifordTurn CANNOT_CHANGE_MODE_CLASS into a hook
2017-09-13  Richard SandifordTurn SECONDARY_MEMORY_NEEDED into a hook
next