From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48867 invoked by alias); 27 Oct 2017 13:19:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 48388 invoked by uid 89); 27 Oct 2017 13:19:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 Oct 2017 13:19:56 +0000 Received: by mail-wm0-f44.google.com with SMTP id r196so3553087wmf.2 for ; Fri, 27 Oct 2017 06:19:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:mail-followup-to:cc:subject:date :message-id:user-agent:mime-version; bh=K77YkLT/oROuBEZfaMG77a0JvfZtWxMV53FZW+fYLNU=; b=bVYVB0Pk2LVwFC3h4GGPLPuRaSs8FtiZwVASsqM/1aWBLU3iV/gCp29wdJx+RYMgqN HX8ihoksLzUBX/6QnlrecRlEBl92Ourv4PamlW6UFwJj6OYZpbPu58/hHfZSewqPT6MH Yw3QHZHZbNeNjleSriBKIRghkxvFkYtvcvjeDGJRQFLaMcrp9LEjNLDvEHSfU6/tt4X+ gZJ6GQkamtH0B1veBMv366EtuBWKbXAkwpMkjd7uiFnEC7pKeIoZ7sQFWzZ3LFVRGIor YcjtroLfkAD3Oav8+tASZaftVXdkQHmeGITm9KXw9YvtV2vQtr4ZyBwWz6iMt3saJ9qz eG7g== X-Gm-Message-State: AMCzsaWw//EI4sJkg5/eWwnaV1MLlz3v9wn9uLzv5tc8XZEHiqBrzrw9 nNV/DCt+qmcSfcc1JdP1Kd/MwhyVkQM= X-Google-Smtp-Source: ABhQp+TmJYmuV37a1U47X7/3End5WGvax9oEn9R3qfR8AQYbbYXnugS4vbr1fEv/ivDjCqDsQcJRRw== X-Received: by 10.28.156.23 with SMTP id f23mr449160wme.128.1509110394117; Fri, 27 Oct 2017 06:19:54 -0700 (PDT) Received: from localhost (188.29.164.51.threembb.co.uk. [188.29.164.51]) by smtp.gmail.com with ESMTPSA id o3sm1083854wmg.3.2017.10.27.06.19.52 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Oct 2017 06:19:53 -0700 (PDT) From: Richard Sandiford To: gcc-patches@gcc.gnu.org Mail-Followup-To: gcc-patches@gcc.gnu.org,richard.earnshaw@arm.com, james.greenhalgh@arm.com, marcus.shawcroft@arm.com, richard.sandiford@linaro.org Cc: richard.earnshaw@arm.com, james.greenhalgh@arm.com, marcus.shawcroft@arm.com Subject: [00/nn] AArch64 patches preparing for SVE Date: Fri, 27 Oct 2017 13:22:00 -0000 Message-ID: <873764d8y3.fsf@linaro.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-10/txt/msg02064.txt.bz2 This series of patches are the AArch64 changes needed before SVE support goes in. It's based on top of: https://gcc.gnu.org/ml/gcc-patches/2017-09/msg01163.html and Jeff's latest stach-clash protection changes. Series tested on aarch64-linux-gnu. Richard