summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-7.5.0releases/gcc-7Richard Biener2019-11-141-0/+4
* backport: re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib v...Jakub Jelinek2019-08-302-6/+15
* backport: re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek2019-08-302-0/+34
* backport: re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek2019-08-302-0/+51
* Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener2018-12-061-0/+4
* backport: re PR middle-end/86542 (wrong-code for collapsed taskloop which nee...Jakub Jelinek2018-10-122-0/+40
* backport: re PR middle-end/86539 (OpenMP wrong-code with taskloop and referen...Jakub Jelinek2018-10-122-0/+33
* backport: re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloa...Jakub Jelinek2018-10-122-0/+36
* re PR c++/86291 (OpenMP incorrect for-loop collapsing with iterators and at l...Jakub Jelinek2018-06-262-0/+56
* backport: re PR jit/85384 (libgccjit does not work if --with-gcc-major-versio...Jakub Jelinek2018-06-222-1/+9
* backport "[openacc] Fix ICE when compiling tile loop containing infinite loop"Tom de Vries2018-05-013-0/+38
* backport: re PR fortran/84418 (ICE with fortran OpenMP linear (ref ()) clause)Jakub Jelinek2018-03-033-0/+67
* backport: re PR libgomp/84096 (Wrong prototype for omp_init_nest_lock_with_hi...Jakub Jelinek2018-03-032-1/+11
* [hsa] Set program allocation for static local variablesMartin Jambor2018-02-092-0/+30
* Update ChangeLog and version files for releasereleases/gcc-7.3.0Richard Biener2018-01-251-0/+4
* backport: re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: ...Jakub Jelinek2017-12-152-0/+22
* backport: re PR fortran/81841 (THREADPRIVATE (OpenMP) wrongly rejected in BLO...Jakub Jelinek2017-12-152-0/+34
* Backport "Fix condition folding in c_parser_omp_for_loop"Tom de Vries2017-12-102-0/+54
* backport: re PR c++/81314 (Undefined reference to a function with -fopenmp)Jakub Jelinek2017-09-152-0/+46
* backport: re PR c/81687 (Compiler drops label in OpenMP region)Jakub Jelinek2017-09-073-0/+56
* backport: re PR c/45784 (gcc OpenMP - error: invalid controlling predicate)Jakub Jelinek2017-09-073-0/+55
* Update ChangeLog and version files for releasereleases/gcc-7.2.0Richard Biener2017-08-141-0/+4
* re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi...Jakub Jelinek2017-06-222-0/+46
* backport: re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=thr...Jakub Jelinek2017-06-022-83/+101
* backport: re PR middle-end/80809 (Multi-free error for variable size array us...Jakub Jelinek2017-05-263-1/+82
* backport: re PR middle-end/80809 (Multi-free error for variable size array us...Jakub Jelinek2017-05-262-0/+32
* backport: re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with arra...Jakub Jelinek2017-05-262-0/+37
* Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator2017-05-021-0/+4
* re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek2017-04-272-0/+8
* omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov2017-04-202-0/+25
* plugin-nvptx.c (cuda_lib_inited): Use signed char type instead of char.Jakub Jelinek2017-04-132-1/+6
* re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing)Jakub Jelinek2017-04-112-0/+27
* re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek2017-04-045-2/+98
* * env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek2017-03-302-1/+5
* re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify...Cesar Philippidis2017-03-222-0/+30
* re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek2017-03-082-0/+52
* Enable libgomp.c/pr48591.c on __float128 targetsRainer Orth2017-02-152-1/+8
* loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.John David Anglin2017-02-112-1/+5
* loop-dim-default.c: Move dg-skip-if directive into a comment.Jakub Jelinek2017-02-092-3/+8
* gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang2017-02-095-3/+314
* loop-dim-default.c: Skip on hppa*-*-*.John David Anglin2017-02-094-0/+13
* libgomp, nvptx plugin: Make "nvptx_exec" staticThomas Schwinge2017-02-022-1/+3
* libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge2017-02-025-23/+36
* libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge2017-01-314-38/+109
* * testsuite/lib/libgomp.expJakub Jelinek2017-01-262-4/+10
* declare-simd-4.f90: Add cleanup-modules directive.Jakub Jelinek2017-01-262-1/+7
* Brig front-endPekka Jääskeläinen2017-01-243-636/+7
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-213-2/+9
* cuda.h (CUdeviceptr): Typedef to unsigned long long even for _WIN64.Jakub Jelinek2017-01-192-1/+6
* hsa.h: Add GCC runtime library exception.Jakub Jelinek2017-01-173-4/+17