From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D2A0E385802A; Tue, 9 Nov 2021 15:04:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2A0E385802A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc/marxin/heads/loop-unswitching-switch-v5] Loop unswitching: support gswitch statements. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/loop-unswitching-switch-v5 X-Git-Oldrev: cf96b955f5a9a5e1ad7fcbeec892257ce3c8ebea X-Git-Newrev: 94b11e43a9edf19f98f3abe90b8f227e3ee838a1 Message-Id: <20211109150400.D2A0E385802A@sourceware.org> Date: Tue, 9 Nov 2021 15:04:00 +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, 09 Nov 2021 15:04:00 -0000 The branch 'marxin/heads/loop-unswitching-switch-v5' was updated to point to: 94b11e43a9e... Loop unswitching: support gswitch statements. It previously pointed to: cf96b955f5a... Loop unswitching: support gswitch statements. Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- cf96b95... Loop unswitching: support gswitch statements. Summary of changes (added commits): ----------------------------------- 94b11e4... Loop unswitching: support gswitch statements.