summaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* [ARM] Improve indentation of ARM architecture declarationsThomas Preud'homme2018-11-131-51/+51
* [arm] Check for neon and condition in vcvt.f16.f32Matthew Malcomson2018-11-061-0/+2
* [Arm, 3/3] Add Execution and Data Prediction instructions for AArch32Sudakshina Das2018-10-051-0/+13
* [Arm, 2/3] Add instruction SB for AArch32Sudakshina Das2018-10-051-0/+12
* [Arm, 1/3] Add -march=armv8.5-a and related internal feature macros to AArch32Sudakshina Das2018-10-051-0/+2
* Allow bit-patterns in the immediate field of ARM neon mov instructions.Nick Clifton2018-07-131-4/+15
* Adds the speculation barrier instructions to the ARM assembler and disassembler.Sudakshina Das2018-07-111-0/+2
* [ARM] Update bfd's Tag_CPU_arch knowledgeThomas Preud'homme2018-07-021-42/+42
* Change the ARM assembler's ADR and ADRl pseudo-ops so that they will only set...Nick Clifton2018-06-201-4/+6
* [arm][gas] Add support for Arm Cortex-A76kyrtka012018-06-081-0/+3
* Allow integer immediate for VFP vmov instructions.Tamar Christina2018-05-101-0/+8
* [ARM] Add TLS relocations for FDPIC.Christophe Lyon2018-04-251-1/+25
* [ARM] Add FDPIC relocations definitionsChristophe Lyon2018-04-251-1/+26
* [ARM] Add FDPIC OSABI flag support.Christophe Lyon2018-04-251-3/+31
* Remove arm-aout and arm-coff supportAlan Modra2018-04-251-33/+1
* [ARM] Fix NULL dereference of march_ext_optThomas Preud'homme2018-03-021-1/+1
* [ARM] Clean up selection of feature bitsThomas Preud'homme2018-03-011-111/+127
* Diagnose when trying to assemble conditional FP16 vmovx and vinsAndre Simoes Dias Vieira2018-02-221-0/+14
* Fix AArch32 build attributes for Armv8.4-A.Tamar Christina2018-02-151-1/+1
* Fix ARm assembler so that it rejects invalid immediate values for the Thumb O...Nick Clifton2018-02-131-3/+5
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+1
* [gas/ARM] Remove spurious commentsThomas Preud'homme2018-01-191-2/+0
* [ARM] Add new macro for Thumb-only opcodesThomas Preud'homme2018-01-151-9/+20
* [ARM] Enable conditional Armv8-M instructionsThomas Preud'homme2018-01-151-9/+9
* [ARM] No IT usage deprecation for ARMv8-MThomas Preud'homme2018-01-151-6/+9
* gas tc-arm.c warning fixAlan Modra2018-01-111-1/+1
* [Arm] Add CSDB instructionJames Greenhalgh2018-01-091-0/+15
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix typo in do_mrs function in ARM assembler.Nick Clifton2018-01-021-1/+1
* Resolve PR 22493 - the encoding to be used when pushing the stack pointer ont...Nick Clifton2017-12-181-0/+5
* [GAS/ARM] Clarify relation between reg_expected_msgs and arm_reg_typeThomas Preud'homme2017-11-221-23/+26
* Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a int...Tamar Christina2017-11-151-1/+8
* Adds command line support for Armv8.4-A, via the new command line option -mar...Jiong Wang2017-11-081-3/+165
* This patch similarly to the AArch64 one enables Dot Product support by defaul...Tamar Christina2017-11-071-68/+81
* gas and ld pluralization fixesAlan Modra2017-11-071-1/+3
* [ARM] Fix Coprocessor instructions availabilityThomas Preud'homme2017-11-011-1/+1
* [ARM] Don't warn on REG_SP when used in CRC32 instructionsJiong Wang2017-08-091-2/+0
* Stop the generation of mapping symbols in the debug sections of ARM and AArch...Nick Clifton2017-07-241-1/+6
* Fix spelling typos.Yuri Chornovian2017-07-181-2/+2
* [ARM] Add support for Cortex-A55 and Cortex-A75.James Greenhalgh2017-07-051-0/+6
* [Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan2017-07-041-0/+11
* [ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang2017-06-281-1/+93
* Fix compile time warning building gas for arm-wince target.Nick Clifton2017-06-261-0/+2
* [ARM] Add support for ARM Cortex-R52 processorThomas Preud'homme2017-06-241-0/+3
* [ARM] Add support for ARMv8-R in assembler and readelfThomas Preud'homme2017-06-241-6/+6
* [ARM] Remove ARMv6S-M special casingThomas Preud'homme2017-06-241-26/+11
* Fix compile time warning about unused static variable.Nick Clifton2017-06-221-1/+1
* [ARM] Rework Tag_CPU_arch build attribute value selectionThomas Preud'homme2017-06-211-63/+212
* [ARM] Allow Thumb division as an extension for ARMv7Thomas Preud'homme2017-06-211-0/+15