The branch 'ibm/heads/gcc-17-future' was updated to point to:

 2be246ed2b19... Merge commit 'refs/vendors/ibm/heads/gcc-17-future' of git+

It previously pointed to:

 3fcf71a68048... Update ChangeLog.*

Diff:

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

  2be246e... Merge commit 'refs/vendors/ibm/heads/gcc-17-future' of git+
  b307faf... Update ChangeLog.*
  1cee791... PR target/117251: Add tests
  61e72e2... PR target/117251: Improve vector fusion #7
  42394d6... PR target/117251: Improve vector fusion #6
  087381c... PR target/117251: Improve vector fusion #5
  d2a87ed... PR target/117251: Improve vector fusion #4
  65902be... PR target/117251: Improve vector fusion #3
  cf8ec83... PR target/117251: Improve vector fusion #2
  a7ce1a3... PR target/117251: Improve vector fusion #1
  cbec885... Update ChangeLog.*
  1515b31... Add paddis support.
  bbb248e... Revert changes
  6d46e77... PR target/117251: Add tests
  dfcb37f... PR target/117251: Improve vector fusion #7
  43a75f3... PR target/117251: Improve vector fusion #6
  9e8cafa... PR target/117251: Improve vector fusion #5
  300ee91... PR target/117251: Improve vector fusion #4
  7787406... PR target/117251: Improve vector fusion #3
  4564218... PR target/117251: Improve vector fusion #2
  355bc7e... PR target/117251: Improve vector fusion #1
  6fb1fbd... Revert changes
  e521d16... Update ChangeLog.*
  baad6d7... PR target/117251: Add tests
  2899172... PR target/117251: Improve vector fusion #7
  764bdf5... PR target/117251: Improve vector fusion #6
  d201728... PR target/117251: Improve vector fusion #5
  a65b859... PR target/117251: Improve vector fusion #4
  097eb21... PR target/117251: Improve vector fusion #3
  6b5d199... PR target/117251: Improve vector fusion #2
  56a841c... PR target/117251: Improve vector fusion #1
  f2f9e81... Update ChangeLog.*
  5ebf19a... PR target/120681 - allow -mcmodel=large with PC relative ad
  063dd4c... PR target/108958 -- simplify mtvsrdd to zero extend GPR DIm
  140946d... PR target/120528 -- Simplify zero extend from memory to VSX
  d1384f3... PR 992493: Optimize splat of a V2DF/V2DI extract with const
  251c80c... Add power9 and power10 float to logical optimizations.
  0d1dfe0... Update ChangeLog.*
  45eafd9... Add _Float16 and __bfloat16 tests.
  1d3f0f2... Optimize __bfloat16 scalar code.
  850f73b... Add 16-bit floating point vectorization.
  c2d1c27... Add BF/HF neg, abs operands and logical insns.
  ff526dc... Add conversions between 16-bit floating point and other sca
  0f559aa... Add conversions between __bfloat16 and float/double.
  739ba4d... Add conversions between _Float16 and float/double.
  e8550b4... Add HF/BF emulation functions to libgcc.
  ed5cb23... Add initial 16-bit floating point support.
  5ed5d67... Add infrastructure for _Float16 and __bfloat16 types.
  16889f5... Update ChangeLog.*
  b34af4b... Add paddis support.
  5cb6a9a... Support load/store vector with right length.
  7baeb5a... Add xvrlw support.
  e4682d1... Add saturate subtract support
  d4ae737... Use vector pair load/store for memcpy with -mcpu=future
  fdfd569... Add -mcpu=future dense math tests.
  ce8b83d... On dense math systems use the 'dm' prefix on MMA instructio
  865b21e... Add support for 1,024 bit dense math registers.
  f369b5f... Add support for dense math registers.
  8d14fcc... Add the -mdense-math option.
  95ad6de... Switch to use wD constraint in mma.md.
  459e57b... Add wD constraint.
  53812c1... Add ChangeLog.sha and update REVISION.
  6984448... testsuite, c, Darwin: Fix Mach-O issues in toplevel asm tes (*)
  70e630b... libstdc++: Update feature test macros and tests for C++29 (*)
  30a6452... gccrs: intrinsic: Enforce intrinsic signatures during the t (*)
  11390b9... gccrs: intrinsic: Use Values::Intrinsics instead of raw str (*)
  fdb375f... gccrs: Move a test into compile/macros/mbe (*)
  5bea182... gccrs: intrinsic: Add min_align_of (*)
  b80c154... gccrs: typecheck: Special case builtin types when typecheck (*)
  831a427... gccrs: nr: Remove hack around resolving modules (*)
  954ff2f... gccrs: nr: Add modules to types NS (*)
  15a8fbd... gccrs: Search lang_prelude when reaching module boundary du (*)
  0c71fe1... gccrs: Clean up drop compile headers (*)
  8bc3207... gccrs: add drops at the end of function bodies (*)
  c26a3a7... gccrs: move Drop helpers to separate files (*)
  aebe09f... gccrs: report unsupported Drop ref patterns (*)
  289436d... gccrs: add block-exit Drop calls (*)
  ce41da7... gccrs: add block drop candidate tracking infrastructure (*)
  4b9b1bf... gccrs: attr: Add attributes rustc_allocator and rustc_alloc (*)
  2c7eda7... gccrs: attr: Add attribute rustc_std_internal_symbol (*)
  c9f0f93... gccrs: Remove reduntant as_string calls. (*)
  d63aeca... gccrs: Add a new test for float literals (*)
  99812d9... gccrs: Fix use after move in lexer (*)
  7081b84... gccrs: aarch64: Work around regression in PR 125600 (*)
  c352bb8... gccrs: compile-expr: Rename lookup_temp_var (*)
  2d6442d... gccrs: unsafe: Lookup PathInExpression nodes in both the Ty (*)
  b1123a2... gccrs: privacy-reporter: Check for resolved nodes in more n (*)
  77ab427... gccrs: nr: Add lookup(ns1, ns2, ns3) (*)
  b56e058... gccrs: nr: Improve documentation around FinalizedNameResolu (*)
  b6dcd03... gccrs: nr: Disable flatten function for now (*)
  24c82ce... gccrs: nr: Remove unused locus in finalize_rebind_import. (*)
  9320306... gccrs: resolve: Use definition IDs directly and fix ICEs (*)
  8dac20e... gccrs: nr: Separate APIs properly for flattening. (*)
  783fd81... gccrs: nr2.0: Fix resolve_path_in_all_ns (*)
  2ede4ec... gccrs: marklive: Allow looking up variables in types NS as  (*)
  327eb6a... gccrs: nr: Add more namespace lookup APIs (*)
  572cc99... gccrs: nr: Create new APIs to specify namespaces in which u (*)
  8ccf10e... gccrs: nr: Improve Macro Def/Invoc mappings (*)
  57f5357... gccrs: session-manager: Call NRCtx::flatten after Late (*)
  8e890bf... gccrs: nr: Rename ImmutableNameResolutionContext to Finaliz (*)
  2d7aeae... gccrs: nr: Properly resolve imports and modules in segments (*)
  a858ece... gccrs: nr: Finish moving all segment resolution methods to  (*)
  435fdda... gccrs: nr: Add imports to types NS, add NR flattening (*)
  9d6c9f1... gccrs: Make `extern crate self` resolve to current crate (*)
  346d511... gccrs: lang: Add lang item exchange_malloc (*)
  5333e24... gccrs: Limit globbing visitor (*)
  e797f09... c++/reflection: ^^ cannot define types [PR125922] (*)
  1fa4437... c++: Add tests for C++29 P3847R1 - Lexical order for lambda (*)
  cfb32cf... c++: Add tests for C++29 P3899R3 - Clarify the behavior of  (*)
  a1c5958... [RISC-V] Avoid multiply defined insn name (*)
  f5d723a... Objective-C++: Parallelize the tests. (*)
  21dad39... RISC-V: GLIBC's setjmp preserves callee-saved registers [PR (*)
  2b3c882... rs6000: Builtins for ECC cryptography instructions [RFC0266 (*)
  576fead... [RISC-V][PR target/123884] Generate more Zbs instructions f (*)
  9496224... [RISC-V][PR target/124019] Add pattern to improve QI compar (*)
  3a87b1b... libstdc++: Remove trailing whitespace in acinclude.m4 (*)
  0623f27... libstdc++: Update AC_FOREACH to m4_foreach_w [PR103459] (*)
  16756fc... libstdc++: Update AM_PROG_LIBTOOL to LT_INIT [PR103459] (*)
  a4da650... libstdc++: Update AC_LANG_{SAVE,RESTORE} to AC_LANG_{PUSH,P (*)
  3df443c... libstdc++: Update AC_TRY_COMPILE to AC_COMPILE_IFELSE [PR10 (*)
  7626f72... libstdc++: Update AC_TRY_LINK to AC_LINK_IFELSE [PR103459] (*)
  a2c18c3... libstdc++: Update AC_HELP_STRING to AS_HELP_STRING [PR10345 (*)
  83f0ad4... libstdc++: Workaround legacy iconv signature [PR125956] (*)
  23b6a9a... tail-merge: Combine conditions of merged blocks for ccmp [P (*)
  4fe10ce... uninit: Relax PHI def predicate by maybe-undef edge conditi (*)
  47c2458... ifcombine: Add tree-ssa-ifcombine.h and update function sig (*)
  4b99a9a... middle-end/125977 - disable RTL expansion ranger use at -O0 (*)
  a928b9c... AArch64/SVE: Relax the expectations of the popcnt-sve test (*)
  a30f874... libgomp.texi: Fix missing @end smallexample arguments (*)
  4c63fde... aarch64: split r->w moves for partial AdvSIMD vectors [PR12 (*)
  9274ede... libstdc++: Fix up bits/std.cc symlink installation (*)
  2e24725... libgomp.texi: Document new GOMP entry points for OMPT obser (*)
  4f26cb5... Revert "MIPS: harden SSP set and test routines [PR 125077]" (*)
  e7efddb... mips: fix unintialized operand use in sync_{old,new}_<optab (*)
  a1fc804... MIPS: harden SSP set and test routines [PR 125077] (*)
  6a2460e... libgomp: Sort 'GOMP_reduction_{start,end}' correctly in 'li (*)
  36f6040... testsuite: Fix up gomp/atomic-builtins-1.c test on !int128  (*)
  351bdef... Fixup default TARGET_SCHED_REASSOCIATION_WIDTH (*)
  79496ee... tree-optimization/125953 - ICE with vector pattern stmts ra (*)
  02b7c73... Improve vect_recog_divmod_pattern use of ranger (*)
  3756901... testsuite: Fix gcc.target/i386/pr125958.c on 32-bit Solaris (*)
  92d206f... Forward declare tree_code in coretypes.h (*)
  a919711... Built-ins to access code pointer and static chain of nested (*)
  bf91e21... RISC-V: don't use Python f"..." syntax (*)

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

Reply via email to