public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/11] stdx::simd optimizations, corrections, and cleanups
 2021-06-08 12:11 UTC  (7+ messages)
` [PATCH 01/11] libstdc++: Improve copysign codegen
` [PATCH 02/11] libstdc++: Remove dead code
` [PATCH 03/11] libstdc++: Improve fixed_size codegen
` [PATCH 04/11] libstdc++: Make use of __builtin_bit_cast
` [PATCH 05/11] libstdc++: Remove incorrect fabs overload
` [PATCH 06/11] libstdc++: Minor simd_math cleanups

[PATCH 1/2] arm: Auto-vectorization for MVE: vclz
 2021-06-08 12:10 UTC  (4+ messages)
` [PATCH 2/2] arm: Auto-vectorization for MVE: add pack/unpack patterns

[PATCH] arm: Auto-vectorization for MVE and Neon: vhadd/vrhadd
 2021-06-08 11:50 UTC  (4+ messages)

[PATCH] predcom: Adjust some unnecessary update_ssa calls
 2021-06-08 11:09 UTC  (6+ messages)

[PATCH] arc: Add --with-fpu support for ARCv2 cpus
 2021-06-08 10:19 UTC  (4+ messages)

[PATCH V3] Split loop for NE condition
 2021-06-08 10:13 UTC  (2+ messages)

[PATCH 0/7 libgomp,amdgcn] AMD GCN Offloading Support
 2021-06-08 10:07 UTC  (3+ messages)
` [PATCH 6/7 amdgcn] Use a single worker for OpenACC on AMD GCN

Enable more 'libgomp.oacc-*/lib-*' testcases for non-'openacc_nvidia_accel_selected'
 2021-06-08  9:53 UTC 

[committed, amdgcn] Update OpenACC testcases for amdgcn
 2021-06-08  9:51 UTC  (2+ messages)

[patch, openacc] Adjust tests for amdgcn offloading
 2021-06-08  9:41 UTC  (4+ messages)

Enhance 'libgomp.oacc-c-c++-common/firstprivate-1.c' for non-'acc_device_nvidia'
 2021-06-08  9:33 UTC 

Add 'acc_device_radeon' testing to 'libgomp.oacc-*/acc_on_device-*'
 2021-06-08  9:31 UTC 

[openacc, testsuite, committed] Enable libgomp.oacc-*/declare-*.{c,f90} for non-nvidia devices
 2021-06-08  9:23 UTC  (2+ messages)

[committed] openmp: Fix ICE on depend(source) clause during cdtor cloning [PR100957]
 2021-06-08  9:19 UTC 

[patch, libgomp] Enable OpenACC GCN testing
 2021-06-08  9:17 UTC  (2+ messages)

[committed][nvptx] Handle assignment to gang-level reduction variable
 2021-06-08  9:14 UTC  (2+ messages)

[PATCH 0/9] [COVER-LETTER, nvptx] Add support for warp-multiple openacc vector length
 2021-06-08  9:10 UTC  (3+ messages)
` [PATCH 1/9] [nvptx] Enable large vectors

[PATCH 0/3] Improve and document stdx::simd testsuite
 2021-06-08  8:59 UTC  (4+ messages)
` [PATCH 1/3] libstdc++: Remove -fno-tree-vrp after PR98834 was resolved
` [PATCH 2/3] libstdc++: Improve output verbosity options and default
` [PATCH 3/3] libstdc++: Document simd testsuite

[PATCH] middle-end/100951 - make sure to generate VECTOR_CST in lowering
 2021-06-08  8:47 UTC 

[PATCH][version 3]add -ftrivial-auto-var-init and variable attribute "uninitialized" to gcc
 2021-06-08  8:27 UTC  (15+ messages)

[committed] testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943]
 2021-06-08  8:08 UTC 

[PATCH] docs: document evrp-sparse-threshold param
 2021-06-08  7:46 UTC 

