aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-05[ARM] Add ARMv8.3 VCMLA and VCADD instructionsSzabolcs Nagy1-0/+80
2016-12-05[ARM] Add ARMv8.3 VJCVT instructionSzabolcs Nagy1-0/+18
2016-12-05[ARM] Add ARMv8.3 command line option and feature flagSzabolcs Nagy1-0/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-5/+5
2016-11-21[GAS][ARM][PR20827]Fix gas error for two register form instruction (pre-UAL s...Renlin Li1-2/+5
2016-11-04Add support for ARM Cortex-M33 processorThomas Preud'homme1-0/+2
2016-11-04Add support for ARM Cortex-M23 processorThomas Preud'homme1-0/+2
2016-11-04New option falkor for Qualcomm server partSiddhesh Poyarekar1-0/+3
2016-11-03[ARM] Allow MOV/MOV.W to accept all possible immediatesJiong Wang1-16/+69
2016-10-19[GAS][ARM]Generate unpredictable warning for pc used in data processing instr...Renlin Li1-0/+15
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+11
2016-09-22Remove legacy basepri_mask MRS/MSR special regThomas Preud'homme1-1/+0
2016-09-07[arm] Automatically enable CRC instructions on supported ARMv8-A CPUs.Richard Earnshaw1-9/+9
2016-08-26Add missing ARMv8-M special registersThomas Preud'homme1-18/+27
2016-08-25Remove _S version of ARM MSR/MRS special registersThomas Preud'homme1-2/+2
2016-08-19ARM: Issue a warning when the MRRC and MRRC2 instructions are used with the s...Tamar Christina1-0/+8
2016-08-05Ensure ARM VPUSH and VPOP instructions do not affect more than 16 registers.Nick Clifton1-0/+10
2016-06-29Correct fix for typoNick Clifton1-1/+1
2016-06-29Fix typoNick Clifton1-1/+1
2016-06-13Fix compile time warning messages building with gcc v6.1.1Nick Clifton1-0/+10
2016-06-07[ARM] Add command line option for RAS extension.Matthew Wahab1-4/+7