aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/driver-aarch64.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-470/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-05-17AArch64: Have -mcpu=native and -march=native enable extensions when CPU is un...Tamar Christina1-2/+12
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-03AArch64: Fix hwasan failure in readline.Tamar Christina1-2/+8
2020-07-17AArch64: Add GCC_CPUINFO overrideTamar Christina1-1/+6
2020-07-17AArch64: Fix bugs in -mcpu=native detection.Tamar Christina1-30/+103
2020-05-06aarch64: fix conflicting declarationsAndreas Schwab1-4/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-22[aarch64] Introduce flags for SVE2.Matthew Malcomson1-5/+5
2019-02-28AArch64: Have empty HWCAPs string ignored during native feature detection Tamar Christina1-12/+20
2019-02-25AArch64: Fix command line options canonicalization version #2. (PR target/88530)Tamar Christina1-1/+2
2019-01-23aarch64: fix use-after-free in -march=native (PR driver/89014)David Malcolm1-6/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14aarch64-cores.def: Add -1 as the variant to all of the cores.Andrew Pinski1-39/+52
2016-10-31driver-aarch64.c (host_detect_local_cpu): Rewrite handling of part num to han...Andrew Pinski1-17/+27
2016-10-21aarch64-cores.def: Rewrite so IMP and PART are integer constants.Andrew Pinski1-46/+53
2016-10-07aarch64-arches.def (AARCH64_ARCH): #undef at the end.Andrew Pinski1-3/+0
2016-04-11[Patch AArch64 3/3] Fix up for pr70133James Greenhalgh1-77/+110
2016-04-11[Patch AArch64 2/3] Rework the code to print extension strings (pr70133)James Greenhalgh1-2/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-08-04[AArch64][2/14] Refactor arches handling, add arch enum identifierKyrylo Tkachov1-4/+4
2015-04-24[AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfoKyrylo Tkachov1-0/+307