From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83755 invoked by alias); 4 Apr 2019 13:24:42 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 83745 invoked by uid 89); 4 Apr 2019 13:24:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 spammy=mainline X-HELO: foss.arm.com Received: from usa-sjc-mx-foss1.foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 04 Apr 2019 13:24:41 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 715AFA78 for ; Thu, 4 Apr 2019 06:24:39 -0700 (PDT) Received: from [10.2.207.62] (e107157-lin.cambridge.arm.com [10.2.207.62]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1C3763F68F for ; Thu, 4 Apr 2019 06:24:38 -0700 (PDT) From: "Andre Vieira (lists)" Subject: [PATCH, binutils, ARM, 0/16] Add support for Armv8.1-M Mainline To: binutils@sourceware.org Message-ID: Date: Thu, 04 Apr 2019 13:24:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-04/txt/msg00032.txt.bz2 Hello, This is a patch series to implement support for Armv8.1-M Mainline. The specifications for the Armv8.1-M Mainline can be found in https://developer.arm.com/docs/ddi0553/latest This patch series does not cover M-profile Vector Extension (MVE) support, this will be implemented in a follow-up patch series. Andre Vieira (16): [PATCH, binutils, ARM, 1/16] Add support for Armv8.1-M Mainline CLI [PATCH, GAS, ARM, 2/16] Add architecture extension support for Armv8.1-M Mainline [PATCH, binutils, ARM, 3/16] BF insns infrastructure with new bfd_reloc_code_real for fallback branch [PATCH, binutils, ARM, 4/16] BF insns infrastructure with array of relocs in struct arm_it [PATCH, binutils, ARM, 5/16] BF insns infrastructure with new global reloc R_ARM_THM_BF16 [PATCH, binutils, ARM, 6/16] New BF instruction for Armv8.1-M Mainline [PATCH, binutils, ARM, 7/16] New BFX and BFLX instruction for Armv8.1-M Mainline [PATCH, binutils, ARM, 8/16] BFL infrastructure with new global reloc R_ARM_THM_BF18 [PATCH, binutils, ARM, 9/16] New BFL instruction for Armv8.1-M Mainline [PATCH, binutils, ARM, 10/16] BFCSEL infrastructure with new global reloc R_ARM_THM_BF12 [PATCH, binutils, ARM, 11/16] New BFCSEL instruction for Armv8.1-M Mainline [PATCH, binutils, ARM, 12/16] Scalar Low Overhead loop instructions for Armv8.1-M Mainline [PATCH, binutils, ARM, 13/16] Add support for CLRM [PATCH, opcodes, ARM, 14/16] Add mode availability to coprocessor table entries [PATCH, binutils, ARM, 15/16] Add support for VSCCLRM [PATCH, binutils, ARM, 16/16] Add support to VLDR and VSTR of system registers