aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-simd-clone.cc
AgeCommit message (Expand)AuthorFilesLines
2025-03-01openmp: Fix up simd clone mask argument creation on x86 [PR115871]Jakub Jelinek1-1/+1
2025-01-14OpenMP: Remove dead code from declare variant reimplementationSandra Loosemore1-2/+0
2025-01-14OpenMP: Re-work and extend context selector resolutionSandra Loosemore1-0/+2
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-20AArch64: Add SVE support for simd clones [PR96342]Tamar Christina1-5/+8
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-21omp: Fix simdclone arguments with veclen lower than simdlen [PR113040]Andre Vieira (lists)1-16/+8
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus1-4/+4
2023-11-01omp: Reorder call for TARGET_SIMD_CLONE_ADJUSTAndre Vieira1-96/+145
2023-10-19vect: Use inbranch simdclones in masked loopsAndre Vieira1-3/+9
2023-10-19omp: Replace simd_clone_subparts with TYPE_VECTOR_SUBPARTSAndre Vieira1-14/+4
2023-05-18omp: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-02-22vect: inbranch SIMD clonesAndrew Stubbs1-0/+1
2023-01-10ipa: Sort ipa_param_body_adjustments::m_replacements (PR 108110)Martin Jambor1-0/+1
2023-01-03OpenMP: GC unused SIMD clonesSandra Loosemore1-0/+5
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore1-26/+283
2022-08-31omp-simd-clone: Unbreak bootstrapJakub Jelinek1-3/+3
2022-08-30omp-simd-clone: Allow fixed-lane vectorsAndrew Stubbs1-5/+15
2022-08-01openmp-simd-clone: Match shift typesAndrew Stubbs1-1/+9
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+5
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1838