aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/aarch64
AgeCommit message (Expand)AuthorFilesLines
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-3/+0
2022-09-01AArch64: Fix bootstrap failure due to dump_printf_loc format attribute uses [...Tamar Christina1-1/+2
2022-08-12sve: Fix fcmuo combine patterns [PR106524]Tamar Christina1-2/+2
2022-08-12[AARCH64] Remove reference to MD_INCLUDESAndrew Pinski1-3/+0
2022-07-26aarch64: Move vreinterpret definitions into the compilerAndrew Carlotti2-3156/+234
2022-07-26aarch64: Consolidate simd type lookup functionsAndrew Carlotti1-40/+37
2022-07-26aarch64: Lower vcombine to GIMPLEAndrew Carlotti1-0/+22
2022-07-25aarch64: Implement ACLE Data IntrinsicsAndre Simoes Dias Vieira3-3/+134
2022-07-18Replace manual swapping idiom with std::swap in aarch64.ccRichard Ball1-6/+6
2022-07-15aarch64: Remove qualifier_internalAndrew Carlotti1-7/+1
2022-07-15aarch64: Add V1DI modeAndrew Carlotti6-13/+25
2022-07-15[aarch64] Use op_mode instead of vmode in aarch64_vectorize_vec_perm_const.Prathamesh Kulkarni1-2/+2
2022-07-13aarch64: Don't return invalid GIMPLE assign statementsAndrew Carlotti1-0/+10
2022-07-12Add internal functions for iround etc. [PR106253]Richard Sandiford3-88/+0
2022-07-12aarch64: Remove redundant builtins codeRichard Sandiford1-32/+0
2022-06-15aarch64: Revert bogus fix for PR105254Richard Sandiford1-8/+4
2022-06-12PR96463: Optimise svld1rq from vectors for little endian AArch64 targets.Prathamesh Kulkarni2-27/+127
2022-06-01AArch64: Cleanup option processing codeWilco Dijkstra6-138/+76
2022-05-31aarch64: Fix build with gcc-4.8Christophe Lyon1-3/+3
2022-05-25Add new parameter to vec_perm_const hook for specifying operand mode.Prathamesh Kulkarni1-2/+6
2022-05-20AArch64: Improve rotate patternsWilco Dijkstra2-65/+125
2022-05-20AArch64: Cleanup CPU option processing codeWilco Dijkstra2-93/+31
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm4-384/+384
2022-05-20aarch64: Add backend support for DFPChristophe Lyon3-51/+89
2022-05-16Use more ARRAY_SIZE.Martin Liska2-4/+4
2022-05-13[AArch64] add barriers to ool __sync builtinsSebastian Pop2-4/+10
2022-05-06aarch64: remove useless GPF_TF_F16 iteratorChristophe Lyon1-3/+0
2022-04-13aarch64: Make sure the UF divides the VF [PR105254]Richard Sandiford1-4/+8
2022-04-08aarch64: PR target/105157 Increase number of cores TARGET_CPU_DEFAULT can encodeAndre Vieira2-6/+16
2022-04-07AArch64: fix ls64 intrinsics expansion [PR104409]Tamar Christina4-3/+13
2022-04-07AArch64: Fix left fold sum reduction RTL patterns [PR104049]Tamar Christina1-42/+28
2022-04-05aarch64: Stop +mops clobbering variable valuesRichard Sandiford2-35/+56
2022-04-05aarch64: Fix -fpack-struct + <arm_neon.h> [PR103147]Richard Sandiford4-25/+52
2022-04-05aarch64: Use error_n for plural text [PR104897]Richard Sandiford1-6/+10
2022-04-04aarch64: Restrict aarch64-tune.md regeneration to --enable-maintainer-mode [P...Jakub Jelinek1-0/+10
2022-04-04aarch64: Fix aarch64-tune.md (re)generation [PR105144]Jakub Jelinek2-1/+3
2022-03-31aarch64: Implement determine_suggested_unroll_factorAndre Vieira2-2/+91
2022-03-29aarch64: correctly handle zero-sized bit-fields in AAPCS64 [PR102024]Richard Earnshaw1-3/+32
2022-03-28aarch64: Update Neoverse N2 core definitionAndre Vieira1-3/+2
2022-03-22aarch64: update error message format.Martin Liska1-7/+7
2022-03-22aarch64: Update regmove costs for neoverse-v1 and neoverse-512tvb tuningsAndre Vieira1-4/+14
2022-03-22aarch64: Add Demeter tuning structsAndre Vieira3-2/+222
2022-03-22aarch64: Update reg-costs to differentiate between memmove costsAndre Vieira2-27/+188
2022-03-22aarch64: Add Neoverse-N2 tuning structsAndre Vieira1-5/+191
2022-03-22aarch64: Enable FP16 feature by default for Armv9Andre Vieira1-1/+2
2022-03-16aarch64: Fix up RTL sharing bug in aarch64_load_symref_appropriately [PR104910]Jakub Jelinek1-1/+1
2022-03-07Fix up duplicated duplicated words in commentsJakub Jelinek2-2/+2
2022-02-22arm: Implement MVE predicates as vectors of booleansChristophe Lyon1-4/+4
2022-02-22tree-optimization/104582 - make SLP node available in vector cost hookRichard Biener1-3/+3
2022-02-21aarch64: Add compiler support for Shadow Call StackDan Li3-31/+113