aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-arm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23gas/arm: Force output of a data mapping symbol for literal poolsWill Newton1-2/+3
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-8/+8
2014-04-02This fixes an internal error in GAS, triggered by the test case reported in P...Nick Clifton1-2/+7
2014-03-19Add support for ARM assembler produced by CodeCompositor Studio.Daniel Gutson1-2/+155
2014-03-17Add support for parsing VFP register names in .cfi_offset directives.Nick Clifton1-6/+23
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-17gas: ARM: Fix encoding of VCVTr.s32.f64 instructionsWill Newton1-1/+1
2013-11-18Add support for armv7ve to gas.Yufeng Zhang1-7/+5
2013-10-08gas/Jan Beulich1-5/+4
2013-10-04[gas/]Kyrylo Tkachov1-1/+2
2013-09-16gas/config/tc-arm.c: Fix parsing of NEON load/store element sizes.Will Newton1-0/+2
2013-09-04 PR gas/15914Nick Clifton1-82/+108
2013-08-23gas/config/tc-arm.c: Improve validation of NEON addressing modes.Will Newton1-4/+12
2013-07-222013-07-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>Kyrylo Tkachov1-1/+1