aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2025-01-10arm: [MVE intrinsics] Fix tuples field name (PR 118332)Christophe Lyon1-44/+8
2025-01-09arm: [MVE intrinsics] Another fix for moves of tuples (PR target/118131)Christophe Lyon1-1/+4
2025-01-08arm: [MVE intrinsics] Fix tuples field name (PR 118332)Christophe Lyon1-3/+2
2025-01-02Update copyright years.Jakub Jelinek132-134/+134
2024-12-20arm: [MVE intrinsics] Fix moves of tuples (PR target/118131)Christophe Lyon3-10/+41
2024-12-18arm: Escape semicolon in thumb1.mdTorbjörn SVENSSON1-2/+2
2024-12-15arm: fix bootstrap after MVE changesTamar Christina1-2/+2
2024-12-13arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801]Christophe Lyon1-1/+31
2024-12-13arm: [MVE intrinsics] rework vst2q vst4q vld2q vld4qChristophe Lyon11-683/+253
2024-12-13arm: [MVE intrinsics] fix store shape to support tuplesChristophe Lyon1-2/+2
2024-12-13arm: [MVE intrinsics] add support for tuplesChristophe Lyon3-13/+68
2024-12-13arm: [MVE intrinsics] add modes for tuplesChristophe Lyon1-0/+22
2024-12-13arm: [MVE intrinsics] remove V2DF from MVE_vecs iteratorChristophe Lyon1-1/+1
2024-12-13arm: [MVE intrinsics] Fix condition for vec_extract patternsChristophe Lyon1-4/+2
2024-12-13arm: [MVE intrinsics] remove useless call_properties implementations.Christophe Lyon1-10/+0
2024-12-13arm: [MVE intrinsics] rework vldr gather_base_wbChristophe Lyon8-496/+74
2024-12-13arm: [MVE intrinsics] rework vldr gather_baseChristophe Lyon9-245/+71
2024-12-13arm: [MVE intrinsics] add load_gather_base shapeChristophe Lyon2-0/+39
2024-12-13arm: [MVE intrinsics] rework vldr gather_shifted_offsetChristophe Lyon9-653/+129
2024-12-13arm: [MVE intrinsics] rework vldr gather_offsetChristophe Lyon8-884/+156
2024-12-13arm: [MVE intrinsics] add load_ext_gather_offset shapeChristophe Lyon2-0/+59
2024-12-13arm: [MVE intrinsics] rework vstr scatter_base_wbChristophe Lyon10-378/+128
2024-12-13arm: [MVE intrinsics] rework vstr scatter_baseChristophe Lyon9-360/+72
2024-12-13arm: [MVE intrinsics] Add store_scatter_base shapeChristophe Lyon2-0/+50
2024-12-13arm: [MVE intrinsics] Check immediate is a multiple in a rangeChristophe Lyon2-0/+63
2024-12-13arm: [MVE intrinsics] rework vstr_scatter_shifted_offsetChristophe Lyon9-786/+103
2024-12-13arm: [MVE intrinsics] rework vstr?q_scatter_offsetChristophe Lyon9-1017/+143
2024-12-13arm: [MVE intrinsics] add store_scatter_offset shapeChristophe Lyon2-0/+65
2024-12-13arm: [MVE intrinsics] add mode_after_pred helper in function_shapeChristophe Lyon3-1/+21
2024-12-10arm: Fix LDRD register overlap [PR117675]Wilco Dijkstra5-2/+37
2024-12-09c++: Allow overloaded builtins to be used in SFINAE contextMatthew Malcomson3-6/+5
2024-12-09arm: remove obsolete vcond expandersRichard Earnshaw3-116/+0
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm1-0/+3
2024-12-05arm: remove support for iWMMX/iWMMX2 intrinsicsRichard Earnshaw1-1811/+1
2024-12-05arm: Add CDE options for star-mc1 cpuArvin Zhong1-0/+8
2024-12-04arm: use quotes when referring to command-line options [PR90160]David Malcolm1-3/+3
2024-12-02arm, mve: Adding missing Runtime Library Exception to header filesAndre Vieira2-0/+8
2024-11-29arm, mve: Detect uses of vctp_vpr_generated inside subregsAndre Vieira1-1/+2
2024-11-27diagnostics: replace %<%s%> with %qs [PR104896]David Malcolm1-3/+3
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski3-3/+0
2024-11-20arm, mve: Fix arm_mve_dlstp_check_dec_counter's use of single_predAndre Vieira1-2/+3
2024-11-14aarch64: Introduce indirect_return attributeSzabolcs Nagy3-4/+29
2024-11-09arm: Fix ICE on arm_mve.h pragma without MVE types [PR117408]Torbjörn SVENSSON1-0/+7
2024-11-08arm: Improvements to arm_noce_conversion_profitable_p call [PR 116444]Andre Simoes Dias Vieira1-3/+56
2024-10-30arm: [MVE intrinsics] Remove unused builtins qualifiersChristophe Lyon1-41/+0
2024-10-29arm: [MVE intrinsics] Rework MVE vld/vst intrinsicsAlfie Richards10-1578/+366
2024-10-29arm: [MVE intrinsics] Add support for predicated contiguous loads and storesAlfie Richards1-0/+4
2024-10-29arm: [MVE intrinsics] Add load_extending and store_truncating function basesAlfie Richards3-0/+121
2024-10-29arm: [MVE intrinsics] Add load_ext intrinsic shapeAlfie Richards2-3/+28
2024-10-27arm: Support -mfdpic for more targetsFangrui Song2-2/+5