From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5273 invoked by alias); 18 Aug 2019 10:59:31 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5253 invoked by uid 89); 18 Aug 2019 10:59:31 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=css, interest X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Aug 2019 10:59:29 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 7546A33DF3; Sun, 18 Aug 2019 06:59:28 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 75B0E33DF1; Sun, 18 Aug 2019 06:59:27 -0400 (EDT) Date: Sun, 18 Aug 2019 10:59:00 -0000 From: Gerald Pfeifer To: Jonathan Wakely cc: "Kay F. Jahnke" , Andrew Haley , Kyrill Tkachov , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: [wwwdocs PATCH] for Re: autovectorization in gcc In-Reply-To: Message-ID: References: <41ea83cd-0ce8-4f25-35e5-888513d69c7b@gmail.com> <5C35C2C2.1050106@foss.arm.com> <2721bb39-ee4b-0202-d81d-e0b36d2059fa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00128.txt.bz2 On Thu, 10 Jan 2019, Jonathan Wakely wrote: >> [ https://gcc.gnu.org/projects/tree-ssa/vectorization.html ] > I'm not disputing that there could be better documentation, but that > page is not the place to find it. That page should probably get a > notice added saying that the project is complete and that the page is > now only of historical interest. Like this? ;-) Committed. Gerald Index: projects/tree-ssa/vectorization.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/vectorization.html,v retrieving revision 1.42 diff -u -r1.42 vectorization.html --- projects/tree-ssa/vectorization.html 30 Sep 2018 14:38:57 -0000 1.42 +++ projects/tree-ssa/vectorization.html 18 Aug 2019 10:55:46 -0000 @@ -2,15 +2,17 @@ - Auto-vectorization in GCC +Auto-vectorization in GCC

Auto-vectorization in GCC

-

The goal of this project is to develop a loop and basic block vectorizer in - GCC, based on the tree-ssa framework.

+

The goal of this project was to develop a loop and basic block + vectorizer in GCC, based on the tree-ssa framework. + It has been completed and the functionality has been part of GCC + for years.

Table of Contents