RFC: Experimental use of Sphinx for GCC documentation
 2021-06-08  7:43 UTC  (10+ messages)
` RFC: "

[PATCH][pushed] Fix "tailing" typo
 2021-06-08  7:43 UTC 

[PATCH] Implement a context aware points-to analyzer for use in evrp
 2021-06-08  7:26 UTC  (7+ messages)

[PATCH] define auto_vec copy ctor and assignment (PR 90904)
 2021-06-08  7:19 UTC  (18+ messages)

[RFC/PATCH 00/11] Fix up some unexpected empty split conditions
 2021-06-08  7:08 UTC  (17+ messages)

[PATCH] rtl: Join the insn and split conditions in define_insn_and_split
 2021-06-08  7:05 UTC  (2+ messages)

Aligning stack offsets for spills
 2021-06-08  6:56 UTC  (2+ messages)

[pushed] c++: alias with same name as base fn [PR91706]
 2021-06-08  3:56 UTC  (2+ messages)
` [pushed] c++: preserve BASELINK from lookup [PR91706]

[pushed] c++: fix modules binfo merging
 2021-06-08  3:53 UTC 

[pushed] c++: alias member template [PR100102]
 2021-06-08  3:49 UTC 

[PATCH] doc/typo: mthread -> mthreads
 2021-06-08  2:38 UTC 

[PATCH] rs6000: Support doubleword swaps removal in rot64 load store [PR100085]
 2021-06-08  1:11 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] PR libstdc++/100889: Fix wrong param type in atomic_ref<_Tp*>::wait
 2021-06-08  0:28 UTC  (5+ messages)
  ` [PATCH] [libstdc++] Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]
  ` [PATCH] libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889] [PR100889]
    ` [PATCH] libstdc++: Fix Wrong param type in :atomic_ref<_Tp*>::wait [PR100889]

[PATCH] c++: explicit() ignored on deduction guide [PR100065]
 2021-06-08  0:06 UTC 

[PATCH, rs6000] Update Power10 scheduling description for fused instruction types
 2021-06-07 23:00 UTC  (2+ messages)

[PATCH 0/2] Add power10 IEEE 128-bit min/max/conditional move support
 2021-06-07 22:31 UTC  (10+ messages)
` [PATCH 1/2] Add IEEE 128-bit min/max support on PowerPC
` [PATCH 2/2] Add IEEE 128-bit fp conditional move "

[PATCH] PR tree-optimization/100299 - Implement a sparse bitmap representation for Rangers on-entry cache
 2021-06-07 21:35 UTC 

[PATCH 1/3]: C N2653 char8_t: Language support
 2021-06-07 21:12 UTC  (3+ messages)

[PATCH 0/3]: C N2653 char8_t implementation
 2021-06-07 21:03 UTC  (2+ messages)

[PATCH] i386: Add init pattern for V4QI vectors [PR100637]
 2021-06-07 21:02 UTC 

[PATCH v2 0/2] Allow vec_duplicate_optab to fail
 2021-06-07 20:33 UTC  (8+ messages)
` [PATCH v2 1/2] "
          ` [PATCH] middle-end/100951 - make sure to generate VECTOR_CST in lowering
` [PATCH v2 2/2] x86: Convert CONST_WIDE_INT/CONST_VECTOR to broadcast

[PATCH] [i386] Fix _mm256_zeroupper to notify LRA that vzeroupper will kill sse registers. [PR target/82735]
 2021-06-07 19:04 UTC  (6+ messages)
