aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2025-06-05ChangeLog.omp bumpSandra Loosemore1-0/+9
2025-06-05OpenMP: Handle more cases in user/condition selectorSandra Loosemore1-3/+16
2025-06-02Merge branch 'releases/gcc-15' into devel/omp/gcc-15Tobias Burnus2-23/+92
2025-05-31Daily bump.GCC Administrator1-0/+26
2025-05-30OpenMP: Fix ICE and other issues in C/C++ metadirective error recovery.Sandra Loosemore1-20/+62
2025-05-30OpenMP: Fix ICE in metadirective recovery after error [PR120180]Sandra Loosemore1-3/+4
2025-05-15ChangeLog.omp bumpSandra Loosemore1-0/+237
2025-05-15OpenMP: C/C++ adjust-args numeric rangeswaffl3x1-44/+860
2025-05-15openmp: Add support for using custom mappers with iterators (C, C++)Kwok Cheung Yeung1-0/+4
2025-05-15openmp: Add macros for iterator element accessKwok Cheung Yeung2-20/+20
2025-05-15openmp: Disable strided target updates when iterators are usedKwok Cheung Yeung1-3/+14
2025-05-15openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung2-12/+48
2025-05-15openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung2-7/+69
2025-05-15openmp: Refactor handling of iteratorsKwok Cheung Yeung1-10/+3
2025-05-15OpenACC 2.7: Implement reductions for arrays and recordsChung-Lin Tang2-9/+95
2025-05-15OpenMP: C front end support for "begin declare variant"Sandra Loosemore3-36/+318
2025-05-15OpenMP: Add C++ support for 'omp allocate'waffl3x1-1/+1
2025-05-15OpenMP: Enable 'declare mapper' mappers for 'target update' directivesJulian Brown1-12/+140
2025-05-15OpenMP: Array shaping operator and strided "target update" for CJulian Brown3-44/+486
2025-05-15OpenMP: Support strided and shaped-array updates for C++Julian Brown3-19/+41
2025-05-15OpenMP: Allow complete replacement of clause during map/to/from expansionJulian Brown1-16/+29
2025-05-15OpenMP: Expand "declare mapper" mappers for target {enter,exit,} data directivesJulian Brown2-4/+8
2025-05-15OpenMP: Support OpenMP 5.0 "declare mapper" directives for CJulian Brown5-17/+466
2025-05-15OpenMP: Add uses_allocators supportTobias Burnus2-1/+320
2025-05-15OpenMP 5.0: Allow multiple clauses mapping same variableChung-Lin Tang1-1/+1
2025-05-15Various OpenACC reduction enhancements - FE changesJulian Brown2-21/+30
2025-05-15Non-contiguous array support patches [PR76739]Chung-Lin Tang1-5/+45
2025-05-03Daily bump.GCC Administrator1-0/+8
2025-05-02c: Fix up RAW_DATA_CST handling in check_constexpr_init [PR120057]Jakub Jelinek1-2/+18
2025-04-25Update ChangeLog and version files for releasereleases/gcc-15.1.0Jakub Jelinek1-0/+4
2025-04-16Daily bump.GCC Administrator1-0/+6
2025-04-15c: Fully fold each parameter for call to .ACCESS_WITH_SIZE [PR119717]Qing Zhao1-2/+6
2025-04-09Daily bump.GCC Administrator1-0/+9
2025-04-08c: fix checking for a tag for variably modified tagged types [PR119612]Martin Uecker3-16/+28
2025-04-03Daily bump.GCC Administrator1-0/+16
2025-04-02c: Fix ICEs with -fsanitize=pointer-{subtract,compare} [PR119582]Jakub Jelinek1-4/+4
2025-04-02OpenMP: Require target and/or targetsync init modifier [PR118965]Sandra Loosemore1-31/+13
2025-03-29Daily bump.GCC Administrator1-0/+5
2025-03-28srcextra fixesJakub Jelinek1-2/+1
2025-03-28Daily bump.GCC Administrator1-0/+8
2025-03-27c: Fix tagname confusion for typedef redefinitions [PR118765]Martin Uecker2-0/+7
2025-03-22Daily bump.GCC Administrator1-0/+6
2025-03-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras1-1/+5
2025-03-20Daily bump.GCC Administrator1-0/+19
2025-03-19c: pedwarn on flexible array member initialization with {} for C23+ [PR119350]Jakub Jelinek1-6/+11
2025-03-19c: Fix bug in typedef redefinitions of tagged types [PR118765]Martin Uecker1-2/+2
2025-03-19c: Fix ICE in error recovery when checking struct compatibility [PR118061]Martin Uecker1-0/+3
2025-03-19Daily bump.GCC Administrator1-0/+16
2025-03-18c: Fix handling of [[gnu::musttail] return in if and else bodies [PR119311]Jakub Jelinek1-4/+4
2025-03-18c, c++: Support musttail attribute even using __attribute__ form [PR116545]Jakub Jelinek1-2/+48