public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/15] Fix non-robust split condition in define_insn_and_split
 2021-11-22  2:21 UTC  (4+ messages)
` [PATCH 07/15] xtensa: "

[PATCH] gfortran: Improve translation of POPPAR intrinsic
 2021-11-21 21:49 UTC  (4+ messages)

[PATCH] libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067]
 2021-11-21 21:44 UTC  (5+ messages)

[PATCH] Simplify branching in algos
 2021-11-21 20:34 UTC  (2+ messages)

[PATCH] libgccjit: Add support for TLS variable [PR95415]
 2021-11-21 20:28 UTC  (4+ messages)

[PATCH] i386: Fix up handling of target attribute [PR101180]
 2021-11-21 20:02 UTC  (2+ messages)

Fix failure in merge_block.c testcase
 2021-11-21 16:53 UTC  (2+ messages)

Improve tracking of bases in modref
 2021-11-21 15:17 UTC 

[PATCH] c-format: Add -Wformat-same-precision option [PR80060]
 2021-11-21 14:56 UTC  (5+ messages)
` [PATCH v2] c-format: Add -Wformat-int-precision "

[PATCH v3] c-format: Add -Wformat-int-precision option [PR80060]
 2021-11-21 14:52 UTC 

[PATCH] fortran, debug: Fix up DW_AT_rank [PR103315]
 2021-11-21 11:52 UTC  (2+ messages)

[PATCH] PR fortran/87851 - [9/10/11/12 Regression] Wrong return type for len_trim
 2021-11-21 11:46 UTC  (2+ messages)

[PATCH] PR fortran/99061 - [10/11/12 Regression] ICE in gfc_conv_intrinsic_atan2d, at fortran/trans-intrinsic.c:4728
 2021-11-21 11:28 UTC  (3+ messages)
` *PING* "

[PATCH][_GLIBCXX_DEBUG] Enhance std::erase_if for vector/deque
 2021-11-21 11:24 UTC 

[PATCH] Fortran manual: fix invalid BOZ 'ABC'X example to be X'ABC'
 2021-11-21 10:58 UTC  (2+ messages)
` [PATCH v2] Fortran manual: extend deprecated BOZ examples with X'ABC'