` [PATCH 1/2] CALL_INSN may not be a real function call
  ` [PATCH 2/2] Fix _mm256_zeroupper by representing the instructions as call_insns in which the call has a special vzeroupper ABI
        ` [PATCH] x86: Don't compile pr82735-[345].c for x32

[PATCH 2/5 ver4] RS6000: Add 128-bit Integer Operations
 2021-06-07 19:03 UTC  (10+ messages)
` [PATCH 3/5 ver4] RS6000: Add TI to TD (128-bit DFP) and TD to TI support
` [PATCH 4/5 ver4] RS6000, Add test 128-bit shifts for just the int128 type
` [PATCH 5/5 ver4] RS6000: Conversions between 128-bit integer and floating point values
  ` [PATCH ] RS6000 Add 128-bit Binary Integer sign extend operations

[PATCH] Add --enable-default-semantic-interposition to GCC configure
 2021-06-07 19:01 UTC  (6+ messages)

[PATCH][RFC] Sparse on entry cache for Ranger
 2021-06-07 17:50 UTC  (4+ messages)

[PATCH 00/57] Replace the Power target-specific built-in machinery
 2021-06-07 17:48 UTC  (11+ messages)
` [PATCH 02/57] Support scanning of build-time GC roots in gengtype

[PATCH] PR libstdc++/98842: Fixed Constraints on operator<=>(optional, U)
 2021-06-07 15:29 UTC  (3+ messages)

[PATCH] Improve match_simplify_replacement in phi-opt
 2021-06-07 14:54 UTC  (2+ messages)

[PATCH] libstdc++: add missing typename for dependent type in std::ranges::elements_view [PR100900]
 2021-06-07 14:54 UTC  (2+ messages)

[PATCH] predcom: Enabled by loop vect at O2 [PR100794]
 2021-06-07 14:51 UTC  (4+ messages)
  ` [PATCH v2] "

[committed] H8 -- use simple moves to eliminate redundant test/compares
 2021-06-07 14:44 UTC 

[PATCH] [i386] Fix ICE of insn does not satisfy its constraints
 2021-06-07 14:36 UTC  (5+ messages)
      ` [PATCH] x86: Update g++.target/i386/pr100885.C

[PATCH PR100740]Fix overflow check in simplifying exit cond comparing two IVs
 2021-06-07 14:35 UTC  (4+ messages)

[RFC/PATCH] updating global ranges and their effect on __builtin_unreachable code
 2021-06-07 14:32 UTC  (10+ messages)

[Patch] Fortran/OpenMP: Fix clause splitting for target/parallel/teams [PR99928]
 2021-06-07 14:15 UTC  (2+ messages)

[patch, committed] fortran/intrinsic.texi: Fix copy'n'paste errors and typos (was: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/)
 2021-06-07 13:39 UTC 

[vect-patterns][RFC] Refactor widening patterns to allow internal_fn's
 2021-06-07 13:29 UTC 

[PATCH] Reformat target.def for better parsing
 2021-06-07 13:23 UTC  (4+ messages)

[PATCH] Simplify (view_convert ~a) < 0 to (view_convert a) >= 0 [PR middle-end/100738]
 2021-06-07 13:19 UTC  (7+ messages)

[wwwdocs] Add HTML anchors to GCC 5 "porting to" notes
 2021-06-07 12:05 UTC  (2+ messages)

[RFC] Implementing detection of saturation and rounding arithmetic
 2021-06-07 11:28 UTC  (2+ messages)

[PATCH, OG10, OpenMP 5.0, committed] Implement relaxation of implicit map vs. existing device mappings
 2021-06-07 11:28 UTC  (3+ messages)
` [PATCH, OpenMP 5.0] Implement relaxation of implicit map vs. existing device mappings (for mainline trunk)

[PATCH] For obj-c stage-final re-use the checksum from the previous stage
 2021-06-07 11:21 UTC  (3+ messages)
` [PING] "

[PATCH 1/4]middle-end Vect: Add support for dot-product where the sign for the multiplicant changes
 2021-06-07 10:10 UTC  (11+ messages)

[wwwdocs] Document libstdc++ support for generic unordered lookup
 2021-06-07  9:27 UTC 

