Age | Commit message (Expand) | Author | Files | Lines |
2022-01-20 | arm: add basic mitigation for Cortex-A AES errata | Richard Earnshaw | 1 | -0/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-06-09 | arm: Auto-vectorization for MVE: vclz | Christophe Lyon | 1 | -2/+0 |
2021-06-03 | arm: Auto-vectorization for MVE: vabs | Christophe Lyon | 1 | -2/+0 |
2021-05-17 | arm: Auto-vectorization for MVE: vcmp | Christophe Lyon | 1 | -20/+0 |
2021-05-10 | arm: MVE: Factorize vcmp_*f* | Christophe Lyon | 1 | -12/+0 |
2021-02-02 | arm: Auto-vectorization for MVE: vorn | Christophe Lyon | 1 | -3/+0 |
2021-01-25 | Arm: Add NEON and MVE complex mul, mla and mls patterns. | Tamar Christina | 1 | -0/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-16 | Arm: MVE: Split refactoring of remaining complex instrinsics | Tamar Christina | 1 | -8/+4 |
2020-12-16 | Arm: Add NEON and MVE RTL patterns for Complex Addition. | Tamar Christina | 1 | -6/+0 |
2020-12-14 | arm: Auto-vectorization for MVE: vneg | Christophe Lyon | 1 | -2/+0 |
2020-12-14 | arm: Auto-vectorization for MVE: vmvn | Christophe Lyon | 1 | -2/+0 |
2020-12-14 | arm: Auto-vectorization for MVE: vbic | Christophe Lyon | 1 | -3/+0 |
2020-12-14 | arm: Auto-vectorization for MVE: veor | Christophe Lyon | 1 | -3/+0 |
2020-12-13 | Revert "Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and... | Tamar Christina | 1 | -6/+14 |
2020-12-13 | Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and FMA. | Tamar Christina | 1 | -14/+6 |
2020-12-11 | arm: Auto-vectorization for MVE: vorr | Christophe Lyon | 1 | -3/+0 |
2020-12-10 | arm: Auto-vectorization for MVE: vand | Christophe Lyon | 1 | -3/+0 |
2020-10-08 | arm: [MVE] Remove illegal intrinsics (PR target/96914) | Christophe Lyon | 1 | -4/+0 |
2020-10-08 | arm: [MVE[ Add vqdmlashq intrinsics (PR target/96914) | Christophe Lyon | 1 | -0/+2 |
2020-10-06 | [PATCH][GCC] arm: Move iterators from mve.md to iterators.md to maintain cons... | Srinath Parvathaneni | 1 | -0/+802 |
2020-07-10 | arm: Implement Armv8.1-M low overhead loops | Andrea Corallo | 1 | -0/+1 |
2020-04-08 | [Arm] Implement scalar Custom Datapath Extension intrinsics | Matthew Malcomson | 1 | -0/+2 |
2020-04-08 | arm: CDE intrinsics using FPU/MVE S/D registers | Dennis Zhang | 1 | -0/+2 |
2020-03-20 | [ARM][GCC][10x]: MVE ACLE intrinsics "add with carry across beats" and "beat-... | Srinath Parvathaneni | 1 | -0/+2 |
2020-03-20 | gcc, Arm: Revert changes to {get,set}_fpscr | Andre Simoes Dias Vieira | 1 | -1/+1 |
2020-03-16 | [ARM][GCC][2/x]: MVE ACLE intrinsics framework patch. | Srinath Parvathaneni | 1 | -1/+1 |
2020-03-05 | [AArch32] ACLE intrinsics bfloat16 vmmla and vfma<b/t> for AArch32 AdvSIMD | Kyrylo Tkachov | 1 | -0/+3 |
2020-03-03 | arm: ACLE BFloat16 convert intrinsics | Dennis Zhang | 1 | -0/+2 |
2020-02-21 | arm: ACLE I8MM multiply-accumulate | Dennis Zhang | 1 | -0/+3 |
2020-02-11 | [GCC][PATCH][ARM]Add ACLE intrinsics for dot product (vusdot - vector, v<us/s... | Stam Markianos-Wright | 1 | -0/+2 |
2020-01-16 | [PATCH, GCC/ARM, 8/10] Do lazy store & load inline when calling nscall function | Mihail Ionescu | 1 | -0/+4 |
2020-01-16 | [PATCH, GCC/ARM, 5/10] Clear VFP registers with VSCCLRM | Mihail Ionescu | 1 | -0/+2 |
2020-01-16 | [PATCH, GCC/ARM, 4/10] Clear GPR with CLRM | Mihail Ionescu | 1 | -0/+1 |
2020-01-16 | [PATCH, GCC/ARM, 3/10] Save/restore FPCXTNS in nsentry functions | Mihail Ionescu | 1 | -0/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-07 | [arm][6/X] Add support for __[us]sat16 intrinsics | Kyrylo Tkachov | 1 | -0/+2 |
2019-11-07 | [arm][5/X] Implement Q-bit-setting SIMD32 intrinsics | Kyrylo Tkachov | 1 | -0/+6 |
2019-11-07 | [arm][4/X] Add initial support for GE-setting SIMD32 intrinsics | Kyrylo Tkachov | 1 | -0/+14 |
2019-11-07 | [arm][3/X] Implement __smla* intrinsics (Q-setting) | Kyrylo Tkachov | 1 | -0/+2 |
2019-11-07 | [arm][1/X] Add initial support for saturation intrinsics | Kyrylo Tkachov | 1 | -0/+4 |
2019-09-26 | [arm] Implement DImode SIMD32 intrinsics | Kyrylo Tkachov | 1 | -0/+4 |
2019-09-26 | [arm] Implement non-GE-setting SIMD32 intrinsics | Kyrylo Tkachov | 1 | -0/+34 |
2019-09-10 | [ARM/FDPIC v6 04/24] [ARM] FDPIC: Add support for FDPIC for arm architecture | Christophe Lyon | 1 | -0/+1 |
2019-06-12 | [arm] Implement usadv16qi and ssadv16qi standard names | Przemyslaw Wirkus | 1 | -0/+2 |
2019-01-10 | arm-builtins.c (enum arm_type_qualifiers): Add qualifier_lane_pair_index. | Tamar Christina | 1 | -0/+6 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-22 | PR85434: Prevent spilling of stack protector guard's address on ARM | Thomas Preud'homme | 1 | -0/+3 |
2018-08-02 | Revert "[ARM] Fix PR85434: spilling of stack protector guard's address on ARM" | Thomas Preud'homme | 1 | -3/+0 |