aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
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