aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2016-08-04C++ OpenACC routine directive testing: templated, and "auto", trailing return...Thomas Schwinge
2016-08-04Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0Thomas Schwinge
2016-08-03 gcc/Nathan Sidwell
2016-07-15Fix up ChangeLog entry.Jakub Jelinek
2016-07-15 gcc/c/Cesar Philippidis
2016-07-03Add 2 tests for PR middle-end/71734H.J. Lu
2016-07-01 PR fortran/71717Jakub Jelinek
2016-06-17 * semantics.c (handle_omp_array_sections_1): Don't ICE whenJakub Jelinek
2016-06-16 * gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFsJakub Jelinek
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge
2016-06-08Add ChangeLog entry missed in last commit:Chung-Lin Tang
2016-06-032016-06-03 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-06-01 PR c/70688Cesar Philippidis
2016-05-26 * c-parser.c (c_parser_omp_clause_schedule): Warn ifJakub Jelinek
2016-05-262016-05-26 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-05-26libgomp/Chung-Lin Tang
2016-05-24 gcc/c/Cesar Philippidis
2016-05-23[hsa] Avoid segfault in hsa switch expansionMartin Jambor
2016-05-172016-05-17 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor
2016-05-02 gcc/Nathan Sidwell
2016-04-29 gcc/c-family/Cesar Philippidis
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov
2016-04-20 PR middle-end/70680Jakub Jelinek
2016-04-14 libgomp/Cesar Philippidis
2016-04-14 PR middle-end/70643Cesar Philippidis
2016-04-13 libgomp/Cesar Philippidis
2016-04-12libgomp external ABI prototypes maintenanceThomas Schwinge
2016-04-12Merge libgomp.oacc-c-c++-common/loop-reduction-*.c into libgomp.oacc-c-c++-co...Thomas Schwinge
2016-04-12Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.cThomas Schwinge
2016-04-12 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INTJakub Jelinek
2016-04-08 gcc/Cesar Philippidis
2016-03-30Update OpenACC test casesThomas Schwinge
2016-03-29Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurationsThomas Schwinge
2016-03-24Also test -O0 for OpenACC C, C++ offloading test casesThomas Schwinge
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska
2016-03-23 PR c++/70376Jakub Jelinek
2016-03-23Add missing initializations in oacc testcasesTom de Vries
2016-03-23 PR libgomp/69414James Norris
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge
2016-03-16Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-03-13libgcc_s is required by libstdc++Thomas Schwinge
2016-03-10 libgomp/Cesar Philippidis
2016-03-09Add oacc kernels testcases in libgomp.oacc-fortranTom de Vries
2016-03-07[hsa testsuite] New directory for HSA-specific C testcasesMartin Jambor
2016-03-07[hsa testsuite] Adjust libgomp tests that do not work on host fallbackMartin Jambor
2016-03-07[hsa testsuite] Suppress hsa warnings in libgomp testsMartin Jambor
2016-03-02 PR libgomp/69555Jakub Jelinek