summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-27Fortran/OpenMP: Fix depend-clause handling for c_ptrTobias Burnus
2022-02-27Fortran/OpenMP: Fix depend-clause handlingTobias Burnus
2022-02-27Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]Tobias Burnus
2022-02-27libgomp/testsuite: Improve omp_get_device_num() testsTobias Burnus
2022-02-27Fortran: Handle compare in OpenMP atomicTobias Burnus
2022-02-27Fortran/OpenMP: Support most of 5.1 atomic extensionsTobias Burnus
2022-02-27Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus
2022-02-27openmp: Add support for thread_limit clause on targetJakub Jelinek
2022-02-27Fortran/openmp: Fix '!$omp end'Tobias Burnus
2022-02-27Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus
2022-02-27openmp: Add support for 2 argument num_teams clauseJakub Jelinek
2022-02-27OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus
2022-02-24openmp: Handle C/C++ array reference base-pointers in array sectionsChung-Lin Tang
2022-02-18openmp: Improve handling of nested OpenMP metadirectives in C and C++Kwok Cheung Yeung
2022-02-14openmp: More Fortran front-end fixes for metadirectivesKwok Cheung Yeung
2022-02-14openmp: Eliminate non-matching metadirective variants early in Fortran front-endKwok Cheung Yeung
2022-02-14amdgcn: Allow vector reductions on constantsAndrew Stubbs
2022-01-31openmp: Fix error message in Fortran front-endKwok Cheung Yeung
2022-01-28Add missing ChangeLog.omp entries for previous patchKwok Cheung Yeung
2022-01-28openmp: Add warning when functions containing metadirectives with 'construct=...Kwok Cheung Yeung
2022-01-27Fix omp-low ICE for indirect references based off component access [PR103642]Chung-Lin Tang
2022-01-27openmp: Fix ICE in [PR103705]Chung-Lin Tang
2022-01-25openmp: Add support for 'target_device' context selector setKwok Cheung Yeung
2022-01-25openmp: Metadirective fixesKwok Cheung Yeung
2022-01-25openmp: Add testcases for metadirectivesKwok Cheung Yeung
2022-01-25openmp, fortran: Add Fortran support for parsing metadirectivesKwok Cheung Yeung
2022-01-25openmp: Add C++ support for parsing metadirectivesKwok Cheung Yeung
2022-01-25openmp: Add support for streaming metadirectives and resolving them after LTOKwok Cheung Yeung
2022-01-25openmp: Add support for resolving metadirectives during parsing and Gimplific...Kwok Cheung Yeung
2022-01-25openmp: Add middle-end support for metadirectivesKwok Cheung Yeung
2022-01-25openmp: Add C support for parsing metadirectivesKwok Cheung Yeung
2022-01-25Expose stable sort algorithm to gcc_sort_r and add vec::stablesortRichard Biener
2022-01-23Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore
2022-01-19libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.Marcel Vollweiler
2022-01-04libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang
2022-01-04openmp: Fix ICE in gimplify_omp_affinity [PR103643]Chung-Lin Tang
2021-12-22amdgcn: Change offload variable table discoveryAndrew Stubbs
2021-12-22libgomp, nvptx: low-latency memory allocatorAndrew Stubbs
2021-12-22nvptx: bump default to PTX 4.1Andrew Stubbs
2021-12-22OpenMP: allow requires dynamic_allocatorsAndrew Stubbs
2021-12-08fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)Chung-Lin Tang
2021-12-03fortran: Fix setting of array lower bound for named arraysChung-Lin Tang
2021-11-24Update GMP/MPFR/MPC/ISL version in contrib/download_prerequisitesTobias Burnus
2021-11-17openacc: Adjust test expectations to new "kernels" handlingFrederik Harwath
2021-11-17graphite: Accept loops without data referencesFrederik Harwath
2021-11-17graphite: Adjust scop loop-nest choiceFrederik Harwath
2021-11-17graphite: Tune parameters for OpenACC useFrederik Harwath
2021-11-17openacc: Disable pass_pre on outlined functions analyzed by GraphiteFrederik Harwath
2021-11-17openacc: Handle internal function calls in pass_limFrederik Harwath
2021-11-17openacc: Warn about "independent" "kernels" loops with data-dependencesFrederik Harwath