From patchwork Fri Apr 1 14:31:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 52575 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0808D3947438 for ; Fri, 1 Apr 2022 14:32:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0808D3947438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1648823564; bh=wuTQOiAAcqSudrvb0GNeuItxTNeHd/nGDHRdAmAu0JU=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=cA8wfNsYYu36YFKPPSlzJ8+ZqOecXqwONL600lKh+XQzTFKgW2DmZNEQqGdUNIdmL 5C3rYAxtXs6hbLaroNlYv5VCBLs0bdXtoicsYX1i4lYbsgvArSJnS0UuKr0zYTU8sa al4sFUhn/zGgoONgjCIVFUTHAn4lFGd8ZfGVFsoo= X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 971F63858427 for ; Fri, 1 Apr 2022 14:32:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 971F63858427 Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-484-Hy48wsprO2qIHm2hnm16pA-1; Fri, 01 Apr 2022 10:32:05 -0400 X-MC-Unique: Hy48wsprO2qIHm2hnm16pA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 82B4B899EE4; Fri, 1 Apr 2022 14:32:04 +0000 (UTC) Received: from t14s.localdomain.com (unknown [10.2.17.28]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1245A111F3DB; Fri, 1 Apr 2022 14:32:02 +0000 (UTC) To: gcc-patches@gcc.gnu.org, jit@gcc.gnu.org Subject: [wwwdocs] gcc-12: jit changes Date: Fri, 1 Apr 2022 10:31:53 -0400 Message-Id: <20220401143153.240299-1-dmalcolm@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: David Malcolm via Gcc-patches From: David Malcolm Reply-To: David Malcolm Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" I've gone ahead and committed the following change to the GCC 12 release notes. --- htdocs/gcc-12/changes.html | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 689feeba..f1c36258 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -380,7 +380,40 @@ a work-in-progress.

- +

libgccjit

+ +

New Targets and Target Specific Improvements