From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id DA2DF3858D20; Sat, 21 Jan 2023 01:06:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DA2DF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674263182; bh=yKNwnjh3A6WDNmsQa2HgGRwZaldYi8XXXlUoFSEtCP4=; h=From:To:Subject:Date:From; b=coawa2S1OEIWHSpGVouSQLUzoYq9q823UR2jS7Rt9JRCpu/DVG3bYAbsSoBo6e1kd PWuzdIjjLwudUW/EB/9N1hqYelPvfiUSOH4VD3b1SiXnCs4rL8NCk8fS9eEwK4T7dK ndIIQd1J9jtSPRwrQcXQRS8neyrp10II4/NRjzFA= 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: c0ddf0d3449743f447b825e68de70d6142301a52 X-Git-Newrev: 6cdc3b2f563d4e1743331e3beb79f4850aac0ad0 Message-Id: <20230121010622.DA2DF3858D20@sourceware.org> Date: Sat, 21 Jan 2023 01:06:22 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: 6cdc3b2f563... [testing] enable -finline-memset-loops by default It previously pointed to: c0ddf0d3449... add memcpy and memmove loop expanders Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- c0ddf0d... add memcpy and memmove loop expanders Summary of changes (added commits): ----------------------------------- 6cdc3b2... [testing] enable -finline-memset-loops by default ed9040c... add memcmp loop expander 284bc63... add memcpy and memmove loop expanders