From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7880) id 8E3EF3858C5F; Thu, 16 Feb 2023 16:26:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E3EF3858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676564779; bh=+Cow/estv43d2dFiBid7rG918yob+bH5uRJ0wOSn/34=; h=From:To:Subject:Date:From; b=q7u/tqlI1tkqlZL2dqfbKXOg1OJ7xN8JvZXj0dc5UsExD2/IjqzzPtxs/jhw5+XrQ bhxnuIxT7W2RAxFotxDV9DJ1qRfTPWmhXHA82t9caUCZccehzRRlSs6UDupt/rGyYX LstT68zVotfSwj6HrpspS/AmaHq5AjVMlfZHHnrs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Ondrej Kubanek To: gcc-cvs@gcc.gnu.org Subject: [gcc/kubaneko/heads/histogram] (32 commits) added primitive histogram peeling X-Act-Checkin: gcc X-Git-Author: Ondrej Kubanek X-Git-Refname: refs/users/kubaneko/heads/histogram X-Git-Oldrev: 91082983c3f2f06ffa39814b6b4ca1c2dcc249c1 X-Git-Newrev: 4427e303ae942377207924364a3444ce9835b9cf Message-Id: <20230216162619.8E3EF3858C5F@sourceware.org> Date: Thu, 16 Feb 2023 16:26:19 +0000 (GMT) List-Id: The branch 'kubaneko/heads/histogram' was updated to point to: 4427e303ae9... added primitive histogram peeling It previously pointed to: 91082983c3f... added primitive histogram peeling Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 9108298... added primitive histogram peeling d389e3e... fixed vector allocation dad7da8... changed vector from gc to heap 0906263... vector for histogram_counters not working yet 998f521... started with conversion to parametric histograms add65e4... new create_iv 4135090... redo stuff 06ae0bf... fixed memory allocation for histogram_counters 9822a36... added histogram_counters structure 2233c2e... temporary log fix 8627e4f... messed with logarithms 6d710a2... added atomic counter 1cfbfa5... removed wild fprint removed redundant struct fields 1c52150... one histogram per loop, commit edges after deleting fake on 97ceb05... add loop_optimizer_init fb10244... fixed loading found another bug 2df5ad6... squashed 2 commits dd9aed2... undid merge conf 2b2a6a7... fixed what I broke 0e5d353... adding histogram for empty bbs ea7c7af... Revert "Revert "tried fix create_iv and failed"" c2eac34... deleted an assert to to test the if preheaders are needed i da5b7fc... Revert "tried fix create_iv and failed" 082a5eb... tried fix create_iv and failed 65b9590... added myself to maintainers 7257360... Revert "added myself to CHANGELOG" 380c62c... Revert "test commit added myself to MAINTAINERS" 271eb22... added myself to CHANGELOG 18ae4ee... fixed logarithm 639c215... loop counter prototype 7970703... test commit added myself to MAINTAINERS 0a3b6c4... Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc 5ba98a9... added histogram profiler and added it to division Summary of changes (added commits): ----------------------------------- 4427e30... added primitive histogram peeling 1800900... fixed vector allocation ecc0d91... changed vector from gc to heap 668f791... vector for histogram_counters not working yet 7556e7e... started with conversion to parametric histograms 98550c8... new create_iv 26570e9... redo stuff 83b244e... fixed memory allocation for histogram_counters 22a55f0... added histogram_counters structure d483867... temporary log fix fdb7878... messed with logarithms 2ec0ddc... added atomic counter e42112b... removed wild fprint removed redundant struct fields 0f5e1ef... one histogram per loop, commit edges after deleting fake on 77959cb... add loop_optimizer_init 4d451ba... fixed loading found another bug d509294... squashed 2 commits 0d1ebd2... fixed what I broke d7dd744... adding histogram for empty bbs 949b31a... Revert "Revert "tried fix create_iv and failed"" bf28259... deleted an assert to to test the if preheaders are needed i e58f11f... Revert "tried fix create_iv and failed" 203a356... tried fix create_iv and failed aa3ea24... added myself to maintainers e78c5c7... Revert "added myself to CHANGELOG" 602c742... Revert "test commit added myself to MAINTAINERS" 940a2e6... added myself to CHANGELOG f41c4e9... fixed logarithm d208f89... loop counter prototype bbc5593... test commit added myself to MAINTAINERS 7d06eb7... added histogram profiler and added it to division caaf9e6... libstdc++: Add test for std::con/disjunction's short circui (*) (*) This commit already exists in another branch. Because the reference `refs/users/kubaneko/heads/histogram' matches your hooks.email-new-commits-only configuration, no separate email is sent for this commit.