summaryrefslogtreecommitdiff
path: root/gas/config/tc-aarch64.c
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Fix Diagnostic messaging for LD/ST Exclusive.Tejas Belagod2021-04-091-8/+39
* Fix a problem assembling AArch64 sources when a relocation is generated again...Nick Clifton2021-04-061-140/+180
* Use startswith in gas subfolder.Martin Liska2021-04-011-6/+5
* Use bool in gasAlan Modra2021-03-311-204/+204
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* aarch64: Remove support for CSREKyrylo Tkachov2021-01-111-31/+0
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* aarch64: Add support for Cortex-A78CPrzemyslaw Wirkus2020-11-231-0/+9
* aarch64: Add +pauth flag for Pointer Authentication featurePrzemyslaw Wirkus2020-11-161-0/+2
* aarch64: Extract Condition flag manipulation feature from Armv8.4-APrzemyslaw Wirkus2020-11-161-0/+2
* aarch64: Update LS64 feature with system registerPrzemyslaw Wirkus2020-11-091-1/+2
* aarch64: Limit Rt register number for LS64 load/store instructionsPrzemyslaw Wirkus2020-11-091-0/+16
* [PATCH][GAS] aarch64: Add atomic 64-byte load/store instructions for Armv8.7Przemyslaw Wirkus2020-11-031-0/+2
* aarch64: Fix DSB instruction 'missing immediate expression' errorsPrzemyslaw Wirkus2020-10-291-1/+5
* aarch64: Add CSR PDEC instructionPrzemyslaw Wirkus2020-10-281-0/+31
* aarch64: Add DSB instruction Armv8.7-a variantPrzemyslaw Wirkus2020-10-281-0/+47
* aarch64: Add basic support for armv8.7-a architecturePrzemyslaw Wirkus2020-10-281-0/+1
* aarch64: Fix bogus type punning in parse_barrier() [PR26699]Alex Coplan2020-10-061-7/+1
* [PATCH][GAS][AArch64] Update Cortex-X1 feature flagsPrzemyslaw Wirkus2020-10-051-2/+6
* [GAS][AArch64] Add support for Cortex-A78 and Cortex-A78AEPrzemyslaw Wirkus2020-09-301-0/+14
* aarch64: Add support for Neoverse N2 CPUAlex Coplan2020-09-301-0/+10
* This patch adds support for Cortex-X1Przemyslaw Wirkus2020-09-281-0/+3
* aarch64: Neoverse V1 tweaksAlex Coplan2020-09-281-8/+9
* aarch64: Add support for Neoverse V1 CPUAlex Coplan2020-09-241-0/+8
* Tidy elf_symbol_fromAlan Modra2020-09-161-1/+1
* aarch64: Add -mcpu option for Cortex-R82Alex Coplan2020-09-081-0/+1
* aarch64: Add support for Armv8-R system registersAlex Coplan2020-09-081-4/+5
* aarch64: Add base support for Armv8-RAlex Coplan2020-09-081-0/+1
* Remove "memory exhausted" messagesAlan Modra2020-08-241-16/+15
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-2/+2
* Rearrange symbol_create parametersAlan Modra2020-08-211-3/+3
* Port gas/config/* to str_htab.Martin Liska2020-08-201-62/+57
* aarch64: Don't assert on long sysreg namesAlex Coplan2020-08-101-13/+30
* [aarch64] GAS doesn't validate the architecture version for any tlbi register...Przemyslaw Wirkus2020-08-101-4/+12
* aarch64: Fix segfault on unicode symbolsAlex Coplan2020-07-021-1/+1
* Replace "if (x) free (x)" with "free (x)", gasAlan Modra2020-05-211-4/+2
* AArch64: add GAS support for UDF instructionAlex Coplan2020-04-301-1/+3
* [AArch64, Binutils] Add missing TSB instructionSudakshina Das2020-04-201-2/+2
* Indent labelsAlan Modra2020-02-261-7/+7
* [gas][aarch64] Turn on SVE when using f32mm or f64mm extensionsMatthew Malcomson2020-01-131-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* gas signed overflow fixesAlan Modra2019-12-121-1/+2
* Arm64: simplify Crypto arch extension handlingJan Beulich2019-12-051-3/+1
* Arm64: correct "sha3" arch-extension directive handlingJan Beulich2019-12-051-3/+2
* Fix "psb CSYNC" and "bti C".Andrew Pinski2019-11-251-3/+6
* [binutils][aarch64] Matrix Multiply extension enablement [8/X]Matthew Malcomson2019-11-071-0/+7
* [Patch][binutils][aarch64] .bfloat16 directive for AArch64 [7/10]Matthew Malcomson2019-11-071-0/+49
* [binutils][aarch64] Bfloat16 enablement [2/X]Matthew Malcomson2019-11-071-0/+6
* [gas][aarch64] Armv8.6-a option [1/X]Matthew Malcomson2019-11-071-0/+1
* Modify the ARNM assembler to accept the omission of the immediate argument fo...Delia Burduv2019-10-301-15/+29