aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02[ARM] Fix NULL dereference of march_ext_optThomas Preud'homme1-1/+1
2018-03-01[ARM] Clean up selection of feature bitsThomas Preud'homme1-111/+127
2018-02-22Diagnose when trying to assemble conditional FP16 vmovx and vinsAndre Simoes Dias Vieira1-0/+14
2018-02-15Fix AArch32 build attributes for Armv8.4-A.Tamar Christina1-1/+1
2018-02-13Fix ARm assembler so that it rejects invalid immediate values for the Thumb O...Nick Clifton1-3/+5
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-01-19[gas/ARM] Remove spurious commentsThomas Preud'homme1-2/+0
2018-01-15[ARM] Add new macro for Thumb-only opcodesThomas Preud'homme1-9/+20
2018-01-15[ARM] Enable conditional Armv8-M instructionsThomas Preud'homme1-9/+9
2018-01-15[ARM] No IT usage deprecation for ARMv8-MThomas Preud'homme1-6/+9
2018-01-11gas tc-arm.c warning fixAlan Modra1-1/+1
2018-01-09[Arm] Add CSDB instructionJames Greenhalgh1-0/+15
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-02Fix typo in do_mrs function in ARM assembler.Nick Clifton1-1/+1
2017-12-18Resolve PR 22493 - the encoding to be used when pushing the stack pointer ont...Nick Clifton1-0/+5
2017-11-22[GAS/ARM] Clarify relation between reg_expected_msgs and arm_reg_typeThomas Preud'homme1-23/+26
2017-11-15Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a int...Tamar Christina1-1/+8
2017-11-08Adds command line support for Armv8.4-A, via the new command line option -mar...Jiong Wang1-3/+165
2017-11-07This patch similarly to the AArch64 one enables Dot Product support by defaul...Tamar Christina1-68/+81
2017-11-07gas and ld pluralization fixesAlan Modra1-1/+3
2017-11-01[ARM] Fix Coprocessor instructions availabilityThomas Preud'homme1-1/+1
2017-08-09[ARM] Don't warn on REG_SP when used in CRC32 instructionsJiong Wang1-2/+0
2017-07-24Stop the generation of mapping symbols in the debug sections of ARM and AArch...Nick Clifton1-1/+6
2017-07-18Fix spelling typos.Yuri Chornovian1-2/+2
2017-07-05[ARM] Add support for Cortex-A55 and Cortex-A75.James Greenhalgh1-0/+6
2017-07-04[Patch ARM] Support MVFR2 VFP Coprocessor register for ARMv8-ARamana Radhakrishnan1-0/+11
2017-06-28[ARM] Assembler and disassembler support Dot Product ExtensionJiong Wang1-1/+93
2017-06-26Fix compile time warning building gas for arm-wince target.Nick Clifton1-0/+2
2017-06-24[ARM] Add support for ARM Cortex-R52 processorThomas Preud'homme1-0/+3
2017-06-24[ARM] Add support for ARMv8-R in assembler and readelfThomas Preud'homme1-6/+6
2017-06-24[ARM] Remove ARMv6S-M special casingThomas Preud'homme1-26/+11
2017-06-22Fix compile time warning about unused static variable.Nick Clifton1-1/+1
2017-06-21[ARM] Rework Tag_CPU_arch build attribute value selectionThomas Preud'homme1-63/+212
2017-06-21[ARM] Allow Thumb division as an extension for ARMv7Thomas Preud'homme1-0/+15
2017-06-21[ARM] Rework selection of feature bits to base build attributes onThomas Preud'homme1-16/+24
2017-06-21[ARM] Simplify Tag_DSP_extension selection logicThomas Preud'homme1-23/+5
2017-06-21[ARM] Keep separation between extensions and architecture bits throughout exe...Thomas Preud'homme1-27/+68
2017-06-21[ARM] Separate extensions from architectures in arm_cpusThomas Preud'homme1-162/+370
2017-06-06[Patch, ARM] Relax the restrictions on REG_SP under Thumb mode on ARMv8-AJiong Wang1-15/+34
2017-06-05Drop arm support for falkor/qdf24xx targets, not present in released hardware.Jim Wilson1-6/+0
2017-05-15Fix use of ARM ADR and ADRl pseudo-instructions with thumb function symbols.Nick Clifton1-1/+18
2017-04-24[GAS/ARM] Fix expansion of ldr pseudo instructionThomas Preud'homme1-9/+5
2017-04-04Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXXH.J. Lu1-1/+2
2017-03-24[GAS/ARM] Fix selected_cpu with default CPU and -mcpuThomas Preud'homme1-2/+2
2017-03-20[arm] Document missing -mfpu entries.Richard Earnshaw1-3/+3
2017-03-20[arm] Add neon-vfp3 as an alias for neon to -mfpu.Richard Earnshaw1-0/+1
2017-02-13[ARM] Allow immediate without prefix in unified syntax for VCMPThomas Preud'homme1-3/+7
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-11/+11
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-08ARM/GAS: Correct an `index' global shadowing errorMaciej W. Rozycki1-4/+4