[PATCH] contrib: modernize gen_autofdo_event.py
2022-06-27 6:15 UTC
[PATCH v2 0/7] Avoid using obsoleted egrep/fgrep
2022-06-27 6:14 UTC (8+ messages)
` [PATCH v2 1/7] config: use $EGREP instead of egrep
` [PATCH v2 2/7] fixincludes: use grep instead of egrep/fgrep
` [PATCH v2 3/7] libbacktrace: use grep instead of fgrep
` [PATCH v2 4/7] fortran: "
` [PATCH v2 5/7] testsuite: stop using obsoleted egrep
` [PATCH v2 6/7] contrib: use grep -E instead of egrep
` [PATCH 7/7] libffi: Use $EGREP "
[PATCH 1/2]AArch64 Add fallback case using sdot for usdot
2022-06-27 6:09 UTC (5+ messages)
[PATCH][gdb/build] Fix gdbserver build with -fsanitize=thread
2022-06-27 5:55 UTC (2+ messages)
[PATCH] x86: Skip ENDBR when emitting direct call/jmp to local function
2022-06-27 5:50 UTC (4+ messages)
` PING^1 "
[statistics.cc] Emit asm name of function with -fdump-statistics-asmname
2022-06-27 5:25 UTC (5+ messages)
[PATCH] xtensa: Optimize integer constant addition that is between -32896 and 32639
2022-06-27 3:41 UTC (2+ messages)
[PATCH v3] rs6000: Adjust mov optabs for opaque modes [PR103353]
2022-06-27 2:47 UTC (5+ messages)
[PATCH 1/5] Implement abstract vrange class
2022-06-27 0:33 UTC (4+ messages)
` [PATCH 5/5] Convert ranger and clients to vrange
[rs6000 PATCH] Improve constant integer multiply using rldimi
2022-06-26 20:56 UTC
[PATCH] Enhance _Hashtable for range insertion 0/5
2022-06-26 20:06 UTC (3+ messages)
[PATCH 1/2]middle-end Support optimized division by pow2 bitmask
2022-06-26 19:55 UTC (11+ messages)
[PATCH] expr.cc: Optimize if char array initialization consists of all zeros
2022-06-26 19:34 UTC (2+ messages)
[PATCH] testsuite: constraint some of fp tests to hard_float
2022-06-26 19:05 UTC (2+ messages)
[PATCH] Strip of a vector load which is only used partially
2022-06-26 18:59 UTC (5+ messages)
[PATCH] [PR105455] predict: Check for no REG_BR_PROB in uninitialized case
2022-06-26 18:49 UTC (2+ messages)
[PATCH] fortran, libgfortran: Avoid using libquadmath for glibc 2.26+
2022-06-26 18:45 UTC (8+ messages)
` [PATCH] fortran, libgfortran, v2: "
Fix another Rust demangling bugs (PR 105039)
2022-06-26 18:35 UTC (2+ messages)
[x86 PATCH] Use xchg for DImode double word rotate by 32 bits with -m32
2022-06-26 18:27 UTC (2+ messages)
[PATCH 2/2] tree-optimization/104530 - Mark defs dependent on non-null stale
2022-06-26 18:23 UTC (2+ messages)
[PATCH] libcpp: Update cpp_wcwidth() to Unicode 14.0.0
2022-06-26 18:16 UTC (4+ messages)
[x86 PATCH] PR rtl-optimization/96692: ((A|B)^C)^A using andn with -mbmi
2022-06-26 17:07 UTC (2+ messages)
[x86_64 PATCH] Implement __imag__ of float _Complex using shufps
2022-06-26 16:58 UTC (2+ messages)
[PATCH] testsuite: pthread: call sched_yield for non-preemptive targets
2022-06-26 16:38 UTC (2+ messages)
[PATCH] PR tree-optimization/94026: Simplify (X>>8)&6 != 0 as X&1536 != 0
2022-06-26 16:13 UTC (2+ messages)
[PATCH] testsuite: Adjust btf-bitfields-1.c for default_packed
2022-06-26 16:04 UTC (2+ messages)
Pushed patch to convert DOM from EVRP to Ranger
2022-06-26 16:01 UTC (3+ messages)
[PATCH] configure: When host-shared, pass --with-pic to in-tree lib configs
2022-06-26 15:27 UTC
[pushed] configure, Darwin: Correct a pasto in host-shared processing
2022-06-26 15:14 UTC
[PATCH take 2] middle-end: Support ABIs that pass FP values as wider integers
2022-06-26 12:55 UTC
[PATCH] Fortran: fix simplification of INDEX(str1,str2) [PR105691]
2022-06-26 9:14 UTC (2+ messages)
[PATCH v3] eliminate mutex in fast path of __register_frame
2022-06-26 9:13 UTC
[PATCH] Fortran: handle explicit-shape specs with constant bounds [PR105954]
2022-06-26 8:43 UTC (2+ messages)
[PATCH] testsuite: Add new target check for no_alignment_constraints
2022-06-26 6:27 UTC (4+ messages)
[r13-1268 Regression] FAIL: g++.dg/warn/Wstringop-overflow-4.C -std=gnu++98 (test for excess errors) on Linux/x86_64
2022-06-26 2:47 UTC
[PATCH] libgompd: Fixed Access bug
2022-06-26 0:26 UTC
[committed] Remove tile and tilegx ports
2022-06-25 17:56 UTC
[PATCH] libgccjit: Fix bug where unary_op will return an integer type instead of the correct type
2022-06-25 15:01 UTC (3+ messages)
[PATCH] testsuite, Darwin: Fix darwin-comm-1.c error messages for Darwin <= 10
2022-06-25 10:27 UTC
[PATCH 0/8] Stop using obsoleted egrep/fgrep
2022-06-25 4:00 UTC (32+ messages)
` [PATCH 1/8] config: use grep -E instead of egrep
` [PATCH 2/8] fixincludes: use grep -E/-F instead of egrep/fgrep
` [PATCH 3/8] libstdc++: use grep -E instead of egrep in scripts
` [PATCH 4/8] libbacktrace: use grep -F instead of fgrep
` [PATCH 5/8] intl: stop using fgrep for exgettext
` [PATCH 6/8] fortran: use grep -F instead of fgrep
` [PATCH 7/8] testsuite: use grep -E instead of egrep
` [PATCH 8/8] contrib: "
[PATCH] c++: fix broken copy elision with nested TARGET_EXPRs [PR105550]
2022-06-25 0:30 UTC (3+ messages)
` [PATCH v2] "
[PATCH] tilegx: Fix infinite loop in gen-mul-tables generator
2022-06-24 23:43 UTC (4+ messages)
[pushed] c++: Include -Woverloaded-virtual in -Wall [PR87729]
2022-06-24 22:26 UTC
[PATCH]middle-end Use subregs to expand COMPLEX_EXPR to set the lowpart
2022-06-24 21:54 UTC (6+ messages)
Add -Woverloaded-virtual to -Wall
2022-06-24 21:07 UTC
[PATCH 00/10] Add 'final' and 'override' where missing
2022-06-24 20:58 UTC (21+ messages)
` [PATCH 01/10] Add 'final' and 'override' to opt_pass vfunc impls
` PING: "
` PING^2: "
` [PATCH 02/10] Add 'final' and 'override' on dom_walker "
` PING "
` PING^2 "
` [PATCH 03/10] expr.cc: use final/override on op_by_pieces_d vfuncs
` PING: "
` PING^2 : "
` [PATCH 04/10] tree-switch-conversion.h: use final/override for cluster vfunc impls
` PING "
` PING^2 : "
` [PATCH 08/10] i386: add 'final' and 'override' to scalar_chain "
` PING: "
` PING^2 : "
` [PATCH 10/10] Add 'final' and 'override' in various places
` PING "
` PING^2: "
[PATCH, committed] Fortran: fix checking of arguments to UNPACK when MASK is a variable [PR105813]
2022-06-24 20:38 UTC
[PATCH] testsuite: Skip btf-bitfields-1.c if int is less than 32-bits
2022-06-24 19:25 UTC (2+ messages)
[committed] d: Give consistent error message when attribute argument not a string constant
2022-06-24 18:59 UTC
[committed] d: Add `@register' attribute to compiler and library (PR105413)
2022-06-24 18:58 UTC
[committed] d: Construct indexes of ARRAY_TYPE using ARRAY_REF
2022-06-24 18:57 UTC
[committed] d: Merge upstream dmd 529110f66, druntime 148608b7
2022-06-24 18:56 UTC
Go patch committed: Use bool for comma-ok if not already boolean
2022-06-24 18:25 UTC
[r13-1243 Regression] FAIL: gcc.dg/torture/pr106070.c -Os execution test on Linux/x86_64
2022-06-24 18:20 UTC
[PATCH 0/9] Add debug_annotate attributes
2022-06-24 18:01 UTC (8+ messages)
` kernel sparse annotations vs. compiler attributes and debug_annotate_{type,decl} WAS: "
` kernel sparse annotations vs. compiler attributes and debug_annotate_{type, decl} "
[committed] analyzer: consolidate call_string instances
2022-06-24 17:49 UTC
[committed] analyzer: whitespace cleanups
2022-06-24 17:49 UTC
[PATCH] Improve reg_or_subregno to return INVALID_REGNUM when the subreg of memory is processed
2022-06-24 16:40 UTC (2+ messages)
[PATCH] libgfortran: Avoid using libquadmath powerpc64le fixes
2022-06-24 15:30 UTC
[PATCH RFA] ubsan: do return check with -fsanitize=unreachable
2022-06-24 14:26 UTC (5+ messages)
Add fnspec attributes to cxa_* functions
2022-06-24 14:21 UTC (3+ messages)
[PATCH] Enable some features for RTEMS in libstdc++
2022-06-24 13:55 UTC (3+ messages)
[PATCH] middle-end/106070 - bogus cond-expr folding
2022-06-24 12:49 UTC
[PATCH] RFC: Optimise SLP permutes of non-consecutive loads
2022-06-24 12:18 UTC (4+ messages)
[PATCH] libstdc++-v3: check for openat
2022-06-24 11:03 UTC (8+ messages)
[PATCH] libstdc++: testsuite: work around bitset namespace pollution
2022-06-24 9:56 UTC (2+ messages)
[PATCH] profile-count: fix /= and *= operators
2022-06-24 8:38 UTC (2+ messages)
[PATCH 2/3] lto-plugin: make claim_file_handler thread-safe
2022-06-24 8:37 UTC (2+ messages)
[PATCH] testsuite: Handle default_packed for gcc.dg/builtin-object-size-20.c
2022-06-24 6:55 UTC (2+ messages)
[PATCH] testsuite: Rename test-defined macros
2022-06-24 6:55 UTC (2+ messages)
[PATCH] testsuite: Remove reliance on argc in lto/pr101868_0.c
2022-06-24 6:54 UTC (2+ messages)
[PATCH] Introduce -nolibstdc++ option
2022-06-24 5:23 UTC (8+ messages)
[PATCH] aarch64: testsuite: symbol-range compile only
2022-06-24 2:33 UTC (6+ messages)
[PATCH] libstdc++: testsuite: test symlnks ifdef _GLIBCXX_HAVE_SYMLINK
2022-06-24 2:32 UTC (9+ messages)
[PATCH v6, rs6000] Implemented f[min/max]_optab by xs[min/max]dp [PR103605]
2022-06-24 2:02 UTC
[PATCH] or1k: gcc: Add naked attribute
2022-06-23 23:55 UTC
[pushed] c++: anon union designated init [PR105925]
2022-06-23 21:17 UTC (2+ messages)
` [pushed] c++: designated init cleanup [PR105925]
Go patch committed: In Sort_bindings handle same value passed twice
2022-06-23 19:45 UTC
Go patch committed: unalias types for hash/equality functions
2022-06-23 19:22 UTC
[PATCH] c++: constexpr folding in unevaluated context [PR105931]
2022-06-23 19:18 UTC (2+ messages)
[PATCH] c++: context completion in lookup_template_class [PR105982]
2022-06-23 19:17 UTC (2+ messages)
[PATCH 00/12] RFC: Replay of serialized diagnostics
2022-06-23 19:04 UTC (5+ messages)
` [PATCH 01/12] diagnostics: add ability to associate diagnostics with rules from coding standards
` [PATCH 03/12] Add more emit_diagnostic overloads
Ping^2: [PATCH v2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]
2022-06-23 17:03 UTC
[PATCH] RISC-V: Split unordered FP comparisons into individual RTL insns
2022-06-23 16:44 UTC (3+ messages)
[PATCH] libstdc++: testsuite: avoid predictable mkstemp
2022-06-23 16:36 UTC (4+ messages)
[PATCH] Inline memchr with a small constant string
2022-06-23 16:26 UTC (5+ messages)
[committed] libstdc++: Properly remove temporary directories in filesystem tests
2022-06-23 16:21 UTC
[PATCH, libgomp] Fix chunk_size<1 for dynamic schedule
2022-06-23 15:47 UTC
[pushed] c++: -Waddress and value-dependent expr [PR105885]
2022-06-23 15:07 UTC (2+ messages)
` [pushed] c++: -Waddress and if constexpr [PR94554]
Fix stmt_kills_ref_p wrt external throws
2022-06-23 13:52 UTC (2+ messages)
[PATCH][PUSHED] c++: properly initialize UBSAN built-ins
2022-06-23 13:29 UTC
[PATCH] libstdc++: testsuite: fs rename to self may fail
2022-06-23 12:41 UTC (9+ messages)
[PATCH] libstdc++: testsuite: use -lbsd for net_ts on RTEMS
2022-06-23 12:39 UTC (6+ messages)
c++: Prune unneeded macro locations
2022-06-23 12:18 UTC
[PATCH] testsuite: Compile slsr-39.c without vectorisation
2022-06-23 11:42 UTC (2+ messages)
[PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
2022-06-23 11:37 UTC (8+ messages)
[PATCH] libstdc++: async: tolerate slightly shorter sleep
2022-06-23 11:36 UTC (2+ messages)
[committed] libstdc++: Simplify test by not using std::log2
2022-06-23 11:34 UTC
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).