public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Remove CC0
 2021-05-28  4:20 UTC  (8+ messages)

[PATCH] Add gnu::diagnose_as attribute
 2021-05-28  3:05 UTC  (8+ messages)

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-05-28  1:51 UTC  (12+ messages)

[PATCH] libgccjit: Handle truncation and extension for casts [PR 95498]
 2021-05-28  1:22 UTC  (9+ messages)

[PATCH] rs6000: MMA test case ICEs using -O3
 2021-05-27 23:18 UTC  (4+ messages)
  ` [PATCH] rs6000: MMA test case ICEs using -O3 [PR99842]

[Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause
 2021-05-27 22:59 UTC  (9+ messages)

Go patch committed: Don't quote ampersand in gccgo.texi
 2021-05-27 22:34 UTC 

[PATCH 0/11] warning control by group and location (PR 74765)
 2021-05-27 21:55 UTC  (12+ messages)
` [PATCH 1/11] introduce xxx_no_warning APIs
  ` [PATCH 2/11] use xxx_no_warning APIs in Ada

[PATCH][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-05-27 21:42 UTC  (5+ messages)

[PATCH] c++: Output less irrelevant info for function template decl [PR100716]
 2021-05-27 21:17 UTC  (5+ messages)

[PATCH] c++: Add missing scope in typedef diagnostic [PR100763]
 2021-05-27 21:16 UTC  (4+ messages)

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-05-27 20:53 UTC  (9+ messages)
        ` [PING][PATCH] "
          ` [PING 2][PATCH] "
            ` [PING 3][PATCH] "

[PATCH] i386: Remove unneeded binary operand fixup from expanders
 2021-05-27 20:27 UTC 

[PATCH] PR fortran/99839 - [9/10/11/12 Regression] ICE in inline_matmul_assign, at fortran/frontend-passes.c:4234
 2021-05-27 20:20 UTC 

[PATCH] Pass the number of bytes to push to PUSH_ARGS
 2021-05-27 20:20 UTC  (3+ messages)

[PATCH v2] Add a target calls hook: TARGET_PUSH_ARGUMENT
 2021-05-27 20:18 UTC 

[r12-1085 Regression] FAIL: gcc.target/i386/pr100637-3w.c scan-assembler pavgw on Linux/x86_64
 2021-05-27 17:48 UTC 

[pushed] c++: argument pack with expansion [PR86355]
 2021-05-27 17:42 UTC 

[PATCH] handle erroneous types in attribute nonnull (PR 100783)
 2021-05-27 17:40 UTC  (2+ messages)

[PATCH] c++: parameter pack inside static_assert [PR99893]
 2021-05-27 17:40 UTC  (2+ messages)

[PATCH] Use _GLIBCXX_ASSERTIONS as _GLIBCXX_DEBUG light
 2021-05-27 17:37 UTC 

RFA: save/restore target options in handle_optimize_attribute
 2021-05-27 14:49 UTC  (5+ messages)

[PUSHED] Skip out on processing __builtin_clz when varying
 2021-05-27 14:29 UTC  (4+ messages)

[PATCH] Modula-2 into the GCC tree on master
 2021-05-27 14:00 UTC  (5+ messages)

[PATCH] libstdc++: Avoid hard error in ranges::unique_copy [PR100770]
 2021-05-27 13:50 UTC  (8+ messages)

[PATCH] c++: Relax rules for non-type arguments in partial specs [CWG1315]
 2021-05-27 13:22 UTC  (2+ messages)

[PATCH] OpenMP: Use build_indirect_ref for struct deferences in C FE
 2021-05-27 13:14 UTC 

[PATCH] forwprop: Support vec perm fed by CTOR and CTOR/CST [PR99398]
 2021-05-27 12:55 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] i386: Add XOP comparisons for 4- and 8-byte vectors [PR100637]
 2021-05-27 12:49 UTC 

[PATCH] arm: Auto-vectorization for MVE: vabs
 2021-05-27 12:14 UTC  (2+ messages)

(no subject)
 2021-05-27 12:11 UTC  (2+ messages)
` none

[committed] libstdc++: Fix std::jthread assertion and re-enable skipped test
 2021-05-27 12:10 UTC  (6+ messages)

RFA: Fix match_scratch bug in define_subst
 2021-05-27 12:05 UTC  (2+ messages)

[PATCH] [i386] Fix _mm256_zeroupper to notify LRA that vzeroupper will kill sse registers. [PR target/82735]
 2021-05-27 10:50 UTC  (18+ messages)

[committed] arm: Remove use of opts_set in arm_configure_build_target [PR100767]
 2021-05-27  9:59 UTC 

[PATCH 1/2] Implement generic expression evaluator for range_query
 2021-05-27  8:55 UTC  (2+ messages)
` [PATCH 2/2] Replace uses of determine_value_range with range_of_expr

[PUSHED] Use get_range_query in simplify_conversion_using_ranges
 2021-05-27  8:51 UTC 

