From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id D29113858D28; Thu, 26 Jan 2023 06:09:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D29113858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674713389; bh=lMWCYJAp2PzUtmbIQJH8P7/dAYSlJ197SLMG16oQ6LA=; h=From:To:Subject:Date:From; b=QXuUvxkcygAqOwPdAY1UeWVLKD6M0RhIbZvcGRZWv32kd8d2wmyD4o1CCnK24rAl6 ZX9FDzAC8R/LjTmbpAv7+KwJs47UA9EtlX14pMNWrlEk22CAQWNoRs8IYEg+ynNVZ3 xzdeZoTLPUsc1QzvRAbW9h4j3dxa2Lv3ce/cEu8I= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc/aoliva/heads/testme] (3 commits) [testing] enable -finline-memset-loops by default X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: 50fb697275feb07341693092c042a0c179534666 X-Git-Newrev: 7e2b842316f1c4d77d23b833a59a9d5281e04525 Message-Id: <20230126060949.D29113858D28@sourceware.org> Date: Thu, 26 Jan 2023 06:09:49 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: 7e2b842316f... [testing] enable -finline-memset-loops by default It previously pointed to: 50fb697275f... [testing] enable -finline-memset-loops by default Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 50fb697... [testing] enable -finline-memset-loops by default 87147ca... add memcmp loop expander 284bc63... add memcpy and memmove loop expanders Summary of changes (added commits): ----------------------------------- 7e2b842... [testing] enable -finline-memset-loops by default fd9673d... add memcmp loop expander cd61033... add memcpy and memmove loop expanders