The branch 'aoliva/heads/testbase' was updated to point to:

 85910e650a61... x86: Extend AVX512 Vectorization for Popcount in Various Mo

It previously pointed to:

 d6d8445c8550... c++: fix constexpr cast from void* diag issue [PR116741]

Diff:

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

  85910e6... x86: Extend AVX512 Vectorization for Popcount in Various Mo (*)
  78eef89... Define VECTOR_STORE_FLAG_VALUE (*)
  064d5c6... testsuite: Fix testcase g++.dg/modules/indirect-1_b.C [PR11 (*)
  12c8cb8... RISC-V: Add testcases for form 3 of signed vector SAT_ADD (*)
  342221f... Match: Support form 3 for vector signed integer .SAT_ADD (*)
  9d76276... Daily bump. (*)
  14cd108... gfortran testsuite: Remove unit-files in files having open- (*)
  6fee826... testsuite: XFAIL g++.dg/modules/indirect-1_b.C (*)
  d5864b9... testsuite: fix dejagnu typos with underscores (*)
  0b953ce... doc: Remove @code wrapping of fortran option names [PR11680 (*)
  cc40795... i386: Add GENERIC and GIMPLE folders of __builtin_ia32_{min (*)
  c79cc30... x86: Don't use address override with segment regsiter (*)
  ed6dccd... ltmain.sh: allow more flags at link-time (*)
  82d9727... libstdc++: testsuite: fix dg-bogus directive syntax (*)
  3308e82... Fix testsuite failure on 32-bit targets. (*)
  d1e7f3a... Add an alternative testcase for PR 70740 (*)
  6c5543d... match: Fix `a != 0 ? a * b : 0` patterns for things that tr (*)
  7cf85d1... c++: Add testcase for DR 2874 (*)
  0564d95... c++: Add testcase for DR 2836 (*)
  340ef96... c++: Add testcase for DR 2728 (*)
  a88d6c6... match: Fix A || B not optimized to true when !B implies A [ (*)
  0e095df... Speed up get_bitmask_from_range (*)
  6efc770... Speed up wide_int_storage::operator=(wide_int_storage const (*)
  1fea6f8... c++: use TARGET_EXPR accessors (*)
  08b8341... match: Change (A * B) + (-C) to (B - C/A) * A, if C multipl (*)
  af8ff00... remove dominator recursion from reassoc (*)
  9b76263... Remove recursion in simplify_control_stmt_condition_1 [PR11 (*)
  63a598d... libstdc++: #ifdef out #pragma GCC system_header (*)
  2407dbe... libstdc++: more #pragma diagnostic (*)
  7ad17fe... Use tree view for find_always_executed_bbs result (*)
  fcff9c3... OpenMP: Update OMP_REQUIRES_TARGET_USED for declare_target  (*)
  5d87b98... RISC-V: Cleanup debug code for SAT_* testcases [NFC] (*)
  cc141b5... rtl-optimization/114855 - slow add_store_equivs in IRA (*)
  0b2d3bf... Disable add_store_equivs when -fno-expensive-optimizations (*)
  caf3fe7... tree-optimization/114855 - slow VRP due to equiv oracle que (*)
  5b652b0... RISC-V: Refine the testcase of vector SAT_TRUNC (*)
  32bcca3... RISC-V: Refine the testcase of vector SAT_SUB (*)
  043d607... RISC-V: Refine the testcase of vector SAT_ADD (*)
  742d242... i386: Update the comment for mapxf option (*)
  6935bdd... OpenMP: Fix testsuite failure on x86 with -m32 (*)
  2d8392c... Daily bump. (*)
  291e20e... Add random numbers and fix some bugs. (*)
  fbeb1a9... Implement IANY, IALL and IPARITY for unsigned. (*)
  1762b7f... options: Regenerate c.opt.urls (*)
  5e918a4... Implement SUM and PRODUCT for unsigned. (*)
  5d98fe0... Implement MATMUL and DOT_PRODUCT for unsigned. (*)
  650e915... c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for  (*)
  d9cafa0... libgcc, Darwin: Drop the legacy library build for macOS >=  (*)
  dab4500... i386: Fix comment typo (*)
  ae57e52... c++/contracts: ICE in build_contract_condition_function [PR (*)
  4cb20dc... libgomp: with USM, init 'link' variables with host address (*)
  79a3d3d... [PATCH] RISC-V: Fix FIXED_REGISTERS comment missing return  (*)
  96246bf... OpenMP: Check additional restrictions on context selector p (*)
  2114243... Simplify range-op shift mask generation (*)
  de6fe69... Widening-Mul: Fix one ICE for SAT_SUB matching operand chec (*)
  cef2993... tree-optimization/116819 - SLP with !STMT_VINFO_RELEVANT re (*)
  4bd3cca... RISC-V: testsuite: Fix SELECT_VL SLP fallout. (*)
  be50c76... RISC-V: Add more vector-vector extract cases. (*)
  e45537f... RISC-V: Fix effective target check. (*)
  0c0d79c... Fortran: Allow to nullify caf token when not in ultimate co (*)
  2249c3b... build: enable C++11 narrowing warnings (*)
  f5035d7... Fortran: Assign allocated caf-memory to scalar members [PR8 (*)
  9a795b3... tree-optimization/114855 - more update_ssa speedup (*)
  3436617... Alphabetize my entry in MAINTAINER's DCO list. (*)
  b752eed... OpenMP: Add support for 'self_maps' to the 'require' direct (*)
  7e560ff... Testsuite, darwin: account for macOS 15 (*)
  f594008... tree-optimization/115372 - failed store-lanes in some cases (*)
  618871f... libstdc++: Remove unnecessary 'static' from __is_specializa (*)
  f9dfe8d... tree-optimization/114855 - high update_ssa time (*)
  824229e... hosthooks.h: Fix GCC_HOST_HOOKS_H typo (*)
  f5ee372... nvptx: Partial support for aliases to aliases. (*)
  4d6fa5b... Daily bump. (*)
  5ef52ec... modula2: Add noreturn attribute to m2/gm2-libs/M2RTS.mod (*)
  0121b85... libobjc: Fix typos (*)
  4700ad1... c++: diagnose this specifier in requires expr [PR116798] (*)
  c1fb78f... aarch64: Add codegen support for AdvSIMD faminmax (*)
  bfefed6... aarch64: Add AdvSIMD faminmax intrinsics (*)
  6141d0c... [MAINTAINERS] Fix myself in order and add username (*)
  358db2e... libstdc++: guard c++config pragmas (*)
  2620e37... libstdc++: operator new/delete are transaction_safe (*)
  2b79714... dwarf2: store the RA state in CFI row (*)
  fb475d3... aarch64 testsuite: explain expectections for pr94515* tests (*)
  9e1c71b... dwarf2: add hooks for architecture-specific CFIs (*)
  4068096... Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATE (*)
  bdf41d6... libgcc: hide CIE and FDE data for DWARF architecture extens (*)
  ba3e597... aarch64: skip copy of RA state register into target context (*)
  f531673... aarch64: store signing key and signing method in DWARF _Unw (*)
  cdb9aa0... OpenMP: Fix omp_get_device_from_uid, minor cleanup (*)
  ffd861c... arc: Remove mlra option [PR113954] (*)
  a030fca... c++: Don't crash when mangling member with anonymous union  (*)
  d7bf5e5... c++: Don't ICE due to artificial constructor parameters [PR (*)
  346f767... Add myself to write after approval (*)
  2c04f17... tree-optimization/116810 - out-of-bound access to matches[] (*)
  e97c75d... tree-optimization/116796 - virtual LC SSA broken after unro (*)
  0989244... middle-end: Insert invariant instructions before the gsi [P (*)
  723f7b6... tree-optimization/116791 - Elementwise SLP vectorization (*)
  dfb7507... gcn/mkoffload.cc: Re-add fprintf for #include of stdlib.h/s (*)
  999363c... Genmatch: Fix ICE for binary phi cfg mismatching [PR116795] (*)
  831137b... gimple: Simplify gimple_seq_nondebug_singleton_p (*)
  2cd7672... gimple: Remove custom remove_pointer (*)
  0d68bfe... Remove commented out PHI_ARG_DEF macro defition (*)
  5278348... Update email in MAINTAINERS file. (*)
  4fc9248... Match: Support form 2 for vector signed integer .SAT_ADD (*)
  a1e6bb6... RISC-V: Add testcases for form 2 of signed vector SAT_ADD (*)
  3f37c6f... testsuite/gfortran.dg/unsigned_22.f90: Add missing close wi (*)
  ca12354... Daily bump. (*)
  50c9c3c... RISC-V: Add testcases for form 4 of signed scalar SAT_ADD (*)
  20ec2c5... RISC-V: Add testcases for form 3 of signed scalar SAT_ADD (*)
  0312b66... testsuite, coroutines: Add tests for non-supension ramp ret (*)
  43eab54... libgcc, Darwin: From macOS 11, make that the earliest suppo (*)
  0f52a92... libstdc++: Disable std::formatter<char8_t, C> specializatio (*)
  83c6fe1... libstdc++: Fix condition for ranges::copy to use memmove [P (*)
  482e651... libstdc++: Fix formatting of most negative chrono::duration (*)
  b646316... libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in (*)
  164c1b1... libstdc++: Silence -Wattributes warning in exception_ptr (*)
  d842eb5... libstdc++: Silence -Woverloaded-virtual warning in cxx11-io (*)
  d024be8... libstdc++: Reorder C++26 entries in version.def (*)
  dc47add... libstdc++: add default template parameters to algorithms (*)
  4150bcd... middle-end: lower COND_EXPR into gimple form in vect_recog_ (*)
  e84e5d0... aarch64: Take into account when VF is higher than known sca (*)
  6738224... Daily bump. (*)
  d6cb779... fortran: Add -finline-intrinsics flag for MINLOC/MAXLOC [PR (*)
  3c01ddc... fortran: Continue MINLOC/MAXLOC second loop where the first (*)
  7d43b4e... fortran: Inline non-character MINLOC/MAXLOC with no DIM [PR (*)
  5999d55... fortran: Inline integral MINLOC/MAXLOC with no DIM and scal (*)
  dd52503... fortran: Inline integral MINLOC/MAXLOC with no DIM and no M (*)
  8731ad2... fortran: Outline array bound check generation code (*)
  2a5fd72... fortran: Remove MINLOC/MAXLOC frontend optimization (*)
  c313924... fortran: Inline MINLOC/MAXLOC with no DIM and ARRAY of rank (*)
  053cec9... fortran: Disable frontend passes for inlinable MINLOC/MAXLO (*)
  b6ea4f7... fortran: Add tests covering inline MINLOC/MAXLOC without DI (*)
  20486ec... modula2: Tidyup remove unnecessary parameters (*)
  2484ba1... libstdc++: fix C header include guards (*)
  c8f19fa... Daily bump. (*)
  48261bd... diagnostics: add HTML output format as a plugin [PR116792] (*)
  39f7703... analyzer: simplify dumps using tree_dump_pretty_printer [PR (*)
  725231e... diagnostics: isolate SARIF output's pretty_printer [PR11661 (*)
  7da682c... diagnostics: convert text hooks to use diagnostic_text_outp (*)
  37604ed... analyzer: remove redundant 'pp' [PR116613] (*)
  a001d51... libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) co (*)
  8230922... libstdc++: Document missing features for old std:string ABI (*)
  9227a64... c: fix crash when checking for compatibility of structures  (*)
  1f70503... c++: CWG 2789 and reversed operator candidates (*)
  2828ec5... modula2: Remove unused parameter warnings seen in build (*)
  442db84... Daily bump. (*)
  ee3efe0... c++: CWG 2789 and usings [PR116492] (*)
  06557ba... c++: CWG 2273 and non-constructors (*)
  33cb400... AArch64: Define VECTOR_STORE_FLAG_VALUE. (*)
  0189ab2... testsuite: Update commandline for PR116628.c to use neovers (*)
  33ccc13... Darwin: Allow for as versions that need '-' for std in. (*)
  cbe1b1c... c++, coroutines: Rework the ramp codegen. (*)
  664e0ce... Fall back to elementwise access for too spaced SLP single e (*)
  4eba48a... Handle patterns as SLP roots of only live stmts (*)
  09a52cf... s390: Remove -m{,no-}lra option (*)
  5d0e46a... testsuite/116397 - avoid looking for "VEC_PERM_EXPR" (*)
  16d2d17... Fix small thinko in IPA mod/ref pass (*)
  bf4a5ef... OpenMP: Add get_device_from_uid/omp_get_uid_from_device rou (*)
  0be3f45... testsuite: fix target-specific 'do-' typos (*)
  624d3af... i386: Fix up _mm_min_ss etc. handling of zeros and NaNs [PR (*)
  fd83474... testsuite/116784 - match up SLP scan and vectorized scan (*)
  7203b6e... testsuite: debug: fix errant whitespace (*)
  cfc95fa... testsuite: fix 'do-do' typos (*)
  b2f4daa... Remove PHI_RESULT_PTR and change some PHI_RESULT to be gimp (*)
  284c03e... testsuite: debug: fix dejagnu directive syntax (*)
  91da9e3... c-family: regenerate c.opt.urls (*)
  a2746e4... c++: deleting explicitly-defaulted functions [PR116162] (*)
  3790ff7... Update cpplib zh_CN.po (*)
  2ec49f3... Update gcc zh_CN.po (*)
  16dda95... dwarf2asm: Use constexpr for eh_data_format_name initializa (*)
  cee868a... RISC-V: Add testcases for form 2 of signed scalar SAT_ADD (*)
  5b5a36b... tree-optimization/116768 - wrong dependence analysis (*)
  77bd23a... Fall back to single-lane SLP before falling back to no SLP (*)
  d3a7302... libstdc++: add #pragma diagnostic (*)
  605d05b... Always dump generated distance vectors (*)
  5e3a4a0... tree-optimization/116573 - .SELECT_VL for SLP (*)
  de915fb... Fortran: Break recursion building recursive types. [PR10660 (*)
  427f824... RISC-V: Fix vector SAT_ADD dump check due to middle-end cha (*)
  e917a25... Match: Support form 3 for scalar signed integer .SAT_ADD (*)
  2545a1a... Genmatch: Refine the gen_phi_on_cond by match_cond_with_bin (*)
  361903a... Fix deep copy allocatable components in coarrays. [PR85002] (*)
  08aba2d... SVE intrinsics: Fold svmul with all-zero operands to zero v (*)
  9a99559... aarch64: Define l1_cache_line_size for -mcpu=neoverse-v2 (*)
  1cf1bf7... i386: Add ssemov2, sseicvt2 for some load instructions that (*)
  65e060c... Match: Add interface match_cond_with_binary_phi for true/fa (*)
  877fb9b... doc: Add more alias option and reorder Intel CPU -march doc (*)
  89e62d4... i386: Enhance AVX10.2 convert tests (*)
  2b7b8d3... i386: Add missing avx512f-mask-type.h include (*)
  b1ea710... testsuite/gcc.dg/pr84877.c: Add machinery to stabilize stac (*)
  57faabf... Daily bump. (*)
  1d16875... RISC-V: Fix signed SAT_ADD test case for int64_t (*)
  aa338bd... libstdc++: add braces (*)
  cc62b2c... [PATCH] configure: fix typos (*)
  82c2acd... c++: alias of decltype(lambda) is opaque [PR116714, PR10739 (*)
  fe1ed68... jit: Ensure ssize_t is defined (*)
  4b03750... hppa: Add peephole2 optimizations for REG+D loads and store (*)
  85fcf74... [PATCH v3] RISC-V: Fixed incorrect semantic description in  (*)
  4b7e6d5... contrib: Set check-params-in-docs.py to skip tables of valu (*)
  de1389e... Fail vectorization when not using SLP and --param vect-forc (*)
  ad5bfc2... [PATCH 1/2] RISC-V: Fix the outer_code when calculating the (*)
  ec34a44... [PATCH] RISC-V: Fix th.extu operands exceeding range on rv3 (*)
  0756f33... [PATCH] RISC-V: Allow zero operand for DI variants of vssub (*)
  5c8f9f4... c++: -Wdangling-reference diagnostic (*)
  8733d5d... c++: -Wdangling-reference and empty class [PR115361] (*)
  6f3b6a4... match.pd: Check trunc_mod vector obtap before folding. (*)
  5bfb91c... reload1.cc: rtl-optimization/116326 - Use RELOAD_ELIMINABLE (*)
  cdeebc7... AVR: doc/install.texi - Update avr specific installation no (*)
  1d0cb3b... tree-optimization/116585 - SSA corruption with split_consta (*)
  45cacfe... phiopt: C++ify cond_if_else_store_replacement (*)
  8590dcd... phiopt: Add some details dump to cselim (*)
  a82896e... RISC-V: Implement SAT_ADD for signed integer vector (*)
  9a07ac1... PR 89213: Add better support for shifting vectors with 64-b (*)
  38b5a56... Daily bump. (*)

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

Reply via email to