public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] libstdc++: Clear padding bits in atomic compare_exchange
 2021-09-29 12:13 UTC  (3+ messages)

[PATCH] rs6000: Remove builtin mask check from builtin_decl [PR102347]
 2021-09-29 11:59 UTC  (5+ messages)

[PATCH] Fix peeling for alignment with negative step
 2021-09-29 11:46 UTC 

[patch][gcc12-changes] Add a new item about the support for automatic static variable initialization
 2021-09-29 10:39 UTC  (3+ messages)

[PATCH] aarch64: Improve size heuristic for cpymem expansion
 2021-09-29 10:20 UTC 

[PATCH] aarch64: Improve size optimisation heuristic for setmem expansion
 2021-09-29  9:58 UTC 

[PATCH] Replace VRP threader with a hybrid forward threader
 2021-09-29  9:20 UTC  (7+ messages)

[PATCH] Improve jump threading dump output
 2021-09-29  8:53 UTC  (9+ messages)

[Patch] Fortran: Avoid var initialization in interfaces [PR54753]
 2021-09-29  8:53 UTC 

[PATCH] [www] Add note about computed gotos to changes and porting guide
 2021-09-29  8:50 UTC  (2+ messages)

[PATCH] Loop unswitching: support gswitch statements
 2021-09-29  8:43 UTC  (4+ messages)

[PATCH] c++: Fix handling of __thread/thread_local extern vars declared at function scope [PR102496]
 2021-09-29  8:36 UTC 

[PATCH, rs6000] punish reload of lfiwzx when loading an int variable [PR102169, PR102146]
 2021-09-29  8:32 UTC 

[committed] openmp: Disallow reduction with var private in containing parallel even on scope [PR102504]
 2021-09-29  8:28 UTC 

[PATCH] c: [PR32122] Require pointer types for computed gotos
 2021-09-29  8:08 UTC  (4+ messages)

[PATCH] c++: Fix up synthetization of defaulted comparison operators on classes with bitfields [PR102490]
 2021-09-29  8:07 UTC  (12+ messages)
      ` [PATCH, v2] "

[COMMITTED] Fix some testcases after my computed goto patch
 2021-09-29  8:06 UTC 

[Patch] Fortran: Fix same_type_as
 2021-09-29  7:48 UTC  (2+ messages)

[PATCH] ctf: Do not warn for CTF not supported for GNU GIMPLE
 2021-09-29  7:14 UTC  (2+ messages)

[PATCH] debug/102507: ICE in btf_finalize when compiling with -gbtf
 2021-09-29  7:13 UTC  (2+ messages)

[PATCH] Avoid memcpy inline expansion in gcc.dg/out-of-bounds-1.c
 2021-09-29  6:07 UTC 

[PATCH] bpf: correct extra_headers
 2021-09-29  3:52 UTC  (2+ messages)

[r12-3947 Regression] FAIL: gcc.dg/vect/bb-slp-pr97709.c (test for excess errors) on Linux/x86_64
 2021-09-29  1:22 UTC 

[PATCH] RISC-V: Pattern name fix mulm3_highpart -> smulm3_highpart
 2021-09-28 23:48 UTC  (3+ messages)
` [PATCH] RISC-V: Pattern name fix mul*3_highpart -> smul*3_highpart

[RFC PATCH 0/8] RISC-V: Bit-manipulation extension
 2021-09-28 23:40 UTC  (8+ messages)
` [RFC PATCH 1/8] RISC-V: Minimal support of bitmanip extension

[PATCH] Make flag_trapping_math a non-binary Boolean
 2021-09-28 21:27 UTC  (5+ messages)

[PATCH] PR fortran/102520 - [10/11/12 Regression] ICE in expand_constructor, at fortran/array.c:1802
 2021-09-28 21:15 UTC  (2+ messages)

[PATCH] [GIMPLE] Simplify (_Float16) ceil ((double) x) to .CEIL (x) when available
 2021-09-28 20:50 UTC  (5+ messages)

Fix 48631_neg test in _GLIBCXX_VERSION_NAMESPACE mode
 2021-09-28 20:26 UTC  (4+ messages)

[PATCH] attribs: Implement -Wno-attributes=vendor::attr [PR101940]
 2021-09-28 20:20 UTC  (7+ messages)
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] c++: Suppress error when cv-qualified reference is introduced by typedef [PR101783]
 2021-09-28 19:51 UTC  (2+ messages)

[PATCH v2] libgcc: Add a backchain fallback to _Unwind_Backtrace() on PowerPC
 2021-09-28 19:50 UTC  (2+ messages)

[PATCH] c++: ttp matching with constrained auto parm [PR99909]
 2021-09-28 19:42 UTC  (2+ messages)

[committed] libstdc++: Remove obfuscating typedefs in <regex>
 2021-09-28 19:40 UTC 

[committed] libstdc++: Tweaks to <regex> to avoid warnings
 2021-09-28 19:40 UTC 

[committed] libstdc++: Add noexcept to functions in <regex>
 2021-09-28 19:40 UTC 

[PATCH] libstdc++: Fix return values for atomic wait on futex
 2021-09-28 19:35 UTC 

[pushed] Darwin, D : Add .d suffix to the list for invoking dsymutil
 2021-09-28 19:32 UTC 

[PATCH] libstdc++: Define macro before it is first checked
 2021-09-28 19:31 UTC  (3+ messages)
  ` [committed] "