[PATCH] Do not abort compilation when dump file is /dev/*
 2021-11-21  3:47 UTC  (10+ messages)
    ` [PATCH v3] "

Small tweak to modref pure/const discoverys
 2021-11-20 23:41 UTC 

Fix looping flag discovery in ipa-pure-const
 2021-11-20 23:36 UTC 

[PATCH] libgccjit: Add support for setting the link section of global variables [PR100688]
 2021-11-20 18:27 UTC  (6+ messages)

[PATCH] tree-optimization: [PR31531] Improve ~a < CST, allow a nop cast inbetween ~ and a
 2021-11-20 17:52 UTC 

[wwwdocs] Document some new C++ features in GCC 12
 2021-11-20 17:09 UTC 

[PATCH] Tweak tree-ssa-math-opts.c to solve PR target/102117
 2021-11-20 16:34 UTC  (2+ messages)

[committed][PR tree-optimization103226] Clobber the condition code in the bfin doloop patterns
 2021-11-20 16:31 UTC 

[pushed] Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556]
 2021-11-20 11:27 UTC 

[RFC PATCH] gcc: Improve reproducability when building cc1/cc1plus
 2021-11-20  8:42 UTC  (4+ messages)

[PATCH] openacc: Fix up C++ #pragma acc routine handling [PR101731]
 2021-11-20  8:39 UTC 

[PATCH] gcc: vxworks: fix providing stdint.h header
 2021-11-20  8:07 UTC  (5+ messages)

[PATCH] Fix tree-optimization/103220: Another missing folding of (type) X op CST where type is a nop convert
 2021-11-20  7:40 UTC  (2+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-11-20  0:53 UTC  (19+ messages)

[PATCH] gcc, doc: Fix Darwin bootstrap: Amend an @option command to elide a space
 2021-11-19 23:25 UTC  (2+ messages)

[PATCH v3] c++: Add gnu::diagnose_as attribute
 2021-11-19 23:11 UTC  (7+ messages)
` [RFC] c++: Print function template parms when relevant (was: [PATCH v4] c++: Add gnu::diagnose_as attribute)

[PATCH] PR tree-optimization/96779 Adding a missing pattern to match.pd
 2021-11-19 22:33 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] c++: -Wuninitialized for mem-inits and empty classes [PR19808]
 2021-11-19 21:57 UTC 

[PATCH 0/6] RFC: adding support to GCC for detecting trust boundaries
 2021-11-19 21:52 UTC  (11+ messages)
` [PATCH 2/6] Add returns_zero_on_success/failure attributes

[PATCH 1/5] libstdc++: Import the fast_float library
 2021-11-19 21:49 UTC  (5+ messages)
` [PATCH 2/5] libstdc++: Apply modifications to our local copy of fast_float
` [PATCH 3/5] libstdc++: Adjust fast_float's over/underflow behavior for conformnace

[committed] analyzer: fix false leak due to overeager state merging [PR103217]
 2021-11-19 20:27 UTC 

[committed] libstdc++: Improve tests for stringstream constructors in C++20
 2021-11-19 20:25 UTC 

[committed] libstdc++: Use __is_single_threaded in locale initialization
 2021-11-19 20:24 UTC 

[committed] libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
 2021-11-19 20:21 UTC  (2+ messages)
` [committed] libstdc++: One more change for Clang to support "

[pushed] c++: Fix cpp0x/lambda/lambda-nested9.C with C++11
 2021-11-19 20:00 UTC 

[PATCH] c++: redundant explicit 'this' capture in C++17 [PR100493]
 2021-11-19 19:25 UTC 

[PATCH] libphobos, testsuite: Add prune clauses for two Darwin cases
 2021-11-19 19:18 UTC  (2+ messages)

[PATCH 00/10] __builtin_dynamic_object_size
 2021-11-19 19:16 UTC  (11+ messages)
` [PATCH 01/10] tree-object-size: Replace magic numbers with enums
` [PATCH 02/10] tree-object-size: Abstract object_sizes array
` [PATCH 03/10] tree-object-size: Use tree instead of HOST_WIDE_INT

[wwwdocs PATCH]: Add a caveat that -Ofast implies -fno-semantic-interposition
 2021-11-19 19:05 UTC  (2+ messages)

[PATCH] PR tree-optimization/103254 - Limit depth for all GORI expressions
 2021-11-19 18:53 UTC  (8+ messages)

[committed] libstdc++: Suppress -Wstringop warnings [PR103332]
 2021-11-19 18:23 UTC 

[PATCH] rs6000: Add Power10 optimization for most _mm_movemask*
 2021-11-19 18:15 UTC  (4+ messages)
` [PING PATCH] "
  ` [PING^2 "

[PATCH] rs6000: Add optimizations for _mm_sad_epu8
 2021-11-19 18:09 UTC  (4+ messages)
` [PING PATCH] "
  ` [PING^2 "

[PATCH] options: Make -Ofast switch off -fsemantic-interposition
 2021-11-19 17:55 UTC  (5+ messages)

[PATCH] libstdc++, testsuite: Add a prune expression for external tool bug
 2021-11-19 17:54 UTC  (2+ messages)

libgo patch committed: redirect mkrsysinfo.sh grep output to /dev/null
 2021-11-19 17:46 UTC  (3+ messages)

[PATCH] coroutines: Handle initial awaiters with non-void returns [PR 100127]
 2021-11-19 17:40 UTC  (4+ messages)

[PATCH] Fix IPA modref ubsan
 2021-11-19 16:10 UTC  (7+ messages)

[PATCH] c++: Avoid adding implicit attributes during apply_late_template_attributes [PR101180]
 2021-11-19 15:40 UTC  (2+ messages)

[PATCH] c++: Implement -Wuninitialized for mem-initializers (redux) [PR19808]
 2021-11-19 15:29 UTC  (7+ messages)
  ` [PATCH v2] "

[PATCH] implement -Winfinite-recursion [PR88232]
 2021-11-19 15:11 UTC  (3+ messages)
` [PATCH v2] "
  ` PING "

[PATCH 0/3] Add zero cycle move support
 2021-11-19 14:57 UTC  (4+ messages)
` [PATCH 1/3] Add power10 zero cycle moves for switches & indirect jumps
` [PATCH 2/3] Set power10 fusion if -mtune=power10
` [PATCH 3/3] Use absolute switch table addresses for zero cycle moves

[PATCH] Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS
 2021-11-19 14:30 UTC  (8+ messages)

[PR102988] harden cond: detach without decls
 2021-11-19 14:08 UTC  (2+ messages)

[committed] libphobos: Increase size of defaultStackPages on OSX X86_64 targets
 2021-11-19 14:06 UTC 

[committed] libphobos: Don't call __gthread_key_delete in the emutls destroy function
 2021-11-19 14:06 UTC 

[PATCH, PR90030] Fortran OpenMP/OpenACC array mapping alignment fix
 2021-11-19 13:55 UTC  (2+ messages)

[PATCH, OpenMP 5.0] Remove array section base-pointer mapping semantics, and other front-end adjustments (mainline trunk)
 2021-11-19 13:54 UTC  (2+ messages)
` [PATCH, v2, "

[PATCH][wwwdocs] remove references to java in htdocs/projects/beginner.html
 2021-11-19 13:14 UTC  (3+ messages)

[PATCH] Fix tree-optimization/101941: IPA splitting out function with error attribute
 2021-11-19 13:07 UTC  (4+ messages)

[PATCH][V4] rs6000: Remove unnecessary option manipulation
 2021-11-19 12:57 UTC  (9+ messages)

Remove gimple_static_chain test disabling modref in ref_maybe_used_in_call_p
 2021-11-19 12:49 UTC  (2+ messages)

[PATCH] IBM Z: Fix load-and-test peephole2 condition
 2021-11-19 11:59 UTC  (3+ messages)

[PATCH] middle-end: fix de-optimizations with bitclear patterns on signed values
 2021-11-19 11:19 UTC  (14+ messages)

[PATCH][_GLIBCXX_DEBUG] Limit performance impact in __erase_nodes_if
 2021-11-19 10:43 UTC  (2+ messages)

[PATCH v1 0/8] Improvements to bitmanip-1.0 (Zb[abcs]) support
 2021-11-19 10:21 UTC  (4+ messages)
` [PATCH v1 1/8] bswap: synthesize HImode bswap from SImode or DImode

[PATCH 4/5] if-conv: Apply VN to hoisted conversions
 2021-11-19 10:09 UTC  (6+ messages)

[PATCH 4/5] vect: Make reduction code handle calls
 2021-11-19 10:07 UTC  (4+ messages)

[PATCH] Loop unswitching: support gswitch statements
 2021-11-19 10:00 UTC  (14+ messages)

[PATCH] darwin, d: Support outfile substitution for liphobos
 2021-11-19  9:57 UTC  (3+ messages)

[PATCH] Fix tree-optimization/103314 : Limit folding of (type) X op CST where type is a nop convert to gimple
 2021-11-19  9:27 UTC  (2+ messages)

[PATCH 2/5] gimple-match: Add a gimple_extract_op function
 2021-11-19  9:13 UTC  (6+ messages)

[PATCH] c++/103326 - fix ICE in tsubst with VECTOR_CST
 2021-11-19  8:57 UTC  (2+ messages)

[PATCH]middle-end: Handle FMA_CONJ correctly after SLP layout update
 2021-11-19  8:54 UTC  (2+ messages)

[PATCH][committed][libstdc++] Fix ctype changed after newlib update
 2021-11-19  8:46 UTC 

[PATCH] tree-optimization/102436 - restore loop store motion
 2021-11-19  8:35 UTC 

[PATCH] Do not abort compilation when dump file is /dev/*
 2021-11-19  8:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Don't allow mask/sse/mmx mov in TLS code sequences
 2021-11-19  7:53 UTC  (4+ messages)

[PATCH] Fix PR 103317, ICE after PHI-OPT, minmax_replacement producing invalid SSA
 2021-11-19  7:12 UTC  (2+ messages)

[PATCH] regrename: Skip renaming if instruction is noop move
 2021-11-19  6:23 UTC  (5+ messages)

[PATCH] rs6000: Add Power10 optimization for _mm_blendv*
 2021-11-19  2:25 UTC  (3+ messages)
` [PING PATCH] "
  ` [PING^2 "

[PATCH v4 0/3] rs6000: Support more SSE4 intrinsics
 2021-11-19  2:24 UTC  (5+ messages)
` [PATCH v4 2/3] rs6000: Support SSE4.1 "round" intrinsics
  ` [PING PATCH "
    ` [PING^2 "
      ` [PING^3 "

[PATCH] c++: nested lambda capturing a capture proxy [PR94376]
 2021-11-19  1:57 UTC  (4+ messages)

[PATCH v2] [AARCH64] Fix PR target/103100 -mstrict-align and memset on not aligned buffers
 2021-11-19  1:53 UTC 

[committed] d: Use HOST_WIDE_INT for type size temporaries
 2021-11-18 23:46 UTC 

[PATCH] c++: Implement C++23 P0849R8 - auto(x) [PR103049]
 2021-11-18 23:03 UTC  (3+ messages)

[PATCH] c++: Fix up -fstrong-eval-order handling of call arguments [PR70796]
 2021-11-18 22:34 UTC  (3+ messages)
` [PATCH] c++, v2: "

[PATCH] c++: implicit dummy object in requires clause [PR103198]
 2021-11-18 22:15 UTC  (6+ messages)

[PATCH] rs6000: Builtins test changes for BFP scalar tests
 2021-11-18 21:59 UTC  (7+ messages)

[Patch] libcpp: Fix _Pragma in #__VA_ARGS__ [PR103165]
 2021-11-18 21:55 UTC  (4+ messages)

[PATCH 0/4] Darwin: Replace environment runpath with embedded [PR88590]
 2021-11-18 21:49 UTC  (7+ messages)
` [PATCH 1/4] Driver : Provide a spec to insert rpaths for compiler lib dirs
  ` [PATCH 2/4] Darwin : Handle rpaths given on the command line
    ` [PATCH 3/4] Darwin : Allow for configuring Darwin to use embedded runpath

[r12-5378 Regression] FAIL: gcc.target/i386/avx512fp16-vector-complex-float.c scan-assembler-times vfmaddcph[ \\t] 1 on Linux/x86_64
 2021-11-18 21:41 UTC 

[PATCH] rs6000: Builtins test changes for byte-in-set-2.c
 2021-11-18 21:24 UTC  (2+ messages)

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