public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[aarch64] PR102376 - Emit better diagnostic for arch extensions in target attr
 2021-10-20  9:35 UTC  (4+ messages)

[PATCH] rs6000: Fix some issues in rs6000_can_inline_p [PR102059]
 2021-10-20  9:30 UTC  (5+ messages)
` PING^1 "
  ` PING^2 "
    ` PING^3 "
      ` PING^4 "

[PATCH v2] rs6000: Modify the way for extra penalized cost
 2021-10-20  9:29 UTC  (3+ messages)
` PING^1 "
  ` PING^2 "

[PATCH/RFC] combine: Tweak the condition of last_set invalidation
 2021-10-20  9:28 UTC  (8+ messages)
  ` [PATCH v2] "
    ` PING^1 "
      ` PING^2 "
        ` PING^3 "
          ` PING^4 "
            ` PING^5 "

[RFC] Remove VRP threader passes in exchange for better threading pre-VRP
 2021-10-20  9:27 UTC  (11+ messages)

[PATCH] libstdc++: Add support for POWER9 DARN instruction to std::random_device
 2021-10-20  9:12 UTC  (2+ messages)

[RFC] Partial vectors for s390
 2021-10-20  9:07 UTC  (2+ messages)

[PATCH, rs6000] Disable gimple fold for float or double vec_minmax when fast-math is not set
 2021-10-20  9:04 UTC 

[PATCH] options: Fix variable tracking option processing
 2021-10-20  8:51 UTC  (17+ messages)

[PATCH] hardened conditionals
 2021-10-20  8:50 UTC  (9+ messages)

[Ada] Avoid exception propagation during bootstrap
 2021-10-20  8:48 UTC 

Fix PR middle-end/102764
 2021-10-20  8:48 UTC 

[committed] libstdc++: Implement monadic operations for std::optional (P0798R8)
 2021-10-20  8:42 UTC  (3+ messages)

[PATCH] Add new replace script
 2021-10-20  8:41 UTC 

[PATCH] X86: Add an option -muse-unaligned-vector-move
 2021-10-20  8:06 UTC  (6+ messages)

[committed] openmp: Fix up struct gomp_work_share handling [PR102838]
 2021-10-20  7:47 UTC 

[PATCH] Restore --param=max-fsm-thread-length
 2021-10-20  7:43 UTC  (2+ messages)
` [COMMITTED] Remove unused back_threader_registry::m_threaded_paths

[PATCH] gcc-changelog: Add libffi/ to ignored_prefixes
 2021-10-20  7:15 UTC  (2+ messages)

[PATCH 0/4] Fix PR tree-opt/102703
 2021-10-20  6:58 UTC  (10+ messages)
` [PATCH 1/4] Add dump prints when execute_fixup_cfg removes a write only var store
` [PATCH 2/4] Remove outdated comment about execute_fixup_cfg
` [PATCH 3/4] Factor out removal of write only stores from execute_fixup_cfg
` [PATCH 4/4] Improve maybe_remove_writeonly_store to do a simple DCE for defining statement

gfortran.dg/bind-c-contiguous-5.c: Big-endian fix [PR102815]
 2021-10-20  6:52 UTC 

[PATCH] x86: Adjust gcc.target/i386/pr22076.c
 2021-10-20  6:42 UTC  (2+ messages)

[PATCH v4] Fix ICE when mixing VLAs and statement expressions [PR91038]
 2021-10-20  5:58 UTC  (3+ messages)

[PATCH] i386: Fix wrong codegen for V8HF move without TARGET_AVX512F
 2021-10-20  5:30 UTC 

[PATCH] Use fold_build2 instead fold_binary for TRUTH_AND
 2021-10-20  5:24 UTC  (3+ messages)

[committed] Trivial fix to gil-1.c when analyzer is not enabled
 2021-10-20  4:28 UTC 

[PATCH] Objective-C: fix protocol list count type (pertinent to non-LP64)
 2021-10-20  3:51 UTC  (2+ messages)

[PATCH] tree-object-size: Make unknown a computation
 2021-10-20  3:00 UTC  (6+ messages)
  ` [PATCH v2] "

how does vrp2 rearrange this?
 2021-10-19 23:13 UTC  (4+ messages)

[PATCH] Cleanup --params for backward threader
 2021-10-19 20:55 UTC  (3+ messages)

[r12-4475 Regression] FAIL: gcc.target/i386/pr22076.c scan-assembler-times movq 2 on Linux/x86_64
 2021-10-19 20:24 UTC 

