public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 1/4][RFC] middle-end/90348 - add explicit birth
 2022-02-08 10:31 UTC  (9+ messages)

[PATCH] doc: invoke: RISC-V: Clean up the -mstrict-align wording
 2022-02-08  9:25 UTC  (3+ messages)

[PATCH] doc: invoke: RISC-V: Clean up the -memit-attribute wording
 2022-02-08  9:09 UTC  (2+ messages)

[committed][testsuite] Require c99_runtime to run builtin-sprintf.c
 2022-02-08  9:04 UTC 

[committed][testsuite] Require c99_runtime to run builtin-sprintf.c
 2022-02-08  9:03 UTC 

[committed][nvptx] Fix .local atomic regressions
 2022-02-08  9:02 UTC 

[PATCH] [vect] Add vect_recog_cond_expr_convert_pattern
 2022-02-08  8:48 UTC  (2+ messages)

[committed] libgomp: Fix segfault with posthumous orphan tasks [PR104385]
 2022-02-08  8:37 UTC 

[PATCH] dwarf2out: Don't call expand_expr during early_dwarf [PR104407]
 2022-02-08  8:35 UTC  (2+ messages)

[PATCH 0/4] tree-optimization/104288 - Add more granularity to non-null tracking
 2022-02-08  8:32 UTC  (3+ messages)
` [PATCH 5/4] tree-optimization/104288 - An alternative approach

[PATCH 4/4] [GCC11] tree-optimization/104288 - range on entry should check dominators for non-null
 2022-02-08  8:27 UTC  (2+ messages)

[PATCH 3/4] tree-optimization/104288 - Update non-null interface to provide better precision
 2022-02-08  8:25 UTC  (2+ messages)

[PATCH] c++: Don't emit repeated -Wshadow warnings for templates/ctors [PR104379]
 2022-02-08  8:22 UTC 

[PATCH] c++: Remove superflous assert [PR104403]
 2022-02-08  8:16 UTC 

[PATCH 2/4] tree-optimization/104288 - Register side effects during ranger vrp domwalk
 2022-02-08  8:14 UTC  (2+ messages)

[PATCH] tree-optimization/104373 - early uninit diagnostic on unreachable code
 2022-02-08  7:03 UTC 

[PATCH] rs6000: Add support for vmsumcud and vec_msumc
 2022-02-08  4:06 UTC  (3+ messages)

[PATCH v1] RISC-V: Add support for inlining subword atomic operations
 2022-02-08  0:48 UTC 

[committed] analyzer: fix ICE on realloc of non-heap [PR104417]
 2022-02-07 23:38 UTC 

[committed] analyzer: fixes to memcpy [PR103872]
 2022-02-07 23:37 UTC 

[PATCH] RISC-V: Enable TARGET_SUPPORTS_WIDE_INT
 2022-02-07 21:24 UTC  (5+ messages)

[Patch, fortran] PR37336 (Finalization) - [F03] Finish derived-type finalization
 2022-02-07 21:09 UTC  (2+ messages)

[PATCH] libstdc++: Decouple HAVE_FCNTL_H from HAVE_DIRENT_H check
 2022-02-07 21:05 UTC  (3+ messages)

[PATCH] c++: satisfaction value of type const bool [PR104410]
 2022-02-07 20:35 UTC  (2+ messages)

[PATCH] c++: deducing only from noexcept-spec [PR80951]
 2022-02-07 20:34 UTC  (2+ messages)

[PATCH] c++: lambda in pack expansion using outer pack in constraint [PR103706]
 2022-02-07 20:33 UTC  (8+ messages)

[PATCH v2] doc: RISC-V: Document the `-misa-spec=' option
 2022-02-07 19:10 UTC  (3+ messages)

[PATCH] RISC-V/testsuite: Run target testing over all the usual optimization levels
 2022-02-07 16:22 UTC  (2+ messages)

[Patch]middle-end: updating the reg use in exit block for -fzero-call-used-regs [PR100775]
 2022-02-07 16:04 UTC  (2+ messages)

[PATCH 0/8] rs6000: Built-in function cleanups and bug fixes
 2022-02-07 15:48 UTC  (9+ messages)
` [PATCH 1/8] rs6000: More factoring of overload processing
    ` [PATCH v2 "
        ` [PATCH v3 "
` [PATCH 7/8] rs6000: vec_neg built-ins wrongly require POWER8

[PATCH] rs6000: Fix up -D_FORTIFY_SOURCE* with -mabi=ieeelongdouble [PR104380]
 2022-02-07 14:58 UTC  (4+ messages)
  ` [PATCH] testsuite: Fix up testsuite/gcc.c-torture/execute/builtins/lib/chk.c for powerpc [PR104380]

[PATCH 1/4] tree-optimization/104288 - Change non-null tracking from one bit to a pair
 2022-02-07 14:29 UTC 

[patch gcc13] middle-end/70090: Dynamic sizes for -fsanitize=object-size
 2022-02-07 12:07 UTC  (2+ messages)

[PATCH] Check always_inline flag in s390_can_inline_p [PR104327]
 2022-02-07 10:20 UTC  (3+ messages)

[PATCH] middle-end/104402 - split out _Complex compares from COND_EXPRs
 2022-02-07  9:49 UTC 

[PATCH v3] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2022-02-07  9:42 UTC  (6+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "

[AArch64] Question about the condition of calls_alloca in aarch64_layout_frame
 2022-02-07  9:15 UTC 

[PATCH v2] rs6000: Disable MMA if no VSX support [PR103627]
 2022-02-07  8:35 UTC  (4+ messages)

[PATCH] RISC-V: Add target machine headers as a dependency for riscv-sr.o
 2022-02-07  2:50 UTC  (2+ messages)

[PATCH] PR fortran/66193 - ICE for initialisation of some non-zero-sized arrays
 2022-02-06 21:14 UTC 

[PATCH] PR/101135 - Load of null pointer when passing absent assumed-shape array argument for an optional dummy argument
 2022-02-06 21:04 UTC  (4+ messages)

[PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0)
 2022-02-05 19:09 UTC  (19+ messages)
                ` [committed] libgomp.fortran/allocate-1.f90: Minor cleanup (was: Re: [PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0).)

ifcvt: Fix PR104153 and PR104198
 2022-02-05 17:46 UTC  (4+ messages)

[committed] Fix expected output for s390 tests
 2022-02-05 17:29 UTC 

[PATCH] c++: Reject in constant evaluation address comparisons of start of one var and end of another [PR89074]
 2022-02-05 13:54 UTC  (16+ messages)
  ` [PATCH] c++: Further address_compare fixes [PR89074]
        ` [PATCH] c++, v2: "
                    ` [PATCH] c++, v3: "
                          ` [PATCH] c++, v4: "

[PATCH] [PATCH, v3, 1/1, AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2022-02-05 11:13 UTC  (3+ messages)
  ` [PATCH] [PATCH,v3,1/1,AARCH64][PR102768] "

[PATCH] [PATCH, v4, 1/1, AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2022-02-05 11:04 UTC 

[PATCH] match.pd: Fix x * 0.0 -> 0.0 folding [PR104389]
 2022-02-05 10:20 UTC  (5+ messages)

[committed] RISC-V: Fix detection of zifencei support for binutils
 2022-02-05  9:30 UTC 

[PATCH] RISC-V: Always pass -misa-spec to assembler [PR104219]
 2022-02-05  8:54 UTC  (3+ messages)

[PATCH] testsuite: Robustify aarch64/simd tests against more aggressive DCE
 2022-02-05  8:26 UTC  (7+ messages)

[pushed] c++: assignment, aggregate, array [PR104300]
 2022-02-05  5:57 UTC 

[PATCH] configure: add --disable-fix-includes
 2022-02-05  2:26 UTC  (8+ messages)

[committed] libstdc++: Fix filesystem::remove_all races [PR104161]
 2022-02-05  1:08 UTC  (2+ messages)

Go patch committed: Add "any" as alias for "interface{}"
 2022-02-05  0:45 UTC 

[committed] libstdc++: Fix std::filesystem build failure for Windows
 2022-02-05  0:10 UTC 

[committed] libstdc++: Allow Clang to use <stdatomic.h> before C++23
 2022-02-04 23:57 UTC 

[committed] libstdc++: Remove un-implementable noexcept from Filesystem TS operations
 2022-02-04 23:57 UTC 

[PATCH] c++: Improve diagnostics for template args terminated with >= or >>= [PR104319]
 2022-02-04 22:29 UTC  (4+ messages)

[PATCH, V2] Use system default for long double if not specified on PowerPC
 2022-02-04 22:26 UTC  (5+ messages)

[PATCH] c++: conditional noexcept-spec on defaulted comparison op [PR96242]
 2022-02-04 22:00 UTC  (6+ messages)

[PATCH, committed] rs6000: Clean up ISA 3.1 documentation [PR100808]
 2022-02-04 19:35 UTC 

[PATCH] doc: RISC-V: Document the `-misa-spec=' option
 2022-02-04 18:56 UTC  (2+ messages)

[PATCH] analyzer: Fix tests for glibc 2.35 [PR101081]
 2022-02-04 16:35 UTC 

[committed] doc: Update references to "C++2a" in cpp.texi
 2022-02-04 15:27 UTC 

[committed] libstdc++: Add suggestion to std::uncaught_exception() warning
 2022-02-04 15:27 UTC 

[PATCH] Speed up fixincludes
 2022-02-04 14:17 UTC  (11+ messages)

[PATCH 4/4] Optimization passes adjustments for birth CLOBBERs
 2022-02-04 13:49 UTC 

[PATCH 3/4] Diagnostic passes adjustments
 2022-02-04 13:49 UTC 

[PATCH 2/4] Testcase adjustments for birth CLOBBERs
 2022-02-04 13:49 UTC 

Porting the Docs to Sphinx - project status
 2022-02-04 13:40 UTC  (2+ messages)

[PATCH][v2] tree-optimization/100499 - niter analysis and multiple_of_p
 2022-02-04 13:33 UTC  (2+ messages)

[PATCH] tree-optimization/94899: Remove "+ 0x80000000" in int comparisons
 2022-02-04 13:21 UTC  (8+ messages)
      ` [PATCH v2] "

[Patch][wwwdocs + gcc] nvptx – update for -mptx change – gcc-12/changes.html + gcc/docs/invoke.texi
 2022-02-04 11:46 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]
 2022-02-04 11:39 UTC 

[PATCH] tree-optimization/100499 - niter analysis and multiple_of_p
 2022-02-04 11:01 UTC  (5+ messages)

[patch] Fix PR debug/104366
 2022-02-04 10:56 UTC  (2+ messages)

[PATCH] PR target/104345: Use nvptx "set" instruction for cond ? -1 : 0
 2022-02-04 10:56 UTC  (4+ messages)
` PTX code generation (was: [PATCH] PR target/104345: Use nvptx "set" instruction for cond ? -1 : 0)

[PATCH v3] match.pd: Simplify 1 / X for integer X [PR95424]
 2022-02-04 10:29 UTC  (8+ messages)
` [PATCH] match.pd: Fix up 1 / X for unsigned X optimization [PR104280]

[PATCH] Adjust LSHIFT_EXPR handling of multiple_of_p
 2022-02-04 10:20 UTC  (3+ messages)

[PATCH v3 00/15] ARM/MVE use vectors of boolean for predicates
 2022-02-04  9:54 UTC  (8+ messages)
` [PATCH v3 07/15] arm: Implement MVE predicates as vectors of booleans

[PATCH][RFC] tree-optimization/104373 - early diagnostic on unreachable code
 2022-02-04  9:39 UTC 

[PATCH] tree-optimization/103641 - improve vect_synth_mult_by_constant
 2022-02-04  9:31 UTC  (4+ messages)

[PATCH] waccess: Look at calls when tracking clobbers [PR104092]
 2022-02-04  8:10 UTC  (2+ messages)

[PATCH] Fix for GCC '-MF' option cannot deal with long paths in Windows
 2022-02-04  3:59 UTC  (4+ messages)

[PATCH 0/3] Enable pointer_query caching throughout
 2022-02-04  2:49 UTC  (5+ messages)

[PATCH v2] Make `-Werror` optional in libatomic/libbacktrace/libgomp/libitm/libsanitizer
 2022-02-04  2:09 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] PR rtl-optimization/101885: Prevent combine from clobbering flags
 2022-02-04  1:49 UTC  (2+ messages)

[committed] analyzer: fixes to realloc-handling [PR104369]
 2022-02-03 22:50 UTC 

[committed] analyzer: fix zero-fill of calloc
 2022-02-03 22:49 UTC 

[PATCH] i386: Do not use %ecx DRAP for functions that use __builtin_eh_return [PR104362]
 2022-02-03 21:37 UTC 

page:  |  | 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).