Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-07-02 | Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188] | Wilco Dijkstra | 1 | -4/+4 |
2024-05-12 | arm: Use utxb rN, rM, ror #8 to implement zero_extract on armv6. | Roger Sayle | 1 | -0/+66 |
2024-03-06 | ARM: Fix conditional execution [PR113915] | Wilco Dijkstra | 1 | -0/+6 |
2024-03-04 | arm: Annotate instructions with mve_safe_imp_xlane_pred | Andre Vieira | 1 | -0/+6 |
2024-03-04 | arm: Add define_attr to to create a mapping between MVE predicated and unpred... | Stam Markianos-Wright | 1 | -0/+6 |
2024-01-29 | arm: Add pattern for bswap + rotate -> rev16 [Bug 108933] | Matthieu Longo | 1 | -11/+20 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-10-30 | arm: move the switch tables for Arm to the RO data section. | Richard Ball | 1 | -10/+11 |
2023-10-26 | arm: Use deltas for Arm switch tables | Richard Ball | 1 | -6/+8 |
2023-06-13 | arm: Extend -mtp= arguments | Kyrylo Tkachov | 1 | -2/+2 |
2023-05-25 | arm: Implement ACLE Data Intrinsics | Chris Sidebottom | 1 | -4/+16 |
2023-05-25 | arm: Fix ICE due to infinite splitting [PR109800] | Alex Coplan | 1 | -1/+1 |
2023-01-23 | arm: Add support for dwarf debug directives and pseudo hard-register for PAC ... | Srinath Parvathaneni | 1 | -0/+1 |
2023-01-23 | [PATCH 12/15] arm: implement bti injection | Andrea Corallo | 1 | -0/+7 |
2023-01-23 | [PATCH 10/15] arm: Implement cortex-M return signing address codegen | Andrea Corallo | 1 | -0/+23 |
2023-01-13 | [PR40457] [arm] expand SI-aligned movdi into pair of movsi | Alexandre Oliva | 1 | -2/+10 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-06-07 | arm: Improve code generation for BFI and BFC [PR105090] | Richard Earnshaw | 1 | -9/+97 |
2022-01-21 | [ARM] Add support for TLS register based stack protector canary access | Ard Biesheuvel | 1 | -2/+69 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-09-13 | arm: expand handling of movmisalign for DImode [PR102125] | Richard Earnshaw | 1 | -0/+16 |
2021-08-24 | arm: fix vlldm erratum for Armv8.1-m [PR102035] | Richard Earnshaw | 1 | -2/+9 |
2021-05-19 | arm: Fix ICE with CMSE nonsecure calls on Armv8.1-M [PR100333] | Alex Coplan | 1 | -8/+11 |
2021-02-19 | arm: Fix ICE with -fstack-protector -mpure-code [PR98998] | Jakub Jelinek | 1 | -0/+10 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-22 | arm&aarch64: subdivide the type attribute "alu_shfit_imm" | Qian Jianhua | 1 | -13/+18 |
2020-09-30 | arm: Fix ICEs in no-literal-pool.c on MVE [PR97251] | Alex Coplan | 1 | -2/+2 |
2020-09-25 | arm: Fix fp16 move patterns for base MVE | Richard Sandiford | 1 | -1/+3 |
2020-09-24 | arm: Fix canary address calculation for non-PIC | Richard Sandiford | 1 | -2/+2 |
2020-09-18 | [PATCH 4/5][Arm] New pattern for CSNEG instructions | Sudi Das | 1 | -1/+1 |
2020-08-06 | arm: Clear canary value after stack_protect_test [PR96191] | Richard Sandiford | 1 | -2/+4 |
2020-04-15 | [Arm] Disallow arm_movdi when targetting MVE | Matthew Malcomson | 1 | -0/+1 |
2020-04-08 | [Arm] Implement scalar Custom Datapath Extension intrinsics | Matthew Malcomson | 1 | -0/+70 |
2020-04-07 | arm: MVE Don't use lsll for 32-bit shifts scalar | Andre Simoes Dias Vieira | 1 | -1/+2 |
2020-03-24 | arm: Fix arm {,u}subvdi4 and usubvsi4 expanders [PR94286] | Jakub Jelinek | 1 | -3/+4 |
2020-03-20 | gcc, Arm: Fix no_cond issue introduced by MVE | Andre Simoes Dias Vieira | 1 | -4/+4 |
2020-03-16 | [ARM][GCC][2/x]: MVE ACLE intrinsics framework patch. | Srinath Parvathaneni | 1 | -2/+6 |
2020-03-16 | [ARM][GCC][1/x]: MVE ACLE intrinsics framework patch. | Srinath Parvathaneni | 1 | -8/+13 |
2020-02-25 | [ARM] Fix -mpure-code for v6m | Christophe Lyon | 1 | -0/+9 |
2020-02-21 | [PATCH, GCC/ARM] Fix MVE scalar shift tests | Mihail Ionescu | 1 | -3/+3 |
2020-02-10 | arm: correct constraints on movsi_compare0 [PR91913] | Richard Earnshaw | 1 | -3/+8 |
2020-02-03 | This patch is for PR target/91816 | Stam Markianos-Wright | 1 | -22/+82 |
2020-01-30 | arm: Fix uaddvdi4 expander [PR93494] | Jakub Jelinek | 1 | -1/+1 |
2020-01-17 | [GCC/ARM, 2/2] Add support for ASRL(imm), LSLL(imm) and LSRL(imm) instruction... | Mihail Ionescu | 1 | -3/+15 |
2020-01-17 | [GCC/ARM, 1/2] Add support for ASRL(reg) and LSLL(reg) instructions for Armv8... | Mihail Ionescu | 1 | -0/+26 |
2020-01-16 | [GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector types and machine modes ... | Stam Markianos-Wright | 1 | -19/+19 |
2020-01-16 | [PATCH, GCC/ARM, 9/10] Call nscall function with blxns | Mihail Ionescu | 1 | -6/+12 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |