public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 2/2] ipa-sra: Improve debug info for removed parameters (PR 93385)
 2021-05-20  9:38 UTC  (4+ messages)

[PATCH] vect: Replace hardcoded weight factor with param
 2021-05-20  9:30 UTC  (7+ messages)
  ` [PATCH v2] "

[RFC] ldist: Recognize rawmemchr loop patterns
 2021-05-20  9:24 UTC  (9+ messages)

[PATCH] i386: Add mult-high and shift patterns for 4-byte vectors [PR100637]
 2021-05-20  9:14 UTC 

[PATCH] Add no_sanitize_coverage attribute
 2021-05-20  9:08 UTC  (3+ messages)

[PATCH] go/100537 - Bootstrap-O3 and bootstrap-debug fail
 2021-05-20  8:59 UTC  (8+ messages)

[PATCH] Fortran/OpenMP: Add support for 'close' in map clause
 2021-05-20  8:57 UTC  (2+ messages)

[i386] [PATCH] Fix ICE when lhs is NULL [PR target/100660]
 2021-05-20  8:30 UTC  (5+ messages)

[PATCH, rs6000] Remove mode promotion of SSA variables
 2021-05-20  8:29 UTC  (3+ messages)

[PATCH] collect2: avoid failure when passing text files in an AIX archive
 2021-05-20  8:13 UTC 

[PATCH] avoid -Wnonnull with lambda (PR 100684)
 2021-05-20  8:03 UTC  (3+ messages)

RFA: save/restore target options in handle_optimize_attribute
 2021-05-20  7:55 UTC  (2+ messages)

[PATCH v4 00/12] Allow TImode/OImode/XImode in op_by_pieces operations
 2021-05-20  7:51 UTC  (21+ messages)
` [PATCH v4 01/12] Add TARGET_READ_MEMSET_VALUE/TARGET_GEN_MEMSET_VALUE
` [PATCH v4 02/12] x86: "
` [PATCH v4 03/12] x86: Avoid stack realignment when copying data
` [PATCH v4 04/12] Remove MAX_BITSIZE_MODE_ANY_INT
` [PATCH v4 05/12] x86: Update piecewise move and store
` [PATCH v4 06/12] x86: Add AVX2 tests for PR middle-end/90773
` [PATCH v4 07/12] x86: Add tests for piecewise move and store
` [PATCH v4 08/12] x86: Also pass -mno-avx to pr72839.c
` [PATCH v4 09/12] x86: Also pass -mno-avx to cold-attribute-1.c
` [PATCH v4 10/12] x86: Also pass -mno-avx to sw-1.c for ia32
` [PATCH v4 11/12] x86: Update gcc.target/i386/incoming-11.c
` [PATCH v4 12/12] constructor: Check if it is faster to load constant from memory

[committed] openmp: Handle explicit linear clause properly in combined constructs with target [PR99928]
 2021-05-20  7:22 UTC 

[PATCH 1/2] correct BB frequencies after loop changed
 2021-05-20  7:19 UTC  (10+ messages)
              ` Ping: "
                ` Ping^1: "

[Patch] Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected value for PowerPC [PR96983]
 2021-05-20  6:57 UTC  (8+ messages)
` Aw: "

[PATCH] PCH large file bug
 2021-05-20  4:19 UTC 

[pushed] c++: _Complex template parameter [PR100634]
 2021-05-20  3:11 UTC 

[pushed] c++: ICE with using and enum [PR100659]
 2021-05-20  3:10 UTC 

[PATCH] libgccjit: Add support for setting the link section of global variables [PR100688]
 2021-05-20  0:32 UTC 

[r12-928 Regression] FAIL: g++.dg/opt/pr94589-2.C -std=gnu++2a scan-tree-dump-times optimized "[ij]_[0-9]+\\(D\\) (?:<|<=|==|!=|>|>=) [ij]_[0-9]+\\(D\\)" 12 on Linux/x86_64
 2021-05-20  0:02 UTC 

[PATCH,rs6000] Test cases for p10 fusion patterns
 2021-05-19 23:13 UTC  (2+ messages)

[PATCH] c++: Add new warning options for C++ language mismatches
 2021-05-19 23:12 UTC  (21+ messages)

[PATCH v2 0/4] [og10] OpenACC: Rework struct component handling
 2021-05-19 22:49 UTC  (5+ messages)
` [PATCH v2 1/4] [og10] Rewrite GOMP_MAP_ATTACH_DETACH mappings unconditionally
` [PATCH v2 2/4] [og10] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offset
` [PATCH v2 3/4] [og10] Refactor struct lowering for OpenACC/OpenMP in gimplify.c
` [PATCH v2 4/4] [og10] Rework indirect struct handling for OpenACC "

[PATCH,rs6000 0/2] p10 add-add and add-logical fusion series
 2021-05-19 22:15 UTC  (5+ messages)
` [PATCH,rs6000 1/2] combine patterns for add-add fusion
` [PATCH,rs6000 2/2] Fusion patterns for add-logical/logical-add

[PATCH 1/2] c-family: Copy DECL_USER_ALIGN even if DECL_ALIGN is similar
 2021-05-19 22:03 UTC  (2+ messages)

[PATCH] handle VLAs with arbitrary many bounds (PR 100619)
 2021-05-19 22:02 UTC  (2+ messages)

[PATCH] c: Add support for __FILE_NAME__ macro (PR c/42579)
 2021-05-19 22:01 UTC  (4+ messages)

[PATCH] Split gimple statement range folding into a stand alone class
 2021-05-19 20:23 UTC 

[PATCH,rs6000] Add insn types for fusion pairs
 2021-05-19 20:10 UTC  (2+ messages)

[Patch, fortran] PR fortran/100683 - Array initialization refuses valid
 2021-05-19 18:05 UTC  (2+ messages)

[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
 2021-05-19 18:03 UTC 

[pushed] c++: ICE with <=> fallback [PR100367]
 2021-05-19 17:30 UTC 

[pushed] c++: implicit deduction guides, protected access
 2021-05-19 17:29 UTC 

[PATCH] doc: Update description of __GXX_EXPERIMENTAL_CXX0X__
 2021-05-19 17:02 UTC  (2+ messages)

[PATCH] c++: Relax attribute on friend declaration checking [PR100596]
 2021-05-19 17:02 UTC  (2+ messages)

[PATCH] wwwdocs: Add D front-end section for GCC 11 changes
 2021-05-19 15:41 UTC 

[committed] testuite: Check pthread for omp module testing
 2021-05-19 14:58 UTC 

[PATCH][libgomp, nvptx] Fix hang in gomp_team_barrier_wait_end
 2021-05-19 14:52 UTC  (8+ messages)
            ` [PING][PATCH][libgomp, "

[PATCH][DOCS] Remove install-old.texi
 2021-05-19 14:49 UTC  (6+ messages)

[PATCH] arm: Fix ICE with CMSE nonsecure call on Armv8.1-M [PR100333]
 2021-05-19 14:48 UTC  (6+ messages)

[PATCH] arm/testsuite: Fix testcase for PR99977
 2021-05-19 14:47 UTC  (3+ messages)

[PATCH] RISC-V: Properly parse the letter 'p' in '-march'
 2021-05-19 14:45 UTC  (2+ messages)

[GCC-10 backport][PATCH] arm: _Generic feature failing with ICE for -O0 (pr97205)
 2021-05-19 14:44 UTC  (3+ messages)

[PATCH] libcpp: Fix up -fdirectives-only handling of // comments on last line not terminated with newline [PR100646]
 2021-05-19 14:23 UTC  (2+ messages)

[PATCH] PR tree-optimization/100512: Once a range becomes constant, make it invariant
 2021-05-19 14:11 UTC  (6+ messages)

[PATCH] improve warning suppression for inlined functions (PR 98465, 98512)
 2021-05-19 13:41 UTC  (3+ messages)

[committed] libstdc++: Fix std::jthread assertion and re-enable skipped test
 2021-05-19 13:37 UTC  (5+ messages)

[PATCH] aarch64: Use correct type attributes for RTL generating XTN(2)
 2021-05-19 13:35 UTC  (2+ messages)

[PATCH] aarch64: Use an expander for quad-word vec_pack_trunc pattern
 2021-05-19 13:34 UTC  (2+ messages)

[PATCH][pushed] Fix typos
 2021-05-19 13:26 UTC 

[PATCH 5/5] testsuite: aarch64: Add tests for high-half narrowing instructions
 2021-05-19 13:18 UTC  (2+ messages)

[PATCH 4/5] aarch64: Refactor aarch64_<sur>q<r>shr<u>n_n<mode> RTL pattern
 2021-05-19 13:17 UTC  (2+ messages)

[PATCH 3/5] aarch64: Relax aarch64_sqxtun2<mode> RTL pattern
 2021-05-19 13:14 UTC  (2+ messages)

[PATCH 2/5] aarch64: Relax aarch64_<sur>q<r>shr<u>n2_n<mode> RTL pattern
 2021-05-19 13:14 UTC  (2+ messages)

[PATCH 1/5] aarch64: Relax aarch64_<sur><addsub>hn2<mode> RTL pattern
 2021-05-19 13:13 UTC  (2+ messages)

[PATCH] middle-end/100672 - fix bogus right shift folding
 2021-05-19 13:12 UTC 

[PATCH][testsuite, nvptx] Add effective target sync_int_long_stack
 2021-05-19 12:56 UTC  (2+ messages)
` Add 'libgomp.oacc-c-c++-common/private-atomic-1.c' [PR83812] (was: [PATCH][testsuite, nvptx] Add effective target sync_int_long_stack)

[PATCH] Avoid marking TARGET_MEM_REF bases addressable
 2021-05-19 12:53 UTC 

[PATCH] phiopt: Optimize partial_ordering spaceship >= 0 -ffinite-math-only [PR94589]
 2021-05-19 12:19 UTC  (7+ messages)
    ` [PATCH] phiopt: Simplify (X & Y) == X -> (X & ~Y) == 0 even in presence of integral conversions [PR94589]

[PATCH, OpenACC] Add support for gang local storage allocation in shared memory
 2021-05-19 12:10 UTC  (4+ messages)
    ` Add 'libgomp.oacc-c-c++-common/loop-gwv-2.c' (was: [PATCH, OpenACC] Add support for gang local storage allocation in shared memory)

PR98125, PowerPC64 -fpatchable-function-entry
 2021-05-19 12:09 UTC  (6+ messages)
` PowerPC64 ELFv2 -fpatchable-function-entry

[PATCH] Enable more WITH_SIZE_EXPR processing
 2021-05-19 10:05 UTC 

[PATCH] i386: Implement 4-byte vector support [PR100637]
 2021-05-19  8:48 UTC  (2+ messages)

[PATCH] apply TLC to GIMPLE reference verification
 2021-05-19  8:19 UTC 

GCC 9.4 Status Report (2021-05-19), branch frozen for release
 2021-05-19  8:06 UTC 

[RFC] Run pass_sink_code once more after ivopts/fre
 2021-05-19  8:03 UTC  (18+ messages)
                        ` [PATCH] Run pass_sink_code once more before store_mergin

[PATCH] i386: Allow 64bit vector modes in general registers
 2021-05-19  8:00 UTC 

[committed] openmp: Handle lastprivate on combined target correctly [PR99928]
 2021-05-19  7:32 UTC 

[PATCH] builtins: Fix ICE with unprototyped builtin call [PR100576]
 2021-05-19  7:24 UTC  (2+ messages)

[PATCH] RFC: come up with startswith function
 2021-05-19  3:08 UTC  (6+ messages)
` [PATCH 0/3] Come "
  ` [PATCH 1/3] "

libgo patch committed: Regenerate configure script
 2021-05-19  2:59 UTC 

libgo patch committed: Update compression test cases
 2021-05-19  2:57 UTC 

Use Windows line endings in libgo test file
 2021-05-19  1:28 UTC 

[PATCH] libtool.m4: update GNU/Hurd test from upstream
 2021-05-19  1:07 UTC  (4+ messages)

[PATCH] libgccjit: Add support for TLS variable [PR95415]
 2021-05-19  0:43 UTC 

[pushed] c++: ICE with bad definition of decimal32 [PR100261]
 2021-05-19  0:27 UTC 

[pushed] c++: template template parm pack expansion [PR100372]
 2021-05-19  0:26 UTC 

[committed] d: Use startswith function instead of strncmp
 2021-05-18 21:01 UTC 

[committed] d: Use filename_ncmp instead of strncmp
 2021-05-18 21:00 UTC 

[PATCH 0/2]: Fix various problems if you configure with --with=power10
 2021-05-18 20:59 UTC  (3+ messages)
` [PATCH 1/2] Deal with prefixed loads/stores in tests, PR testsuite/100166
` [PATCH 2/2] Fix tests when running on power10, "

[committed] d: Revert "Come up with startswith function."
 2021-05-18 20:58 UTC 

[PATCH] Fix vec-splati-runnable.c test
 2021-05-18 20:49 UTC 

[PATCH 0/2] Move xx* builtins to vsx.md
 2021-05-18 20:47 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Fix xxeval predicates

[PATCH] Change rs6000_const_f32_to_i32 return type
 2021-05-18 20:39 UTC 

[PATCH] Allow __ibm128 on older PowerPC systems
 2021-05-18 20:36 UTC 

[PATCH] Fix long double tests when default long double is not IBM
 2021-05-18 20:32 UTC 

[PATCH] c: don't drop typedef information in casts
 2021-05-18 20:32 UTC  (3+ messages)

[PATCH 0/2] Add power10 IEEE 128-bit min/max/conditional move support
 2021-05-18 20:28 UTC  (3+ messages)
` [PATCH 1/2] Add IEEE 128-bit min/max support on PowerPC
` [PATCH 2/2] Add IEEE 128-bit fp conditional move "

[PATCH] libstdc++: Implement missing P0896 changes to reverse_view [PR100639]
 2021-05-18 19:55 UTC  (2+ messages)

[pushed] c++: non-static member, decltype, {} [PR100205]
 2021-05-18 19:44 UTC 

[pushed] c++: "perfect" implicitly deleted move [PR100644]
 2021-05-18 19:44 UTC 

[PATCH] c++: Prune dead functions
 2021-05-18 19:12 UTC  (2+ messages)

[r12-883 Regression] FAIL: gcc.dg/vect/pr71264.c scan-tree-dump vect "vectorized 1 loops in function" on Linux/x86_64
 2021-05-18 19:02 UTC 

[PATCH] PR fortran/100602 - [11/12 Regression] Erroneous "pointer argument is not associated" runtime error
 2021-05-18 18:36 UTC 

RFA: avoid infinite lra loop for constant addresses
 2021-05-18 17:52 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).