[PATCH] Move global range code to value-query.cc
 2021-05-27  8:39 UTC 

[r12-1078 Regression] FAIL: gcc.dg/Wstringop-overflow-55.c pr????? (test for warnings, line 94) on Linux/x86_64
 2021-05-27  8:35 UTC  (2+ messages)

[PATCH 1/5] Common API for accessing global and on-demand ranges
 2021-05-27  8:34 UTC  (17+ messages)
` [PATCH 2/5] Convert Walloca pass to RANGE_QUERY(cfun)
` [PATCH 3/5] Convert evrp "

[PATCH] i386: Add uavg_ceil patterns for 4-byte vectors [PR100637]
 2021-05-27  7:45 UTC 

[PATCH] Extend is_cond_scalar_reduction to handle nop_expr after/before scalar reduction.[PR98365]
 2021-05-27  7:09 UTC  (5+ messages)

[PATCH] Simplify branching in algos
 2021-05-27  5:04 UTC 

[r12-1075 Regression] FAIL: gcc.target/i386/pr100637-3w.c scan-assembler pmulhrsw on Linux/x86_64
 2021-05-27  3:58 UTC 

[PATCH] PR fortran/100656 - ICE in gfc_conv_expr_present, at fortran/trans-expr.c:1934
 2021-05-27  3:26 UTC  (2+ messages)

[PATCH] PR fortran/100602 - [11/12 Regression] Erroneous "pointer argument is not associated" runtime error
 2021-05-27  3:24 UTC  (3+ messages)
` PING "

[PATCH PR100499]Fix wrong niter info caused by overflow behavior
 2021-05-27  3:16 UTC 

[r12-1075 Regression] FAIL: gcc.target/i386/pr100637-3w.c scan-assembler pmulhrsw on Linux/x86_64
 2021-05-27  0:32 UTC 

[PATCH RFA (diagnostic)] c++: -Wdeprecated-copy and #pragma diagnostic [PR94492]
 2021-05-26 23:35 UTC  (7+ messages)

[PATCH] avoid invalid sprintf argument checking and folding (PR 100732)
 2021-05-26 23:18 UTC 

[C] Warn on type punning that toggles scalar storage order
 2021-05-26 22:26 UTC  (3+ messages)

[PATCH] libgccjit: Add support for types used by atomic builtins [PR96066] [PR96067]
 2021-05-26 21:58 UTC  (3+ messages)

[PATCH,rs6000] Fix p10 fusion test cases for -m32
 2021-05-26 21:53 UTC 

[PATCH] rs6000: MMA builtin usage ICEs when used in a #pragma omp parallel and using -fopenmp [PR100777]
 2021-05-26 21:16 UTC 

[PATCH 1/5 ver4] RS6000: Add 128-bit Integer Operations
 2021-05-26 21:03 UTC  (2+ messages)

[committed] libstdc++: Change [range.iter.op] functions to function objects [PR 100768]
 2021-05-26 19:36 UTC 

[PATCH] correct VLA bound traversal (PR 100719)
 2021-05-26 19:29 UTC 

[PATCH] libstdc++: Simplify range adaptors' forwarding of bound args when possible
 2021-05-26 18:52 UTC  (2+ messages)

[PATCH] i386: Autovectorize 4-byte vectors
 2021-05-26 18:49 UTC 

[PATCH] libgomp: Add openacc_{cuda,cublas,cudart} effective targets and use them in openacc testsuite
 2021-05-26 17:40 UTC  (2+ messages)

[PATCHv2] Add a couple of A?CST1:CST2 match and simplify optimizations
 2021-05-26 17:29 UTC  (14+ messages)

[PATCH] c++: access for hidden friend of nested class template [PR100502]
 2021-05-26 15:29 UTC  (6+ messages)

[r12-1053 Regression] FAIL: libgomp.c++/task-reduction-8.C execution test on Linux/x86_64
 2021-05-26 15:05 UTC  (5+ messages)

[PATCH] arm: Auto-vectorization for MVE: vaddv
 2021-05-26 14:40 UTC  (3+ messages)

[PATCH, arc]: Drop "register" keyword
 2021-05-26 13:57 UTC  (5+ messages)
    ` [committed] Remove useless register keywords

[PATCH RFA] tree-iterator: C++11 range-for and tree_stmt_iterator
 2021-05-26 13:56 UTC  (6+ messages)

[PATCH] wwwdocs: Add D front-end section for GCC 11 changes
 2021-05-26 13:45 UTC  (2+ messages)

[PATCH V2] Split loop for NE condition
 2021-05-26 13:22 UTC  (3+ messages)

[RFC PATCH] i386: Enable auto-vectorization for 32bit modes (+ testcases)
 2021-05-26 12:27 UTC  (4+ messages)

[PATCH v2] AArch64: Improve GOT addressing
 2021-05-26 12:24 UTC  (3+ messages)

