public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/marxin/heads/target_clone-use-non-numbered-clones] (91 commits) Use non-numbered clones for target_clones.
Date: Wed, 25 Aug 2021 11:20:51 +0000 (GMT)	[thread overview]
Message-ID: <20210825112051.A54643855002@sourceware.org> (raw)

The branch 'marxin/heads/target_clone-use-non-numbered-clones' was updated to point to:

 c101d6616a2... Use non-numbered clones for target_clones.

It previously pointed to:

 6aafb3f6bd6... Use non-numbered clones for target_clones.

Diff:

!!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST):
-------------------------------------------------------------------

  6aafb3f... Use non-numbered clones for target_clones.


Summary of changes (added commits):
-----------------------------------

  c101d66... Use non-numbered clones for target_clones.
  db3d412... i386: Fix _mm512_fpclass_ps_mask in O0 [PR 101471] (*)
  a20be0c... rs6000: Add vec_unpacku_{hi,lo}_v4si (*)
  4f5391d... Adjust testcases to avoid new failures brought by r12-3108  (*)
  05ace29... Daily bump. (*)
  9cf3f02... aix: SYSTEM_IMPLICIT_EXTERN_C (*)
  81e1894... [Committed] PR middle-end/102031: Fix typo/mistake in simpl (*)
  f95946a... Fortran: fix pointless warning for static variables (*)
  50cb830... rs6000: Add Power10 builtins (*)
  19b7bf6... rs6000: Add more type nodes to support builtin processing (*)
  2ed356a... rs6000: Add Power9 builtins (*)
  3c496e9... nvptx: Add a __PTX_SM__ predefined macro based on target IS (*)
  820f094... Reset PHI base0 flag if it's clear in any argument [PR10197 (*)
  6d692ef... libstdc++: Update C++20 status table for layout-compatibili (*)
  037ef21... libstdc++: Add std::is_layout_compatible trait for C++20 (*)
  8ce18a2... rs6000: Add power8-vector builtins (*)
  fce8a52... rs6000: Add power7 and power7-64 builtins (*)
  675a3e4... Add transitive operations to the relation oracle. (*)
  d8b7282... libstdc++: Fix mismatched class-key tags (*)
  6e5401e... x86: Broadcast from integer to a pseudo vector register (*)
  9216ee6... tree-optimization/100089 - avoid leaving scalar if-converte (*)
  809330a... arm: Add tests for VLLDM mitigation [PR102035] (*)
  30461cf... arm: fix vlldm erratum for Armv8.1-m [PR102035] (*)
  574e795... arm: add erratum mitigation to __gnu_cmse_nonsecure_call [P (*)
  3929bca... arm: Add command-line option for enabling CVE-2021-35465 mi (*)
  79fb270... arm: testsuite: improve detection of CMSE hardware. (*)
  4702d3c... arm: Fix general issues with patterns for VLLDM and VLSTM (*)
  8da9b4f... Enable avx512 embedde broadcast for vpternlog. (*)
  6ddb30f... Optimize (a & b) | (c & ~b) to vpternlog instruction. (*)
  8571ff0... Adjust inner loop cost scaling (*)
  0deabeb... Fix a few problems with download_prerequisites. (*)
  f897716... Tweak -Os costs for scalar-to-vector pass. (*)
  78fa511... [Committed] PR middle-end/102029: Stricter typing in LSHIFT (*)
  819b7c3... Disable slp in loop vectorizer when cost model is very-chea (*)
  38b19c5... Daily bump. (*)
  8ca7fa8... analyzer: rewrite of switch handling (*)
  192d4ed... rs6000: Fix AIX bootstrap (don't call asprintf) (*)
  596f964... rs6000: Add gengtype handling to the build machinery (*)
  34ad198... rs6000: Incorporate new builtins code into the build machin (*)
  30c335a... rs6000: Avoid buffer overruns (*)
  3d654ca... analyzer: fix ICE with NULL change.m_expr [PR101875] (*)
  4b821c7... analyzer: fix ICE when failing to reconstruct a fn ptr [PR1 (*)
  e82e0f1... analyzer: assume that POINTER_PLUS_EXPR of non-NULL is non- (*)
  4892b30... analyzer: fix uninit false positive on overlapping bindings (*)
  38757aa... libiberty, Darwin: Fix a build warning. (*)
  6a64964... Avoid redundant entries in modref access lists. (*)
  29c355f... Add 'libgomp.c/address-space-1.c' (*)
  bb75b22... Allow matching Intel MIC in OpenMP 'declare variant' (*)
  1a12937... libstdc++: Add default template argument to basic_istream_v (*)
  fedadb6... Add tailcall/sibcall support to the H8 (*)
  89ff4f0... [Committed] Restore build on !TARGET_TRULY_NOOP_TRUNCATION  (*)
  0230e69... ipa/97565 - fix IPA PTA body availability check (*)
  39baa88... Fix template in g++.dg/tree-ssa/modref-1.C (*)
  5bd4ab9... Fix previous ipa-modref patch (*)
  da6ce35... libstdc++: Use __builtin_expect in __dynamic_cast (*)
  bc97e73... libstdc++: Make permissions_are_testable function inline [P (*)
  3eb377b... docs: Fix -mpic-data-is-text-relative option placement. (*)
  57a9e63... Fortran/OpenMP: Improve duplicate errors (*)
  d4de7e3... Fortran/OpenMP: strict modifier on grainsize/num_tasks (*)
  12dc8ab... Fix scalar costing issue introduced by PR84512 fix. (*)
  5378781... analyzer: Fix PR analyzer/102020 (*)
  e772159... Improved handling of division/modulus in bit CCP. (*)
  7e5f9ea... Simplify (truncate:QI (subreg:SI (reg:QI x))) to (reg:QI x) (*)
  1d24402... Fold sign of LSHIFT_EXPR to eliminate no-op conversions. (*)
  b320edc... bswap: Recognize (int) __builtin_bswap64 (arg) idioms or __ (*)
  ad665de... tree-optimization/79334 - avoid PRE of possibly trapping ar (*)
  70c7ab5... Fix ICE. (*)
  b284053... dwarf2out: Emit DW_AT_location for global register vars dur (*)
  ac3bcc8... arm: Fix __arm_vctp16q return type in arm_mve.h (*)
  63f6853... arm: Fix multilib mapping for CDE extensions [PR100856] (*)
  3bc7553... openmp: Add support for strict modifier on grainsize/num_ta (*)
  6f1a366... ipa: add debug counter for IPA MODREF PTA (*)
  59f3893... Improve return slot handling in ipa-modref (*)
  f93f086... mips: msa: truncate immediate shift amount [PR101922] (*)
  4a4616e... gcc.c-torture/execute: Fix tmpnam issue on Windows (*)
  5b2876f... Daily bump. (*)
  972eab5... Correct treatment of qualifiers for pointers to arrays for  (*)
  9b08f77... Clear EAF_NOCLOBBER for indirect calls (*)
  a5416bf... Make the OpenMP 'error' directive work for nvptx offloading (*)
  4be4fa4... Daily bump. (*)
  44eaa2d... MAINTAINERS: Add myself for write after approval (*)
  776bd8a... Don't build libgcc_stub.a on hppa[12]*-*-hpux11*. (*)
  304ec0d... [MIPS] Remove TARGET_ASM_FUNCTION_RODATA_SECTION (*)
  5aae6fd... Don't warn when alignment of global common data exceeds max (*)
  e92d0ff... analyzer: Fix PR analyzer/101980 (*)
  7c9e164... Daily bump. (*)
  9b24c20... configure: remove gas versions from tls check (*)
  1918f4b... configure: fixup formatting from previous change (*)
  e0b6d0b... configure: remove version argument from gcc_GAS_CHECK_FEATU (*)
  7cad8a8... configure: drop version checks for in-tree gas [PR91602] (*)
  5f80c62... Further improvements to constant shifts for the H8 (*)

(*) This commit already exists in another branch.
    Because the reference `refs/users/marxin/heads/target_clone-use-non-numbered-clones' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.


                 reply	other threads:[~2021-08-25 11:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210825112051.A54643855002@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).