[committed] libstdc++: Skip container adaptor tests that fail concept checks
 2021-09-28 19:26 UTC 

[committed] libstdc++: Skip tests that fail with _GLIBCXX_CONCEPT_CHECKS
 2021-09-28 19:26 UTC 

[committed] libstdc++: Fix concept checks for iterators
 2021-09-28 19:26 UTC 

[committed] libstdc++: Improve types used as iterators in testsuite
 2021-09-28 19:25 UTC 

[committed] libstdc++: Fix tests that use invalid types in ordered containers
 2021-09-28 19:25 UTC 

[committed] libstdc++: Fix _OutputIteratorConcept checks in algorithms
 2021-09-28 19:25 UTC 

[committed] libstdc++: Specialize std::pointer_traits<__normal_iterator<I,C>>
 2021-09-28 19:25 UTC 

[pushed] Darwin, PPC : Fix R13 for PPC64
 2021-09-28 19:20 UTC 

[Patch] Fortran: Fix assumed-size to assumed-rank passing [PR94070]
 2021-09-28 19:15 UTC  (9+ messages)
    ` [committed] libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note (was: [Patch] Fortran: Fix assumed-size to assumed-rank passing [PR94070])

[pushed] libgcc, X86, Darwin: Export cpu_model and indicator
 2021-09-28 19:08 UTC 

[PATCH] coroutines: Only set parm copy guard vars if we have exceptions [PR 102454]
 2021-09-28 17:48 UTC  (2+ messages)

[committed] libstdc++: Improve std::forward static assert message
 2021-09-28 17:08 UTC 

[committed] libstdc++: Fix mismatched noexcept-specifiers in filesystem::path [PR102499]
 2021-09-28 17:08 UTC 

[PATCH] [PR102501] Adjust jump threading testcases for ppc64* and others
 2021-09-28 16:36 UTC  (2+ messages)

[r12-3899 Regression] FAIL: gcc.dg/strlenopt-13.c scan-tree-dump-times strlen1 "memcpy \\(" 7 on Linux/x86_64
 2021-09-28 15:06 UTC  (3+ messages)

[PATCH] aarch64: Add command-line support for Armv8.7-a
 2021-09-28 14:48 UTC 

[PATCH][testsuite][aarch64]: Fix gcc.target/aarch64/auto-init-* tests
 2021-09-28 14:38 UTC  (2+ messages)
` Fwd: "

[PATCH] c++: fix cases of core1001/1322 by not dropping cv-qualifier of function parameter of type of typename or decltype[PR101402,PR102033,PR102034,PR102039,PR102044]
 2021-09-28 14:00 UTC  (5+ messages)
` *PING* "

[PATCH 00/13] ARM/MVE use vectors of boolean for predicates
 2021-09-28 13:32 UTC  (16+ messages)
` [PATCH 01/13] arm: Add new tests for comparison vectorization with Neon and MVE
` [PATCH 02/13] arm: Add tests for PR target/100757
` [PATCH 03/13] arm: Add test for PR target/101325
` [PATCH 04/13] arm: Add GENERAL_AND_VPR_REGS regclass

[PATCH] Always default to DWARF2_DEBUG if not specified, warn about deprecated STABS
 2021-09-28 13:18 UTC  (3+ messages)

[PATCH 8/7] ifcvt: Second try in order to avoid unnecessary temporaries
 2021-09-28 13:17 UTC 

[Patch] libgomp: Only check for 2*sizeof(void*) int type with Fortran [PR96661]
 2021-09-28 13:03 UTC  (2+ messages)

[PATCH v3 0/3] reassoc: Propagate PHI_LOOP_BIAS along single uses
 2021-09-28 12:38 UTC  (9+ messages)
` [PATCH v3 1/3] reassoc: Do not bias loop-carried PHIs early
` [PATCH v3 2/3] reassoc: Propagate PHI_LOOP_BIAS along single uses
` [PATCH v3 3/3] reassoc: Test rank biasing

[RFC] Don't move cold code out of loop by checking bb count
 2021-09-28 12:09 UTC  (8+ messages)

[PATCH 05/13] arm: Add support for VPR_REG in arm_class_likely_spilled_p
 2021-09-28 11:24 UTC  (4+ messages)