[PATCH] tree-optimization: Optimize division followed by multiply [PR95176]
 2021-06-07  8:25 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] build: Implement --with-multilib-list for avr target
 2021-06-07  7:30 UTC 

[ARM] PR97906 - Missed lowering abs(a) >= abs(b) to vacge
 2021-06-07  7:16 UTC  (2+ messages)

[ARM] PR66791: Replace calls to builtin in vmul_n (a, b) intrinsics with __a * __b
 2021-06-07  7:15 UTC  (5+ messages)

[PATCH] fold-const: Fix up fold_read_from_vector [PR100887]
 2021-06-07  6:39 UTC  (4+ messages)

[PATCH] tree-inline: Fix up __builtin_va_arg_pack handling [PR100898]
 2021-06-07  6:16 UTC  (2+ messages)

[PATCH] rs6000: Remove unspecs for vec_mrghl[bhw]
 2021-06-07  5:09 UTC  (2+ messages)
` Ping: "

[PATCH] rs6000: Expand fmod and remainder when built with fast-math [PR97142]
 2021-06-07  5:08 UTC  (4+ messages)
` Ping: "
    ` Ping^2: "

[PATCH] Use _GLIBCXX_ASSERTIONS as _GLIBCXX_DEBUG light
 2021-06-07  4:25 UTC  (3+ messages)

[PATCH 1/2] correct BB frequencies after loop changed
 2021-06-07  2:37 UTC  (11+ messages)
              ` Ping: "
                ` Ping^1: "
                  ` Ping^2: "

[PATCH 3/3]: C N2653 char8_t: Documentation updates
 2021-06-07  2:32 UTC 

[PATCH 2/3]: C N2653 char8_t: New tests​
 2021-06-07  2:32 UTC 

[PATCH] rs6000: Fix wrong code generation for vec_sel [PR94613]
 2021-06-07  2:15 UTC  (4+ messages)
    ` Ping: "

[SPARC] Reimplement LEAF_REG_REMAP macro
 2021-06-06 21:58 UTC 

[PATCH,AIX] Use assemble_name to output BSS section name
 2021-06-06 20:35 UTC 

[PATCH] i386: Clean up constraints.md
 2021-06-06 20:11 UTC 

[Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
 2021-06-06 17:58 UTC  (4+ messages)
    ` Re:[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling

[PATCH][pushed] genhooks: remove dead code
 2021-06-06 17:05 UTC 

[PATCH][pushed] docs: remove extra character
 2021-06-06 17:02 UTC 

[PATCH][OBVIOUS] docs: Add missing @headitem for tables
 2021-06-06 17:02 UTC 

[PATCH] libgomp: Compile tests with -march=i486 if needed
 2021-06-06 13:03 UTC 

[Ping, Patch, Fortran, Update 2] PR98301 Re: RANDOM_INIT() and coarray Fortran
 2021-06-06 10:14 UTC  (9+ messages)
                ` [Ping^2, Patch, Fortran] "
                        ` [Patch, Fortran, backport 2 gcc-11] "
                            ` [COMITTED, Patch, "

[C] Fix thinko in new warning on type punning for storage order purposes
 2021-06-06  9:43 UTC 

[PATCH] c++: access of dtor named by qualified template-id [PR100918]
 2021-06-06  2:34 UTC  (2+ messages)

[committed] libiberty: Use libiberty snprintf and vsnprintf on hppa*-*-hpux*
 2021-06-05 16:03 UTC 

[committed] libstdc++: Fix value categories used by ranges access CPOs [PR 100824]
 2021-06-05 10:46 UTC  (4+ messages)

[committed] Fix H8 split conditions
 2021-06-05  5:33 UTC 

[PATCH] PR 99293: Optimize splat of vec_extract for V2DI/V2DF
 2021-06-05  5:06 UTC 

[PATCH] [libstdc++] Cleanup atomic timed wait implementation
 2021-06-04 22:29 UTC 

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2021-06-04 22:04 UTC  (3+ 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).