aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19[ARM] Add ARMv8.2 architecture feature and command line option.Matthew Wahab1-0/+1
2015-11-12Add support for Cortex-A35Ramana Radhakrishnan1-0/+2
2015-11-12Fix PR gas/19217Ramana Radhakrishnan1-20/+11
2015-11-10Add Qualcomm qdf24xx support.Jim Wilson1-0/+4
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-29Fix CPS availability.Thomas Preud'homme1-1/+1
2015-10-27Prevent overflowing the selected_cpu_name buffer in the ARM assembler.Jim Wilson1-2/+8
2015-08-27More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra1-2/+2
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-8/+7
2015-08-17Rationalize ARM .alignAlan Modra1-48/+1
2015-08-12Remove trailing spaces in gasH.J. Lu1-4/+4
2015-08-11Fix compile time warning messages about constant expressions where a value is...Nick Clifton1-5/+5
2015-08-08tc-arm.c: Append ULL to 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts.Hans-Peter Nilsson1-2/+2
2015-07-21[ARM] Support correctly spelled ARMv6KZ architecture namesMatthew Wahab1-4/+10
2015-07-16[ARM] Add crypto-neon-fp-armv8.1 as an fpu optionMatthew Wahab1-0/+2
2015-07-16[ARM] Make human parsing of "processor does not support instruction in mode" ...James Greenhalgh1-3/+3
2015-06-18Add support for using the ADR alias in Thumb mode against nearby symbols.Nick Clifton1-0/+39
2015-06-18Fix the computation of the addends for an ARM_TLS_LE32 reloc.Nick Clifton1-2/+2
2015-06-17Fix compile warnings building previous delta in a 32-bit environment.Nick Clifton1-8/+32
2015-06-17Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode.Alessandro Marzocchi1-3/+55
2015-06-17Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ...Alessandro Marzocchi1-58/+159
2015-06-04[ARM] Use frag's thumb_mode information when availableJiong Wang1-2/+6
2015-06-03[ARM] Support for ARMv8.1 command line optionMatthew Wahab1-0/+1
2015-06-02[ARM] Support for ARMv8.1 Adv.SIMD extensionMatthew Wahab1-0/+13
2015-06-02[ARM] Add support for ARMv8.1 PAN extensionMatthew Wahab1-0/+29
2015-05-08Change ARM symbol name verification code so that it only triggers when the fo...Nick Clifton1-34/+31
2015-04-30GAS ARM: Warn if the user creates a symbol with the same name as an instruction.Nick Clifton1-0/+52
2015-04-29Fix an internal error in GAS when assembling a bogus piece of source code.Nick Clifton1-1/+6
2015-04-28[ARM]Positively emit symbols for alignmentRenlin Li1-16/+14
2015-04-01[ARM] Add support for the Samsung Exynos M1 processorEvandro Menezes1-0/+3
2015-03-24Extend arm_feature_set struct to provide more bitsTerry Guo1-106/+122
2015-03-12Fixes a problem generating relocs for thumb function calls to local symbols d...Nick Clifton1-5/+9
2015-03-10Fixes a bug in the ARM port of GAS when parsing inverted register lists.Michael Perkins1-1/+3
2015-03-10[ARM]Fix "align directive causes MAP_DATA symbol to be lost"Sterling Augustine1-17/+13