aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)Author
2021-02-09openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek
2021-01-22openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung
2020-12-07openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang
2020-09-16[OpenMP] Fix mapping of artificial variables (PR94874)Tobias Burnus
2020-09-01Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus
2020-08-30Relax some restrictions on the loop bound in kernels loop annotation.Sandra Loosemore
2020-08-30Clean up loop variable extraction in OpenACC kernels loop annotation.Sandra Loosemore
2020-08-26Daily bump.GCC Administrator
2020-08-25c-family: Fix ICE in get_atomic_generic_size [PR96545]Jakub Jelinek
2020-08-22Permit calls to builtins and intrinsics in kernels loops.Sandra Loosemore
2020-08-20Annotate inner loops in "acc kernels loop" directives (C/C++).Sandra Loosemore
2020-08-18OpenMP: Fixes for omp critical + hintKwok Cheung Yeung
2020-08-01Merge branch 'releases/gcc-10' into devel/omp/gcc-10Julian Brown
2020-07-23Update ChangeLog and version files for releasereleases/gcc-10.2.0Richard Biener
2020-07-14Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus
2020-06-30Daily bump.GCC Administrator
2020-06-29c-family: Use TYPE_OVERFLOW_UNDEFINED instead of !TYPE_UNSIGNED in pointer_su...Jakub Jelinek
2020-06-15Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10Tobias Burnus
2020-06-15Daily bump.GCC Administrator
2020-06-14c-family: Fix up MEM_REF printing [PR95580]Jakub Jelinek
2020-06-10Merge branch 'releases/gcc-10' into devel/omp/gcc-10Tobias Burnus
2020-06-09Kernels loops annotation: C and C++.Sandra Loosemore
2020-06-09Change C front end to emit structured loop and switch tree nodes.Sandra Loosemore
2020-06-09Move loop and switch tree data structures from cp/ to c-family/.Sandra Loosemore
2020-06-09Update OpenACC version to 2.6Julian Brown
2020-06-09Make new OpenACC kernels conversion the default; adjust and add testsThomas Schwinge
2020-06-09Separate OpenACC kernels regions in data and parallel partsGergö Barany
2020-06-09Use "-fopenacc-kernels=parloops" to document "parloops" test casesThomas Schwinge
2020-06-09Add support for OpenACC routine nohost clauseJulian Brown
2020-05-07c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]Jakub Jelinek
2020-05-07Update ChangeLog and version files for releasereleases/gcc-10.1.0Jakub Jelinek
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek
2020-04-27c-family: Fix ICE on __builtin_speculation_safe_value () [PR94755]Jakub Jelinek
2020-04-23c-family: Fix ICE on attribute with -fgnu-tm [PR94733]Marek Polacek
2020-04-14c++: "'decltype_type' not supported" in diagnostic [PR85278]Patrick Palka
2020-04-13PR c/92326 - wrong bound in zero-length array diagnosticsMartin Sebor
2020-04-13coroutines: Rename the coroutines cpp builtin.Iain Sandoe
2020-04-02c/94392 - only enable -ffinite-loops for C++Richard Biener
2020-03-28c++: Replay errors during diagnosis of constraint satisfaction failuresPatrick Palka
2020-03-27PR c++/94346 - [9/10 Regression] ICE due to handle_copy_attribute since r9-3982Martin Sebor
2020-03-27PR c++/94098 - ICE on attribute access redeclarationMartin Sebor
2020-03-23c++: Handle COMPOUND_EXPRs in get_narrower and warnings_for_convert_and_check...Jakub Jelinek
2020-03-20c-family: Tighten vector handling in type_for_mode [PR94072]Richard Sandiford
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt
2020-03-02c++: Add -std=gnu++20 option [PR93958]Marek Polacek
2020-03-01PR middle-end/92721 - checking ICE on attribute access redeclarationMartin Sebor
2020-02-25c: Small diagnostics tweak - add missing ? after did you mean [PR93858]Jakub Jelinek
2020-02-15c++: Add -std=c++20.Jason Merrill
2020-02-15Fix duplicates for anonymous structures with -fdump-ada-specEric Botcazou