[PATCH 1/4]middle-end Vect: Add support for dot-product where the sign for the multiplicant changes
 2021-05-26 10:45 UTC  (14+ messages)
` [PATCH 3/4][AArch32]: Add support for sign differing dot-product usdot for NEON
  ` FW: "
` [PATCH 4/4]middle-end: Add tests middle end generic tests for sign differing dotproduct

[committed] openmp: Fix up handling of target constructs in offloaded routines [PR100573]
 2021-05-26  9:30 UTC 

[PATCH] C-SKY: Use default for TARGET_CAN_CHANGE_MODE_CLASS
 2021-05-26  9:25 UTC  (2+ messages)

[PATCH]AArch64: Correct dot-product auto-vect optab RTL
 2021-05-26  8:52 UTC  (2+ messages)

[PATCH 2/4]AArch64: Add support for sign differing dot-product usdot for NEON and SVE
 2021-05-26  8:50 UTC  (4+ messages)

RFA: fix gcc.dg/tree-ssa/popcount4l.c 16 bit failure, improve 64 bit popcount expansion for 32 bit target
 2021-05-26  8:45 UTC  (5+ messages)

[ARM] PR66791: Replace calls to builtin in vmul_n (a, b) intrinsics with __a * __b
 2021-05-26  8:37 UTC  (2+ messages)

[PATCH v4 00/12] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-05-26  8:28 UTC  (8+ messages)
` [PATCH v4 01/12] Add TARGET_READ_MEMSET_VALUE/TARGET_GEN_MEMSET_VALUE
      ` [PATCH] Add 3 target hooks for memset

[PATCH] tree-sra: Avoid refreshing into const base decls (PR 100453)
 2021-05-26  7:57 UTC  (4+ messages)

[PATCH] C-SKY: Use default for TARGET_PROMOTE_PROTOTYPES
 2021-05-26  6:38 UTC  (2+ messages)

[PATCH] C-SKY: Fix for gcc.dg/torture/stackalign/builtin-return-2.c
 2021-05-26  6:38 UTC  (2+ messages)

[PATCH] C-SKY: Support fpuv2:fldrd/fstrd and fpuv3:fldr.64/fstr.64
 2021-05-26  6:38 UTC  (2+ messages)

[r12-1045 Regression] FAIL: libgomp.c++/task-reduction-8.C execution test on Linux/x86_64
 2021-05-26  5:52 UTC  (2+ messages)

[PATCH][i386] Split not+broadcast+pand to broadcast+pandn
 2021-05-26  5:17 UTC  (8+ messages)

[PATCH/RFC] combine: Tweak the condition of last_set invalidation
 2021-05-26  3:04 UTC  (7+ messages)
          ` PING^2 "

[PATCH] rs6000: Support more short/char to float conversion
 2021-05-26  3:02 UTC  (2+ messages)
` PING^1 "

[PATCH] rs6000: Adjust rs6000_density_test for strided_load
 2021-05-26  2:59 UTC  (2+ messages)
` [PATCH v2] rs6000: Add load density heuristic

[PATCH] C-SKY: Support for fpuv2:fldrd/fstrd and fpuv3:fldr.64/fstr.64
 2021-05-26  2:17 UTC  (2+ messages)

[PATCH] C-SKY: Add insn "ldbs"
 2021-05-26  2:06 UTC  (2+ messages)

[PATCH 8/8] Remove the logical stmt cache for now
 2021-05-25 23:31 UTC 

[PATCH 7/8] Adjust fur_source internal api to use gori_compute not, ranger_cache
 2021-05-25 23:31 UTC 

[PATCH 6/8] Make expr_range_in_bb stmt based rather than block based
 2021-05-25 23:31 UTC 

[PATCH 5/8] Tweak location of non-null calls. revamp ranger debug, output
 2021-05-25 23:30 UTC 

[PATCH 4/8] Unify temporal cache with gori dependencies
 2021-05-25 23:30 UTC 

[PATCH 3/8] Add imports and strengthen the export definition to range_def and gori_map
 2021-05-25 23:30 UTC 

[PATCH 2/8] fully populate the export list from range_cache, not, gori_compute
 2021-05-25 23:30 UTC 

[PATCH 1/8] Change gori_compute to inherit from gori_map instead of, having a gori-map
 2021-05-25 23:29 UTC 

[_GLIBCXX_DEBUG] Enhance rendering of assert message
 2021-05-25 21:10 UTC  (4+ messages)

[r12-1044 Regression] FAIL: libgomp.c++/task-reduction-16.C execution test on Linux/x86_64
 2021-05-25 20:42 UTC 

[PATCH] c++: constexpr and copy elision within mem init [PR100368]
 2021-05-25 20:38 UTC  (4+ messages)

[PATCH] Document that -fno-trampolines is for Ada only [PR100735]
 2021-05-25 20:23 UTC 

[PATCH][DOCS] Remove install-old.texi
 2021-05-25 19:50 UTC  (10+ 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).