[PATCH] gcc: implement AIX-style constructors
 2021-10-19 20:14 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3549 changes to ranges::enable_view
 2021-10-19 19:58 UTC  (2+ messages)

[committed] doc: Fix typo in name of PowerPC __builtin_cpu_supports built-in
 2021-10-19 19:41 UTC 

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-10-19 19:37 UTC 

[PATCH] c++: error message for dependent template members [PR70417]
 2021-10-19 19:15 UTC  (7+ messages)

[PATCH] c++: Fix up push_local_extern_decl_alias error recovery [PR102642]
 2021-10-19 18:59 UTC  (4+ messages)

[PATCH] libstdc++: Implement LWG 3470 change to ranges::subrange
 2021-10-19 18:49 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3568 change to ranges::basic_istream_view
 2021-10-19 18:47 UTC  (2+ messages)

[PATCH] libstdc++: Implement LWG 3580 changes to ranges::iota_view
 2021-10-19 18:47 UTC  (2+ messages)

[PATCH v2 0/4] libffi: Sync with upstream
 2021-10-19 18:01 UTC  (16+ messages)

[committed] libstdc++: Implement std::random_device::entropy() for other sources
 2021-10-19 16:31 UTC 

[committed] libstdc++: Fix doxygen generation to work with relative paths
 2021-10-19 15:34 UTC 

[PATCH v4 0/3] rs6000: Support more SSE4 intrinsics
 2021-10-19 15:23 UTC  (8+ messages)
` [PATCH v4 1/3] rs6000: Add nmmintrin.h to extra_headers
` [PATCH v4 2/3] rs6000: Support SSE4.1 "round" intrinsics
` [PATCH v4 3/3] rs6000: Guard some x86 intrinsics implementations

[PATCH] Add a simulate_record_decl lang hook
 2021-10-19 14:56 UTC  (4+ messages)

[PATCH] AArch64: Tune case-values-threshold
 2021-10-19 14:55 UTC  (6+ messages)

[r12-4457 Regression] FAIL: gfortran.dg/deferred_type_param_6.f90 -Os execution test on Linux/x86_64
 2021-10-19 14:49 UTC  (5+ messages)
  ` [Patch] (was: Re: [r12-4457 Regression] FAIL: gfortran.dg/deferred_type_param_6.f90 -Os execution test on Linux/x86_64)
      ` [Patch, committed] Fortran: Fix 'fn spec' for deferred character length "

[PATCH] rs6000: Remove unnecessary option manipulation
 2021-10-19 14:43 UTC  (8+ messages)

[PATCH] Refactor vect_supportable_dr_alignment
 2021-10-19 14:08 UTC 

[PATCH, OpenMP, Fortran] Support in_reduction for Fortran
 2021-10-19 14:05 UTC  (4+ messages)
  ` [PATCH, v2, "

[committed] libstdc++: Change std::variant union member to empty struct
 2021-10-19 14:02 UTC 

[committed] libstdc++: Fix std::stack deduction guide
 2021-10-19 14:02 UTC 

Cleanup compute_points_to_sets
 2021-10-19 13:44 UTC  (2+ messages)

[PATCH] c++: Diagnose taking address of an immediate member function [PR102753]
 2021-10-19 13:24 UTC  (4+ messages)
  ` [PATCH, v2] "
    ` [PATCH] c++: Reject addresses of immediate functions in constexpr vars inside of immediate functions or consteval if [PR102753]

[Patch, committed] Fortran: Fix "str" to scalar descriptor conversion [PR92482]
 2021-10-19 13:19 UTC 

[PATCH] aix: ensure reference to __tls_get_addr is in text section
 2021-10-19 12:40 UTC 

[PATCH 1/2] libstdc++: Implement LWG 3523 changes to ranges::iota_view
 2021-10-19 12:37 UTC  (3+ messages)
` [PATCH 2/2] libstdc++: Implement P1739R4 changes to views::take/drop/counted

[PATCH][aarch64] target: Support whitespaces in target attr/pragma
 2021-10-19 12:31 UTC  (4+ messages)

[PATCH] Refactor load/store costing
 2021-10-19 11:34 UTC 

[COMMITTED] Change threading comment before pass_ccp pass
 2021-10-19 11:31 UTC  (3+ messages)

[match.pd] PR83750 - CSE erf/erfc pair
 2021-10-19 11:25 UTC  (10+ messages)

[PATCH] MAINTAINERS: Add myself for write after approval
 2021-10-19 11:23 UTC 

[committed] libstdc++: Fix mem-initializer in std::move_only_function [PR102825]
 2021-10-19 10:51 UTC 

[PATCH] Compute negative offset in get_load_store_type
 2021-10-19 10:28 UTC 

[PATCH] tree-optimization/102827 - avoid stmts in preheader
 2021-10-19 10:28 UTC 

[PATCH] rs6000/test: Adjust some cases due to O2 vect [PR102658]
 2021-10-19  9:03 UTC  (6+ messages)
` [PATCH] Adjust testcase for O2 vectorization

PATCH, rs6000] Optimization for vec_xl_sext
 2021-10-19  9:01 UTC  (3+ messages)

