From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id BFD513858C62; Thu, 8 Jun 2023 09:16:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFD513858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686215800; bh=OZ5aMZwnTp14sMNeBWDSlKhedLx3Bxtu9oJJNeh7gls=; h=From:To:Subject:Date:From; b=NLeGW5C7jsZNXPvBC0BUY2IZ8TB6QKu17j3lqBAD8K4Oc39gDwo297kRwTA2nUkRF Yvk9Lx1tmGZInoPqcmri0KpLNnO9ewefN4y5gMpW5XSTPQk/K+YWlIoa3nW95GpIwD Nv4WcPXRRWZddxpOLS+y54QvTLOQDEVzo+uvI5e8= 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] (23 commits) silence warnings X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/users/aoliva/heads/testme X-Git-Oldrev: b04c0f8657b68cb1f803db8a1232389df6d3912f X-Git-Newrev: 94f4fed8c010bc74586b3b2f258e407f4d5d9c17 Message-Id: <20230608091640.BFD513858C62@sourceware.org> Date: Thu, 8 Jun 2023 09:16:40 +0000 (GMT) List-Id: The branch 'aoliva/heads/testme' was updated to point to: 94f4fed8c01... silence warnings It previously pointed to: b04c0f8657b... silence warnings Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- b04c0f8... silence warnings c33ae46... enable strub for all viable functions by default, for testi 397d45c... [strub] tolerate call_stmt-less cgraph_edges 37f768c... strub: introduce downward scrubbing 36703cc... Adjust gnat.dg testsuite after fix for V509-015. 2d689af... Introduce strub: machine-independent stack scrubbing 6917e5c... Introduce hardbool attribute for C c281c09... enable control flow redundancy hardening unconditionally 44e4b01... Add leafy mode for zero-call-used-regs [ada doc] 26fcd52... hardcfr: optionally disable in leaf functions [ada doc] b1ea86d... hardcfr: optionally disable in leaf functions a273f6e... hardcfr: prevent deferred sets of visited bitmap ae6a9e6... Expose expected_throw attribute 162a958... Expose expected_throw attribute 532f9dc... Expose expected_throw attribute (Ada) 17a068a... hardcfr: mark expected-throw functions 38ed604... hardcfr: mark throw-expected functions [ada/gcc-interface] f71bfe6... hardcfr: mark throw-expected functions [ada doc] 5667c51... hardcfr: add optional checkpoints [ada docs] 6c914d0... hardcfr: add optional checkpoints 5c648ed... Control flow redundancy hardening d707886... Add leafy mode for zero-call-used-regs Summary of changes (added commits): ----------------------------------- 94f4fed... silence warnings 37750ab... enable strub for all viable functions by default, for testi ee0b724... [strub] tolerate call_stmt-less cgraph_edges 26e7ad9... strub: introduce downward scrubbing f98ade3... Adjust gnat.dg testsuite after fix for V509-015. 4f1705e... Introduce strub: machine-independent stack scrubbing b96122a... Add leafy mode for zero-call-used-regs [ada doc] ede7847... Add leafy mode for zero-call-used-regs 1bfbbba... Introduce hardbool attribute for C b9c018b... enable control flow redundancy hardening unconditionally 4e561e9... detect infinite loops earlier in returning_call_p c4d4a9f... hardcfr: optionally disable in leaf functions [ada doc] 3334b47... hardcfr: optionally disable in leaf functions f505756... hardcfr: prevent deferred sets of visited bitmap 2b92db9... Expose expected_throw attribute 766368d... Expose expected_throw attribute b166a79... Expose expected_throw attribute (Ada) b5d67b1... hardcfr: mark expected-throw functions 2cbdae3... hardcfr: mark throw-expected functions [ada/gcc-interface] e705568... hardcfr: mark throw-expected functions [ada doc] 440aa02... hardcfr: add optional checkpoints [ada docs] f2bb0e3... hardcfr: add optional checkpoints 76f3003... Control flow redundancy hardening