Show patches with: State = Action Required       |   5405 patches
« 1 248 49 5054 55 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
i386: add alias for f*mul_*ch intrinsics i386: add alias for f*mul_*ch intrinsics - - --- 2021-11-16 Stubbs, Andrew via Gcc-patches New
i386: vcvtph2ps and vcvtps2ph should be used to convert _Float16 to SFmode with -mf16c [PR 102811] i386: vcvtph2ps and vcvtps2ph should be used to convert _Float16 to SFmode with -mf16c [PR 102811] - - --- 2021-11-16 Stubbs, Andrew via Gcc-patches New
[v2] configure: define TARGET_LIBC_GNUSTACK on musl [v2] configure: define TARGET_LIBC_GNUSTACK on musl - - --- 2021-11-16 Ilya Lipnitskiy New
Fix PR tree-optimization/103228 and 103228: folding of (type) X op CST where type is a nop convert Fix PR tree-optimization/103228 and 103228: folding of (type) X op CST where type is a nop convert - - --- 2021-11-16 Stubbs, Andrew via Gcc-patches New
[rs6000] Optimization for vec_xl_sext [rs6000] Optimization for vec_xl_sext - - --- 2021-11-16 HAO CHEN GUI New
Fix spelling of ones' complement. Fix spelling of ones' complement. - - --- 2021-11-16 Marek Polacek New
[GCC-11] aarch64: enable Ampere-1 CPU (backport to GCC11) [GCC-11] aarch64: enable Ampere-1 CPU (backport to GCC11) - - --- 2021-11-15 Philipp Tomsich New
simplify get_range_strlen interface simplify get_range_strlen interface - - --- 2021-11-15 Martin Sebor New
PR fortran/99061 - [10/11/12 Regression] ICE in gfc_conv_intrinsic_atan2d, at fortran/trans-intrins… PR fortran/99061 - [10/11/12 Regression] ICE in gfc_conv_intrinsic_atan2d, at fortran/trans-intrins… - - --- 2021-11-15 Harald Anlauf New
libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026] libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026] - - --- 2021-11-15 Marek Polacek New
[2/2] libstdc++: Use diagnose_as attribute to improve simd diagnostics Make use of the diagnose_as attribute to improve libstdc++ diagnostics - - --- 2021-11-15 Matthias Kretz New
[1/2] libstdc++: Use diagnose_as attribute to improve string diagnostics Make use of the diagnose_as attribute to improve libstdc++ diagnostics - - --- 2021-11-15 Matthias Kretz New
Check optab before transforming atomic bit test and operations Check optab before transforming atomic bit test and operations - - --- 2021-11-15 H.J. Lu New
ivopts: Improve code generated for very simple loops. ivopts: Improve code generated for very simple loops. - - --- 2021-11-15 Roger Sayle New
Fortran/OpenMP: Support most of 5.1 atomic extensions Fortran/OpenMP: Support most of 5.1 atomic extensions - - --- 2021-11-15 Tobias Burnus New
[4/4] OpenMP: lvalue parsing for map clauses (C) OpenMP: Parsing of lvalues for "map" clauses for C andjC++ - - --- 2021-11-15 Julian Brown New
[3/4] OpenMP: lvalue parsing for map clauses (C++) OpenMP: Parsing of lvalues for "map" clauses for C andjC++ - - --- 2021-11-15 Julian Brown New
[2/4] OpenMP: Add inspector class to unify mapped address analysis OpenMP: Parsing of lvalues for "map" clauses for C andjC++ - - --- 2021-11-15 Julian Brown New
[1/4] Add debug_omp_expr OpenMP: Parsing of lvalues for "map" clauses for C andjC++ - - --- 2021-11-15 Julian Brown New
configure: define TARGET_LIBC_GNUSTACK on musl configure: define TARGET_LIBC_GNUSTACK on musl - - --- 2021-11-15 Ilya Lipnitskiy New
[v5] c++: Add gnu::diagnose_as attribute [v5] c++: Add gnu::diagnose_as attribute - - --- 2021-11-15 Matthias Kretz New
PR tree-optimization/103216: optimize some A ? (b op CST) : b into b op (A?CST:CST2) PR tree-optimization/103216: optimize some A ? (b op CST) : b into b op (A?CST:CST2) - - --- 2021-11-15 Stubbs, Andrew via Gcc-patches New
[Commmitted] Move some testcases to torture from tree-ssa [Commmitted] Move some testcases to torture from tree-ssa - - --- 2021-11-15 Stubbs, Andrew via Gcc-patches New
Use modref kills in tree-ssa-dse Use modref kills in tree-ssa-dse - - --- 2021-11-14 Jan Hubicka New
Track nondeterminism and interposable calls in ipa-modref Track nondeterminism and interposable calls in ipa-modref - - --- 2021-11-14 Jan Hubicka New
Fortran: Mark internal symbols as artificial [PR88009,PR68800] Fortran: Mark internal symbols as artificial [PR88009,PR68800] - - --- 2021-11-14 Bernhard Reutner-Fischer New
[v1,2/2] RISC-V: Add instruction fusion (for ventana-vt1) Basic support for the Ventana VT1 w/ instruction fusion - - --- 2021-11-14 Philipp Tomsich New
[v1,1/2] RISC-V: Add basic support for the Ventana-VT1 core Basic support for the Ventana VT1 w/ instruction fusion - - --- 2021-11-14 Philipp Tomsich New
Enhance unordered container merge Enhance unordered container merge - - --- 2021-11-14 François Dumont New
tsan: remove not needed -ldl in options tsan: remove not needed -ldl in options - - --- 2021-11-14 Martin Liška New
Cleanup hadnling of modref access_nodes in tree-ssa-alias and tree-ssa-dse Cleanup hadnling of modref access_nodes in tree-ssa-alias and tree-ssa-dse - - --- 2021-11-14 Jan Hubicka New
PR libgomp/103068: Optimize gomp_mutex_lock_slow for x86 target PR libgomp/103068: Optimize gomp_mutex_lock_slow for x86 target - - --- 2021-11-14 Hongyu Wang New
[6/6] Add __attribute__ ((tainted)) RFC: adding support to GCC for detecting trust boundaries - - --- 2021-11-13 David Malcolm New
[5/6] analyzer: use region::untrusted_p in taint detection RFC: adding support to GCC for detecting trust boundaries - - --- 2021-11-13 David Malcolm New
[4b/6] analyzer: implement region::untrusted_p in terms of __attribute__((untrusted)) [4b/6] analyzer: implement region::untrusted_p in terms of __attribute__((untrusted)) - - --- 2021-11-13 David Malcolm New
[4a/6] analyzer: implement region::untrusted_p in terms of custom address spaces [4a/6] analyzer: implement region::untrusted_p in terms of custom address spaces - - --- 2021-11-13 David Malcolm New
[3/6] analyzer: implement infoleak detection RFC: adding support to GCC for detecting trust boundaries - - --- 2021-11-13 David Malcolm New
[2/6] Add returns_zero_on_success/failure attributes RFC: adding support to GCC for detecting trust boundaries - - --- 2021-11-13 David Malcolm New
[1b/6] Add __attribute__((untrusted)) [1b/6] Add __attribute__((untrusted)) - - --- 2021-11-13 David Malcolm New
[1a/6] RFC: Implement "#pragma GCC custom_address_space" [1a/6] RFC: Implement "#pragma GCC custom_address_space" - - --- 2021-11-13 David Malcolm New
Cleanup modref_access_node Cleanup modref_access_node - - --- 2021-11-13 Jan Hubicka New
[2/2] Sync with binutils: Support the PGO build for binutils+gdb Sync with binutils for building binutils with LTO: - - --- 2021-11-13 H.J. Lu New
[1/2] Sync with binutils: GCC: Pass --plugin to AR and RANLIB Sync with binutils for building binutils with LTO: - - --- 2021-11-13 H.J. Lu New
Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds. Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds. - - --- 2021-11-13 Iain Sandoe New
libsanitizer: Merge with upstream libsanitizer: Merge with upstream - - --- 2021-11-13 H.J. Lu New
[4/4] Add aarch64-darwin support for off-stack trampolines [1/4] Generate off-stack nested function trampolines - - --- 2021-11-13 Maxim Blinov New
[3/4] Add aarch64-linux support for off-stack trampolines [1/4] Generate off-stack nested function trampolines - - --- 2021-11-13 Maxim Blinov New
[2/4] Add x86_64-linux support for off-stack trampolines [1/4] Generate off-stack nested function trampolines - - --- 2021-11-13 Maxim Blinov New
[1/4] Generate off-stack nested function trampolines [1/4] Generate off-stack nested function trampolines - - --- 2021-11-13 Maxim Blinov New
[2/2] Implement TARGET_..._CA target hooks for AArch64 Darwin [1/2] Add cumulative_args_t variants of TARGET_FUNCTION_ROUND_BOUNDARY and friends - - --- 2021-11-13 Maxim Blinov New
[1/2] Add cumulative_args_t variants of TARGET_FUNCTION_ROUND_BOUNDARY and friends [1/2] Add cumulative_args_t variants of TARGET_FUNCTION_ROUND_BOUNDARY and friends - - --- 2021-11-13 Maxim Blinov New
PR target/103069: Relax cmpxchg loop for x86 target PR target/103069: Relax cmpxchg loop for x86 target - - --- 2021-11-13 Hongyu Wang New
fixincludes: simplify handling for access() failure [PR21283, PR80047] fixincludes: simplify handling for access() failure [PR21283, PR80047] - - --- 2021-11-12 Xi Ruoyao New
Combine malloc + memset to calloc Combine malloc + memset to calloc - - --- 2021-11-12 Seija K. New
Combine malloc + memset to calloc Combine malloc + memset to calloc - - --- 2021-11-12 Seija K. New
Combine malloc + memset to calloc Combine malloc + memset to calloc - - --- 2021-11-12 Seija K. New
[wwwdocs] Document deprecation of OpenMP MIC offloading in GCC 12 [wwwdocs] Document deprecation of OpenMP MIC offloading in GCC 12 - - --- 2021-11-12 H.J. Lu New
[v2] Check optab before transforming atomic bit test and operations [v2] Check optab before transforming atomic bit test and operations - - --- 2021-11-12 H.J. Lu New
PR fortran/102368 - Failure to compile program using the C_SIZEOF function in ISO_C_BINDING PR fortran/102368 - Failure to compile program using the C_SIZEOF function in ISO_C_BINDING - - --- 2021-11-12 Harald Anlauf New
[V4] rs6000: Remove unnecessary option manipulation. [V4] rs6000: Remove unnecessary option manipulation. - - --- 2021-11-12 Martin Liška New
x86: Require TARGET_HIMODE_MATH for HImode atomic bit expanders x86: Require TARGET_HIMODE_MATH for HImode atomic bit expanders - - --- 2021-11-12 H.J. Lu New
tree-optimization/102880 - improve CD-DCE tree-optimization/102880 - improve CD-DCE - - --- 2021-11-12 Richard Biener New
[9/9,Arm] Implement arm Function target attribute 'branch-protection'. Untitled series #4774 - - --- 2021-11-12 Tejas Belagod New
gcc: vxworks: fix providing stdint.h header gcc: vxworks: fix providing stdint.h header - - --- 2021-11-12 Rasmus Villemoes New
Introduce finalize method to modref_summary Introduce finalize method to modref_summary - - --- 2021-11-12 Jan Hubicka New
Make opcodes configure depend on bfd configure Make opcodes configure depend on bfd configure - - --- 2021-11-12 Alan Modra New
rs6000: testsuite: Add rop_ok effective-target function rs6000: testsuite: Add rop_ok effective-target function - - --- 2021-11-11 Peter Bergner New
[AArch64] Enable generation of FRINTNZ instructions [AArch64] Enable generation of FRINTNZ instructions - - --- 2021-11-11 Andre Vieira \(lists\) New
Fortran/openmp: Fix '!$omp end' Fortran/openmp: Fix '!$omp end' - - --- 2021-11-11 Tobias Burnus New
Implement -fprofile-prefix-map. Implement -fprofile-prefix-map. - - --- 2021-11-11 Martin Liška New
Enable pure/const discovery in modref Enable pure/const discovery in modref - - --- 2021-11-11 Jan Hubicka New
fixincludes: fix portability issues about getcwd() [PR21283, PR80047] fixincludes: fix portability issues about getcwd() [PR21283, PR80047] - - --- 2021-11-11 Xi Ruoyao New
libbacktrace: fix UBSAN issues libbacktrace: fix UBSAN issues - - --- 2021-11-11 Martin Liška New
Fortran/openmp: Add support for 2 argument num_teams clause Fortran/openmp: Add support for 2 argument num_teams clause - - --- 2021-11-11 Tobias Burnus New
[v1,8/8] RISC-V: bitmanip: relax minmax to operate on GPR Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,7/8] RISC-V: bitmanip: add orc.b as an unspec Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,6/8] RISC-V: bitmanip: add splitter to use bexti for "(a & (1 << BIT_NO)) ? 0 : -1" Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,5/8] RISC-V: bitmanip: improvements to rotate instructions Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,4/8] RISC-V: bitmanip: fix constant-loading for (1ULL << 31) in DImode Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,3/8] RISC-V: costs: support shift-and-add in strength-reduction Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,2/8] RISC-V: costs: handle BSWAP Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
[v1,1/8] bswap: synthesize HImode bswap from SImode or DImode Improvements to bitmanip-1.0 (Zb[abcs]) support - - --- 2021-11-11 Philipp Tomsich New
Basic kill analysis for modref Basic kill analysis for modref - - --- 2021-11-11 Jan Hubicka New
[15/15] sh: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[14/15] mips: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[13/15] ia64: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[11/15] csky: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[10/15] bfin: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[09/15] arm: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[08/15] alpha: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[05/15] v850: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[04/15] s390: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[03/15] rx: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[02/15] m32c: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
[01/15] frv: Fix non-robust split condition in define_insn_and_split Fix non-robust split condition in define_insn_and_split - - --- 2021-11-11 Kewen.Lin New
middle-end/103181 - fix operation_could_trap_p for vector division middle-end/103181 - fix operation_could_trap_p for vector division - - --- 2021-11-11 Richard Biener New
Adjust CPP_FOR_BUILD Adjust CPP_FOR_BUILD - - --- 2021-11-11 Pekka Seppänen New
libgcc: fix backtrace fallback on PowerPC Big-endian. [PR103004] libgcc: fix backtrace fallback on PowerPC Big-endian. [PR103004] - - --- 2021-11-10 Raphael M Zinsly New
libcpp: Fix _Pragma in #__VA_ARGS__ [PR103165] libcpp: Fix _Pragma in #__VA_ARGS__ [PR103165] - - --- 2021-11-10 Tobias Burnus New
c++: template-id ADL and partial instantiation [PR99911] c++: template-id ADL and partial instantiation [PR99911] - - --- 2021-11-10 Patrick Palka New
« 1 248 49 5054 55 »