Show patches with: Archived = No       |   126714 patches
« 1 2 ... 273 274 2751267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
gcov: Add GCOV_TYPE_SIZE target macro gcov: Add GCOV_TYPE_SIZE target macro - - - - --- 2021-08-09 Sebastian Huber New
[wwwdocs] gcc-12/changes.html (GCN): >1 workers per gang [wwwdocs] gcc-12/changes.html (GCN): >1 workers per gang - - - - --- 2021-08-09 Tobias Burnus New
tree-optimization/101801 - rework generic vector vectorization more tree-optimization/101801 - rework generic vector vectorization more - - - - --- 2021-08-09 Richard Biener New
ipa: Fix testsuite/gcc.dg/ipa/remref-6.c ipa: Fix testsuite/gcc.dg/ipa/remref-6.c - - - - --- 2021-08-09 Martin Jambor New
Adjust volatile handling of the operand scanner Adjust volatile handling of the operand scanner - - - - --- 2021-08-09 Richard Biener New
committed – Re: [Patch] testsuite/lib/gfortran.exp: Add -I for ISO*.h [PR101305, PR101660] (was: Re… committed – Re: [Patch] testsuite/lib/gfortran.exp: Add -I for ISO*.h [PR101305, PR101660] (was: Re… - - - - --- 2021-08-09 Tobias Burnus New
[i386] Support cond_ashr/lshr/ashl for vector integer modes under AVX512. [i386] Support cond_ashr/lshr/ashl for vector integer modes under AVX512. - - - - --- 2021-08-09 Liu, Hongtao New
Avoid allocator operator== in _Safe_container Avoid allocator operator== in _Safe_container - - - - --- 2021-08-09 François Dumont New
middle-end/101824 - properly handle volatiles in nested fn lowering middle-end/101824 - properly handle volatiles in nested fn lowering - - - - --- 2021-08-09 Richard Biener New
Improved handling of MULT_EXPR in bit CCP. Improved handling of MULT_EXPR in bit CCP. - - - - --- 2021-08-09 Roger Sayle New
gcov: Add -fprofile-update=force-atomic gcov: Add -fprofile-update=force-atomic - - - - --- 2021-08-09 Sebastian Huber New
[libgomp,OpenMP,5.0,OG11,committed] Implement omp_get_device_num [libgomp,OpenMP,5.0,OG11,committed] Implement omp_get_device_num - - - - --- 2021-08-09 Chung-Lin Tang New
[v2] rs6000: Add vec_unpacku_{hi,lo}_v4si [v2] rs6000: Add vec_unpacku_{hi,lo}_v4si - - - - --- 2021-08-09 Kewen.Lin New
[committed] Fix dg-prune-output [committed] Fix dg-prune-output - - - - --- 2021-08-08 François Dumont New
[committed] Fix c6x test compromised by recent improvements to bswap & rotates [committed] Fix c6x test compromised by recent improvements to bswap & rotates - - - - --- 2021-08-08 Jeff Law New
[3/3] jit: Add support for weak linkage jit: Add support for weak linkage - - - - --- 2021-08-08 Petter Tomner New
[2/3] jit: Add support for weak linkage jit: Add support for weak linkage - - - - --- 2021-08-08 Petter Tomner New
[1/3] jit: Add support for weak linkage jit: Add support for weak linkage - - - - --- 2021-08-08 Petter Tomner New
Recognize highpart multiplication during RTL expansion Recognize highpart multiplication during RTL expansion - - - - --- 2021-08-08 Roger Sayle New
Improve handling of unknown sign bit in CCP. Improve handling of unknown sign bit in CCP. - - - - --- 2021-08-08 Roger Sayle New
libstdc++: Tweak timeout for testsuite/std/ranges/iota/max_size_type.cc libstdc++: Tweak timeout for testsuite/std/ranges/iota/max_size_type.cc - - - - --- 2021-08-08 Hans-Peter Nilsson New
gcc: Cleanup overtly complicated expressions in genmatch.c gcc: Cleanup overtly complicated expressions in genmatch.c - - - - --- 2021-08-07 Seija K. New
Cleanup genmatch.c Cleanup genmatch.c - - - - --- 2021-08-07 Seija K. New
[2/2] fortran: Ignore unused args in scalarization [PR97896] fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-07 Mikael Morin New
[1/2] Revert "Remove KIND argument from INDEX so it does not mess up scalarization." fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-07 Mikael Morin New
x86: Optimize load of const all 1s float vectors x86: Optimize load of const all 1s float vectors - - - - --- 2021-08-07 H.J. Lu New
Add tests for PR tree-optimization/88531 Add tests for PR tree-optimization/88531 - - - - --- 2021-08-07 H.J. Lu New
PR fortran/68568 - ICE with automatic character object and save, in combination with some options PR fortran/68568 - ICE with automatic character object and save, in combination with some options - - - - --- 2021-08-06 Harald Anlauf New
[rs6000,V2] Add additional checks when identifying load/store instructions [rs6000,V2] Add additional checks when identifying load/store instructions - - - - --- 2021-08-06 Pat Haugen New
libcpp: For C++23 treat UCNs and UTF-8 chars not valid in identifiers as separate tokens libcpp: For C++23 treat UCNs and UTF-8 chars not valid in identifiers as separate tokens - - - - --- 2021-08-06 Jakub Jelinek New
[rs6000] Add additional checks when identifying load/store instructions [rs6000] Add additional checks when identifying load/store instructions - - - - --- 2021-08-06 Pat Haugen New
tree-optimization/101801 - remove vect_worthwhile_without_simd_p tree-optimization/101801 - remove vect_worthwhile_without_simd_p - - - - --- 2021-08-06 Richard Biener New
i386: Fix conditional move reg-to-reg move elimination peepholes [PR101797] i386: Fix conditional move reg-to-reg move elimination peepholes [PR101797] - - - - --- 2021-08-06 Uros Bizjak New
[Committed] Use CFN_BUILT_IN_CLRSB instead of BUILT_IN_CLRSB in switch. [Committed] Use CFN_BUILT_IN_CLRSB instead of BUILT_IN_CLRSB in switch. - - - - --- 2021-08-06 Roger Sayle New
middle-end/AArch64 Fix bootstrap after vec changes middle-end/AArch64 Fix bootstrap after vec changes - - - - --- 2021-08-06 Tamar Christina New
libcpp, v2: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standard Annex 31 libcpp, v2: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standard Annex 31 - - - - --- 2021-08-06 Jakub Jelinek New
c++: Optimize constinit thread_local vars [PR101786] c++: Optimize constinit thread_local vars [PR101786] - - - - --- 2021-08-06 Jakub Jelinek New
libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standard Annex 31 libcpp: Implement C++23 P1949R7 - C++ Identifier Syntax using Unicode Standard Annex 31 - - - - --- 2021-08-06 Jakub Jelinek New
[rtl-optimization] Simplify vector shift/rotate with const_vec_duplicate to vector shift/rotate wit… [rtl-optimization] Simplify vector shift/rotate with const_vec_duplicate to vector shift/rotate wit… - - - - --- 2021-08-06 Liu, Hongtao New
Make sure we're playing with integral modes before call extract_integral_bit_field. Make sure we're playing with integral modes before call extract_integral_bit_field. - - - - --- 2021-08-06 Liu, Hongtao New
Fix typo in fold-vec-load-builtin_vec_xl-* tests. Fix typo in fold-vec-load-builtin_vec_xl-* tests. - - - - --- 2021-08-06 Michael Meissner New
diagnose more new/delete mismatches (PR 101791) diagnose more new/delete mismatches (PR 101791) - - - - --- 2021-08-05 Martin Sebor New
move more code to access warning pass move more code to access warning pass - - - - --- 2021-08-05 Martin Sebor New
Go patch committed: extend runtime/internal/atomic to sync/atomic Go patch committed: extend runtime/internal/atomic to sync/atomic - - - - --- 2021-08-05 Ian Lance Taylor New
[v2,7/7] fortran: Ignore unused args in scalarization [PR97896] fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,6/7] Revert "Remove KIND argument from INDEX so it does not mess up scalarization." fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,5/7] fortran: Delete redundant missing_arg_type field fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,4/7] fortran: simplify elemental arguments walking fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,3/7] fortran: Reverse actual vs dummy argument mapping fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,2/7] fortran: Tiny sort_actual internal refactoring fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v2,1/7] fortran: new wrapper class gfc_dummy_arg fortran: Ignore unused arguments for scalarisation [PR97896] - - - - --- 2021-08-05 Mikael Morin New
[v3,libgomp,OpenMP,5.0,committed] Implement omp_get_device_num [v3,libgomp,OpenMP,5.0,committed] Implement omp_get_device_num - - - - --- 2021-08-05 Chung-Lin Tang New
[committed] libstdc++: Move attributes that follow requires-clauses [PR101782] [committed] libstdc++: Move attributes that follow requires-clauses [PR101782] - - - - --- 2021-08-05 Jonathan Wakely New
libgcc: Honor LDFLAGS_FOR_TARGET when linking libgcc_s libgcc: Honor LDFLAGS_FOR_TARGET when linking libgcc_s - - - - --- 2021-08-05 Jakub Jelinek New
vect: Move costing helpers from aarch64 code vect: Move costing helpers from aarch64 code - - - - --- 2021-08-05 Richard Sandiford New
[committed,v2,3/3] arm: reorder assembler architecture directives [PR101723] arm: fix problems when targetting extended FPUs [PR101723] - - - - --- 2021-08-05 Richard Earnshaw New
[committed,v2,2/3] arm: Don't reconfigure globals in arm_configure_build_target arm: fix problems when targetting extended FPUs [PR101723] - - - - --- 2021-08-05 Richard Earnshaw New
[committed,v2,1/3] arm: ensure the arch_name is always set for the build target arm: fix problems when targetting extended FPUs [PR101723] - - - - --- 2021-08-05 Richard Earnshaw New
[AArch64] PR target/101609 - Use the correct iterator for AArch64 vector right shift pattern. [AArch64] PR target/101609 - Use the correct iterator for AArch64 vector right shift pattern. - - - - --- 2021-08-05 Tejas Belagod New
doc: Document cond_* shift optabs in md.texi doc: Document cond_* shift optabs in md.texi - - - - --- 2021-08-05 Richard Sandiford New
Remove legacy back threader. Remove legacy back threader. - - - - --- 2021-08-05 Aldy Hernandez New
sanitizer: cherry pick 414482751452e54710f16bae58458c66298aaf69 sanitizer: cherry pick 414482751452e54710f16bae58458c66298aaf69 - - - - --- 2021-08-05 Martin Liška New
Fix PR tree-optimization/101626 Fix PR tree-optimization/101626 - - - - --- 2021-08-05 Eric Botcazou New
libcpp: Regenerate ucnid.h using Unicode 13.0.0 files [PR100977] libcpp: Regenerate ucnid.h using Unicode 13.0.0 files [PR100977] - - - - --- 2021-08-05 Jakub Jelinek New
libcpp: Fix makeucnid bug with combining values [PR100977] libcpp: Fix makeucnid bug with combining values [PR100977] - - - - --- 2021-08-05 Jakub Jelinek New
Go patch committed: Be strict about escape analysis of builtin functions Go patch committed: Be strict about escape analysis of builtin functions - - - - --- 2021-08-05 Ian Lance Taylor New
rs6000: Add vec_unpacku_{hi,lo}_v4si rs6000: Add vec_unpacku_{hi,lo}_v4si - - - - --- 2021-08-05 Kewen.Lin New
[V2,3/3] dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase Allow means for late BTF generation for BPF CO-RE - - - - --- 2021-08-05 Indu Bhagat New
[V2,2/3] targhooks: New target hook for CTF/BTF debug info emission Allow means for late BTF generation for BPF CO-RE - - - - --- 2021-08-05 Indu Bhagat New
[V2,1/3] bpf: Add new -mcore option for BPF CO-RE Allow means for late BTF generation for BPF CO-RE - - - - --- 2021-08-05 Indu Bhagat New
[committed] analyzer: initial implementation of asm support [PR101570] [committed] analyzer: initial implementation of asm support [PR101570] - - - - --- 2021-08-04 David Malcolm New
[part2] PR fortran/98411 [10/11/12 Regression] Pointless: Array larger than ‘-fmax-stack-var-size=’… [part2] PR fortran/98411 [10/11/12 Regression] Pointless: Array larger than ‘-fmax-stack-var-size=’… - - - - --- 2021-08-04 Harald Anlauf New
[RFC,Fortran] Fix c_float128 and c_float128_complex on targets with 128-bit long double. [RFC,Fortran] Fix c_float128 and c_float128_complex on targets with 128-bit long double. - - - - --- 2021-08-04 Sandra Loosemore New
[v3] x86: Update STORE_MAX_PIECES [v3] x86: Update STORE_MAX_PIECES - - - - --- 2021-08-04 H.J. Lu New
Factor out `find_a_program` helper around `find_a_file` Factor out `find_a_program` helper around `find_a_file` - - - - --- 2021-08-04 John Ericson New
[7/7] doc: BPF CO-RE documentation BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[6/7] bpf testsuite: Add BPF CO-RE tests BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[5/7] bpf: BPF CO-RE support BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[4/7] btf: expose get_btf_id BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[3/7] ctfc: add function to lookup CTF ID of a TREE type BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[2/7] ctfc: externalize ctf_dtd_lookup BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[1/7] dwarf: externalize lookup_type_die BPF CO-RE Support - - - - --- 2021-08-04 David Faust New
[committed] aarch64: Fix a typo [committed] aarch64: Fix a typo - - - - --- 2021-08-04 Richard Sandiford New
gcov: check return code of a fclose gcov: check return code of a fclose - - - - --- 2021-08-04 Martin Liška New
[OG11,committed] libgomp amdgcn: Fix issues with dynamic OpenMP thread scaling [OG11,committed] libgomp amdgcn: Fix issues with dynamic OpenMP thread scaling - - - - --- 2021-08-04 Andrew Stubbs New
x86: Avoid stack realignment when copying data with SSE register x86: Avoid stack realignment when copying data with SSE register - - - - --- 2021-08-04 H.J. Lu New
[v2] by_pieces: Pass MAX_PIECES to op_by_pieces_d [v2] by_pieces: Pass MAX_PIECES to op_by_pieces_d - - - - --- 2021-08-04 H.J. Lu New
[3/3,i386] Support cond_{xor, ior, and} for vector integer mode under AVX512. Support cond_{smax, smin, umax, umin, xor, ior, and} for vector modes under AVX512 - - - - --- 2021-08-04 Liu, Hongtao New
[2/3,i386] Support cond_{smax, smin} for vector float/double modes under AVX512. Support cond_{smax, smin, umax, umin, xor, ior, and} for vector modes under AVX512 - - - - --- 2021-08-04 Liu, Hongtao New
[1/3,i386] Support cond_{smax, smin, umax, umin} for vector integer modes under AVX512. Support cond_{smax, smin, umax, umin, xor, ior, and} for vector modes under AVX512 - - - - --- 2021-08-04 Liu, Hongtao New
[committed,2/2] libstdc++: Add [[nodiscard]] to sequence containers [committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities - - - - --- 2021-08-04 Jonathan Wakely New
[committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities [committed,1/2] libstdc++: Add [[nodiscard]] to iterators and related utilities - - - - --- 2021-08-04 Jonathan Wakely New
tree-optimization/101756 - avoid vectorizing boolean MAX reductions tree-optimization/101756 - avoid vectorizing boolean MAX reductions - - - - --- 2021-08-04 Richard Biener New
c++: Fix up parsing of attributes for using-directive c++: Fix up parsing of attributes for using-directive - - - - --- 2021-08-04 Jakub Jelinek New
[committed] c++: Fix up #pragma omp declare {simd,variant} and acc routine parsing [committed] c++: Fix up #pragma omp declare {simd,variant} and acc routine parsing - - - - --- 2021-08-04 Jakub Jelinek New
[committed] testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.x [committed] testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.x - - - - --- 2021-08-04 Jakub Jelinek New
[committed] libgcc: Fix duplicated content of config/t-slibgcc-fuchsia [committed] libgcc: Fix duplicated content of config/t-slibgcc-fuchsia - - - - --- 2021-08-04 Jakub Jelinek New
[PUSHED] Mark path_range_query::dump as override. [PUSHED] Mark path_range_query::dump as override. - - - - --- 2021-08-04 Aldy Hernandez New
tree-optimization/101769 - tail recursion creates possibly infinite loop tree-optimization/101769 - tail recursion creates possibly infinite loop - - - - --- 2021-08-04 Richard Biener New
[pushed] docs: document threader-mode param [pushed] docs: document threader-mode param - - - - --- 2021-08-04 Martin Liška New
« 1 2 ... 273 274 2751267 1268 »