aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-03[ARM][gas] Add support for Cortex-A73Kyrylo Tkachov1-0/+2
2016-05-25Only generate VMOV.I64 instructions for loading constant floating point value...Chua Zheng Leong1-1/+1
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-16/+3
2016-05-11Ensure that padding in the constant pool uses constant values.Nick Clifton1-0/+1
2016-05-10Use getters/setters to access ARM branch typeThomas Preud'homme1-2/+2
2016-05-10Add support for ARMv8-M Mainline with DSP extensionThomas Preud'homme1-3/+32
2016-05-10Allow extension availability to depend on several architecture bitsThomas Preud'homme1-15/+45
2016-05-10Add support for ARMv8-M security extensions instructionsThomas Preud'homme1-8/+35
2016-05-06[ARM][gas] Fix warnings about uninitialised uses and unused const variablesKyrylo Tkachov1-4/+8
2016-04-05[ARM] Add ARMv8.2 FP16 vmul/vmla/vmls (by scalar)Jiong Wang1-1/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-12/+10
2016-04-03arm: change the type of a variable to bfd_reloc_code_real_typeTrevor Saunders1-1/+1
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-31make some variables unsignedTrevor Saunders1-5/+5
2016-03-30Fix compile time warning about comparison between signed and unsigned values.Nick Clifton1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-9/+9
2016-03-28add more const qualifiersTrevor Saunders1-4/+4
2016-03-21Remove use of alloca.Nick Clifton1-6/+16
2016-03-16[ARM] Support ARMv8.2 FP16 simd instructionsJiong Wang1-23/+73
2016-03-10PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targetsMickael Guene1-8/+25
2016-03-09fixup -Wshadow warnings on gcc-4.7Trevor Saunders1-17/+18
2016-03-07[ARM] Add support for Cortex-R8Thomas Preud'homme1-0/+3
2016-03-04[ARM] Build attributes for ARMv8.1-A AdvSIMDMatthew Wahab1-1/+3
2016-03-04[ARM] Add feature check for ARMv8.1 AdvSIMD instructions.Matthew Wahab1-15/+54
2016-02-25Convert more variables to a constant form.Trevor Saunders1-15/+15
2016-02-24[GAS][ARM][3/3]Add armv8.2 fp16 scalar instruction support. Based on SE_H ins...Renlin Li1-39/+236
2016-02-24[GAS][ARM][2/3]Add SE_H shape to represent fp16 type.Renlin Li1-7/+72
2016-02-24[ARM][gas] Add support for Cortex-A32Kyrylo Tkachov1-0/+2
2016-02-19[ARM] Add FP16 feature extension for ARMv8.2 architectureJiong Wang1-0/+6
2016-02-04Remove support for creating ARM NOREAD sections.Nick Clifton1-10/+0
2016-02-01Fix a problem building the ARM assembler using LLVM.Loria1-1/+4
2016-01-20Add support for an ARM specific 'y' section attribute flag to mark the sectio...Mickael Guene1-0/+9
2016-01-12[ARM] Support ARMv8.2 RAS extension.Matthew Wahab1-0/+9
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-24Add assembler support for ARMv8-M BaselineThomas Preud'homme1-19/+89
2015-12-24Add assembler support for ARMv8-M MainlineThomas Preud'homme1-25/+70
2015-12-24Consolidate Thumb-1/Thumb-2 ISA detectionThomas Preud'homme1-30/+46
2015-12-17[Patch ARM] Fix build attributes for armv8-a in case of assembler files that ...Ramana Radhakrishnan1-1/+2
2015-12-16[ARM] Add support for thumb1 pcrop relocations.Mickael Guene1-5/+104
2015-11-24[GAS, ARM] Invalid LDR immediate transformationChristophe Monat1-1/+2