aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_...Nick Clifton1-0/+2
2015-02-11[ARM] Add support for Cortex-A72Jiong Wang1-0/+2
2015-02-09[ARM][gas] Use as_tsktsk instead of as_warn for deprecation messages.Kyrylo Tkachov1-15/+15
2015-01-13[ARM] vcmp/vcmpe should accept #0x0 as an operandJiong Wang1-0/+10
2015-01-12arm: properly range check immediate operands of VSHL and VQSHLJan Beulich1-3/+9
2015-01-09This patch adds the necessary support to the assembler to allow wiringPhilipp Tomsich1-0/+5
2015-01-07arm: fix extension feature disablingJan Beulich1-15/+27
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-23This patch add support for cpu marvell-whitney.Nick Clifton1-0/+3
2014-11-21Calculate ARM arch attribute after relaxationTerry Guo1-4/+9
2014-11-21Support ARM Cortex-M7Terry Guo1-4/+40
2014-11-20* config/tc-arm.c (rotate_left): Avoid undefined behaviour when N = 0.Richard Earnshaw1-1/+1
2014-09-17Fix arm-elf build failure on non-C99 systems (was using int64_t)Tristan Gingold1-2/+2
2014-09-09[PATCH][ARM] Add Cortex-A17 support to gasKyrylo Tkachov1-0/+2
2014-08-26[ARM] Update selected_cpu based on info got during parsingJiong Wang1-2/+7
2014-08-22ARM/gas: Fix a build failure with GCC 4.3.3Maciej W. Rozycki1-1/+1
2014-08-20[ARM] Fix vcmp with #0.0Kyrylo Tkachov1-2/+46
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+1
2014-07-15[ARM] Fix 32-bit host build failure.Jiong Wang1-5/+5
2014-07-08Fix PR 16722 by adding support for 8-byte vector constants.Jiong Wang1-285/+454
2014-06-17gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang1-0/+3
2014-06-16Fix uninitialised ARM dataAlan Modra1-8/+4
2014-04-24Fix a problem building the ARM assembler for non-ELF based toolchains.Nick Clifton1-1/+2