[SVE] Adjust PR93183 test-case to compile with -march=armv8.3-a+sve
 2021-10-19  8:24 UTC  (3+ messages)

[PATCH] Add misalignment output parameter to get_load_store_type
 2021-10-19  8:12 UTC 

[PATCH] Remove check_aligned parameter from vect_supportable_dr_alignment
 2021-10-19  7:12 UTC 

[PATCH RFA] timevar: Add auto_cond_timevar class
 2021-10-19  6:53 UTC  (2+ messages)

[PATCH][i386] target: support spaces in target attribute
 2021-10-19  6:49 UTC  (6+ messages)

[PATCH] Add TSVC tests
 2021-10-19  6:49 UTC  (3+ messages)

[PATCH][WIP] Add install-dvi Makefile targets
 2021-10-19  5:40 UTC  (4+ messages)

[RFC] Don't move cold code out of loop by checking bb count
 2021-10-19  1:47 UTC  (12+ messages)
                    ` [PATCH v5 2/2] "

[PATCH v3 1/6] rs6000: Support SSE4.1 "round" intrinsics
 2021-10-19  0:36 UTC  (11+ messages)

[PATCH v3 0/6] rs6000: Support more SSE4 intrinsics
 2021-10-19  0:26 UTC  (6+ messages)
` [PATCH v3 6/6] rs6000: Guard some x86 intrinsics implementations

[PING] Re: [Patch][GCC][middle-end] - Generate FRINTZ for (double)(int) under -ffast-math on aarch64
 2021-10-18 23:22 UTC  (4+ messages)
` FW: "

[PATCH v2] rs6000: Remove unspecs for vec_mrghl[bhw]
 2021-10-18 22:40 UTC  (2+ messages)

[PATCH] Ranger : Do not process abnormal ssa-names
 2021-10-18 22:05 UTC  (5+ messages)
  ` [COMMITTED] tree-optimization/102796 - Process EH edges again

[PATCH] openmp, fortran: Add support for declare variant in Fortran
 2021-10-18 21:17 UTC  (6+ messages)

[Version 2][Patch][PR102281]do not add BUILTIN_CLEAR_PADDING for variables that are gimple registers
 2021-10-18 19:26 UTC 

[PATCH] PR target/102785: Correct addsub/subadd patterns on bfin
 2021-10-18 18:00 UTC  (2+ messages)

[Patch][PR102281]do not add BUILTIN_CLEAR_PADDING for variables that are gimple registers
 2021-10-18 17:24 UTC  (7+ messages)

[PATCH 0/4] IPA-CP profile feedback handling fixes
 2021-10-18 17:10 UTC  (7+ messages)
` [PATCH 3/4] ipa-cp: Fix updating of profile counts and self-gen value evaluation
` [PATCH 4/4] ipa-cp: Select saner profile count to base heuristics on

[PATCH] c++: Don't reject calls through PMF during constant evaluation [PR102786]
 2021-10-18 16:57 UTC  (2+ messages)

[PATCH] AArch64: Enable fast shifts on Neoverse V1/N2
 2021-10-18 16:24 UTC  (2+ messages)

[PATCH] C, C++, OpenMP: Add 'has_device_addr' clause to 'target' construct
 2021-10-18 16:17 UTC 

[PATCH v6] rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2021-10-18 15:54 UTC  (2+ messages)

[PATCH] i386: Fix ICE in ix86_print_opreand_address [PR 102761]
 2021-10-18 15:06 UTC 

[pushed] c++: improve template/crash90.C
 2021-10-18 14:21 UTC 

[PATCH] Apply TLC to vect_supportable_dr_alignment
 2021-10-18 14:15 UTC 

[RFC] Overflow check in simplifying exit cond comparing two IVs
 2021-10-18 13:37 UTC 

[PATCH][RFC] Introduce TREE_AOREFWRAP to cache ao_ref in the IL
 2021-10-18 13:30 UTC  (7+ messages)

[PATCH] Reduce the number of aligned_access_p calls
 2021-10-18 13:09 UTC 

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