]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.cc
OpenMP: Move omp requires checks to libgomp
[thirdparty/gcc.git] / gcc / c / c-parser.cc
2022-07-04  Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-07-01  Tobias BurnusOpenMP: Handle tofrom with target enter/exit data
2022-06-07  Jakub Jelinekopenmp: Add support for OpenMP 5.2 linear clause syntax...
2022-05-31  Jakub Jelinekopenmp: Add support for firstprivate and allocate claus...
2022-05-28  Jakub Jelinekopenmp: Adjust diagnostics about same variable in link...
2022-05-27  Jakub Jelinekopenmp: Add support for enter clause on declare target
2022-05-25  Jakub Jelinekc: Improve build_component_ref diagnostics [PR91134]
2022-05-24  Jakub Jelinekopenmp: Add taskwait nowait depend support [PR105378]
2022-05-17  Jakub Jelinekopenmp: Add support for inoutset depend-kind
2022-05-12  Jakub Jelinekopenmp: Add omp_all_memory support (C/C++ only so far)
2022-05-09  Martin LiskaCome up with {,UN}LIKELY macros.
2022-03-07  Jakub JelinekAdd missing space in various string literals
2022-02-17  Jakub Jelinekopenmp: Ensure proper diagnostics for -> in map/to...
2022-02-10  Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-02-09  Jakub Jelinekc: Fix up __builtin_assoc_barrier handling in the C...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.