aboutsummaryrefslogtreecommitdiff
path: root/gcc/common/config/aarch64
AgeCommit message (Expand)AuthorFilesLines
2025-01-24aarch64: Make AARCH64_FL_CRYPTO always unsetAndrew Carlotti1-0/+4
2025-01-24aarch64: Refactor aarch64_rewrite_mcpuAndrew Carlotti1-61/+17
2025-01-24aarch64: Rewrite architecture strings for assemblerAndrew Carlotti1-4/+45
2025-01-24aarch64: Inline aarch64_get_all_extension_candidatesAndrew Carlotti1-11/+4
2025-01-24aarch64: Move arch/cpu parsing to aarch64-common.ccAndrew Carlotti1-6/+328
2025-01-24aarch64: Rename info structs in aarch64-common.ccAndrew Carlotti1-23/+27
2025-01-24aarch64: Remove redundant generic cpu entryAndrew Carlotti1-1/+0
2025-01-07AArch64: Switch off early schedulingWilco Dijkstra1-0/+2
2025-01-02Update copyright years.Jakub Jelinek2-2/+2
2024-11-29AArch64: Suppress default options when march or mcpu used is not affected by it.Tamar Christina1-0/+27
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-07-24aarch64: Extend aarch64_feature_flags to 128 bitsAndrew Carlotti1-4/+8
2024-07-24aarch64: Decouple feature flag option storage typeAndrew Carlotti1-5/+6
2024-07-24aarch64: Define aarch64_get_{asm_|}isa_flagsAndrew Carlotti1-1/+1
2024-01-03Update copyright years.Jakub Jelinek2-2/+2
2023-12-16[aarch64] Add function multiversioning supportAndrew Carlotti1-0/+94
2023-12-16aarch64: Fix +nopredres, +nols64 and +nomopsAndrew Carlotti1-8/+3
2023-12-16aarch64: Fix +nocrypto handlingAndrew Carlotti1-8/+27
2023-12-07aarch64: Add an early RA for strided registersRichard Sandiford1-0/+1
2023-02-01AArch64: Fix native detection in the presence of mandatory features which don...Tamar Christina1-5/+17
2023-01-23[PATCH 1/15] arm: Make mbranch-protection opts parsing common to AArch32/64Andrea Corallo1-6/+7
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-09-29aarch64: Tweak handling of -mgeneral-regs-onlyRichard Sandiford1-0/+12
2022-09-29aarch64: Tweak contents of flags_on/off fieldsRichard Sandiford1-8/+6
2022-09-29aarch64: Make more use of aarch64_feature_flagsRichard Sandiford1-9/+10
2022-09-29aarch64: Tweak constness of option-related dataRichard Sandiford1-13/+13
2022-09-29aarch64: Avoid std::string in static dataRichard Sandiford1-2/+2
2022-09-29aarch64: Simplify generation of .arch stringsRichard Sandiford1-196/+47
2022-09-29aarch64: Simplify feature definitionsRichard Sandiford1-11/+18
2022-09-29aarch64: Avoid redundancy in aarch64-cores.defRichard Sandiford1-1/+1
2022-09-29aarch64: Add "V" to aarch64-arches.def namesRichard Sandiford1-1/+1
2022-09-29aarch64: Rename AARCH64_FL_FOR_ARCH macrosRichard Sandiford1-1/+1
2022-09-29aarch64: Rename AARCH64_ISA architecture-level macrosRichard Sandiford1-1/+1
2022-05-16Use more ARRAY_SIZE.Martin Liska1-2/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-18Use startswith in targets.Martin Liska1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-10aarch64: Add support for Armv8-RAlex Coplan1-2/+5
2020-05-21Add outline-atomics to target attribute.Martin Liska1-0/+4
2020-04-03AArch64: Fix options canonicalization for assemblerTamar Christina1-1/+16
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove option_default_params and option_validate_param hooks.Martin Liska1-44/+3
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-9/+6
2019-05-24[aarch64] Change two function declaration typesMatthew Malcomson1-1/+1
2019-05-22[aarch64] Introduce flags for SVE2.Matthew Malcomson1-16/+19
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska1-1/+1