Show patches with: State = Action Required       |    Archived = No       |   126616 patches
« 1 2 ... 706 707 7081266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[google] Backport to enable stack protector for Android targets (issue6220051) - - - - --- 2012-05-18 Jing Yu New
[google-4.6] Backport r183875 to fix incorrect increment/decrement of atomic pointers (issue6428056) - - - - --- 2012-07-19 Jing Yu New
mark expected failures for ppc64 (issue6932046) - - - - --- 2012-12-11 Jing Yu New
[trunk,google/gcc47] Add dependence of configure-target-libmudflap on configure-target-libstdc++-v3… - - - - --- 2013-03-12 Jing Yu New
[trunk,google/gcc47] Add dependence of configure-target-libmudflap on configure-target-libstdc++-v3… - - - - --- 2013-03-12 Jing Yu New
[google/gcc-4_8] Regenerate Makefile.in - - - - --- 2013-04-04 Jing Yu New
Add aarch64 to list of targets that support gold - - - - --- 2014-09-18 Jing Yu New
Fix a typo in Chinese msg - - - - --- 2014-04-24 Jincheng Miao New
[1/1] Fixed typo in RISCV [1/1] Fixed typo in RISCV - - - - --- 2022-12-23 Jin Ma New
[RISCV] Change the generation mode of `adjust_sp_rtx` from gen_insn to gen_SET. [RISCV] Change the generation mode of `adjust_sp_rtx` from gen_insn to gen_SET. - - - - --- 2023-01-06 Jin Ma New
[RISCV] Add 'Zfa' extension according to riscv-isa-manual [RISCV] Add 'Zfa' extension according to riscv-isa-manual - - - - --- 2023-01-11 Jin Ma New
[v2,RISCV] Add 'Zfa' extension according to riscv-isa-manual [v2,RISCV] Add 'Zfa' extension according to riscv-isa-manual - - - - --- 2023-01-12 Jin Ma New
[v4,RISCV] Add 'Zfa' extension according to riscv-isa-manual [v4,RISCV] Add 'Zfa' extension according to riscv-isa-manual - - - - --- 2023-01-12 Jin Ma New
[v5,RISCV] Add 'Zfa' extension according to riscv-isa-manual [v5,RISCV] Add 'Zfa' extension according to riscv-isa-manual - - - - --- 2023-02-02 Jin Ma New
RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in riscv. RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in riscv. - - - - --- 2023-02-02 Jin Ma New
[v1] RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET. [v1] RISC-V: Change the generation mode of ADJUST_SP_RTX from gen_insn to gen_SET. - - - - --- 2023-02-03 Jin Ma New
RISC-V: When the TARGET_COMPUTE_MULTILIB hook is implemented, check the version of each extension. RISC-V: When the TARGET_COMPUTE_MULTILIB hook is implemented, check the version of each extension. - - - - --- 2023-02-22 Jin Ma New
RISC-V: Don't report an error until the link phase if suitable multilib isn't found. RISC-V: Don't report an error until the link phase if suitable multilib isn't found. - - - - --- 2023-02-22 Jin Ma New
[v6] RISC-V: Add support for experimental zfa extension. [v6] RISC-V: Add support for experimental zfa extension. - - - - --- 2023-03-10 Jin Ma New
In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) at the latest to issue. In the ready lists of pipeline, put unrecog insns (such as CLOBBER, USE) at the latest to issue. - - - - --- 2023-03-23 Jin Ma New
RISC-V: Adjust the parsing order of extensions to be consistent with riscv-spec and binutils. RISC-V: Adjust the parsing order of extensions to be consistent with riscv-spec and binutils. - - - - --- 2023-04-18 Jin Ma New
Fixed typo. Fixed typo. - - - - --- 2023-04-18 Jin Ma New
[v8] RISC-V: Add the 'zfa' extension, version 0.2. [v8] RISC-V: Add the 'zfa' extension, version 0.2. - - - 1 --- 2023-04-19 Jin Ma New
[v9] RISC-V: Add the 'zfa' extension, version 0.2 [v9] RISC-V: Add the 'zfa' extension, version 0.2 - - - - --- 2023-05-15 Jin Ma New
Fix type error of 'switch (SUBREG_BYTE (op)).' Fix type error of 'switch (SUBREG_BYTE (op)).' - - - - --- 2023-05-17 Jin Ma New
RISC-V: Remove trailing spaces on lines. RISC-V: Remove trailing spaces on lines. - - - - --- 2023-05-17 Jin Ma New
RISC-V: Add the option "-mdisable-multilib-check" to avoid multilib checks breaking the compilation. RISC-V: Add the option "-mdisable-multilib-check" to avoid multilib checks breaking the compilation. - - - - --- 2023-05-23 Jin Ma New
RISC-V: In pipeline scheduling, insns should not be fusion in different BB blocks. RISC-V: In pipeline scheduling, insns should not be fusion in different BB blocks. - - - - --- 2023-05-25 Jin Ma New
RISC-V: Add the option "-mno-multilib-check" to disable multilib checks. RISC-V: Add the option "-mno-multilib-check" to disable multilib checks. - - - - --- 2023-05-26 Jin Ma New
In the pipeline, UNRECOG INSN is not executed in advance if it starts a live range. In the pipeline, UNRECOG INSN is not executed in advance if it starts a live range. - - - - --- 2023-05-29 Jin Ma New
RISC-V: Handle no_insn in TARGET_SCHED_VARIABLE_ISSUE. RISC-V: Handle no_insn in TARGET_SCHED_VARIABLE_ISSUE. - - - - --- 2023-05-29 Jin Ma New
RISC-V: Save and restore FCSR in interrupt functions to avoid program errors. RISC-V: Save and restore FCSR in interrupt functions to avoid program errors. - - - - --- 2023-06-13 Jin Ma New
[v2] RISC-V: Save and restore FCSR in interrupt functions to avoid program errors. [v2] RISC-V: Save and restore FCSR in interrupt functions to avoid program errors. - - - - --- 2023-06-14 Jin Ma New
RISC-V: Fixbug for fsflags instruction error using immediate. RISC-V: Fixbug for fsflags instruction error using immediate. - - - - --- 2023-07-25 Jin Ma New
[v2] RISC-V: Fixbug for fsflags instruction error using immediate. [v2] RISC-V: Fixbug for fsflags instruction error using immediate. - - - - --- 2023-07-25 Jin Ma New
[v3] RISC-V: Fixbug for fsflags instruction error using immediate. [v3] RISC-V: Fixbug for fsflags instruction error using immediate. - - - - --- 2023-07-26 Jin Ma New
[v4] RISC-V: Fixbug for fsflags instruction error using immediate. [v4] RISC-V: Fixbug for fsflags instruction error using immediate. - - - - --- 2023-07-26 Jin Ma New
[v10] RISC-V: Add support for the Zfa extension [v10] RISC-V: Add support for the Zfa extension - - - - --- 2023-08-14 Jin Ma New
[v2] In the pipeline, USE or CLOBBER should delay execution if it starts a new live range. [v2] In the pipeline, USE or CLOBBER should delay execution if it starts a new live range. - - - - --- 2023-08-14 Jin Ma New
RISC-V: Added zvfh support for zfa extensions. RISC-V: Added zvfh support for zfa extensions. - - - - --- 2023-08-29 Jin Ma New
[RFC,1/2] RISC-V: Add support for _Bfloat16. [RFC,1/2] RISC-V: Add support for _Bfloat16. - - - - --- 2023-09-19 Jin Ma New
[RFC,2/2] RISC-V: Add 'Zfbfmin' extension. [RFC,1/2] RISC-V: Add support for _Bfloat16. - - - - --- 2023-09-19 Jin Ma New
riscv: thead: Add support for the XTheadInt ISA extension riscv: thead: Add support for the XTheadInt ISA extension - - - - --- 2023-11-07 Jin Ma New
RISC-V: Fix the illegal operands for the XTheadMemidx extension. RISC-V: Fix the illegal operands for the XTheadMemidx extension. - - - - --- 2023-11-09 Jin Ma New
RISC-V: Fix bug that XTheadMemPair extension caused fcsr not to be saved and restored before and af… RISC-V: Fix bug that XTheadMemPair extension caused fcsr not to be saved and restored before and af… - - 1 - --- 2023-11-10 Jin Ma New
[v2] RISC-V: Fixbug for that XTheadMemPair causes interrupt to fail. [v2] RISC-V: Fixbug for that XTheadMemPair causes interrupt to fail. - - - - --- 2023-11-10 Jin Ma New
[v2] RISC-V: T-HEAD: Add support for the XTheadInt ISA extension [v2] RISC-V: T-HEAD: Add support for the XTheadInt ISA extension - - - - --- 2023-11-17 Jin Ma New
Support libcall __float{, un}sibf by SF when it is not supported for _bf16 Support libcall __float{, un}sibf by SF when it is not supported for _bf16 - - - - --- 2023-12-20 Jin Ma New
RISC-V: THEAD: Fix ICE caused by split optimizations for XTheadFMemIdx. RISC-V: THEAD: Fix ICE caused by split optimizations for XTheadFMemIdx. - - - - --- 2024-01-11 Jin Ma New
RISC-V: THEAD: Fix improper immediate value for MODIFY_DISP instruction on 32-bit systems. RISC-V: THEAD: Fix improper immediate value for MODIFY_DISP instruction on 32-bit systems. - - - - --- 2024-01-29 Jin Ma New
[v2] RISC-V: THEAD: Fix improper immediate value for MODIFY_DISP instruction on 32-bit systems. [v2] RISC-V: THEAD: Fix improper immediate value for MODIFY_DISP instruction on 32-bit systems. - - - - --- 2024-01-29 Jin Ma New
address change - - - - --- 2010-10-23 Jim Wilson New
address change - - - - --- 2010-10-23 Jim Wilson New
gcc make clean fixes - - - - --- 2015-04-24 Jim Wilson New
update docs for --enable-languages - - - - --- 2015-04-28 Jim Wilson New
[ARM,doc] add missing -mtune options - - - - --- 2015-05-07 Jim Wilson New
[doc] fix match-and-simplify API doc errors - - - - --- 2015-05-07 Jim Wilson New
move check-gcc parallelize value into C front end - - - - --- 2015-05-18 Jim Wilson New
[AARCH64] make stdarg functions work with +nofp - - - - --- 2015-05-22 Jim Wilson New
[AARCH64] improve long double 0.0 support - - - - --- 2015-06-04 Jim Wilson New
[AARCH64] movi type attribute confusion - - - - --- 2015-06-12 Jim Wilson New
[AARCH64] improve float/double 0.0 support - - - - --- 2015-06-19 Jim Wilson New
[ARM] stop changing signedness in PROMOTE_MODE - - - - --- 2015-06-30 Jim Wilson New
C++ PATCH to change default dialect to C++14 - - - - --- 2015-07-02 Jim Wilson New
[ARM] stop changing signedness in PROMOTE_MODE - - - - --- 2015-07-10 Jim Wilson New
[C] fix for ICE with -g - - - - --- 2015-10-28 Jim Wilson New
[ARM] neon-testgen.ml typo - - - - --- 2015-10-29 Jim Wilson New
[ARM/Aarch64] add initial Qualcomm support - - - - --- 2015-11-11 Jim Wilson New
[ARM/Aarch64] add initial Qualcomm support - - - - --- 2015-11-13 Jim Wilson New
[ARM/Aarch64] add initial Qualcomm support - - - - --- 2015-11-13 Jim Wilson New
fix vectorizer performance problem on cygwin hosted cross compiler - - - - --- 2015-11-20 Jim Wilson New
[5] PR 70613, -fabi-version docs don't match implementation - - - - --- 2016-04-11 Jim Wilson New
[ARM] use vmov.i64 to load 0 into FP reg if neon enabled - - - - --- 2016-05-05 Jim Wilson New
PING^4 [PATCH, GCC 5] PR 70613, -fabi-version docs don't match implementation - - - - --- 2016-05-09 Jim Wilson New
PING^5 [PATCH, GCC 5] PR 70613, -fabi-version docs don't match implementation - - - - --- 2016-05-16 Jim Wilson New
misc minor doc fixes - - - - --- 2016-05-16 Jim Wilson New
[AARCH64] add qdf24xx tuning structure - - - - --- 2016-06-10 Jim Wilson New
[AARCH64] add qdf24xx tuning structure - - - - --- 2016-06-28 Jim Wilson New
loop distribution bug fix - - - - --- 2016-11-10 Jim Wilson New
handling address mode changes inside extract_bit_field - - - - --- 2017-03-01 Jim Wilson New
fix aarch64/combine bootstrap miscompare - - - - --- 2017-03-18 Jim Wilson New
handling address mode changes inside extract_bit_field - - - - --- 2017-06-08 Jim Wilson New
[ARM/AArch64] drop aarch32 support for falkor/qdf24xx - - - - --- 2017-06-09 Jim Wilson New
[ARM/AArch64] drop aarch32 support for falkor/qdf24xx - - - - --- 2017-06-23 Jim Wilson New
[libgfortran] proposed fix for SPEC CPU2017 621.wrf_s failures - - - - --- 2017-06-26 Jim Wilson New
Add RDMA support to Falkor. - - - - --- 2017-06-29 Jim Wilson New
scheduler bug fix for AArch64 insn fusing SCHED_GROUP usage - - - - --- 2017-07-13 Jim Wilson New
Delete files unused since openbsd 2 & 3 support was dropped. - - - - --- 2017-07-25 Jim Wilson New
Kill TYPE_METHODS 0/9 - - - - --- 2017-07-25 Jim Wilson New
Kill TYPE_METHODS 0/9 - - - - --- 2017-07-25 Jim Wilson New
[AArch64] Add falkor pipeline description. - - - - --- 2017-08-02 Jim Wilson New
[AArch64] Disable reg offset in quad-word store for Falkor. [AArch64] Disable reg offset in quad-word store for Falkor. - - - - --- 2017-09-22 Jim Wilson New
[wwwdocs] update my steering committee info [wwwdocs] update my steering committee info - - - - --- 2017-10-03 Jim Wilson New
[01/13] remove sdbout.h and associated code Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[02/13] fix sdbout.c references in xcoffout.c Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[03/13] drop TYPE_SYMTAB_POINTER Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[04/13] Delete the sdbout files Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[05/13] remove sdb/coff info from docs Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[06/13] remove sdb and -gcoff from non-target files Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
[07/13] fix testsuite debug torture lists Removal of SDB debug info support - - - - --- 2017-10-25 Jim Wilson New
« 1 2 ... 706 707 7081266 1267 »