aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Fortran: fix simplification of INDEX(str1,str2) [PR105691]Harald Anlauf2-102/+60
2022-06-30Fortran: fix checking of arguments to UNPACK when MASK is a variable [PR105813]Harald Anlauf2-0/+14
2022-06-30Fix mis-merge of 'dwarf: Multi-register CFI address support'Kwok Cheung Yeung2-1/+5
2022-06-30Build fixes for OG12 on more recent GCC versionsKwok Cheung Yeung7-8/+32
2022-06-30Fix string formatting issuesKwok Cheung Yeung3-1/+41
2022-06-30Add ChangeLog.omp entries for "Build fix for 'openmp: allow requires unified_...Kwok Cheung Yeung2-0/+8
2022-06-30Build fix for 'openmp: allow requires unified_shared_memory'Tobias Burnus2-8/+8
2022-06-30Daily bump.GCC Administrator2-1/+19
2022-06-29bootstrap/105551 - restore nvptx buildRichard Biener1-4/+8
2022-06-29LoongArch: Remove undefined behavior from code [PR 106097]Lulu Cheng1-5/+6
2022-06-29Daily bump.GCC Administrator3-1/+55
2022-06-28Fix Fortran array-access regressionsKwok Cheung Yeung2-4/+9
2022-06-28Fix ICE in nested-function-1.c testcaseKwok Cheung Yeung2-1/+14
2022-06-28Fix ICE in kernels-decompose-pr100280-1.c testcaseKwok Cheung Yeung2-0/+7
2022-06-28Fix ICE in OpenACC kernel testcasesKwok Cheung Yeung2-2/+8
2022-06-28Fix ICE when cache-3-1.c testcase is runKwok Cheung Yeung4-2/+14
2022-06-28openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek20-35/+381
2022-06-28libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-...Thomas Schwinge2-12/+8
2022-06-28OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.Marcel Vollweiler2-0/+9
2022-06-28Fortran: Add support for OMP non-rectangular loops.Sandra Loosemore13-25/+709
2022-06-28OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.Marcel Vollweiler2-0/+9
2022-06-28Fortran: Add location info to OpenMP tree nodesSandra Loosemore2-0/+29
2022-06-28openmp: Implement uses_allocators clauseChung-Lin Tang33-16/+1758
2022-06-28amdgcn: Add gfx90a supportAndrew Stubbs10-23/+128
2022-06-28amdgcn: Remove LLVM 9 assembler/linker supportAndrew Stubbs8-812/+105
2022-06-28OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus9-11/+188
2022-06-28Fortran: Fix proc pointer as elemental arg handlingTobias Burnus4-0/+16
2022-06-28Fortran: Fix finalization resolution with deep copy (cont)Tobias Burnus6-13/+192
2022-06-28Fortran: Fix finalization resolution with deep copyTobias Burnus4-3/+151
2022-06-28OpenMP: Fix use_device_{addr,ptr} with in-data-sharing argTobias Burnus2-9/+17
2022-06-28openmp: unified_address supportAndrew Stubbs11-23/+82
2022-06-28openmp: Do USM transform for omp_target_allocAndrew Stubbs5-4/+30
2022-06-28Fix a crash due to mismatch of free and GOMP_alloc.Hafiz Abid Qadeer2-1/+10
2022-06-28openmp: BUILT_IN_GOMP_ENABLE_PINNED_MODEAndrew Stubbs3-3/+10
2022-06-28openmp: -foffload-memory=pinnedAndrew Stubbs4-0/+110
2022-06-28openmp: Use libgomp memory allocation functions with unified shared memory.Hafiz Abid Qadeer12-0/+402
2022-06-28openmp: allow requires unified_shared_memoryAndrew Stubbs9-0/+66
2022-06-28openmp: Add -foffload-memoryAndrew Stubbs4-1/+47
2022-06-28Lower allocate directive (OpenMP 5.0).Hafiz Abid Qadeer6-0/+192
2022-06-28Gimplify allocate directive (OpenMP 5.0).Hafiz Abid Qadeer10-4/+205
2022-06-28Handle cleanup of omp allocated variables (OpenMP 5.0).Hafiz Abid Qadeer11-1/+106
2022-06-28Translate allocate directive (OpenMP 5.0).Hafiz Abid Qadeer10-0/+183
2022-06-28Add parsing support for allocate directive (OpenMP 5.0)Hafiz Abid Qadeer12-5/+435
2022-06-28Set omp_requires_mask for dynamic_allocators.Hafiz Abid Qadeer2-0/+8
2022-06-28Add a restriction on allocate clause (OpenMP 5.0)Hafiz Abid Qadeer6-0/+69
2022-06-28Fortran/OpenMP: Support mapping of DT with allocatable componentsTobias Burnus24-136/+2527
2022-06-28openmp: Handle C/C++ array reference base-pointers in array sectionsChung-Lin Tang8-4/+79
2022-06-28openmp: Improve handling of nested OpenMP metadirectives in C and C++Kwok Cheung Yeung6-42/+78
2022-06-28openmp: More Fortran front-end fixes for metadirectivesKwok Cheung Yeung6-2/+37
2022-06-28openmp: Eliminate non-matching metadirective variants early in Fortran front-endKwok Cheung Yeung9-16/+101