From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1005) id 140413857806; Tue, 22 Mar 2022 17:40:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 140413857806 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Meissner To: gcc-cvs@gcc.gnu.org Subject: [gcc/meissner/heads/work082] (68 commits) Merge commit 'refs/users/meissner/heads/work082' of git+ssh X-Act-Checkin: gcc X-Git-Author: Michael Meissner X-Git-Refname: refs/users/meissner/heads/work082 X-Git-Oldrev: bb4394b0cd698f0ac7bdc16aa68b09948e1d3858 X-Git-Newrev: 68df777903e569f55d047ce42f92f6e2534bf640 Message-Id: <20220322174042.140413857806@sourceware.org> Date: Tue, 22 Mar 2022 17:40:42 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2022 17:40:42 -0000 The branch 'meissner/heads/work082' was updated to point to: 68df777903e... Merge commit 'refs/users/meissner/heads/work082' of git+ssh It previously pointed to: bb4394b0cd6... Optimize multiply/add of DImode extended to TImode. Diff: Summary of changes (added commits): ----------------------------------- 68df777... Merge commit 'refs/users/meissner/heads/work082' of git+ssh b900b65... Optimize multiply/add of DImode extended to TImode. a3fd5a0... Make addti3/subti3 be define_insn_and_split, instead of def cda85a8... Add zero_extendditi2 for power9. e799e93... Improve extendditi2 on PowerPC. 6c8d838... Add ChangeLog.meissner and REVISION. b6e3390... testsuite: Add testcase for already fixed PR [PR102489] (*) 24ee431... [nvptx] Use '%' as register prefix (*) b57358c... [nvptx] Limit HFmode support to mexperimental (*) a4baa0d... [nvptx] Add mexperimental (*) f8b15e1... [nvptx] Use .alias directive for mptx >= 6.3 (*) a624388... [nvptx] Add warp sync at simt exit (*) 08f263e... tree-optimization/105012 - fix ICE from local DSE of if-con (*) ef0e11a... nvptx: fix wrapping in an error message. (*) a47b159... rs6000: wrap const in an error message. (*) c1ba4e5... v850: fix typo in pragma name (*) d85a84c... rs6000: update error message format. (*) 1c2a3ae... i386: update error message format. (*) c6e75a4... aarch64: update error message format. (*) 930eb8b... aarch64: Update regmove costs for neoverse-v1 and neoverse- (*) 27d8748... aarch64: Add Demeter tuning structs (*) b074fa6... aarch64: Update reg-costs to differentiate between memmove (*) a850930... aarch64: Add Neoverse-N2 tuning structs (*) 0bae246... aarch64: Enable FP16 feature by default for Armv9 (*) 6ee5892... lto-plugin: Use GNU ld or Solaris ld version script in pref (*) 919fbff... Extend splitter pattern to reversed condition by swapping t (*) 7d5ee28... testsuite: Add testcase for no longer failing PR [PR102645] (*) 6adbb51... calls: Fix error recovery after sorry differently [PR104989 (*) c6bc483... print-tree:Avoid warnings of overflow (*) 7bce0be... AVX512FP16: Fix wrong code for _mm_mask_f[c]madd.*sch [PR 1 (*) d156bb8... Daily bump. (*) e8b6afa... x86: Disable SSE in ISA2 for -mgeneral-regs-only (*) c65bd53... c++: initialized array of vla [PR58646] (*) bec69ac... x86: Disable AVX on pr86722.c and pr90356.c (*) d0363a8... x86: Properly check FEATURE_AESKLE (*) 24d51e7... c++: designated init and aggregate members [PR103337] (*) e3e191b... c++: designator and anon struct [PR101767] (*) 3873e61... Update gcc sv.po (*) 1dd5137... d: Fix internal compiler error: in build_complex, at tree.c (*) fbdaa58... d: Merge upstream dmd 2503f17e5, phobos a74fa63e6. (*) 4a3073f... rtl-ssa: Fix prev/next_def confusion [PR104869] (*) 2d810ac... Avoid a warning of overflow (*) e63ac86... libstdc++: Work around clang misdesign in time_get<>::get [ (*) 3f18553... docs: Document min-pagesize parameter. (*) 70b8f43... Dump when estimating the number of iterations of a loop (*) 5177634... RISC-V: Implement misc macro for vector extensions. (*) e767da2... AVX512FP16: Fix masm=intel output for vfc?(madd|mul)csh [PR (*) 31104d6... Daily bump. (*) 6f30c4c... Fix testsuite fallout from pr104960 change (*) d7f00da... Daily bump. (*) 907811d... fortran: Separate associate character lengths earlier [PR10 (*) 638e630... libgcc: m68k: avoid TEXTRELs in shared library (PR 86224) (*) 9815244... selftest: Move C-specific tests to c_family (*) bc84b61... [PATCH] gcc: pass-manager: Fix memory leak. [PR jit/63854] (*) b2dff6b... rename floatformat_ia64_quad_{big, little} to floatformat_i (*) b60bc91... i386: Don't emit pushf;pop for __builtin_ia32_readeflags_u* (*) 2663d18... c-family: Fix up ICE during pretty-printing of PMF related (*) 8ca61ad... Daily bump. (*) faacafd... analyzer: extend state-purging to locals [PR104943] (*) 1c1daca... analyzer: add tests of boxed values [PR104943] (*) 0c01688... [PR104961] LRA: split hard reg for reload pseudo with clobb (*) eabf8ca... tree: Add comment. (*) 47da519... c++: using lookup within class defn [PR104476] (*) 32ca611... Allow (void *) 0xdeadbeef accesses without warnings [PR9957 (*) 0a0c2c3... c++: Fix up constexpr evaluation of new with zero sized typ (*) a9131a3... testsuite: Add missing header to test (*) c7a6a32... c++: alias template and empty parameter packs [PR104008] (*) c133bdf... Fortran/OpenMP: Fix privatization of associated names (*) (*) This commit already exists in another branch. Because the reference `refs/users/meissner/heads/work082' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.