From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id D4F3D383FBBC; Thu, 20 Oct 2022 22:31:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D4F3D383FBBC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666305100; bh=Vu5XQvzvm8jcOasfZ3tpwXocyrA6y+Hn3rAIxRcMSIA=; h=From:To:Subject:Date:From; b=L7sTFRyls9FF6N9F7AHl1GiNoFLb56+R7fRfMuop01x2kbCXv4cTn1rXDcLGgdZIn dVBZMDjo6zkG6r20+X5zTwwOKK5XC/PM2roHZSK0CxIHce0ZT+0D+6Ycan5R4hS9+h HCHxKA4HZCaD34HgNKtv8LfbblYDoONbIrTaFZ8c= 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] (9 commits) hardcfr: optionally disable in leaf functions X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: eafdb61837ec1cd30832a684c13e928f165ab204 X-Git-Newrev: 146acff55ad3d82128d95b1fc481ca2debe75550 Message-Id: <20221020223140.D4F3D383FBBC@sourceware.org> Date: Thu, 20 Oct 2022 22:31:40 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: 146acff55ad... hardcfr: optionally disable in leaf functions It previously pointed to: eafdb61837e... hardcfr: optionally disable in leaf functions Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- eafdb61... hardcfr: optionally disable in leaf functions bacbf8a... hardcfr: prevent deferred sets of visited bitmap f9b0e79... Add leafy mode for zero-call-used-regs a2b78e7... Expose expected_throw attribute 2bf4500... Expose expected_throw attribute b96bdb8... Expose expected_throw attribute 20c7519... hardcfr: mark expected-throw functions 13aa3c2... hardcfr: mark throw-expected functions [ada/gcc-interface] 0b7fbc9... hardcfr: mark throw-expected functions [ada doc] Summary of changes (added commits): ----------------------------------- 146acff... hardcfr: optionally disable in leaf functions 12d0b28... hardcfr: prevent deferred sets of visited bitmap 5b40f49... Add leafy mode for zero-call-used-regs 53ad4b1... Expose expected_throw attribute 1184264... Expose expected_throw attribute 7dad856... Expose expected_throw attribute (Ada) 9cd3922... hardcfr: mark expected-throw functions 67f303a... hardcfr: mark throw-expected functions [ada/gcc-interface] 8fe6034... hardcfr: mark throw-expected functions [ada doc]