[PATCH v6 0/5]New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
2024-02-16 19:47 UTC (5+ messages)
` [PATCH v6 1/5] Provide counted_by attribute to flexible array member field (PR108896)
` [PATCH v6 2/5] Convert references with "counted_by" attributes to/from .ACCESS_WITH_SIZE
` [PATCH v6 3/5] Use the .ACCESS_WITH_SIZE in builtin object size
` [PATCH v6 4/5] Use the .ACCESS_WITH_SIZE in bound sanitizer
[committed] libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]
2024-02-16 19:12 UTC (3+ messages)
` [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]
` [committed] libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]
[COMMITTED] c++: Add testcase for this PR [PR97990]
2024-02-16 19:10 UTC (2+ messages)
[PATCH] testsuite: Fix up lra effective target
2024-02-16 18:48 UTC (3+ messages)
[PATCH] testsuite: Add support for scanning assembly with comparitor
2024-02-16 18:19 UTC (3+ messages)
` [Committed] "
[PATCH] testsuite: Disable slow and unneeded test variants
2024-02-16 18:06 UTC (2+ messages)
[pushed] c++: add fixed testcase [PR111682]
2024-02-16 17:45 UTC
[PATCH v5 0/4] New attribute "counted_by" to annotate bounds for C99 FAM(PR108896)
2024-02-16 17:23 UTC (2+ messages)
[PATCH] c++: implicit move with throw [PR113853]
2024-02-16 17:03 UTC (4+ messages)
` [PATCH v2] "
[PATCH] Turn on LRA on all targets
2024-02-16 17:01 UTC (16+ messages)
[RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and gimplify
2024-02-16 15:57 UTC (3+ messages)
[PATCH] dwarf2out: Emit DW_AT_export_symbols on anon unions/structs [PR113918]
2024-02-16 15:52 UTC (3+ messages)
[PATCH] libiberty: Fix error return value in pex_unix_exec_child [PR113957]
2024-02-16 15:49 UTC (2+ messages)
[RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and gimplify
2024-02-16 15:40 UTC
[PATCH] c++: Diagnose this specifier on template parameters [PR113929]
2024-02-16 15:15 UTC (2+ messages)
[PATCH] libstdc++: atomic: Add missing clear_padding in __atomic_float constructor
2024-02-16 15:15 UTC (14+ messages)
[PATCH] c++/modules: optimize tree flag streaming
2024-02-16 15:06 UTC (3+ messages)
[committed] amdgcn: add -march=gfx1030 EXPERIMENTAL
2024-02-16 14:39 UTC (24+ messages)
` [patch] gcn/gcn-valu.md: Disable fold_left_plus for TARGET_RDNA2_PLUS [PR113615]
` GCN: Conditionalize 'define_expand "reduc_<fexpander>_scal_<mode>"' on '!TARGET_RDNA2_PLUS' [PR113615] (was: [patch] gcn/gcn-valu.md: Disable fold_left_plus for TARGET_RDNA2_PLUS [PR113615])
` GCN: Conditionalize 'define_expand "reduc_<fexpander>_scal_<mode>"' on '!TARGET_RDNA2_PLUS' [PR113615]
` GCN RDNA2+ vs. GCC vectorizer "Reduce using vector shifts" (was: [committed] amdgcn: add -march=gfx1030 EXPERIMENTAL)
` GCN RDNA2+ vs. GCC vectorizer "Reduce using vector shifts"
` GCN RDNA2+ vs. GCC SLP vectorizer (was: [committed] amdgcn: add -march=gfx1030 EXPERIMENTAL)
` GCN RDNA2+ vs. GCC SLP vectorizer
[PATCH] aarch64, acle header: Cast uint64_t pointers to DIMode
2024-02-16 13:40 UTC (4+ messages)
[PATCH] libsanitizer: Intercept __makecontext_v2 on Solaris/SPARC [PR113785]
2024-02-16 13:00 UTC (3+ messages)
[PATCH][RFC] tree-optimization/113910 - bitmap_hash is weak, improve iterative_hash_*
2024-02-16 12:50 UTC
[PATCH] c++: Support lambdas attached to FIELD_DECLs in modules [PR111710]
2024-02-16 12:21 UTC (3+ messages)
` [PATCH v2] c++/modules: Support lambdas attached to more places "
[PATCH] tree-optimization/113895 - consistency check fails in copy_reference_ops_from_ref
2024-02-16 11:51 UTC
[committed] libstdc++: Improve docs for debug mode backtraces
2024-02-16 10:48 UTC
[committed] libstdc++: Fix spelling of <envar> elements in manual
2024-02-16 10:48 UTC
[committed] RISC-V: Fix *sge<u>_<X:mode><GPR:mode> pattern
2024-02-16 10:10 UTC
[PATCH] c++: Fix up parameter pack diagnostics on xobj vs. varargs functions [PR113802]
2024-02-16 9:03 UTC
[COMMITTED] testsuite: Require lto-plugin support in gcc.dg/lto/modref-3 etc. [PR98237]
2024-02-16 8:48 UTC
[PATCH] bpf: Add documentation for the -mcpu option
2024-02-16 6:54 UTC
[PATCH 2/2 V2] rs6000: Load store fusion for rs6000 target using common infrastructure
2024-02-16 6:49 UTC
[PATCH] RISC-V: Add new option -march=help to print all supported extensions
2024-02-16 6:42 UTC (3+ messages)
[PATCH v3 1/4] c++: Implement __add_pointer built-in trait
2024-02-16 2:22 UTC (27+ messages)
` [PATCH v4 05/12] c++: Implement __remove_all_extents "
` [PATCH v4 06/12] libstdc++: Optimize std::remove_all_extents compilation performance
` [PATCH v4 07/12] c++: Implement __add_lvalue_reference built-in trait
` [PATCH v4 08/12] libstdc++: Optimize std::add_lvalue_reference compilation performance
` [PATCH v4 09/12] c++: Implement __add_rvalue_reference built-in trait
` [PATCH v4 10/12] libstdc++: Optimize std::add_rvalue_reference compilation performance
` [PATCH v4 11/12] c++: Implement __decay built-in trait
` [PATCH v4 12/12] libstdc++: Optimize std::decay compilation performance
` [PATCH v5 01/14] c++: Implement __add_pointer built-in trait
` [PATCH v5 02/14] libstdc++: Optimize std::add_pointer compilation performance
` [PATCH v5 03/14] c++: Implement __remove_extent built-in trait
` [PATCH v5 04/14] libstdc++: Optimize std::remove_extent compilation performance
` [PATCH v5 05/14] c++: Implement __remove_all_extents built-in trait
` [PATCH v5 06/14] libstdc++: Optimize std::remove_all_extents compilation performance
` [PATCH v5 07/14] c++: Implement __add_lvalue_reference built-in trait
` [PATCH v5 08/14] libstdc++: Optimize std::add_lvalue_reference compilation performance
` [PATCH v5 09/14] c++: Implement __add_rvalue_reference built-in trait
` [PATCH v5 10/14] libstdc++: Optimize std::add_rvalue_reference compilation performance
` [PATCH v5 11/14] c++: Implement __decay built-in trait
` [PATCH v5 12/14] libstdc++: Optimize std::decay compilation performance
` [PATCH v5 13/14] c++: Implement __rank built-in trait
` [PATCH v6 "
` [PATCH v5 14/14] libstdc++: Optimize std::rank compilation performance
Question on -fwrapv and -fwrapv-pointer
2024-02-15 23:31 UTC (6+ messages)
[PATCH] Notes on the warnings-as-errors change in GCC 14
2024-02-15 22:58 UTC (12+ messages)
[PATCH] testsuite: Fix vfprintf-chk-1.c with -fhardened
2024-02-15 22:53 UTC
[PATCH] c++: wrong looser excep spec for dep noexcept [PR113158]
2024-02-15 22:17 UTC
[PATCH] c++: wrong looser exception spec with deleted fn
2024-02-15 22:16 UTC
[PATCH] libgccjit: Add option to allow special characters in function names
2024-02-15 22:08 UTC
[PATCH] c++/modules: relax diagnostic about GMF contents
2024-02-15 21:51 UTC (3+ messages)
[PATCH] openmp, fortran: Add Fortran support for indirect clause on the declare target directive
2024-02-15 21:37 UTC (6+ messages)
` [PATCH v2] "
` [COMMITTED] libgomp: Update documentation for indirect calls in target regions
[PATCH] c++/modules: stream TREE_UNAVAILABLE and LAMBDA_EXPR_REGEN_INFO
2024-02-15 21:15 UTC (2+ messages)
[pushed] analyzer: remove offset_region size overloads [PR111266]
2024-02-15 21:04 UTC
[PATCH] bpf: add inline memmove and memcpy expansion
2024-02-15 20:42 UTC
[PATCH] libgccjit: Do not treat warnings as errors
2024-02-15 19:48 UTC
[PATCH] libgccjit: Clear pending_assemble_externals_processed
2024-02-15 19:23 UTC (5+ messages)
[committed] testsuite: Require lra effective target for pr107385.c
2024-02-15 19:07 UTC
[PATCH 0/2 V2] aarch64: Place target independent and dependent code in one file
2024-02-15 18:43 UTC
[PATCH][_GLIBCXX_DEBUG] Fix std::__niter_base behavior
2024-02-15 18:40 UTC (6+ messages)
[PATCH] aarch64: Fix undefined code in vect_ctz_1.c
2024-02-15 18:01 UTC (2+ messages)
[PATCH] Fortran: fix passing array component to polymorphic argument [PR105658]
2024-02-15 17:50 UTC
[PATCH 0/1 V2] Target independent code for common infrastructure of load,store fusion for rs6000 and aarch64 target
2024-02-15 17:34 UTC (5+ messages)
[PATCH] testsuite: Define _POSIX_SOURCE for tests [PR113278]
2024-02-15 17:31 UTC (3+ messages)
[COMMITTED V3 1/4] RISC-V: Add non-vector types to dfa pipelines
2024-02-15 17:29 UTC (14+ messages)
` "
[PATCH] tree-optimization/113910 - huge compile time during PTA
2024-02-15 17:26 UTC (3+ messages)
[PATCH] aarch64: Improve PERM<{0},a,...> (64bit) by adding whole vector shift right [PR113872]
2024-02-15 17:05 UTC (4+ messages)
` [PATCH] aarch64: Improve PERM<{0}, a, ...> "
[PATCH] libgccjit: Add count zeroes builtins to ensure_optimization_builtins_exist
2024-02-15 16:56 UTC (2+ messages)
[PATCH][GCC 12] aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
2024-02-15 16:06 UTC (3+ messages)
[PATCH 1/2] AARCH64 target dependent code for common infrastructure of,load store fusion for rs6000 and aarch64 target
2024-02-15 16:00 UTC
[PATCH] libgccjit: Fix ira cost segfault
2024-02-15 15:51 UTC (4+ messages)
[committed] testsuite: Add testcase for already fixed PR [PR107385]
2024-02-15 15:05 UTC
[PATCH] expand: Fix handling of asm goto outputs vs. PHI argument adjustments [PR113921]
2024-02-15 14:46 UTC (2+ messages)
[PATCH] tree-optimization/111156 - properly dissolve SLP only groups
2024-02-15 14:37 UTC
[PATCH][GCC][Arm] Missing optimization pattern for rev16 on architectures with thumb1
2024-02-15 14:35 UTC (2+ messages)
[PATCH] libgccjit: Add support for machine-dependent builtins
2024-02-15 14:32 UTC (7+ messages)
[PATCH] c-c++-common/Wrestrict.c: fix some typos and enable for LLP64
2024-02-15 14:08 UTC
[COMMITTED 01/25] gccrs: Parse normal functions with `self` parameter correctly
2024-02-15 13:12 UTC (5+ messages)
` [COMMITTED 13/25] gccrs: remove old generics hack to reuse generic symbols from previous seg
` [PATCH] gccrs: Avoid *.bak suffixed tests - use dg-skip-if instead
[patch,avr,applied] Fix PR target/113927: Simple code triggers a stack frame
2024-02-15 12:49 UTC
[PATCH] bpf: fix zero_extendqidi2 ldx template
2024-02-15 12:37 UTC (2+ messages)
[committed] libstdc++: Remove redundant zeroing in std::bitset::operator>>= [PR113806]
2024-02-15 11:46 UTC
[committed] libstdc++: Use memset to optimize std::bitset::set() [PR113807]
2024-02-15 11:46 UTC
[committed] libstdc++: Use unsigned division in std::rotate [PR113811]
2024-02-15 11:46 UTC
[committed] libstdc++: Avoid aliasing violation in std::valarray [PR99117]
2024-02-15 11:45 UTC
[committed] libstdc++: Update tzdata to 2024a
2024-02-15 11:45 UTC
[PATCH] RISC-V: Set require-effective-target rv64 for PR113742
2024-02-15 11:43 UTC (4+ messages)
[PATCH]AArch64: xfail modes_1.f90 [PR107071]
2024-02-15 11:05 UTC (3+ messages)
[PATCH]AArch64: remove ls64 from being mandatory on armv8.7-a
2024-02-15 10:56 UTC (2+ messages)
[PATCH] middle-end/113576 - avoid out-of-bound vector element access
2024-02-15 10:12 UTC (6+ messages)
[PATCH 0/2] Some minor internal optabs related fixes
2024-02-15 10:08 UTC (5+ messages)
` [PATCH 1/2] doc: Fix some standard named pattern documentation modes
` [PATCH 2/2] doc: Add documentation of which operand matches the mode of the standard pattern name [PR113508]
[PATCH] Do not record dependences from debug stmts in tail merging
2024-02-15 10:08 UTC
[PATCH] Do not record dependences from debug stmts in tail merging
2024-02-15 10:00 UTC
[PATCH] Arm: Fix incorrect tailcall-generation for indirect calls [PR113780]
2024-02-15 9:53 UTC (5+ messages)
[PATCH] lower-bitint: Ensure we don't get coalescing ICEs for (ab) SSA_NAMEs used in mul/div/mod [PR113567]
2024-02-15 8:37 UTC (2+ messages)
[PATCH]AArch64: update vget_set_lane_1.c test output
2024-02-15 8:30 UTC (6+ messages)
[PATCH] icf: Reset SSA_NAME_{PTR,RANGE}_INFO in successfully merged functions [PR113907]
2024-02-15 7:29 UTC
[PATCH] Skip gnat.dg/div_zero.adb on RISC-V
2024-02-15 6:37 UTC (2+ messages)
[PATCH v2 0/8] Optimize more type traits
2024-02-15 5:07 UTC (3+ messages)
` [PATCH v3 "
` PING: "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).