Show patches with: State = Action Required       |   126536 patches
« 1 2 ... 3 4 51265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
remove invalid "tail +16c" - - - - --- 2016-11-28 ma.jiang@zte.com.cn New
[RFC] warn about raw pointers that can be unique_ptr<T> - - - - --- 2017-05-07 tbsaunde+gcc@tbsaunde.org New
[01/13] improve safety of freeing bitmaps - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[02/13] improve bitmap / sbitmap compatability of bitmap_set_bit - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[03/13] store the bitmap_head within the auto_bitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[04/13] allow auto_bitmap to use other bitmap obstacks - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[05/13] allow constructing a auto_vec with a preallocation, and a possibly larger actual allocation… - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[06/13] replace some manual stacks with auto_vec - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[07/13] use auto_bitmap more - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[08/13] move several bitmaps from gc memory to the default obstack and use auto_bitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[09/13] use auto_bitmap more with alternate obstacks - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[10/13] make a member an auto_sbitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[11/13] make more vars auto_sbitmaps - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[12/13] make depth_first_search_ds a class - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[13/13] make inverted_post_order_compute() operate on a vec - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[V2] improve bitmap / sbitmap compatability of bitmap_set_bit - - - - --- 2017-07-24 tbsaunde+gcc@tbsaunde.org New
[01/19] use c++ instead of make_node_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[02/19] use c++ instead of _stat for copy_node_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[03/19] use cxx instead of make_tree_binfo_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[04/19] use c++ for make_int_cst_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[05/19] use c++ instead of buildN_stat{,_loc} - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[06/19] use c++ instead of {make,grow}_tree_vec_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[07/19] replace gimple_alloc_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[08/19] use c++ instead of build_decl_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[09/19] use c++ instead of build_vl_exp_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[10/19] use c++ for tree_cons_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[11/19] remove unused build_var_debug_value prototype - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[12/19] use C++ for {make,build}_vector_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[13/19] use c++ for build_tree_list{,_vec}_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[14/19] replace rtx_alloc_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[15/19] replace shallow_copy_rtx_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[16/19] simplify the bitmap alloc_stat functions with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[17/19] use c++ for bitmap_initialize - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[18/19] use c++ for gimple_build_debug_bind{,_source} - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[19/19] use c++ for fold_buildN_loc - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[1/2] add unique_ptr header - - - - --- 2017-07-31 tbsaunde+gcc@tbsaunde.org New
[2/2] use unique_ptr some - - - - --- 2017-07-31 tbsaunde+gcc@tbsaunde.org New
PR c/46921 Lost side effect when struct initializer expression uses comma operator PR c/46921 Lost side effect when struct initializer expression uses comma operator - - - - --- 2018-02-27 dave.pagan@oracle.com New
PR c/30552 gcc crashes when compiling examples with GNU statement expressions in VLAs PR c/30552 gcc crashes when compiling examples with GNU statement expressions in VLAs - - - - --- 2018-03-13 dave.pagan@oracle.com New
c/55976 -Werror=return-type should error on returning a value from a void function c/55976 -Werror=return-type should error on returning a value from a void function - - - - --- 2018-04-03 dave.pagan@oracle.com New
c/55976 -Werror=return-type should error on returning a value from a void function c/55976 -Werror=return-type should error on returning a value from a void function - - - - --- 2018-04-22 dave.pagan@oracle.com New
c/55976 -Werror=return-type should error on returning a value from a void function c/55976 -Werror=return-type should error on returning a value from a void function - - - - --- 2018-06-19 dave.pagan@oracle.com New
[fortran] PR 93592 - Invalid UP/DOWN rounding with EN descriptor [fortran] PR 93592 - Invalid UP/DOWN rounding with EN descriptor - - - - --- 2020-07-21 dhumieres.dominique@free.fr New
[fortran] PR 93567 - G edit descriptor uses E instead of F editing in rounding mode UP [fortran] PR 93567 - G edit descriptor uses E instead of F editing in rounding mode UP - - - - --- 2020-07-21 dhumieres.dominique@free.fr New
[RISC-V] Add support for AddressSanitizer on RISC-V GCC [RISC-V] Add support for AddressSanitizer on RISC-V GCC - - - - --- 2020-07-28 D-C0211NB4-1017 <> New
[RISC-V] Add support for AddressSanitizer on RISC-V GCC [RISC-V] Add support for AddressSanitizer on RISC-V GCC - - - - --- 2020-07-28 D-C0211NB4-1017 <> New
[01/21] Fix riscv_expand_block_move RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[02/21] Fix attribute bugs due to zicsr/zifencei RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[03/21,crypto] : add machine description for Zknd and Zkne RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[04/21,crypto] : add builtins for Zknd and Zkne RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[05/21,crypto] : add testcases for Zknd and Zkne RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[06/21,crypto] : add machine description for Zknh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[07/21,crypto] : add builtins for Zknh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[08/21,crypto] : add testcases for Zknh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[09/21,crypto] : add machine description for Zksed RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[10/21,crypto] : add builtins for Zksed RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[11/21,crypto] : add testcases for Zksed RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[12/21,crypto] : add machine description for Zksh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[13/21,crypto] : add builtins for Zksh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[14/21,crypto] : add testcases for Zksh RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[15/21,crypto] : add option defines for Zkr and Zkt RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[16/21,crypto] : add option defines for Zbkb, Zbkc and Zbkx RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[17/21,crypto] : add implied defines of Zk, Zkn and Zks RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[18/21] change z* subset assert to allow "zk" RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[19/21,crypto] : add machine description for Zbkx RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[20/21,crypto] : add builtins for Zbkx RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[21/21,crypto] : add testcases for Zbkx RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc5 - - - - --- 2021-10-31 siyu@isrc.iscas.ac.cn New
[v2,1/2] RISC-V: Add option defines for Scalar Cryptography RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc6 - - - - --- 2021-11-22 siyu@isrc.iscas.ac.cn New
[v2,2/2] RISC-V: Add implied defines of Zk, Zkn and Zks RISC-V: add gcc support for Scalar Cryptography v1.0.0-rc6 - - - - --- 2021-11-22 siyu@isrc.iscas.ac.cn New
[1/3] RISC-V: Add mininal support for Zicbo[mzp] RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-04 yulong@nj.iscas.ac.cn New
[2/3] RISC-V:Cache Management Operation instructions RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-04 yulong@nj.iscas.ac.cn New
[3/3] RISC-V:Cache Management Operation instructions testcases RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-04 yulong@nj.iscas.ac.cn New
[1/3] RISC-V: Add mininal support for Zicbo[mzp] RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-25 yulong@nj.iscas.ac.cn New
[2/3] RISC-V:Cache Management Operation instructions RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-25 yulong@nj.iscas.ac.cn New
[3/3] RISC-V:Cache Management Operation instructions testcases RISC-V: Add Ratified Cache Management Operation ISA Extensions - - - - --- 2022-03-25 yulong@nj.iscas.ac.cn New
fix -mnop-mcount generate 5byte nop in 32bit. fix -mnop-mcount generate 5byte nop in 32bit. - - - - --- 2017-11-15 박한범 New
Docs: cfg.texi: Correct statement about CFG - - - - --- 2011-06-14 陳韋任 New
Docs: lto.texi: Fix typo - - - - --- 2012-09-20 陳韋任 New
Optimize testcase Optimize testcase - - - - --- 2022-11-15 陈逸轩 New
Ver.2: Add compile option "-msmall-data-limit=0" to avoid using .srodata section for riscv. Ver.2: Add compile option "-msmall-data-limit=0" to avoid using .srodata section for riscv. - - - - --- 2022-11-17 陈逸轩 New
optimize the testcase for architectures that use ".srodata" optimize the testcase for architectures that use ".srodata" - - - - --- 2022-11-18 陈逸轩 New
Riscv don't support "-fprefetch-loop-arrays", skip. Riscv don't support "-fprefetch-loop-arrays", skip. - - - - --- 2022-11-22 陈逸轩 New
Ver2: Riscv don't support "-fprefetch-loop-arrays" option, add "-w" option. Ver2: Riscv don't support "-fprefetch-loop-arrays" option, add "-w" option. - - - - --- 2022-11-22 陈逸轩 New
Changed vector size Changed vector size - - - - --- 2023-03-27 陈逸轩 New
Add VXRM enum Add VXRM enum - - - - --- 2023-07-13 陈逸轩 New
minimal support for xtheadv minimal support for xtheadv - - - - --- 2023-11-08 陈逸轩 New
[RISC-V] Add support for TLS stack protector canary access [RISC-V] Add support for TLS stack protector canary access - - - 1 --- 2020-07-08 瞿仙淼 New
[v2,RISC-V] Add support for TLS stack protector canary access [v2,RISC-V] Add support for TLS stack protector canary access - - - - --- 2020-07-13 瞿仙淼 New
[csky] Delete big endian CPUs' mutilib for linux gcc. [csky] Delete big endian CPUs' mutilib for linux gcc. - - - - --- 2020-07-30 瞿仙淼 New
[committed] Update c-sky port maintainers' emails. [committed] Update c-sky port maintainers' emails. - - - - --- 2022-09-06 瞿仙淼 New
[COMMITTED] C-SKY: Fix missing operand when do spilt for cskyv2_addcc and cskyv2_addcc_invert. [COMMITTED] C-SKY: Fix missing operand when do spilt for cskyv2_addcc and cskyv2_addcc_invert. - - - - --- 2022-09-06 瞿仙淼 New
[COMMITTED] C-SKY: Fix expanding of float LE comparing with zero for fpuv3. [COMMITTED] C-SKY: Fix expanding of float LE comparing with zero for fpuv3. - - - - --- 2022-09-07 瞿仙淼 New
[committed] C-SKY: Add conditions for ceil etc patterns. [committed] C-SKY: Add conditions for ceil etc patterns. - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Skip other CPUs if the testcases are only for ck801. [committed] C-SKY: Skip other CPUs if the testcases are only for ck801. - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Fix patterns' condition for ck802 smart mode. [committed] C-SKY: Fix patterns' condition for ck802 smart mode. - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Add missing builtin defines for soft float abi. [committed] C-SKY: Add missing builtin defines for soft float abi. - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Fix skip codition for testcase ldbs.c [committed] C-SKY: Fix skip codition for testcase ldbs.c - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Fix float abi option in MULTILIB_DEFAULTS. [committed] C-SKY: Fix float abi option in MULTILIB_DEFAULTS. - - - - --- 2023-01-13 瞿仙淼 New
[committed] C-SKY: Define SYSROOT_SUFFIX_SPEC. [committed] C-SKY: Define SYSROOT_SUFFIX_SPEC. - - - - --- 2023-01-13 瞿仙淼 New
[COMMITTED] C-SKY: Support --with-float=softfp in configuration. [COMMITTED] C-SKY: Support --with-float=softfp in configuration. - - - - --- 2023-01-15 瞿仙淼 New
« 1 2 ... 3 4 51265 1266 »