` [PATCH 06/13] arm: Fix mve_vmvnq_n_<supf><mode> argument mode

[PATCH] Enable auto-vectorization at O2 with very-cheap cost model
 2021-09-28 11:18 UTC  (3+ messages)

[PATCH] Control all jump threading passes with -fjump-threads
 2021-09-28 10:54 UTC  (7+ messages)

[PATCH] tree-optimization/99793 - testcase for the PR
 2021-09-28 10:50 UTC 

[PATCH] i386: Don't emit fldpi etc. if -frounding-math [PR102498]
 2021-09-28 10:03 UTC  (2+ messages)

[committed] openmp: Don't call omp_finish_clause on implicitly added private clauses on simd [PR102492]
 2021-09-28  9:43 UTC 

[RFC 1/7] Avoid references to register names in instruction output patterns
 2021-09-28  9:28 UTC  (2+ messages)

[COMMITTED] Return VARYING in range_on_path_entry if nothing found
 2021-09-28  9:12 UTC 

[PATCH] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2021-09-28  8:58 UTC  (3+ messages)
` PING^1 "
  ` PING^2 "

[PATCH] top-level configure: setup target_configdirs based on repository
 2021-09-28  8:45 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH] rs6000: Modify the way for extra penalized cost
 2021-09-28  8:39 UTC  (5+ messages)

[r12-3893 Regression] FAIL: gcc.target/i386/vect-pr97352.c scan-assembler-times vmov.pd 4 on Linux/x86_64
 2021-09-28  8:18 UTC  (5+ messages)

[PATCH v2] rs6000: Modify the way for extra penalized cost
 2021-09-28  8:16 UTC 

[PATCH] Fix gcc.target/i386/vect-pr97352.c for -m32 -march=cascadelake
 2021-09-28  8:05 UTC 

[PATCH] [i386] Support reduc_{plus,smax,smin,umax,min}_scal_v4hi
 2021-09-28  8:02 UTC  (2+ messages)
` [PATCH] [i386] Support reduc_{plus, smax, smin, umax, min}_scal_v4hi

[committed] gfortran.dg/include_15.f90: Add dg-prune-output [PR102500]
 2021-09-28  7:56 UTC 

[PATCH] AVX512FP16:support basic 64/32bit vector type and operation
 2021-09-28  7:20 UTC  (5+ messages)

[PATCH] Fix gcc.dg/vect/bb-slp-pr65935.c FAIL with AVX after recent change
 2021-09-28  7:01 UTC 

[PATCH] Relax condition of (vec_concat:M(vec_select op0 idx0)(vec_select op0 idx1)) to allow different modes between op0 and M, but have same inner mode
 2021-09-28  1:48 UTC  (7+ messages)

[COMMITTED] Remove old VRP jump threader code
 2021-09-28  1:44 UTC  (3+ messages)
` [COMMITTED] Minor cleanups to solver

[PATCH] libgccjit: add some reflection functions in the jit C api
 2021-09-28  0:53 UTC  (18+ messages)

[r12-3903 Regression] FAIL: gcc.dg/guality/pr41616-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects -DPREVENT_OPTIMIZATION execution test on Linux/x86_64
 2021-09-27 21:20 UTC 

[RFC] Experimental __attribute__((saturating)) on integer types
 2021-09-27 20:33 UTC  (3+ messages)

[PATCH] c++: deduction guides and ttp rewriting [PR102479]
 2021-09-27 19:31 UTC  (2+ messages)

[PATCH] PR fortran/102458 - ICE tree check: expected array_type, have pointer_type in gfc_conv_array_initializer, at fortran/trans-array.c:6136
 2021-09-27 18:28 UTC  (3+ messages)
  ` Aw: "

[PATCH] Introduce sh_mul and uh_mul RTX codes for high-part multiplications
 2021-09-27 15:44 UTC  (2+ messages)

[PATCH] Update pathname for IBM long double description
 2021-09-27 14:57 UTC  (2+ messages)

[PATCH] tree-optimization/100112 - VN last_vuse and redundant store elimination
 2021-09-27 14:11 UTC  (2+ messages)

Quantity Takeoff Specialist
 2021-09-27 14:00 UTC 

[PATCH] aarch64: Fix type qualifiers for qtbl1 and qtbx1 Neon builtins
 2021-09-27 13:50 UTC  (2+ messages)

[PATCH] middle-end/102450 - avoid type_for_size for non-existing modes
 2021-09-27 13:04 UTC 

[PATCH] ipa: Fix ICE when speculating calls from inlined functions (PR 102388)
 2021-09-27 12:36 UTC  (2+ messages)

[Patch][GCC][middle-end] - Lower store and load neon builtins to gimple
 2021-09-27 11:54 UTC  (2+ messages)

[PATCH] RISC-V: The 'multilib-generator' enhancement
 2021-09-27 11:32 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).