]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/ChangeLog
rs6000-builtin.def (BU_FLOAT128_1_HW): New macros to support float128 built-in functi...
[thirdparty/gcc.git] / libgomp / ChangeLog
CommitLineData
8b586510
JJ
12017-09-14 Jakub Jelinek <jakub@redhat.com>
2
3 PR c++/81314
4 * testsuite/libgomp.c++/pr81314.C: New test.
5
9651fbaf
GP
62017-09-03 Gerald Pfeifer <gerald@pfeifer.com>
7
8 * libgomp.texi (Top): www.openacc.org now uses https.
9 (Enabling OpenACC): Ditto.
10 (acc_get_num_devices): Ditto.
11 (acc_set_device_type): Ditto.
12 (acc_get_device_type): Ditto.
13 (acc_set_device_num): Ditto.
14 (acc_get_device_num): Ditto.
15 (acc_async_test): Ditto.
16 (acc_async_test_all): Ditto.
17 (acc_wait): Ditto.
18 (acc_wait_all): Ditto.
19 (acc_wait_all_async): Ditto.
20 (acc_wait_async): Ditto.
21 (acc_init): Ditto.
22 (acc_shutdown): Ditto.
23 (acc_on_device): Ditto.
24 (acc_malloc): Ditto.
25 (acc_free): Ditto.
26 (acc_copyin): Ditto.
27 (acc_present_or_copyin): Ditto.
28 (acc_create): Ditto.
29 (acc_present_or_create): Ditto.
30 (acc_copyout): Ditto.
31 (acc_delete): Ditto.
32 (acc_update_device): Ditto.
33 (acc_update_self): Ditto.
34 (acc_map_data): Ditto.
35 (acc_unmap_data): Ditto.
36 (acc_deviceptr): Ditto.
37 (acc_hostptr): Ditto.
38 (acc_is_present): Ditto.
39 (acc_memcpy_to_device): Ditto.
40 (acc_memcpy_from_device): Ditto.
41 (acc_get_current_cuda_device): Ditto.
42 (acc_get_current_cuda_context): Ditto.
43 (acc_get_cuda_stream): Ditto.
44 (acc_set_cuda_stream): Ditto.
45 (ACC_DEVICE_TYPE): Ditto.
46 (ACC_DEVICE_NUM): Ditto.
47 (OpenACC Library Interoperability): Ditto.
48
50aa16c3
JJ
492017-08-09 Jakub Jelinek <jakub@redhat.com>
50
51 PR c/81687
52 * testsuite/libgomp.c/pr81687-1.c: New test.
53 * testsuite/libgomp.c/pr81687-2.c: New test.
54
56b5041c
JJ
552017-08-07 Jakub Jelinek <jakub@redhat.com>
56
57 PR c/69389
58 * testsuite/libgomp.c/pr69389.c: New test.
59 * testsuite/libgomp.c++/pr69389.C: New test.
60
f4c222c0
TV
612017-08-07 Tom de Vries <tom@codesourcery.com>
62
63 PR middle-end/78266
64 * testsuite/libgomp.oacc-c-c++-common/vprop-2.c: New test.
65 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove xfail.
66
a40ff0ae
JJ
672017-07-27 Jakub Jelinek <jakub@redhat.com>
68
69 PR c/45784
70 * testsuite/libgomp.c/pr45784.c: New test.
71 * testsuite/libgomp.c++/pr45784.C: New test.
72
3717fbe3
TV
732017-07-19 Tom de Vries <tom@codesourcery.com>
74
75 * testsuite/libgomp.oacc-c/vec.c: New test.
76
9607b014
TV
772017-07-03 Tom de Vries <tom@codesourcery.com>
78
79 * plugin/plugin-hsa.c: Fix secure_getenv.h include.
80
dfb15f6b
TV
812017-06-27 Tom de Vries <tom@codesourcery.com>
82
83 * plugin/plugin-nvptx.c (notify_var): New function.
84 (nvptx_exec): Use notify_var for GOMP_OPENACC_DIM.
85
22f1a037
TV
862017-06-27 Tom de Vries <tom@codesourcery.com>
87
88 * env.c (parse_unsigned_long_1): Factor out of ...
89 (parse_unsigned_long): ... here.
90 (parse_int_1): Factor out of ...
91 (parse_int): ... here.
92 (parse_int_secure): New function.
93 (initialize_env): Use parse_int_secure for GOMP_DEBUG.
94 * secure_getenv.h: Factor out of ...
95 * plugin/plugin-hsa.c: ... here.
96 * testsuite/libgomp.oacc-c-c++-common/gomp-debug-env.c: New test.
97
d54d1fc3
JJ
982017-06-21 Jakub Jelinek <jakub@redhat.com>
99
100 PR c++/81130
101 * testsuite/libgomp.c++/pr81130.C: New test.
102
4f4b0ab8
RO
1032017-06-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
104
105 * testsuite/libgomp.fortran/strassen.f90: Remove dg-skip-if
106 default args.
107 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Remove
108 dg-xfail-run-if default args.
109
40ffd95f
BE
1102017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
111
112 * testsuite/libgomp.c/pr39591-2.c: Fix test case.
113 * testsuite/libgomp.c/pr39591-3.c: Likewise.
114
01275e1e
JJ
1152017-05-30 Jakub Jelinek <jakub@redhat.com>
116
117 PR libgomp/80822
118 * config/linux/affinity.c (gomp_affinity_init_level_1): New function.
119 (gomp_affinity_init_level): Use it. Always analyze the core and thread
120 sibling lists, depending on level just pick up what CPUs to put
121 together into a place vs. whether add multiple ordered places.
122
78672bd8
TS
1232017-05-24 Thomas Schwinge <thomas@codesourcery.com>
124
7ce64403
TS
125 * openacc.h (acc_async_wait, acc_async_wait_all): New prototypes.
126 * libgomp.map (OACC_2.0.1): Add these.
127 * oacc-async.c (acc_async_wait, acc_async_wait_all): New aliases
128 for "acc_wait", and "acc_wait_all", respectively.
129 * openacc.f90 (acc_async_wait, acc_async_wait_all): New interfaces
130 for "acc_wait", and "acc_wait_all", respectively.
131 * openacc_lib.h (acc_async_wait, acc_async_wait_all): Likewise.
132 * libgomp.texi (acc_wait, acc_wait_all): Update.
133 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Update.
134 * testsuite/libgomp.oacc-fortran/par-reduction-2-1.f: New file.
135 * testsuite/libgomp.oacc-fortran/par-reduction-2-2.f: Likewise.
136
318686c2
TS
137 * openacc_lib.h (acc_pcopyin, acc_pcreate): Route to
138 acc_present_or_copyin and acc_present_or_create procedures,
139 respectively.
140 * testsuite/libgomp.oacc-fortran/lib-32-1.f: Exercise these, and
141 generally different variants of OpenACC Runtime Library functions.
142 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
143
a6745534
TS
144 * testsuite/libgomp.oacc-fortran/lib-32-1.f: New file.
145 * testsuite/libgomp.oacc-fortran/lib-32-2.f: Likewise.
146
9b94fbc7
TS
147 * openacc.h (acc_pcopyin, acc_pcreate): Provide prototypes instead
148 of preprocessor definitions.
149 * libgomp.h (strong_alias): Guard by "#ifdef
150 HAVE_ATTRIBUTE_ALIAS".
151 * oacc-mem.c: Provide "acc_pcreate" as alias for
152 "acc_present_or_create", and "acc_pcopyin" as alias for
153 "acc_present_or_copyin".
154 * libgomp.map: New version "OACC_2.0.1".
155 (OACC_2.0.1): Add "acc_pcopyin", and "acc_pcreate".
156 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Remove, merging
157 its content into...
158 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: ... this file.
159 Extend testing.
160
78672bd8
TS
161 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Debugging output
162 when disabling nvptx offloading.
163
0c36d0d5
TS
1642017-05-23 Thomas Schwinge <thomas@codesourcery.com>
165
fd71a9a2
TS
166 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Update.
167 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
168 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Likewise.
169
0c36d0d5
TS
170 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Rewrite.
171 * testsuite/lib/libgomp.exp
172 (check_effective_target_openacc_nvidia_accel_configured): New
173 proc.
174 * testsuite/libgomp.oacc-c++/c++.exp (check_effective_target_c)
175 (check_effective_target_c++): New procs.
176 * testsuite/libgomp.oacc-c/c.exp (check_effective_target_c)
177 (check_effective_target_c++): Likewise.
178
c24783c4
JJ
1792017-05-22 Jakub Jelinek <jakub@redhat.com>
180
655e5265
JJ
181 PR middle-end/80809
182 * testsuite/libgomp.c/pr80809-2.c: New test.
183 * testsuite/libgomp.c/pr80809-3.c: New test.
184
e9e2ef9f
JJ
185 PR middle-end/80809
186 * testsuite/libgomp.c/pr80809-1.c: New test.
187
c24783c4
JJ
188 PR middle-end/80853
189 * testsuite/libgomp.c/pr80853.c: New test.
190
0da2f96a
TS
1912017-05-19 Thomas Schwinge <thomas@codesourcery.com>
192
7fd549d2
TS
193 * testsuite/libgomp.oacc-c++/template-reduction.C: Update.
194 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Update.
195 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
196 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
197 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Likewise.
198
0da2f96a
TS
199 * plugin/plugin-hsa.c (DLSYM_FN, init_hsa_runtime_functions):
200 Debug output for failure.
201
62ffe920
RO
2022017-05-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
203
204 * testsuite/lib/libgomp.exp: Load scanlang.exp.
205
f49215b1
JJ
2062017-04-27 Jakub Jelinek <jakub@redhat.com>
207
208 PR bootstrap/80531
209 * configure.tgt (*-*-aix*): Add -frandom-seed=$@ to XCFLAGS to avoid
210 bootstrap compare failures.
211
2260d19d
AM
2122017-04-20 Alexander Monakov <amonakov@ispras.ru>
213
214 * testsuite/libgomp.c/target-36.c: New testcase.
215
19929ba9
JJ
2162017-04-13 Jakub Jelinek <jakub@redhat.com>
217
218 * plugin/plugin-nvptx.c (cuda_lib_inited): Use signed char type
219 instead of char.
220
fbc698e0
JJ
2212017-04-11 Jakub Jelinek <jakub@redhat.com>
222
223 PR libgomp/80394
224 * testsuite/libgomp.c/pr80394.c: New test.
225
c4060df4
JJ
2262017-04-04 Jakub Jelinek <jakub@redhat.com>
227
228 PR libgomp/79876
229 * config/posix/thread-stacksize.h: New file.
230 * config/darwin/thread-stacksize.h: New file.
231 * config/nvptx/thread-stacksize.h: New file.
232 * env.c: Include thread-stacksize.h.
233 (initialize_env): Initialize stacksize to GOMP_DEFAULT_STACKSIZE
234 instead of 0. Call pthread_attr_setstacksize even if
235 GOMP_DEFAULT_STACKSIZE is non-zero.
236
e02d868a
JJ
2372017-03-30 Jakub Jelinek <jakub@redhat.com>
238
239 * env.c (initialize_env): Initialize stacksize to 0.
240
7ba8651e
CP
2412017-03-22 Cesar Philippidis <cesar@codesourcery.com>
242
243 PR c++/80029
244 * testsuite/libgomp.oacc-c-c++-common/declare-vla.c: New test.
245
eebc5e2d
JJ
2462017-03-08 Jakub Jelinek <jakub@redhat.com>
247
248 PR c/79940
249 * testsuite/libgomp.c/pr79940.c: New test.
250
1eb08f52
RO
2512017-02-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
252
253 * testsuite/libgomp.c/pr48591.c: Enable on all __float128
254 targets.
255 Add __float128 options.
256
b0f78ff3
JDA
2572017-02-11 John David Anglin <danglin@gcc.gnu.org>
258
259 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Remove
260 hppa*-*-* dg-skip-if directive.
261
1bbe0d8f
JJ
2622017-02-09 Jakub Jelinek <jakub@redhat.com>
263
264 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Move
265 dg-skip-if directive into a comment.
266
02889d23
CLT
2672017-02-09 Nathan Sidwell <nathan@codesourcery.com>
268 Chung-Lin Tang <cltang@codesourcery.com>
269
270 * testsuite/libgomp.oacc-c-c++-common/tile-1.c: New.
271 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust and
272 add additional case.
273 * testsuite/libgomp.oacc-c-c++-common/vprop.c: XFAIL under
274 "openacc_nvidia_accel_selected".
275 * libgomp.oacc-fortran/nested-function-1.f90 (test2):
276 Add num_workers(8) clause.
277
5896a41d
JDA
2782017-02-08 John David Anglin <danglin@gcc.gnu.org>
279
280 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Skip on
281 hppa*-*-*.
282 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Don't
283 include complex.h on hppa*-*-hpux*.
284 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
285
345a8c17
TS
2862017-02-02 Thomas Schwinge <thomas@codesourcery.com>
287
e70ab10d
TS
288 * plugin/plugin-nvptx.c (nvptx_exec): Make it static.
289
345a8c17
TS
290 * libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to
291 GOMP_OFFLOAD_openacc_exec. Adjust all users.
292 (GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to
293 GOMP_OFFLOAD_openacc_cuda_get_current_device. Adjust all users.
294 (GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
295 GOMP_OFFLOAD_openacc_cuda_get_current_context. Adjust all users.
296 (GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
297 GOMP_OFFLOAD_openacc_cuda_get_stream. Adjust all users.
298 (GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
299 GOMP_OFFLOAD_openacc_cuda_set_stream. Adjust all users.
300
dced339c
TS
3012017-01-31 Thomas Schwinge <thomas@codesourcery.com>
302
303 * libgomp-plugin.h: #include <stdbool.h>.
304 (GOMP_OFFLOAD_get_name, GOMP_OFFLOAD_get_caps)
305 (GOMP_OFFLOAD_get_type, GOMP_OFFLOAD_get_num_devices)
306 (GOMP_OFFLOAD_init_device, GOMP_OFFLOAD_fini_device)
307 (GOMP_OFFLOAD_version, GOMP_OFFLOAD_load_image)
308 (GOMP_OFFLOAD_unload_image, GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free)
309 (GOMP_OFFLOAD_dev2host, GOMP_OFFLOAD_host2dev)
310 (GOMP_OFFLOAD_dev2dev, GOMP_OFFLOAD_can_run, GOMP_OFFLOAD_run)
311 (GOMP_OFFLOAD_async_run, GOMP_OFFLOAD_openacc_parallel)
312 (GOMP_OFFLOAD_openacc_register_async_cleanup)
313 (GOMP_OFFLOAD_openacc_async_test)
314 (GOMP_OFFLOAD_openacc_async_test_all)
315 (GOMP_OFFLOAD_openacc_async_wait)
316 (GOMP_OFFLOAD_openacc_async_wait_async)
317 (GOMP_OFFLOAD_openacc_async_wait_all)
318 (GOMP_OFFLOAD_openacc_async_wait_all_async)
319 (GOMP_OFFLOAD_openacc_async_set_async)
320 (GOMP_OFFLOAD_openacc_create_thread_data)
321 (GOMP_OFFLOAD_openacc_destroy_thread_data)
322 (GOMP_OFFLOAD_openacc_get_current_cuda_device)
323 (GOMP_OFFLOAD_openacc_get_current_cuda_context)
324 (GOMP_OFFLOAD_openacc_get_cuda_stream)
325 (GOMP_OFFLOAD_openacc_set_cuda_stream): New prototypes.
326 * libgomp.h (struct acc_dispatch_t, struct gomp_device_descr): Use
327 these.
328 * plugin/plugin-hsa.c (GOMP_OFFLOAD_load_image)
329 (GOMP_OFFLOAD_unload_image): Fix argument types.
330
23749904
JJ
3312017-01-26 Jakub Jelinek <jakub@redhat.com>
332
c1cadde1
JJ
333 * testsuite/lib/libgomp.exp
334 (check_effective_target_hsa_offloading_selected_nocache): Fix up
335 check_compile invocation. Fix up removal of executable. Drop
336 bogus "2>&1" argument.
337
23749904
JJ
338 * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup-modules
339 directive.
340
3412017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
342 Martin Jambor <mjambor@suse.cz>
343
344 * plugin/hsa.h: Moved to top level include.
345 * plugin/plugin-hsa.c: Chanfgd include of hsa.h accordingly.
346
73aa401e
JJ
3472017-01-21 Jakub Jelinek <jakub@redhat.com>
348
349 PR other/79046
350 * testsuite/Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead
351 of cat to get version from BASE-VER file.
352 * testsuite/Makefile.in: Regenerated.
353
b32e85fa
JJ
3542017-01-19 Jakub Jelinek <jakub@redhat.com>
355
356 * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigned long long even
357 for _WIN64.
358
3c36aa6b
JJ
3592017-01-17 Jakub Jelinek <jakub@redhat.com>
360
d190d5c0
JJ
361 * plugin/hsa.h: Add GCC runtime library exception.
362 * plugin/hsa_ext_finalize.h: Likewise.
363
2393d337
JJ
364 * plugin/configfrag.ac: For --without-cuda-driver don't initialize
365 CUDA_DRIVER_INCLUDE nor CUDA_DRIVER_LIB. If both
366 CUDA_DRIVER_INCLUDE and CUDA_DRIVER_LIB are empty and linking small
367 cuda program fails, define PLUGIN_NVPTX_DYNAMIC to 1 and use
368 plugin/include/cuda as include dir and -ldl instead of -lcuda as
369 library to link ptx plugin against.
370 * plugin/plugin-nvptx.c: Include dlfcn.h if PLUGIN_NVPTX_DYNAMIC.
371 (CUDA_CALLS): Define.
372 (cuda_lib, cuda_lib_inited): New variables.
373 (init_cuda_lib): New function.
374 (CUDA_CALL_PREFIX): Define.
375 (CUDA_CALL_ERET, CUDA_CALL_ASSERT): Use CUDA_CALL_PREFIX.
376 (CUDA_CALL): Use FN instead of (FN).
377 (CUDA_CALL_NOCHECK): Define.
378 (cuda_error, fini_streams_for_device, select_stream_for_async,
379 nvptx_attach_host_thread_to_device, nvptx_open_device, link_ptx,
380 event_gc, nvptx_exec, nvptx_async_test, nvptx_async_test_all,
381 nvptx_wait_all, nvptx_set_clocktick, GOMP_OFFLOAD_unload_image,
382 nvptx_stacks_alloc, nvptx_stacks_free, GOMP_OFFLOAD_run): Use
383 CUDA_CALL_NOCHECK.
384 (nvptx_init): Call init_cuda_lib, if it fails, return false. Use
385 CUDA_CALL_NOCHECK.
386 (nvptx_get_num_devices): Call init_cuda_lib, if it fails, return 0.
387 Use CUDA_CALL_NOCHECK.
388 * plugin/cuda/cuda.h: New file.
389 * config.h.in: Regenerated.
390 * configure: Regenerated.
391
3c36aa6b
JJ
392 PR other/79046
393 * configure.ac: Add GCC_BASE_VER.
394 * Makefile.am (gcc_version): Use @get_gcc_base_ver@ instead of cat to
395 get version from BASE-VER file.
396 * testsuite/Makefile.in: Regenerated.
397 * configure: Regenerated.
398 * Makefile.in: Regenerated.
399
c508bc2d
FXC
4002017-01-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
401
402 PR libgomp/60670
403 * Makefile.am: Make fincludedir multilib-aware.
404 * Makefile.in: Regenerate.
405
c1a9c369
JJ
4062017-01-01 Jakub Jelinek <jakub@redhat.com>
407
cbe34bb5
JJ
408 Update copyright years.
409
c1a9c369
JJ
410 * libgomp.texi: Bump @copying's copyright year.
411
e7a7f4be
SH
4122016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
413
414 * libgomp/config/rtems/pool.h (gomp_thread_pool_reservoir): Use
415 pthread_spinlock_t instead of gomp_mutex_t lock.
416 (gomp_get_thread_pool): Likewise.
417 (gomp_release_thread_pool): Likewise.
418 * libgomp/config/rtems/proc.c (allocate_thread_pool_reservoir):
419 Likewise.
420
d313d52c
SH
4212016-12-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
422
423 * config/rtems/pool.h (gomp_get_thread_pool): Return proper
424 thread pool in case nthreads == 1.
425
630e3c3a
AM
4262016-11-30 Alexander Monakov <amonakov@ispras.ru>
427
428 * config/nvptx/env.c: Delete.
429 * icv.c: Move definitions of ICV variables back ...
430 * env.c: ...here. Do not compile environment-related functionality if
431 LIBGOMP_OFFLOADED_ONLY is set.
432
9e38af5c
AM
4332016-11-30 Alexander Monakov <amonakov@ispras.ru>
434
435 * configure.ac [nvptx*-*-*] (libgomp_offloaded_only): Set and use it...
436 (LIBGOMP_OFFLOADED_ONLY): ...here; new define.
437 * configure: Regenerate.
438 * config.h.in: Likewise.
439
f96b7f1f
AM
4402016-11-30 Alexander Monakov <amonakov@ispras.ru>
441
442 * Makefile.in: Regenerate with automake-1.11.6.
443 * aclocal.m4: Likewise.
444 * configure: Likewise.
445 * testsuite/Makefile.in: Likewise.
446
6a6951b1
AM
4472016-11-28 Alexander Monakov <amonakov@ispras.ru>
448
449 * config/nvptx/critical.c: Delete to use generic implementation.
450
c7ac071f
JH
4512016-11-28 Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>
452
453 * config/linux/affinity.c [!HAVE_PTHREAD_AFFINITY_NP]: Include
454 ../../affinity.c as fallback.
455 * config/nvptx/affinity.c: Delete to use fallback implementation.
456
6103184e
AM
4572016-11-23 Alexander Monakov <amonakov@ispras.ru>
458 Jakub Jelinek <jakub@redhat.com>
459 Dmitry Melnik <dm@ispras.ru>
460
461 * Makefile.am (libgomp_la_SOURCES): Add atomic.c, icv.c, icv-device.c.
462 * Makefile.in. Regenerate.
463 * configure.ac [nvptx*-*-*] (libgomp_use_pthreads): Set and use it...
464 (LIBGOMP_USE_PTHREADS): ...here; new define.
465 * configure: Regenerate.
466 * config.h.in: Likewise.
467 * config/posix/affinity.c: Move to...
468 * affinity.c: ...here (new file). Guard use of Pthreads-specific
469 interface by LIBGOMP_USE_PTHREADS.
470 * critical.c: Split out GOMP_atomic_{start,end} into...
471 * atomic.c: ...here (new file).
472 * env.c: Split out ICV definitions into...
473 * icv.c: ...here (new file) and...
474 * icv-device.c: ...here. New file.
475 * config/linux/lock.c (gomp_init_lock_30): Move to generic lock.c.
476 (gomp_destroy_lock_30): Ditto.
477 (gomp_set_lock_30): Ditto.
478 (gomp_unset_lock_30): Ditto.
479 (gomp_test_lock_30): Ditto.
480 (gomp_init_nest_lock_30): Ditto.
481 (gomp_destroy_nest_lock_30): Ditto.
482 (gomp_set_nest_lock_30): Ditto.
483 (gomp_unset_nest_lock_30): Ditto.
484 (gomp_test_nest_lock_30): Ditto.
485 * lock.c: New.
486 * config/nvptx/lock.c: New.
487 * config/nvptx/bar.c: New.
488 * config/nvptx/bar.h: New.
489 * config/nvptx/doacross.h: New.
490 * config/nvptx/error.c: New.
491 * config/nvptx/icv-device.c: New.
492 * config/nvptx/mutex.h: New.
493 * config/nvptx/pool.h: New.
494 * config/nvptx/proc.c: New.
495 * config/nvptx/ptrlock.h: New.
496 * config/nvptx/sem.h: New.
497 * config/nvptx/simple-bar.h: New.
498 * config/nvptx/target.c: New.
499 * config/nvptx/task.c: New.
500 * config/nvptx/team.c: New.
501 * config/nvptx/time.c: New.
502 * config/posix/simple-bar.h: New.
503 * libgomp.h: Guard pthread.h inclusion. Include simple-bar.h.
504 (gomp_num_teams_var): Declare.
505 (struct gomp_thread_pool): Change threads_dock member to
506 gomp_simple_barrier_t.
507 [__nvptx__] (gomp_thread): New implementation.
508 (gomp_thread_attr): Guard by LIBGOMP_USE_PTHREADS.
509 (gomp_thread_destructor): Ditto.
510 (gomp_init_thread_affinity): Ditto.
511 * team.c: Guard uses of Pthreads-specific interfaces by
512 LIBGOMP_USE_PTHREADS. Adjust all uses of threads_dock.
513 (gomp_free_thread) [__nvptx__]: Do not call 'free'.
514 * config/nvptx/alloc.c: Delete.
515 * config/nvptx/barrier.c: Ditto.
516 * config/nvptx/fortran.c: Ditto.
517 * config/nvptx/iter.c: Ditto.
518 * config/nvptx/iter_ull.c: Ditto.
519 * config/nvptx/loop.c: Ditto.
520 * config/nvptx/loop_ull.c: Ditto.
521 * config/nvptx/ordered.c: Ditto.
522 * config/nvptx/parallel.c: Ditto.
523 * config/nvptx/priority_queue.c: Ditto.
524 * config/nvptx/sections.c: Ditto.
525 * config/nvptx/single.c: Ditto.
526 * config/nvptx/splay-tree.c: Ditto.
527 * config/nvptx/work.c: Ditto.
528 * testsuite/libgomp.fortran/fortran.exp (lang_link_flags): Pass
529 -foffload=-lgfortran in addition to -lgfortran.
530 * testsuite/libgomp.oacc-fortran/fortran.exp (lang_link_flags): Ditto.
531 * plugin/plugin-nvptx.c: Include <limits.h>.
532 (struct targ_fn_descriptor): Add new fields.
533 (struct ptx_device): Ditto. Set them...
534 (nvptx_open_device): ...here.
535 (nvptx_adjust_launch_bounds): New.
536 (nvptx_host2dev): Allow NULL 'nvthd'.
537 (nvptx_dev2host): Ditto.
538 (GOMP_OFFLOAD_get_caps): Add GOMP_OFFLOAD_CAP_OPENMP_400.
539 (link_ptx): Adjust log sizes.
540 (nvptx_host2dev): Allow NULL 'nvthd'.
541 (nvptx_dev2host): Ditto.
542 (nvptx_set_clocktick): New. Use it...
543 (GOMP_OFFLOAD_load_image): ...here. Set new targ_fn_descriptor
544 fields.
545 (GOMP_OFFLOAD_dev2dev): New.
546 (nvptx_adjust_launch_bounds): New.
547 (nvptx_stacks_size): New.
548 (nvptx_stacks_alloc): New.
549 (nvptx_stacks_free): New.
550 (GOMP_OFFLOAD_run): New.
551 (GOMP_OFFLOAD_async_run): New (stub).
552
56b1c60e
MJ
5532016-11-23 Martin Jambor <mjambor@suse.cz>
554
555 * testsuite/libgomp.hsa.c/bits-insns.c: New test.
556 * testsuite/libgomp.hsa.c/tiling-1.c: Likewise.
557 * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
558
b8d89b03
ML
5592016-11-23 Martin Liska <mliska@suse.cz>
560 Martin Jambor <mjambor@suse.cz>
561
562 * plugin/hsa.h: New file.
563 * plugin/hsa_ext_finalize.h: New file.
564 * plugin/configfrag.ac: Remove hsa-kmt-lib test. Added checks for
565 header file unistd.h, and functions secure_getenv, __secure_getenv,
566 getuid, geteuid, getgid and getegid.
567 * plugin/Makefrag.am (libgomp_plugin_hsa_la_CPPFLAGS): Added
568 -D_GNU_SOURCE.
569 * plugin/plugin-hsa.c: Include config.h, inttypes.h and stdbool.h.
570 Handle various cases of secure_getenv presence, add an implementation
571 when we can test effective UID and GID.
572 (struct hsa_runtime_fn_info): New structure.
573 (hsa_runtime_fn_info hsa_fns): New variable.
574 (hsa_runtime_lib): Likewise.
575 (support_cpu_devices): Likewise.
576 (init_enviroment_variables): Load newly introduced ENV
577 variables.
578 (hsa_warn): Call hsa run-time functions via hsa_fns structure.
579 (hsa_fatal): Likewise.
580 (DLSYM_FN): New macro.
581 (init_hsa_runtime_functions): New function.
582 (suitable_hsa_agent_p): Call hsa run-time functions via hsa_fns
583 structure. Depending on environment, also allow CPU devices.
584 (init_hsa_context): Call hsa run-time functions via hsa_fns structure.
585 (get_kernarg_memory_region): Likewise.
586 (GOMP_OFFLOAD_init_device): Likewise.
587 (destroy_hsa_program): Likewise.
588 (init_basic_kernel_info): New function.
589 (GOMP_OFFLOAD_load_image): Use it.
590 (create_and_finalize_hsa_program): Call hsa run-time functions via
591 hsa_fns structure.
592 (create_single_kernel_dispatch): Likewise.
593 (release_kernel_dispatch): Likewise.
594 (init_single_kernel): Likewise.
595 (parse_target_attributes): Allow up multiple HSA grid dimensions.
596 (get_group_size): New function.
597 (run_kernel): Likewise.
598 (GOMP_OFFLOAD_run): Outline most functionality to run_kernel.
599 (GOMP_OFFLOAD_fini_device): Call hsa run-time functions via hsa_fns
600 structure.
601 * testsuite/lib/libgomp.exp: Remove hsa_kmt_lib support.
602 * testsuite/libgomp-test-support.exp.in: Likewise.
603 * Makefile.in: Regenerated.
604 * aclocal.m4: Likewise.
605 * config.h.in: Likewise.
606 * configure: Likewise.
607 * testsuite/Makefile.in: Likewise.
608
18d2ada8
MJ
6092016-11-15 Martin Jambor <mjambor@suse.cz>
610 Alexander Monakov <amonakov@ispras.ru>
611
612 * testsuite/libgomp.fortran/examples-4/device-1.f90 (e_57_1): Add
613 mapping clauses to target constructs.
614 * testsuite/libgomp.fortran/examples-4/device-3.f90 (e_57_3): Ditto.
615
84c1b9d3
MK
6162016-11-15 Matthias Klose <doko@ubuntu.com>
617
618 * configure: Regenerate.
619
b4c3a85b
JJ
6202016-11-10 Jakub Jelinek <jakub@redhat.com>
621
8ebd1b31
JJ
622 * omp_lib.f90.in (openmp_version): Change to 201511 from 201307.
623 * omp_lib.h.in (openmp_version): Likewise.
624 * testsuite/libgomp.fortran/openmp_version-1.f: Expect 201511 instead
625 of 201307.
626 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
627
b4c3a85b
JJ
628 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90
629 (fib_wrapper): Add map(from: x) clause.
630 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90
631 (e_53_2): Likewise.
632 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90
633 (accum): Add map(tmp) clause.
634 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90
635 (accum): Add map(tofrom: tmp) clause.
636 * testsuite/libgomp.fortran/examples-4/target_data-3.f90
637 (gramSchmidt): Likewise.
638 * testsuite/libgomp.fortran/examples-4/teams-2.f90 (dotprod): Add
639 map(tofrom: sum) clause.
640 * testsuite/libgomp.fortran/nestedfn5.f90 (foo): Add twice
641 map (alloc: a, l) clause. Add defaultmap(tofrom: scalar) clause.
642 * testsuite/libgomp.fortran/pr66199-2.f90: Adjust for linear clause
643 only allowed on the loop iterator.
644 * testsuite/libgomp.fortran/target4.f90 (foo): Add map(t) clause.
645 * testsuite/libgomp.fortran/taskloop2.f90: New test.
646 * testsuite/libgomp.fortran/taskloop4.f90: New test.
647 * testsuite/libgomp.fortran/doacross1.f90: New test.
648 * testsuite/libgomp.fortran/doacross3.f90: New test.
649 * testsuite/libgomp.fortran/taskloop1.f90: New test.
650 * testsuite/libgomp.fortran/taskloop3.f90: New test.
651 * testsuite/libgomp.fortran/doacross2.f90: New test.
652 * testsuite/libgomp.c/doacross-1.c (main): Add missing
653 #pragma omp atomic read.
654 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
655 * testsuite/libgomp.c/doacross-3.c (main): Likewise.
656
6668eb45
CP
6572016-11-02 Cesar Philippidis <cesar@codesourcery.com>
658 Nathan Sidwell <nathan@acm.org>
659
660 * plugin/plugin-nvptx.c (nvptx_exec): Interrogate board attributes
661 to determine default geometry.
662 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Set gang
663 dimension.
664
f10e37a1
JJ
6652016-11-01 Jakub Jelinek <jakub@redhat.com>
666
667 * hashtab.h: Use standard GPLv3 with runtime exception
668 boilerplate.
669
015c7760
AH
6702016-10-27 Aldy Hernandez <aldyh@redhat.com>
671
672 * oacc-init.c (goacc_new_thread): Use sizeof of the appropriate
673 size when allocating new thread.
674
20a1e5b8
MP
6752016-09-14 Marek Polacek <polacek@redhat.com>
676
677 * testsuite/libgomp.c++/atomic-3.C: Use -Wno-deprecated.
678
1cad9284
JJ
6792016-08-19 Jakub Jelinek <jakub@redhat.com>
680
681 PR fortran/71014
682 * testsuite/libgomp.fortran/pr71014.f90: New test.
683
2c71d454
CLT
6842016-08-18 Chung-Lin Tang <cltang@codesourcery.com>
685
686 PR middle-end/70895
687 * testsuite/libgomp.oacc-fortran/reduction-7.f90: Add explicit
688 firstprivate clauses.
689 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Remove explicit
690 copy clauses.
691 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
692 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Likewise.
693 * testsuite/libgomp.oacc-c-c++-common/reduction-flt.c: Likewise.
694 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
695 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
696 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
697 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
698 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
699 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
700 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
701 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
702 * testsuite/libgomp.oacc-c-c++-common/reduction-dbl.c: Likewise.
703
7c713714
CLT
7042016-08-14 Chung-Lin Tang <cltang@codesourcery.com>
705
706 PR fortran/70598
707 * testsuite/libgomp.oacc-fortran/host_data-1.f90: New test.
708
5c934396
JJ
7092016-08-08 Jakub Jelinek <jakub@redhat.com>
710
711 PR c++/58706
712 * testsuite/libgomp.c++/pr58706.C: New test.
713
9ef64248
TS
7142016-08-04 Thomas Schwinge <thomas@codesourcery.com>
715
bbc79c0e
TS
716 * testsuite/libgomp.oacc-c++/routine-1-auto.C: New file.
717 * testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Likewise.
718 * testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
719 Likewise.
720 * testsuite/libgomp.oacc-c++/routine-1-template.C: Likewise.
721 * testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C:
722 Likewise.
723 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Adjust.
724
9ef64248
TS
725 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: Make it a "link"
726 test, and don't hardcode -O0.
727
c1311c86
NS
7282016-08-03 Nathan Sidwell <nathan@codesourcery.com>
729
730 * testsuite/libgomp.oacc-c-c++-common/crash-1.c: New.
731
b1c9c068
CP
7322016-07-15 Cesar Philippidis <cesar@codesourcery.com>
733
734 * testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c: New
735 test.
736
b4410f63
L
7372016-07-03 H.J. Lu <hongjiu.lu@intel.com>
738
739 PR middle-end/71734
740 * testsuite/libgomp.fortran/pr71734-1.f90: New test.
741 * testsuite/libgomp.fortran/pr71734-2.f90: Likewise.
742
a8dbab92
JJ
7432016-07-01 Jakub Jelinek <jakub@redhat.com>
744
745 PR fortran/71717
746 * testsuite/libgomp.fortran/associate3.f90: New test.
747
9b6a8d0f
JJ
7482016-06-17 Jakub Jelinek <jakub@redhat.com>
749
750 * testsuite/libgomp.c++/target-21.C: New test.
751
283635f9
JJ
7522016-06-16 Jakub Jelinek <jakub@redhat.com>
753
754 * testsuite/libgomp.c++/target-20.C: New test.
755
27d6ba88
TS
7562016-06-10 Thomas Schwinge <thomas@codesourcery.com>
757 Cesar Philippidis <cesar@codesourcery.com>
758
759 PR middle-end/71373
760 * libgomp.oacc-c/nested-function-1.c: New file.
761 * libgomp.oacc-c/nested-function-2.c: Likewise.
762 * libgomp.oacc-fortran/nested-function-1.f90: Likewise.
763 * libgomp.oacc-fortran/nested-function-2.f90: Likewise.
764 * libgomp.oacc-fortran/nested-function-3.f90: Likewise.
765
4b1ffdb1
TS
7662016-06-10 Thomas Schwinge <thomas@codesourcery.com>
767
768 PR c/71381
769 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: #include
770 "../../../gcc/testsuite/c-c++-common/goacc/cache-1.c".
771 * testsuite/libgomp.oacc-fortran/cache-1.f95: New file.
772
d821b794
CLT
7732016-06-03 Chung-Lin Tang <cltang@codesourcery.com>
774
775 * testsuite/libgomp.oacc-fortran/reduction-8.f90: New testcase.
776 * testsuite/libgomp.oacc-c-c++-common/reduction-8.c: New testcase.
777
3616a8c5
CP
7782016-06-01 Cesar Philippidis <cesar@codesourcery.com>
779
780 PR c/70688
5eed9a88 781 * testsuite/libgomp.oacc-c-c++-common/pr70688.c: New file.
3616a8c5 782
7211a097
JJ
7832016-05-26 Jakub Jelinek <jakub@redhat.com>
784
785 * testsuite/libgomp.c/doacross-1.c (main): Use schedule(static)
786 instead of invalid schedule(static, 0).
787 * testsuite/libgomp.c/doacross-2.c (main): Likewise.
788
b4557008
CLT
7892016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
790
791 * oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.
792 * oacc-plugin.c (GOMP_PLUGIN_async_unmap_vars): Add 'int async'
793 parameter, use to set async stream around call to gomp_unmap_vars,
794 call gomp_unmap_vars() with 'do_copyfrom' set to true.
795 * plugin/plugin-nvptx.c (struct ptx_event): Add 'int val' field.
796 (event_gc): Adjust event handling loop, collect PTX_EVT_ASYNC_CLEANUP
797 events and call GOMP_PLUGIN_async_unmap_vars() for each of them.
798 (event_add): Add int parameter, initialize 'val' field when
799 adding new ptx_event struct.
800 (nvptx_evec): Adjust event_add() call arguments.
801 (nvptx_host2dev): Likewise.
802 (nvptx_dev2host): Likewise.
803 (nvptx_wait_async): Likewise.
804 (nvptx_wait_all_async): Likewise.
805 (GOMP_OFFLOAD_openacc_register_async_cleanup): Add async parameter,
806 pass to event_add() call.
807 * oacc-host.c (host_openacc_register_async_cleanup): Add 'int async'
808 parameter.
809 * oacc-mem.c (gomp_acc_remove_pointer): Adjust async case to
810 call openacc.register_async_cleanup_func() hook.
811 * oacc-parallel.c (GOACC_parallel_keyed): Likewise.
812 * target.c (gomp_copy_from_async): Delete function.
813 (gomp_map_vars): Remove async_refcount.
814 (gomp_unmap_vars): Likewise.
815 (gomp_load_image_to_device): Likewise.
816 (omp_target_associate_ptr): Likewise.
817 * libgomp.h (struct splay_tree_key_s): Remove async_refcount.
818 (acc_dispatch_t.register_async_cleanup_func): Add int parameter.
819 (gomp_copy_from_async): Remove.
820
6ce13072
CLT
8212016-05-26 Chung-Lin Tang <cltang@codesourcery.com>
822
823 * target.c (gomp_device_copy): New function.
824 (gomp_copy_host2dev): Likewise.
825 (gomp_copy_dev2host): Likewise.
826 (gomp_free_device_memory): Likewise.
827 (gomp_map_vars_existing): Adjust to call gomp_copy_host2dev.
828 (gomp_map_pointer): Likewise.
829 (gomp_map_vars): Adjust to call gomp_copy_host2dev, handle
830 NULL value from alloc_func plugin hook.
831 (gomp_unmap_tgt): Adjust to call gomp_free_device_memory.
832 (gomp_copy_from_async): Adjust to call gomp_copy_dev2host.
833 (gomp_unmap_vars): Likewise.
834 (gomp_update): Adjust to call gomp_copy_dev2host and
835 gomp_copy_host2dev functions.
836 (gomp_unload_image_from_device): Handle false value from
837 unload_image_func plugin hook.
838 (gomp_init_device): Handle false value from init_device_func
839 plugin hook.
840 (gomp_exit_data): Adjust to call gomp_copy_dev2host.
841 (omp_target_free): Adjust to call gomp_free_device_memory.
842 (omp_target_memcpy): Handle return values from host2dev_func,
843 dev2host_func, and dev2dev_func plugin hooks.
844 (omp_target_memcpy_rect_worker): Likewise.
845 (gomp_target_fini): Handle false value from fini_device_func
846 plugin hook.
847 * libgomp.h (struct gomp_device_descr): Adjust return type of
848 init_device_func, fini_device_func, unload_image_func, free_func,
849 dev2host_func,host2dev_func, and dev2dev_func plugin hooks to 'bool'.
850 * oacc-init.c (acc_shutdown_1): Handle false value from
851 fini_device_func plugin hook.
852 * oacc-host.c (host_init_device): Change return type to bool.
853 (host_fini_device): Likewise.
854 (host_unload_image): Likewise.
855 (host_free): Likewise.
856 (host_dev2host): Likewise.
857 (host_host2dev): Likewise.
858 * oacc-mem.c (acc_free): Handle plugin hook fatal error case.
859 (acc_memcpy_to_device): Likewise.
860 (acc_memcpy_from_device): Likewise.
861 (delete_copyout): Add libfnname parameter, handle free_func
862 hook fatal error case.
863 (acc_delete): Adjust delete_copyout call.
864 (acc_copyout): Likewise.
865 (update_dev_host): Move gomp_mutex_unlock to after
866 host2dev/dev2host hook calls.
867
868 * plugin/plugin-hsa.c (hsa_warn): Adjust 'hsa_error' local variable
869 to 'hsa_error_msg', for clarity.
870 (hsa_fatal): Likewise.
871 (hsa_error): New function.
872 (init_hsa_context): Change return type to bool, adjust to return
873 false on error.
874 (GOMP_OFFLOAD_get_num_devices): Adjust to handle init_hsa_context
875 return value.
876 (GOMP_OFFLOAD_init_device): Change return type to bool, adjust to
877 return false on error.
878 (get_agent_info): Adjust to return NULL on error.
879 (destroy_hsa_program): Change return type to bool, adjust to
880 return false on error.
881 (GOMP_OFFLOAD_load_image): Adjust to return -1 on error.
882 (destroy_module): Change return type to bool, adjust to
883 return false on error.
884 (GOMP_OFFLOAD_unload_image): Likewise.
885 (GOMP_OFFLOAD_fini_device): Likewise.
886 (GOMP_OFFLOAD_alloc): Change to return NULL when called.
887 (GOMP_OFFLOAD_free): Change to return false when called.
888 (GOMP_OFFLOAD_dev2host): Likewise.
889 (GOMP_OFFLOAD_host2dev): Likewise.
890 (GOMP_OFFLOAD_dev2dev): Likewise.
891
892 * plugin/plugin-nvptx.c (CUDA_CALL_ERET): New convenience macro.
893 (CUDA_CALL): Likewise.
894 (CUDA_CALL_ASSERT): Likewise.
895 (map_init): Change return type to bool, use CUDA_CALL* macros.
896 (map_fini): Likewise.
897 (init_streams_for_device): Change return type to bool, adjust
898 call to map_init.
899 (fini_streams_for_device): Change return type to bool, adjust
900 call to map_fini.
901 (select_stream_for_async): Release stream_lock before calls to
902 GOMP_PLUGIN_fatal, adjust call to map_init.
903 (nvptx_init): Use CUDA_CALL* macros.
904 (nvptx_attach_host_thread_to_device): Change return type to bool,
905 use CUDA_CALL* macros.
906 (nvptx_open_device): Use CUDA_CALL* macros.
907 (nvptx_close_device): Change return type to bool, use CUDA_CALL*
908 macros.
909 (nvptx_get_num_devices): Use CUDA_CALL* macros.
910 (link_ptx): Change return type to bool, use CUDA_CALL* macros.
911 (nvptx_exec): Use CUDA_CALL* macros.
912 (nvptx_alloc): Use CUDA_CALL* macros.
913 (nvptx_free): Change return type to bool, use CUDA_CALL* macros.
914 (nvptx_host2dev): Likewise.
915 (nvptx_dev2host): Likewise.
916 (nvptx_wait): Use CUDA_CALL* macros.
917 (nvptx_wait_async): Likewise.
918 (nvptx_wait_all): Likewise.
919 (nvptx_wait_all_async): Likewise.
920 (nvptx_set_cuda_stream): Adjust order of stream_lock acquire,
921 use CUDA_CALL* macros, adjust call to map_fini.
922 (GOMP_OFFLOAD_init_device): Change return type to bool,
923 adjust code accordingly.
924 (GOMP_OFFLOAD_fini_device): Likewise.
925 (GOMP_OFFLOAD_load_image): Adjust calls to
926 nvptx_attach_host_thread_to_device/link_ptx to handle errors,
927 use CUDA_CALL* macros.
928 (GOMP_OFFLOAD_unload_image): Change return type to bool, adjust
929 return code.
930 (GOMP_OFFLOAD_alloc): Adjust calls to code to handle error return.
931 (GOMP_OFFLOAD_free): Change return type to bool, adjust calls to
932 handle error return.
933 (GOMP_OFFLOAD_dev2host): Likewise.
934 (GOMP_OFFLOAD_host2dev): Likewise.
935 (GOMP_OFFLOAD_openacc_register_async_cleanup): Use CUDA_CALL* macros.
936 (GOMP_OFFLOAD_openacc_create_thread_data): Likewise.
937
e46c7770
CP
9382016-05-24 Cesar Philippidis <cesar@codesourcery.com>
939
940 * oacc-mem.c (acc_malloc): Update handling of shared-memory targets.
941 (acc_free): Likewise.
942 (acc_memcpy_to_device): Likewise.
943 (acc_memcpy_from_device): Likewise.
944 (acc_deviceptr): Likewise.
945 (acc_hostptr): Likewise.
946 (acc_is_present): Likewise.
947 (acc_map_data): Likewise.
948 (acc_unmap_data): Likewise.
949 (present_create_copy): Likewise.
950 (delete_copyout): Likewise.
951 (update_dev_host): Likewise.
952 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Remove xfail.
953 * testsuite/libgomp.oacc-c-c++-common/data-2-lib.c: New test.
954 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Adjust test.
955 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
956 * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: New test.
957 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Adjust test so that
958 it only runs on nvptx targets.
959 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
960 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
961 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
962 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
963 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
964 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
965 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
966 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
967 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
968 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
969 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
970 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
971 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
972 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
973 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
974 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
975 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
976 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
977 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
978 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
979 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
980 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
981 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
982
a5057543
MJ
9832016-05-23 Martin Jambor <mjambor@suse.cz>
984
985 * testsuite/libgomp.hsa.c/switch-sbr-2.c: New test.
986
e37288a6
CLT
9872016-05-17 Chung-Lin Tang <cltang@codesourcery.com>
988
989 * oacc-init.c (acc_init): Remove !cached_base_dev condition on call
990 to gomp_init_targets_once.
991 (acc_set_device_type): Remove !cached_base_dev condition on call to
992 gomp_init_targets_once, move call to before acc_device_lock acquire,
993 to avoid deadlock.
994 (acc_get_device_num): Remove !cached_base_dev condition on call to
995 gomp_init_targets_once.
996 (acc_set_device_num): Likewise.
997
51d9ed48
MJ
9982016-05-16 Martin Jambor <mjambor@suse.cz>
999
1000 * testsuite/libgomp.hsa.c/complex-align-2.c: New test.
1001
5b37e866
NS
10022016-05-02 Nathan Sidwell <nathan@codesourcery.com>
1003
1004 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Adjust
1005 expected partitioning.
1006
e7ff0319
CP
10072016-04-29 Cesar Philippidis <cesar@codesourcery.com>
1008
1009 PR middle-end/70626
1010 * testsuite/libgomp.oacc-c++/template-reduction.C: Adjust test.
1011 * testsuite/libgomp.oacc-c-c++-common/combined-reduction.c: New test.
1012 * testsuite/libgomp.oacc-fortran/combined-reduction.f90: New test.
1013
c2bd3b69
AM
10142016-04-21 Alexander Monakov <amonakov@ispras.ru>
1015
1016 * plugin/plugin-nvptx.c (map_fini): Make cuMemFreeHost error
1017 non-fatal.
1018
84311083
JJ
10192016-04-19 Jakub Jelinek <jakub@redhat.com>
1020
1021 PR middle-end/70680
1022 * testsuite/libgomp.c/pr70680-1.c: New test.
1023 * testsuite/libgomp.c/pr70680-2.c: New test.
1024
aadc043f
CP
10252016-04-14 Cesar Philippidis <cesar@codesourcery.com>
1026
1027 * testsuite/libgomp.oacc-fortran/non-scalar-data.f90: Don't
1028 pass parameter variables to subroutines.
1029
e387fc64
CP
10302016-04-14 Cesar Philippidis <cesar@codesourcery.com>
1031
1032 PR middle-end/70643
1033 * testsuite/libgomp.oacc-fortran/pr70643.f90: New test.
1034
10c3c424
CP
10352016-04-13 Cesar Philippidis <cesar@codesourcery.com>
1036
1037 PR testsuite/68242
1038 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Adjust test.
1039 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
1040
27f9add3
TS
10412016-04-12 Thomas Schwinge <thomas@codesourcery.com>
1042
58d32aeb
TS
1043 * libgomp_g.h: Rename GOACC_parallel_keyd prototype to
1044 GOACC_parallel_keyed, restore GOACC_parallel prototype, new
1045 GOACC_declare prototype.
1046
d97633ef
TS
1047 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c:
1048 Merge this file, and...
1049 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gv-np-1.c:
1050 ... this file, and...
1051 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c:
1052 ... this file, and...
1053 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c:
1054 ... this file, and...
1055 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c:
1056 ... this file, and...
1057 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c:
1058 ... this file, and...
1059 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c:
1060 ... this file, and...
1061 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c:
1062 ... this file, and...
1063 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c:
1064 ... this file, and...
1065 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c:
1066 ... this file, and...
1067 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c:
1068 ... this file, and...
1069 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c:
1070 ... this file, and...
1071 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c:
1072 ... this file into...
1073 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: ... this
1074 file.
1075
27f9add3
TS
1076 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c:
1077 Make failure observable.
1078
21f3a236
JJ
10792016-04-12 Jakub Jelinek <jakub@redhat.com>
1080
1081 * libgomp.h (struct gomp_target_task): Remove firstprivate_copies
1082 field.
1083 * target.c (gomp_target_fallback_firstprivate,
1084 gomp_target_unshare_firstprivate): Removed.
1085 (GOMP_target_ext): Copy firstprivate vars into gomp_allocaed memory
1086 before waiting for dependencies.
1087 (gomp_target_task_fn): Don't copy firstprivate vars here.
1088 * task.c (GOMP_PLUGIN_target_task_completion): Don't free
1089 firstprivate_copies here.
1090 (gomp_create_target_task): Don't initialize firstprivate_copies field.
1091 * testsuite/libgomp.c/target-25.c (main): Use map (to:) instead of
1092 explicit/implicit firstprivate.
1093
c42cfb5c
CP
10942016-04-08 Cesar Philippidis <cesar@codesourcery.com>
1095
1096 PR lto/70289
1097 PR ipa/70348
1098 PR tree-optimization/70373
1099 PR middle-end/70533
1100 PR middle-end/70534
1101 PR middle-end/70535
1102 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gang-np-1.c: New
1103 test.
1104 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gw-np-1.c: New
1105 test.
1106 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-1.c: New
1107 test.
1108 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-2.c: New
1109 test.
1110 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-3.c: New
1111 test.
1112 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-gwv-np-4.c: New
1113 test.
1114 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-1.c: New
1115 test.
1116 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-vector-p-2.c: New
1117 test.
1118 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-worker-p-1.c: New
1119 test.
1120 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-1.c: New test.
1121 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-2.c: New test.
1122 * testsuite/libgomp.oacc-c-c++-common/loop-reduction-wv-p-3.c: New test.
1123 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-1.c: New
1124 test.
1125 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.c: New
1126 test.
1127 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-3.c: New
1128 test.
1129 * testsuite/libgomp.oacc-c-c++-common/par-loop-comb-reduction-4.c: New
1130 test.
1131 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Add test
1132 coverage.
1133 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
1134 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: Likewise.
1135 * testsuite/libgomp.oacc-c-c++-common/parallel-reduction.c: New test.
1136 * testsuite/libgomp.oacc-c-c++-common/pr70289.c: New test.
1137 * testsuite/libgomp.oacc-c-c++-common/pr70373.c: New test.
1138 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Add test
1139 coverage.
1140 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
1141 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
1142 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
1143 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
1144 * testsuite/libgomp.oacc-c-c++-common/reduction-6.c: New test.
1145 * testsuite/libgomp.oacc-c-c++-common/reduction.h: New test.
1146 * testsuite/libgomp.oacc-fortran/parallel-reduction.f90: New test.
1147 * testsuite/libgomp.oacc-fortran/pr70289.f90: New test.
1148 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Add test coverage.
1149 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
1150 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
1151 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
1152 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
1153 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
1154 * testsuite/libgomp.oacc-fortran/reduction-7.f90: New test.
1155
2620c80d
TS
11562016-03-30 Thomas Schwinge <thomas@codesourcery.com>
1157 James Norris <jnorris@codesourcery.com>
1158 Nathan Sidwell <nathan@codesourcery.com>
1159 Julian Brown <julian@codesourcery.com>
1160 Cesar Philippidis <cesar@codesourcery.com>
1161 Chung-Lin Tang <cltang@codesourcery.com>
1162 Tom de Vries <tom@codesourcery.com>
1163
1164 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Update.
1165 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
1166 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
1167 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Likewise.
1168 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
1169 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
1170 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
1171 * testsuite/libgomp.oacc-fortran/declare-1.f90: Likewise.
1172 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
1173 XFAIL.
1174 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Update.
1175 Incorporate...
1176 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: ... this
1177 file.
1178 * testsuite/libgomp.oacc-c++/template-reduction.C: New file.
1179 * testsuite/libgomp.oacc-c-c++-common/gang-static-1.c: Likewise.
1180 * testsuite/libgomp.oacc-c-c++-common/gang-static-2.c: Likewise.
1181 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-clauses.c:
1182 Likewise.
1183 * testsuite/libgomp.oacc-c-c++-common/private-variables.c:
1184 Likewise.
1185 * testsuite/libgomp.oacc-c-c++-common/reduction-7.c: Likewise.
1186 * testsuite/libgomp.oacc-c-c++-common/routine-1.c: Likewise.
1187 * testsuite/libgomp.oacc-c-c++-common/routine-4.c: Likewise.
1188 * testsuite/libgomp.oacc-c-c++-common/routine-wv-2.c: Likewise.
1189 * testsuite/libgomp.oacc-fortran/clauses-1.f90: Likewise.
1190 * testsuite/libgomp.oacc-fortran/default-1.f90: Likewise.
1191 * testsuite/libgomp.oacc-fortran/firstprivate-1.f90: Likewise.
1192 * testsuite/libgomp.oacc-fortran/gang-static-1.f90: Likewise.
1193 * testsuite/libgomp.oacc-fortran/if-1.f90: Likewise.
1194 * testsuite/libgomp.oacc-fortran/implicit-firstprivate-ref.f90:
1195 Likewise.
1196 * testsuite/libgomp.oacc-fortran/pr68813.f90: Likewise.
1197 * testsuite/libgomp.oacc-fortran/private-variables.f90: Likewise.
1198 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Merge this
1199 file...
1200 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: ..., and this
1201 file into...
1202 * testsuite/libgomp.oacc-c-c++-common/data-clauses.h: ... this new
1203 file. Update.
1204 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels.c: New
1205 file.
1206 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel.c:
1207 Likewise.
1208 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: Rename to...
1209 * testsuite/libgomp.oacc-c-c++-common/data-clauses-kernels-ipa-pta.c:
1210 ... this new file. Update.
1211 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: Rename to...
1212 * testsuite/libgomp.oacc-c-c++-common/data-clauses-parallel-ipa-pta.c:
1213 ... this new file. Update.
1214 * testsuite/libgomp.oacc-c-c++-common/mode-transitions.c: New
1215 file. Incorporate...
1216 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c: ... this
1217 file, and...
1218 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: ... this
1219 file, and...
1220 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: ... this
1221 file.
1222 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Remove file.
1223
ce83104b
TS
12242016-03-29 Thomas Schwinge <thomas@codesourcery.com>
1225
1226 * testsuite/libgomp.oacc-c++/c++.exp [!lang_test_file_found]: Call
1227 set-torture-options.
1228
6e0df3b7
TS
12292016-03-24 Thomas Schwinge <thomas@codesourcery.com>
1230
1231 * testsuite/libgomp.oacc-c++/c++.exp: Set up torture testing, use
1232 gcc-dg-runtest.
1233 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1234 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: Specify
1235 -fno-builtin-acc_on_device instead of -O0.
1236 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: Skip for
1237 -O0.
1238 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
1239 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c:
1240 Likewise.
1241 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
1242 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
1243 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
1244 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
1245 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
1246 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
1247 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
1248 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
1249 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
1250 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
1251 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
1252 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
1253 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
1254 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
1255 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
1256 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
1257 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
1258 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-2.c:
1259 Don't specify -O2.
1260 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta-3.c:
1261 Likewise.
1262 * testsuite/libgomp.oacc-c-c++-common/kernels-alias-ipa-pta.c:
1263 Likewise.
1264
f9c8babb
ML
12652016-03-24 Martin Liska <mliska@suse.cz>
1266
1267 * plugin/plugin-hsa.c (packet_store_release): New function
1268 that is taken from the HSA runtime manual.
1269 (GOMP_OFFLOAD_run): Use the function.
1270
04833609
JJ
12712016-03-23 Jakub Jelinek <jakub@redhat.com>
1272
1273 PR c++/70376
1274 * testsuite/libgomp.c++/pr70376.C: New test.
1275
d79ee524
TV
12762016-03-23 Tom de Vries <tom@codesourcery.com>
1277
1278 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Add missing
1279 initialization of lresult and lvresult.
1280 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Same.
1281
b6d1f2b5
JN
12822016-03-23 James Norris <jnorris@codesourcery.com>
1283 Daichi Fukuoka <dc-fukuoka@sgi.com>
1284
1285 PR libgomp/69414
1286 * oacc-mem.c (delete_copyout, update_dev_host): Fix device address.
1287 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Additional tests.
1288 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
1289 * testsuite/libgomp.oacc-fortran/update-1.f90: New file.
1290
7397fce2
ML
12912016-03-23 Martin Liska <mliska@suse.cz>
1292
1293 PR hsa/70337
1294 * plugin/plugin-hsa.c (GOMP_OFFLOAD_run): Copy shadow
1295 argument just in case a dispatched kernel uses that argument.
1296
ee2e7d51
TS
12972016-03-16 Thomas Schwinge <thomas@codesourcery.com>
1298
1299 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: Adjust to
1300 -ftree-parallelize-loops/-fopenacc changes.
1301 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95:
1302 Likewise.
1303 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
1304 Likewise.
1305 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95:
1306 Likewise.
1307 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95:
1308 Likewise.
1309 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Likewise.
1310 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Likewise.
1311
be9f7143
TS
13122016-03-13 Thomas Schwinge <thomas@codesourcery.com>
1313
1314 * testsuite/lib/libgomp.exp (libgomp_init): Potentially append to
1315 always_ld_library_path the path to libgcc_s.
1316
f6c1032d
CP
13172016-03-10 Cesar Philippidis <cesar@codesourcery.com>
1318
1319 PR testsuite/70009
1320 * testsuite/libgomp.oacc-c-c++-common/vprop.c: Make test data signed.
1321
5a6452e6
TV
13222016-03-09 Tom de Vries <tom@codesourcery.com>
1323
1324 * testsuite/libgomp.oacc-fortran/kernels-loop-2.f95: New test.
1325 * testsuite/libgomp.oacc-fortran/kernels-loop-data-2.f95: Same.
1326 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit-2.f95:
1327 Same.
1328 * testsuite/libgomp.oacc-fortran/kernels-loop-data-enter-exit.f95: Same.
1329 * testsuite/libgomp.oacc-fortran/kernels-loop-data-update.f95: Same.
1330 * testsuite/libgomp.oacc-fortran/kernels-loop-data.f95: Same.
1331 * testsuite/libgomp.oacc-fortran/kernels-loop.f95: Same.
1332
96a71bd5
MJ
13332016-03-07 Martin Jambor <mjambor@suse.cz>
1334
1335 * testsuite/lib/libgomp.exp
1336 (check_effective_target_hsa_offloading_selected_nocache): New.
1337 (check_effective_target_hsa_offloading_selected): Likewise.
1338 * testsuite/libgomp.hsa.c/c.exp: Likewise.
1339 * testsuite/libgomp.hsa.c/alloca-1.c: Likewise.
1340 * testsuite/libgomp.hsa.c/bitfield-1.c: Likewise.
1341 * testsuite/libgomp.hsa.c/builtins-1.c: Likewise.
1342 * testsuite/libgomp.hsa.c/complex-1.c: Likewise.
1343 * testsuite/libgomp.hsa.c/formal-actual-args-1.c: Likewise.
1344 * testsuite/libgomp.hsa.c/function-call-1.c: Likewise.
1345 * testsuite/libgomp.hsa.c/get-level-1.c: Likewise.
1346 * testsuite/libgomp.hsa.c/gridify-1.c: Likewise.
1347 * testsuite/libgomp.hsa.c/gridify-2.c: Likewise.
1348 * testsuite/libgomp.hsa.c/gridify-3.c: Likewise.
1349 * testsuite/libgomp.hsa.c/gridify-4.c: Likewise.
1350 * testsuite/libgomp.hsa.c/memory-operations-1.c: Likewise.
1351 * testsuite/libgomp.hsa.c/pr69568.c: Likewise.
1352 * testsuite/libgomp.hsa.c/rotate-1.c: Likewise.
1353 * testsuite/libgomp.hsa.c/switch-1.c: Likewise.
1354 * testsuite/libgomp.hsa.c/switch-branch-1.c: Likewise.
1355
02e0b5b2
MJ
13562016-03-07 Martin Jambor <mjambor@suse.cz>
1357
1358 * testsuite/libgomp.c/examples-4/async_target-2.c: Only run on
1359 non-shared memory accelerators.
1360 * testsuite/libgomp.c/examples-4/device-1.c: Likewise.
1361 * testsuite/libgomp.c/examples-4/target-5.c: Likewise.
1362 * testsuite/libgomp.c/examples-4/target_data-6.c: Likewise.
1363 * testsuite/libgomp.c/examples-4/target_data-7.c: Likewise.
1364 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: Likewise.
1365 * testsuite/libgomp.fortran/examples-4/device-1.f90: Likewise.
1366 * testsuite/libgomp.fortran/examples-4/target-5.f90: Likewise.
1367 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: Likewise.
1368 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: Likewise.
1369
45548f30
MJ
13702016-03-07 Martin Jambor <mjambor@suse.cz>
1371
1372 * testsuite/lib/libgomp.exp (libgomp_init): Append -Wno-hsa to
1373 ALWAYS_CFLAGS.
1374
da3d46cb
JJ
13752016-03-02 Jakub Jelinek <jakub@redhat.com>
1376
1377 PR libgomp/69555
1378 * testsuite/libgomp.c++/pr69555-1.C: New test.
1379 * testsuite/libgomp.c++/pr69555-2.C: New test.
1380
622174b2
KM
13812016-02-26 Keith McDaniel <k.allen.mcdaniel@gmail.com>
1382 Martin Jambor <mjambor@suse.cz>
1383
1384 * testsuite/lib/libgomp.exp
1385 (check_effective_target_offload_device_shared_as): New proc.
1386 * testsuite/libgomp.c++/declare_target-1.C: New test.
1387
e6861a99
IV
13882016-02-25 Ilya Verbin <ilya.verbin@intel.com>
1389
1390 PR driver/68463
1391 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: Remove.
1392
f99c3557
TS
13932016-02-23 Thomas Schwinge <thomas@codesourcery.com>
1394
1395 * oacc-parallel.c (GOACC_parallel_keyed): Initialize dims.
1396 * plugin/plugin-nvptx.c (nvptx_exec): Provide default values for
1397 dims.
1398 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: Adjust to
1399 -ftree-parallelize-loops/-fopenacc changes.
1400 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Likewise.
1401 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c:
1402 Likewise.
1403 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c:
1404 Likewise.
1405 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c:
1406 Likewise.
1407 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c:
1408 Likewise.
1409 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c:
1410 Likewise.
1411 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c:
1412 Likewise.
1413 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c:
1414 Likewise.
1415 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Likewise.
1416 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c:
1417 Likewise.
1418 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Likewise.
1419 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c:
1420 Likewise.
1421 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Likewise.
1422 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c:
1423 Likewise.
1424
d5ace3b5
CP
14252016-02-22 Cesar Philippidis <cesar@codesourcery.com>
1426
1427 * testsuite/libgomp.oacc-c-c++-common/vprop.c: New test.
1428
f3609a89
JJ
14292016-02-19 Jakub Jelinek <jakub@redhat.com>
1430
1431 PR driver/69805
1432 * testsuite/libgomp.c/pr69805.c: New test.
1433
2175df99
TV
14342016-02-16 Tom de Vries <tom@codesourcery.com>
1435
1436 PR lto/67709
1437 * testsuite/libgomp.fortran/declare-simd-4.f90: New test.
1438
17b6426c
TV
14392016-02-09 Tom de Vries <tom@codesourcery.com>
1440
1441 PR tree-optimization/69599
1442 * testsuite/libgomp.c/omp-nested-3.c: New test.
1443 * testsuite/libgomp.c/pr46032-2.c: New test.
1444 * testsuite/libgomp.oacc-c-c++-common/kernels-2.c: New test.
1445 * testsuite/libgomp.oacc-c-c++-common/parallel-2.c: New test.
1446
34df756c
TV
14472016-02-09 Tom de Vries <tom@codesourcery.com>
1448
1449 PR lto/69707
1450 * testsuite/libgomp.oacc-c-c++-common/parallel-dims-2.c: New test.
1451
5854ee30
AM
14522016-02-02 Alexander Monakov <amonakov@ispras.ru>
1453
1454 * testsuite/libgomp.c/target-31.c: Fix testcase.
1455
e70b6ad7
AM
14562016-02-02 Alexander Monakov <amonakov@ispras.ru>
1457
1458 * testsuite/libgomp.c/examples-4/teams-3.c: Add missing reduction
1459 clause.
1460 * testsuite/libgomp.c/examples-4/teams-4.c: Likewise.
1461 * testsuite/libgomp.fortran/examples-4/teams-3.f90: Add missing
1462 reduction and map clauses.
1463 * testsuite/libgomp.fortran/examples-4/teams-4.f90: Likewise.
1464
bd78a45f
JN
14652016-02-02 James Norris <jnorris@codesourcery.com>
1466
1467 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.
1468
41d809d3
TS
14692016-02-02 Thomas Schwinge <thomas@codesourcery.com>
1470
18f60146
TS
1471 * libgomp.map (GOACC_2.0): Remove GOACC_host_data.
1472 * oacc-parallel.c (GOACC_host_data): Remove function definition.
1473
1a06f5e6
TS
1474 * testsuite/lib/libgomp.exp: Skip hsa offloading for OpenACC test
1475 cases.
1476
033ff3d1
TS
1477 * plugin/configfrag.ac (HSA_KMT_LIB, HSA_KMT_LDFLAGS): New
1478 variables.
1479 * testsuite/libgomp-test-support.exp.in (hsa_runtime_lib)
1480 (hsa_kmt_lib): Set variables.
1481 * testsuite/lib/libgomp.exp (libgomp_init): Use them to amend
1482 always_ld_library_path.
1483 * Makefile.in: Regenerate.
1484 * configure: Likewise.
1485 * testsuite/Makefile.in: Likewise.
1486
4a88d9b7
TS
1487 * plugin/configfrag.ac (offload_additional_options)
1488 (offload_additional_lib_paths): Don't amend for hsa offloading.
1489 * configure: Regenerate.
1490
41d809d3
TS
1491 * plugin/configfrag.ac: Don't configure for offloading target if
1492 we don't build the corresponding plugin.
1493 * configure: Regenerate.
1494
b6adbb9f
NS
14952016-02-01 Nathan Sidwell <nathan@codesourcery.com>
1496
1497 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: New.
1498 * testsuite/libgomp.oacc-fortran/routine-7.f90: Serialize loop.
1499
8dfdb419
TV
15002016-01-26 Tom de Vries <tom@codesourcery.com>
1501
1502 PR tree-optimization/69110
1503 * testsuite/libgomp.c/pr69110.c: New test.
1504
02ef53f2
RB
15052016-01-25 Richard Biener <rguenther@suse.de>
1506
1507 PR lto/69393
1508 * testsuite/libgomp.c++/pr69393.C: New testcase.
1509
eb4048f2
IV
15102016-01-22 Ilya Verbin <ilya.verbin@intel.com>
1511
1512 * target.c (gomp_get_target_fn_addr): Allow host fallback if target
1513 function wasn't mapped to the device with non-shared memory.
1514
b235cdd5
IV
15152016-01-20 Ilya Verbin <ilya.verbin@intel.com>
1516
1517 * task.c (gomp_create_target_task): Set firstprivate_copies to NULL.
1518
b2b40051
MJ
15192016-01-19 Martin Jambor <mjambor@suse.cz>
1520 Martin Liska <mliska@suse.cz>
1521
1522 * plugin/Makefrag.am: Add HSA plugin requirements.
1523 * plugin/configfrag.ac (HSA_RUNTIME_INCLUDE): New variable.
1524 (HSA_RUNTIME_LIB): Likewise.
1525 (HSA_RUNTIME_CPPFLAGS): Likewise.
1526 (HSA_RUNTIME_INCLUDE): New substitution.
1527 (HSA_RUNTIME_LIB): Likewise.
1528 (HSA_RUNTIME_LDFLAGS): Likewise.
1529 (hsa-runtime): New configure option.
1530 (hsa-runtime-include): Likewise.
1531 (hsa-runtime-lib): Likewise.
1532 (PLUGIN_HSA): New substitution variable.
1533 Fill HSA_RUNTIME_INCLUDE and HSA_RUNTIME_LIB according to the new
1534 configure options.
1535 (PLUGIN_HSA_CPPFLAGS): Likewise.
1536 (PLUGIN_HSA_LDFLAGS): Likewise.
1537 (PLUGIN_HSA_LIBS): Likewise.
1538 Check that we have access to HSA run-time.
1539 * libgomp-plugin.h (offload_target_type): New element
1540 OFFLOAD_TARGET_TYPE_HSA.
1541 * libgomp.h (gomp_target_task): New fields firstprivate_copies and
1542 args.
1543 (bool gomp_create_target_task): Updated.
1544 (gomp_device_descr): Extra parameter of run_func and async_run_func,
1545 new field can_run_func.
1546 * libgomp_g.h (GOMP_target_ext): Update prototype.
1547 * oacc-host.c (host_run): Added a new parameter args.
1548 * target.c (calculate_firstprivate_requirements): New function.
1549 (copy_firstprivate_data): Likewise.
1550 (gomp_target_fallback_firstprivate): Use them.
1551 (gomp_target_unshare_firstprivate): New function.
1552 (gomp_get_target_fn_addr): Allow returning NULL for shared memory
1553 devices.
1554 (GOMP_target): Do host fallback for all shared memory devices. Do not
1555 pass any args to plugins.
1556 (GOMP_target_ext): Introduce device-specific argument parameter args.
1557 Allow host fallback if device shares memory. Do not remap data if
1558 device has shared memory.
1559 (gomp_target_task_fn): Likewise. Also treat shared memory devices
1560 like host fallback for mappings.
1561 (GOMP_target_data): Treat shared memory devices like host fallback.
1562 (GOMP_target_data_ext): Likewise.
1563 (GOMP_target_update): Likewise.
1564 (GOMP_target_update_ext): Likewise. Also pass NULL as args to
1565 gomp_create_target_task.
1566 (GOMP_target_enter_exit_data): Likewise.
1567 (omp_target_alloc): Treat shared memory devices like host fallback.
1568 (omp_target_free): Likewise.
1569 (omp_target_is_present): Likewise.
1570 (omp_target_memcpy): Likewise.
1571 (omp_target_memcpy_rect): Likewise.
1572 (omp_target_associate_ptr): Likewise.
1573 (gomp_load_plugin_for_device): Also load can_run.
1574 * task.c (GOMP_PLUGIN_target_task_completion): Free
1575 firstprivate_copies.
1576 (gomp_create_target_task): Accept new argument args and store it to
1577 ttask.
1578 * plugin/plugin-hsa.c: New file.
1579
5d7804a9
TV
15802016-01-18 Tom de Vries <tom@codesourcery.com>
1581
1582 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: New test.
1583 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Same.
1584 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c: Same.
1585 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c: Same.
1586 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c: Same.
1587 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c: Same.
1588 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c: Same.
1589 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c: Same.
1590 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c: Same.
1591 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c: Same.
1592 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
1593 Same.
1594 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
1595 Same.
1596 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c: Same.
1597 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c: Same.
1598 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Same.
1599 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c: Same.
1600 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Same.
1601 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c: Same.
1602 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Same.
1603 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
1604 Same.
1605 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c: Same.
1606
cb11f3cf
JJ
16072016-01-15 Jakub Jelinek <jakub@redhat.com>
1608
1609 * task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
1610
33a126a6
CP
16112016-01-15 Cesar Philippidis <cesar@codesourcery.com>
1612
1613 * testsuite/libgomp.oacc-fortran/kernels-data.f90: New test.
1614
cdf6119d
JN
16152016-01-12 James Norris <jnorris@codesourcery.com>
1616
1617 * libgomp.texi: Updates for OpenACC.
1618
0d58938e
AM
16192016-01-11 Alexander Monakov <amonakov@ispras.ru>
1620
1621 * plugin/plugin-nvptx.c (link_ptx): Do not set CU_JIT_TARGET.
1622
95918b49
L
16232016-01-07 H.J. Lu <hongjiu.lu@intel.com>
1624
1625 PR fortran/66680
1626 * testsuite/libgomp.fortran/pr66680.f90: New test.
1627
8fc708b7
JJ
16282016-01-07 Jakub Jelinek <jakub@redhat.com>
1629
1630 PR middle-end/68960
1631 * testsuite/libgomp.c/pr68960.c: New test.
1632
e9b596c1
NS
16332016-01-06 Nathan Sidwell <nathan@acm.org>
1634
1a14faf2 1635 * openacc.h (acc_on_device): Add routine pragma for C++ wrapper.
e9b596c1
NS
1636 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: New.
1637
21fa2a29
JJ
16382016-01-04 Jakub Jelinek <jakub@redhat.com>
1639
818ab71a
JJ
1640 Update copyright years.
1641
21fa2a29
JJ
1642 * libgomp.texi: Bump @copying's copyright year.
1643
9310efbc
NS
16442015-12-31 Nathan Sidwell <nathan@acm.org>
1645
1646 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correct
1647 dg-additional-options syntax.
1648 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
1649 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
1650 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
1651 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
1652 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
1653 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
1654 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
1655 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
1656 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
1657 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
1658 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
1659 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
1660 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
1661 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
1662 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
1663 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
1664 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
1665 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
1666
4a38b02b
IV
16672015-12-15 Ilya Verbin <ilya.verbin@intel.com>
1668
1669 * libgomp.h (REFCOUNT_LINK): Define.
1670 (struct splay_tree_key_s): Add link_key.
1671 * target.c (gomp_map_vars): Treat REFCOUNT_LINK objects as not mapped.
1672 Replace target address of the pointer with target address of newly
1673 mapped object in the splay tree. Set link pointer on target to the
1674 device address of the mapped object.
1675 (gomp_unmap_vars): Restore target address of the pointer in the splay
1676 tree for REFCOUNT_LINK objects after unmapping.
1677 (gomp_load_image_to_device): Set refcount to REFCOUNT_LINK for "omp
1678 declare target link" objects.
1679 (gomp_unload_image_from_device): Replace j with i. Force unmap of all
1680 "omp declare target link" objects, which were mapped for the image.
1681 (gomp_exit_data): Restore target address of the pointer in the splay
1682 tree for REFCOUNT_LINK objects after unmapping.
1683 * testsuite/libgomp.c/target-link-1.c: New file.
1684
d84ffc0a
IV
16852015-12-14 Ilya Verbin <ilya.verbin@intel.com>
1686
1687 * libgomp.h (gomp_device_state): New enum.
1688 (struct gomp_device_descr): Replace is_initialized with state.
1689 (gomp_fini_device): Remove declaration.
1690 * oacc-host.c (host_dispatch): Use state instead of is_initialized.
1691 * oacc-init.c (acc_init_1): Use state instead of is_initialized.
1692 (acc_shutdown_1): Likewise. Inline gomp_fini_device.
1693 (acc_set_device_type): Use state instead of is_initialized.
1694 (acc_set_device_num): Likewise.
1695 * target.c (resolve_device): Use state instead of is_initialized.
1696 Do not initialize finalized device.
1697 (gomp_map_vars): Do nothing if device is finalized.
1698 (gomp_unmap_vars): Likewise.
1699 (gomp_update): Likewise.
1700 (GOMP_offload_register_ver): Use state instead of is_initialized.
1701 (GOMP_offload_unregister_ver): Likewise.
1702 (gomp_init_device): Likewise.
1703 (gomp_unload_device): Likewise.
1704 (gomp_fini_device): Remove.
1705 (gomp_get_target_fn_addr): Do nothing if device is finalized.
1706 (GOMP_target): Go to host fallback if device is finalized.
1707 (GOMP_target_ext): Likewise.
1708 (gomp_exit_data): Do nothing if device is finalized.
1709 (gomp_target_task_fn): Go to host fallback if device is finalized.
1710 (gomp_target_fini): New static function.
1711 (gomp_target_init): Use state instead of is_initialized.
1712 Call gomp_target_fini at exit.
1713
76680678
TV
17142015-12-09 Tom de Vries <tom@codesourcery.com>
1715
1716 PR tree-optimization/68716
1717 * testsuite/libgomp.c/omp-nested-2.c: New test.
1718
ff7a55bf
TS
17192015-12-02 Thomas Schwinge <thomas@codesourcery.com>
1720
1721 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: Restrict to
1722 target openacc_nvidia_accel_selected.
1723 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: Likewise.
1724 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: Likewise.
1725 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: Remove file.
1726 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: Remove file.
1727
37d5ad46
JB
17282015-12-01 Julian Brown <julian@codesourcery.com>
1729 James Norris <James_Norris@mentor.com>
1730
1731 * oacc-parallel.c (GOACC_host_data): New function.
1732 * libgomp.map (GOACC_host_data): Add to GOACC_2.0.1.
1733 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: New test.
1734 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: New test.
1735 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: New test.
1736 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: New test.
1737 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: New test.
1738 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New test.
1739
db941d7e
CP
17402015-11-30 James Norris <jnorris@codesourcery.com>
1741 Cesar Philippidis <cesar@codesourcery.com>
1742
1743 libgomp/
1744 * libgomp.oacc-fortran/routine-5.f90: New test.
1745 * libgomp.oacc-fortran/routine-7.f90: New test.
1746 * libgomp.oacc-fortran/routine-9.f90: New test.
1747
e0ca27c5
TV
17482015-11-30 Tom de Vries <tom@codesourcery.com>
1749
1750 PR tree-optimization/46032
1751 * testsuite/libgomp.c/pr46032.c: New test.
1752
aec17bfe
JJ
17532015-11-27 Jakub Jelinek <jakub@redhat.com>
1754
8e4e4719
JJ
1755 PR libgomp/68579
1756 * task.c (gomp_task_run_post_handle_depend_hash): New forward decl.
1757 (gomp_create_target_task): Call it before freeing
1758 GOMP_TARGET_TASK_DATA tasks.
1759
aec17bfe
JJ
1760 PR c/63326
1761 * testsuite/libgomp.c/cancel-parallel-2.c (foo): Add semicolon
1762 in between case label and OpenMP standalone directives.
1763 * testsuite/libgomp.c++/cancel-parallel-2.C (foo): Likewise.
1764
6cfe90e6
DE
17652015-11-26 David Edelsohn <dje.gcc@gmail.com>
1766
1767 * configure: Regenerate.
1768
0e65fd7d
JJ
17692015-11-26 Jakub Jelinek <jakub@redhat.com>
1770
1771 * testsuite/libgomp.c/target-35.c: New test.
1772
dc7a8b4b
JN
17732015-11-22 James Norris <jnorris@codesourcery.com>
1774 Cesar Philippidis <cesar@codesourcery.com>
1775
1776 * testsuite/libgomp.oacc-fortran/declare-1.f90: New test.
1777 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
1778 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
1779 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
1780 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
1781
48a78aee
JJ
17822015-11-20 Jakub Jelinek <jakub@redhat.com>
1783
1784 PR middle-end/68221
1785 * testsuite/libgomp.c/reduction-11.c: Remove xfail.
1786 * testsuite/libgomp.c/reduction-12.c: Likewise.
1787 * testsuite/libgomp.c++/reduction-11.C: Likewise.
1788 * testsuite/libgomp.c++/reduction-12.C: Likewise.
1789
2d256816
NS
17902015-11-19 Nathan Sidwell <nathan@codesourcery.com>
1791
1792 * libgomp.oacc-c-c++-common/reduction-dbl.c: New.
1793 * libgomp.oacc-c-c++-common/reduction-flt.c: New.
1794 * libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Use typedef.
1795 * libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Use typedef.
1796 * libgomp.oacc-c-c++-common/reduction-2.c: Uncomment broken tests
1797 and fix.
1798 * libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
1799 * libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
1800
33f47f42
NS
18012015-11-18 Nathan Sidwell <nathan@codesourcery.com>
1802
1803 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Add
1804 worker & gang cases.
1805 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
1806
3d7bfee0
CP
18072015-11-17 Cesar Philippidis <cesar@codesourcery.com>
1808
1809 * config/nvptx/priority_queue.c: New file.
1810
00b9bd52
JJ
18112015-11-14 Jakub Jelinek <jakub@redhat.com>
1812
1813 * libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
1814 sections.
1815
e4606348
JJ
18162015-11-14 Jakub Jelinek <jakub@redhat.com>
1817 Aldy Hernandez <aldyh@redhat.com>
1818 Ilya Verbin <ilya.verbin@intel.com>
1819
1820 * ordered.c (gomp_doacross_init, GOMP_doacross_post,
1821 GOMP_doacross_wait, gomp_doacross_ull_init, GOMP_doacross_ull_post,
1822 GOMP_doacross_ull_wait): For GFS_GUIDED don't divide number of
1823 iterators or IV by chunk size.
1824 * parallel.c (gomp_resolve_num_threads): Don't assume that
1825 if thr->ts.team is non-NULL, then pool must be non-NULL.
1826 * libgomp-plugin.h (GOMP_PLUGIN_target_task_completion): Declare.
1827 * libgomp.map (GOMP_PLUGIN_1.1): New symbol version, export
1828 GOMP_PLUGIN_target_task_completion.
1829 * Makefile.am (libgomp_la_SOURCES): Add priority_queue.c.
1830 * Makefile.in: Regenerate.
1831 * libgomp.h: Shuffle prototypes and forward definitions around so
1832 priority queues can be defined.
1833 (enum gomp_task_kind): Add GOMP_TASK_ASYNC_RUNNING.
1834 (enum gomp_target_task_state): New enum.
1835 (struct gomp_target_task): Add state, tgt, task and team fields.
1836 (gomp_create_target_task): Change return type to bool, add
1837 state argument.
1838 (gomp_target_task_fn): Change return type to bool.
1839 (struct gomp_device_descr): Add async_run_func.
1840 (struct gomp_task): Remove children, next_child, prev_child,
1841 next_queue, prev_queue, next_taskgroup, prev_taskgroup.
1842 Add pnode field.
1843 (struct gomp_taskgroup): Remove children.
1844 Add taskgroup_queue.
1845 (struct gomp_team): Change task_queue type to a priority queue.
1846 (splay_compare): Define inline.
1847 (priority_queue_offset): New.
1848 (priority_node_to_task): New.
1849 (task_to_priority_node): New.
1850 * oacc-mem.c: Do not include splay-tree.h.
1851 * priority_queue.c: New file.
1852 * priority_queue.h: New file.
1853 * splay-tree.c: Do not include splay-tree.h.
1854 (splay_tree_foreach_internal): New.
1855 (splay_tree_foreach): New.
1856 * splay-tree.h: Become re-entrant if splay_tree_prefix is defined.
1857 (splay_tree_callback): Define typedef.
1858 * target.c (splay_compare): Move to libgomp.h.
1859 (GOMP_target): Don't adjust *thr in any way around running offloaded
1860 task.
1861 (GOMP_target_ext): Likewise. Handle target nowait.
1862 (GOMP_target_update_ext, GOMP_target_enter_exit_data): Check
1863 return value from gomp_create_target_task, if false, fallthrough
1864 as if no dependencies exist.
1865 (gomp_target_task_fn): Change return type to bool, return true
1866 if the task should have another part scheduled later. Handle
1867 target nowait.
1868 (gomp_load_plugin_for_device): Initialize async_run.
1869 * task.c (gomp_init_task): Initialize children_queue.
1870 (gomp_clear_parent_in_list): New.
1871 (gomp_clear_parent_in_tree): New.
1872 (gomp_clear_parent): Handle priorities.
1873 (GOMP_task): Likewise.
1874 (priority_queue_move_task_first,
1875 gomp_target_task_completion, GOMP_PLUGIN_target_task_completion):
1876 New functions.
1877 (gomp_create_target_task): Use priority queues. Change return type
1878 to bool, add state argument, return false if for async
1879 {{enter,exit} data,update} constructs no dependencies need to be
1880 waited for, handle target nowait. Set task->fn to NULL instead of
1881 gomp_target_task_fn.
1882 (verify_children_queue): Remove.
1883 (priority_list_upgrade_task): New.
1884 (priority_queue_upgrade_task): New.
1885 (verify_task_queue): Remove.
1886 (priority_list_downgrade_task): New.
1887 (priority_queue_downgrade_task): New.
1888 (gomp_task_run_pre): Use priority queues.
1889 Abstract code out to priority_queue_downgrade_task.
1890 (gomp_task_run_post_handle_dependers): Use priority queues.
1891 (gomp_task_run_post_remove_parent): Likewise.
1892 (gomp_task_run_post_remove_taskgroup): Likewise.
1893 (gomp_barrier_handle_tasks): Likewise. Handle target nowait target
1894 tasks specially.
1895 (GOMP_taskwait): Likewise.
1896 (gomp_task_maybe_wait_for_dependencies): Likewise. Abstract code to
1897 priority-queue_upgrade_task.
1898 (GOMP_taskgroup_start): Use priority queues.
1899 (GOMP_taskgroup_end): Likewise. Handle target nowait target tasks
1900 specially. If taskgroup is NULL, and thr->ts.level is 0, act as a
1901 barrier.
1902 * taskloop.c (GOMP_taskloop): Handle priorities.
1903 * team.c (gomp_new_team): Call priority_queue_init.
1904 (free_team): Call priority_queue_free.
1905 (gomp_free_thread): Call gomp_team_end if thr->ts.team is artificial
1906 team created for target nowait in implicit parallel region.
1907 (gomp_team_start): For nested check, test thr->ts.level instead of
1908 thr->ts.team != NULL.
1909 * testsuite/libgomp.c/doacross-3.c: New test.
1910 * testsuite/libgomp.c/ordered-5.c: New test.
1911 * testsuite/libgomp.c/priority.c: New test.
1912 * testsuite/libgomp.c/target-31.c: New test.
1913 * testsuite/libgomp.c/target-32.c: New test.
1914 * testsuite/libgomp.c/target-33.c: New test.
1915 * testsuite/libgomp.c/target-34.c: New test.
1916
1d1ab74f
NS
19172015-11-13 Nathan Sidwell <nathan@codesourcery.com>
1918
c5a64cfe
NS
1919 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: New.
1920
1d1ab74f
NS
1921 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Sequential
1922 loop is sequential.
1923
dd3c1b14
NS
19242015-11-13 Nathan Sidwell <nathan@codesourcery.com>
1925
1926 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: New.
1927 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: New.
1928
6e232ba4
JN
19292015-11-12 James Norris <jnorris@codesourcery.com>
1930 Joseph Myers <joseph@codesourcery.com>
1931
1932 * libgomp.map (GOACC_2.0.1): Export GOACC_declare.
1933 * oacc-parallel.c (GOACC_declare): New function.
1934 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: New test.
1935 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Likewise.
1936 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Likewise.
1937 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Likewise.
1938 * testsuite/libgomp.oacc-c++/declare-1.C: Likewise.
1939
fffeedeb
NS
19402015-11-12 Nathan Sidwell <nathan@codesourcery.com>
1941
1942 * testsuite/libgomp.oacc-c-c++-common/default-1.c: New.
1943
182190f2
NS
19442015-11-1 Nathan Sidwell <nathan@codesourcery.com>
1945
1946 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: New.
1947 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: New.
1948
36fa0f5f
NS
19492015-11-09 Nathan Sidwell <nathan@codesourcery.com>
1950
d350c40c
NS
1951 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remove
1952 inadvertent commit.
1953
19542015-11-09 Nathan Sidwell <nathan@codesourcery.com>
1955
36fa0f5f
NS
1956 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: New.
1957 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: New.
1958 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: New.
1959 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: New.
1960 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: New.
1961
66a5f0b4
TS
19622015-11-06 Thomas Schwinge <thomas@codesourcery.com>
1963
1964 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
1965 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
1966
e01d41e5
JJ
19672015-11-05 Jakub Jelinek <jakub@redhat.com>
1968 Ilya Verbin <ilya.verbin@intel.com>
1969
1970 * libgomp_g.h (GOMP_loop_nonmonotonic_dynamic_next,
1971 GOMP_loop_nonmonotonic_dynamic_start,
1972 GOMP_loop_nonmonotonic_guided_next,
1973 GOMP_loop_nonmonotonic_guided_start,
1974 GOMP_loop_ull_nonmonotonic_dynamic_next,
1975 GOMP_loop_ull_nonmonotonic_dynamic_start,
1976 GOMP_loop_ull_nonmonotonic_guided_next,
1977 GOMP_loop_ull_nonmonotonic_guided_start,
1978 GOMP_parallel_loop_nonmonotonic_dynamic,
1979 GOMP_parallel_loop_nonmonotonic_guided): New prototypes.
1980 (GOMP_target_41): Renamed to ...
1981 (GOMP_target_ext): ... this. Add num_teams and thread_limit
1982 arguments.
1983 (GOMP_target_data_41): Renamed to ...
1984 (GOMP_target_data_ext): ... this.
1985 (GOMP_target_update_41): Renamed to ...
1986 (GOMP_target_update_ext): ... this.
1987 * libgomp.map (GOMP_4.5): Export GOMP_target_ext,
1988 GOMP_target_data_ext and GOMP_target_update_ext instead of
1989 GOMP_target_41, GOMP_target_data_41 and GOMP_target_update_41.
1990 Export GOMP_loop_nonmonotonic_dynamic_next,
1991 GOMP_loop_nonmonotonic_dynamic_start,
1992 GOMP_loop_nonmonotonic_guided_next,
1993 GOMP_loop_nonmonotonic_guided_start,
1994 GOMP_loop_ull_nonmonotonic_dynamic_next,
1995 GOMP_loop_ull_nonmonotonic_dynamic_start,
1996 GOMP_loop_ull_nonmonotonic_guided_next,
1997 GOMP_loop_ull_nonmonotonic_guided_start,
1998 GOMP_parallel_loop_nonmonotonic_dynamic and
1999 GOMP_parallel_loop_nonmonotonic_guided.
2000 * loop.c (GOMP_parallel_loop_nonmonotonic_dynamic,
2001 GOMP_parallel_loop_nonmonotonic_guided,
2002 GOMP_loop_nonmonotonic_dynamic_start,
2003 GOMP_loop_nonmonotonic_guided_start,
2004 GOMP_loop_nonmonotonic_dynamic_next,
2005 GOMP_loop_nonmonotonic_guided_next): New aliases or functions.
2006 * loop_ull.c (GOMP_loop_ull_nonmonotonic_dynamic_start,
2007 GOMP_loop_ull_nonmonotonic_guided_start,
2008 GOMP_loop_ull_nonmonotonic_dynamic_next,
2009 GOMP_loop_ull_nonmonotonic_guided_next): Likewise.
2010 * target.c (gomp_map_0len_lookup, gomp_map_val): New inline
2011 functions.
2012 (gomp_map_vars): Handle GOMP_MAP_ALWAYS_POINTER. For
2013 GOMP_MAP_ZERO_LEN_ARRAY_SECTION use gomp_map_0len_lookup.
2014 Use gomp_map_val function.
2015 (gomp_target_fallback_firstprivate): New static function.
2016 (GOMP_target_41): Renamed to ...
2017 (GOMP_target_ext): ... this. Add num_teams and thread_limit
2018 arguments. Move firstprivate fallback handling into a new
2019 function.
2020 (GOMP_target_data_41): Renamed to ...
2021 (GOMP_target_data_ext): ... this.
2022 (GOMP_target_update_41): Renamed to ...
2023 (GOMP_target_update_ext): ... this.
2024 (gomp_exit_data): For GOMP_MAP_*ZERO_LEN* use
2025 gomp_map_0len_lookup instead of gomp_map_lookup.
2026 (omp_target_is_present): Use gomp_map_0len_lookup instead of
2027 gomp_map_lookup.
2028 * testsuite/libgomp.c/target-28.c: Likewise.
2029 * testsuite/libgomp.c/monotonic-1.c: New test.
2030 * testsuite/libgomp.c/monotonic-2.c: New test.
2031 * testsuite/libgomp.c/nonmonotonic-1.c: New test.
2032 * testsuite/libgomp.c/nonmonotonic-2.c: New test.
2033 * testsuite/libgomp.c/pr66199-5.c: New test.
2034 * testsuite/libgomp.c/pr66199-6.c: New test.
2035 * testsuite/libgomp.c/pr66199-7.c: New test.
2036 * testsuite/libgomp.c/pr66199-8.c: New test.
2037 * testsuite/libgomp.c/pr66199-9.c: New test.
2038 * testsuite/libgomp.c/reduction-11.c: New test.
2039 * testsuite/libgomp.c/reduction-12.c: New test.
2040 * testsuite/libgomp.c/reduction-13.c: New test.
2041 * testsuite/libgomp.c/reduction-14.c: New test.
2042 * testsuite/libgomp.c/reduction-15.c: New test.
2043 * testsuite/libgomp.c/target-12.c (main): Adjust for
2044 omp_target_is_present change for one-past-last element.
2045 * testsuite/libgomp.c/target-17.c (foo): Drop tests where
2046 the same var is both mapped and privatized.
2047 * testsuite/libgomp.c/target-19.c (foo): Adjust for different
2048 handling of zero-length array sections.
2049 * testsuite/libgomp.c/target-28.c: New test.
2050 * testsuite/libgomp.c/target-29.c: New test.
2051 * testsuite/libgomp.c/target-30.c: New test.
2052 * testsuite/libgomp.c/target-teams-1.c: New test.
2053 * testsuite/libgomp.c++/member-6.C: New test.
2054 * testsuite/libgomp.c++/member-7.C: New test.
2055 * testsuite/libgomp.c++/monotonic-1.C: New test.
2056 * testsuite/libgomp.c++/monotonic-2.C: New test.
2057 * testsuite/libgomp.c++/nonmonotonic-1.C: New test.
2058 * testsuite/libgomp.c++/nonmonotonic-2.C: New test.
2059 * testsuite/libgomp.c++/pr66199-3.C: New test.
2060 * testsuite/libgomp.c++/pr66199-4.C: New test.
2061 * testsuite/libgomp.c++/pr66199-5.C: New test.
2062 * testsuite/libgomp.c++/pr66199-6.C: New test.
2063 * testsuite/libgomp.c++/pr66199-7.C: New test.
2064 * testsuite/libgomp.c++/pr66199-8.C: New test.
2065 * testsuite/libgomp.c++/pr66199-9.C: New test.
2066 * testsuite/libgomp.c++/reduction-11.C: New test.
2067 * testsuite/libgomp.c++/reduction-12.C: New test.
2068 * testsuite/libgomp.c++/target-13.C: New test.
2069 * testsuite/libgomp.c++/target-14.C: New test.
2070 * testsuite/libgomp.c++/target-15.C: New test.
2071 * testsuite/libgomp.c++/target-16.C: New test.
2072 * testsuite/libgomp.c++/target-17.C: New test.
2073 * testsuite/libgomp.c++/target-18.C: New test.
2074 * testsuite/libgomp.c++/target-19.C: New test.
2075
ccc8282b
NS
20762015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2077
2078 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Fix dimensions
2079 and reduction copy.
2080 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
2081 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
2082 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
2083 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
2084 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Likewise.
2085 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
2086 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
2087 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
2088 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
2089 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c: Likewise.
2090 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
2091 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
2092 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
2093 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New.
2094
5d6823a2
NS
20952015-11-04 Nathan Sidwell <nathan@codesourcery.com>
2096
2097 * libgomp.oacc-c-c++-common/loop-red-g-1.c: New.
2098 * libgomp.oacc-c-c++-common/loop-red-gwv-1.c: New.
2099 * libgomp.oacc-c-c++-common/loop-red-v-1.c: New.
2100 * libgomp.oacc-c-c++-common/loop-red-v-2.c: New.
2101 * libgomp.oacc-c-c++-common/loop-red-w-1.c: New.
2102 * libgomp.oacc-c-c++-common/loop-red-w-2.c: New.
2103 * libgomp.oacc-c-c++-common/loop-red-wv-1.c: New.
2104 * libgomp.oacc-fortran/reduction-5.f90: Avoid reference var.
2105
5c06742f
NS
21062015-11-03 Nathan Sidwell <nathan@codesourcery.com>
2107
2108 * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
2109 * plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
2110 (GOMP_OFFLOAD_openacc_parallel): Likewise.
2111 * oacc-host.c (host_openacc_exec): Likewise.
2112 * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
2113
4bf9e5a8
TS
21142015-11-03 Julian Brown <julian@codesourcery.com>
2115 Thomas Schwinge <thomas@codesourcery.com>
2116
2117 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: New file.
2118 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
2119 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c:
2120 Likewise.
2121 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: Likewise.
2122 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: Likewise.
2123
21242015-11-03 James Norris <jnorris@codesourcery.com>
2125
2126 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: New
2127 file.
2128 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c:
2129 Likewise.
2130 * testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c: Likewise.
2131 * testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c: Likewise.
2132 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
2133 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: New file.
2134 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
2135
a0e701d8
NS
21362015-10-29 Nathan Sidwell <nathan@codesourcery.com>
2137
2138 * openacc.h (enum acc_device_t): Reformat. Ensure layout
2139 compatibility.
2140 (enum acc_async_t): Reformat.
2141 (acc_on_device): Declare compatible with builtin and provide C++
2142 wrapper.
2143 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.
2144
41e977ac
TS
21452015-10-29 Thomas Schwinge <thomas@codesourcery.com>
2146 Cesar Philippidis <cesar@codesourcery.com>
2147
2148 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
2149 * testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
2150 ... this. Add a description of the test at the top of the file.
2151 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
2152 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
2153 ... this. Add a description of the test at the top of the file.
2154
e3091406
NS
21552015-10-28 Nathan Sidwell <nathan@codesourcery.com>
2156
2157 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New.
2158 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: New.
2159 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: New.
2160 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: New.
2161 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: New.
2162 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: New.
2163
a1c1908b
NS
21642015-10-27 Nathan Sidwell <nathan@codesourcery.com>
2165
2166 * plugin/plugin-nvptx.c (nvptx_exec): Remove check on compute
2167 dimensions.
2168
b3962a4a
TS
21692015-10-27 Thomas Schwinge <thomas@codesourcery.com>
2170
2171 PR testsuite/68063
2172 * testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
2173
88bae6f4
TS
21742015-10-27 James Norris <jnorris@codesourcery.com>
2175
2176 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: New file.
2177 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Likewise.
2178
8baa7864
TS
21792015-10-26 Thomas Schwinge <thomas@codesourcery.com>
2180
bdeb752c
TS
2181 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Print to stderr.
2182 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
2183
ecd4fd43
TS
2184 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Remove explicit
2185 acc_device_nvidia usage.
2186 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
2187 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
2188 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
2189
aa8b7d30
TS
2190 * oacc-init.c (acc_shutdown): Call gomp_init_targets_once.
2191 * testsuite/libgomp.oacc-c-c++-common/lib-8.c: New file.
2192
7c8f138d
TS
2193 PR libgomp/66518
2194 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL.
2195
8baa7864
TS
2196 PR libgomp/65437
2197 PR libgomp/66518
2198 * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize.
2199 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Remove XFAIL.
2200
88ebcde5
TV
22012015-10-23 Tom de Vries <tom@codesourcery.com>
2202
2203 PR testsuite/68063
2204 * testsuite/libgomp.c++/member-2.C (A::m1): Add missing private clause.
2205
9ef83c04
NS
22062015-10-20 Nathan Sidwell <nathan@codesourcery.com>
2207
2208 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
2209 vector_length.
2210 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
2211
3837c6d6
IV
22122015-10-14 Ilya Verbin <ilya.verbin@intel.com>
2213 Aleksander Ivanushenko <aleksander.ivanushenko@intel.com>
2214
2215 * target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end
2216 to 0 when mapnum is 0.
2217
ac8a1965
SH
22182015-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
2219
2220 * fortran.c (omp_get_place_proc_ids_, omp_get_partition_place_nums_):
2221 Cast to int from int32_t.
2222
d9a6bd32
JJ
22232015-10-13 Jakub Jelinek <jakub@redhat.com>
2224 Aldy Hernandez <aldyh@redhat.com>
2225 Ilya Verbin <ilya.verbin@intel.com>
2226
2227 * config/linux/affinity.c (omp_get_place_num_procs,
2228 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
2229 * config/linux/doacross.h: New file.
2230 * config/posix/affinity.c (omp_get_place_num_procs,
2231 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
2232 * config/posix/doacross.h: New file.
2233 * env.c: Include gomp-constants.h.
2234 (struct gomp_task_icv): Rename run_sched_modifier to
2235 run_sched_chunk_size.
2236 (gomp_max_task_priority_var): New variable.
2237 (parse_schedule): Rename run_sched_modifier to run_sched_chunk_size.
2238 (handle_omp_display_env): Change _OPENMP value from 201307 to
2239 201511. Print OMP_MAX_TASK_PRIORITY.
2240 (initialize_env): Parse OMP_MAX_TASK_PRIORITY.
2241 (omp_set_schedule, omp_get_schedule): Rename modifier argument to
2242 chunk_size and run_sched_modifier to run_sched_chunk_size.
2243 (omp_get_max_task_priority, omp_get_initial_device,
2244 omp_get_num_places, omp_get_place_num, omp_get_partition_num_places,
2245 omp_get_partition_place_nums): New functions.
2246 * fortran.c (omp_set_schedule_, omp_set_schedule_8_,
2247 omp_get_schedule_, omp_get_schedule_8_): Rename modifier argument
2248 to chunk_size.
2249 (omp_get_num_places_, omp_get_place_num_procs_,
2250 omp_get_place_num_procs_8_, omp_get_place_proc_ids_,
2251 omp_get_place_proc_ids_8_, omp_get_place_num_,
2252 omp_get_partition_num_places_, omp_get_partition_place_nums_,
2253 omp_get_partition_place_nums_8_, omp_get_initial_device_,
2254 omp_get_max_task_priority_): New functions.
2255 * libgomp_g.h (GOMP_loop_doacross_static_start,
2256 GOMP_loop_doacross_dynamic_start, GOMP_loop_doacross_guided_start,
2257 GOMP_loop_doacross_runtime_start, GOMP_loop_ull_doacross_static_start,
2258 GOMP_loop_ull_doacross_dynamic_start,
2259 GOMP_loop_ull_doacross_guided_start,
2260 GOMP_loop_ull_doacross_runtime_start, GOMP_doacross_post,
2261 GOMP_doacross_wait, GOMP_doacross_ull_post, GOMP_doacross_wait,
2262 GOMP_taskloop, GOMP_taskloop_ull, GOMP_target_41,
2263 GOMP_target_data_41, GOMP_target_update_41,
2264 GOMP_target_enter_exit_data): New prototypes.
2265 (GOMP_task): Add prototype argument.
2266 * libgomp.h (_LIBGOMP_CHECKING_): Define to 0 if not yet defined.
2267 (struct gomp_doacross_work_share): New type.
2268 (struct gomp_work_share): Add doacross field.
2269 (struct gomp_task_icv): Rename run_sched_modifier to
2270 run_sched_chunk_size.
2271 (enum gomp_task_kind): Rename GOMP_TASK_IFFALSE to
2272 GOMP_TASK_UNDEFERRED. Add comments.
2273 (struct gomp_task_depend_entry): Add comments.
2274 (struct gomp_task): Likewise.
2275 (struct gomp_taskgroup): Likewise.
2276 (struct gomp_target_task): New type.
2277 (struct gomp_team): Add comment.
2278 (gomp_get_place_proc_ids_8, gomp_doacross_init,
2279 gomp_doacross_ull_init, gomp_task_maybe_wait_for_dependencies,
2280 gomp_create_target_task, gomp_target_task_fn): New prototypes.
2281 (struct target_var_desc): New type.
2282 (struct target_mem_desc): Adjust comment. Use struct
2283 target_var_desc instead of splay_tree_key for list.
2284 (REFCOUNT_INFINITY): Define.
2285 (struct splay_tree_key_s): Remove copy_from field.
2286 (struct gomp_device_descr): Add dev2dev_func field.
2287 (enum gomp_map_vars_kind): New enum.
2288 (gomp_map_vars): Add one argument.
2289 * libgomp.map (OMP_4.5): Export omp_get_max_task_priority,
2290 omp_get_max_task_priority_, omp_get_num_places, omp_get_num_places_,
2291 omp_get_place_num_procs, omp_get_place_num_procs_,
2292 omp_get_place_num_procs_8_, omp_get_place_proc_ids,
2293 omp_get_place_proc_ids_, omp_get_place_proc_ids_8_, omp_get_place_num,
2294 omp_get_place_num_, omp_get_partition_num_places,
2295 omp_get_partition_num_places_, omp_get_partition_place_nums,
2296 omp_get_partition_place_nums_, omp_get_partition_place_nums_8_,
2297 omp_get_initial_device, omp_get_initial_device_, omp_target_alloc,
2298 omp_target_free, omp_target_is_present, omp_target_memcpy,
2299 omp_target_memcpy_rect, omp_target_associate_ptr and
2300 omp_target_disassociate_ptr.
2301 (GOMP_4.0.2): Renamed to ...
2302 (GOMP_4.5): ... this. Export GOMP_target_41, GOMP_target_data_41,
2303 GOMP_target_update_41, GOMP_target_enter_exit_data, GOMP_taskloop,
2304 GOMP_taskloop_ull, GOMP_loop_doacross_dynamic_start,
2305 GOMP_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
2306 GOMP_loop_doacross_static_start, GOMP_doacross_post,
2307 GOMP_doacross_wait, GOMP_loop_ull_doacross_dynamic_start,
2308 GOMP_loop_ull_doacross_guided_start,
2309 GOMP_loop_ull_doacross_runtime_start,
2310 GOMP_loop_ull_doacross_static_start, GOMP_doacross_ull_post and
2311 GOMP_doacross_ull_wait.
2312 * libgomp.texi: Document omp_get_max_task_priority.
2313 Rename modifier argument to chunk_size for omp_set_schedule and
2314 omp_get_schedule. Document OMP_MAX_TASK_PRIORITY env var.
2315 * loop.c (GOMP_loop_runtime_start): Adjust for run_sched_modifier
2316 to run_sched_chunk_size renaming.
2317 (GOMP_loop_ordered_runtime_start): Likewise.
2318 (gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
2319 gomp_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
2320 GOMP_parallel_loop_runtime_start): New functions.
2321 (GOMP_parallel_loop_runtime): Adjust for run_sched_modifier
2322 to run_sched_chunk_size renaming.
2323 (GOMP_loop_doacross_static_start, GOMP_loop_doacross_dynamic_start,
2324 GOMP_loop_doacross_guided_start): New functions or aliases.
2325 * loop_ull.c (GOMP_loop_ull_runtime_start): Adjust for
2326 run_sched_modifier to run_sched_chunk_size renaming.
2327 (GOMP_loop_ull_ordered_runtime_start): Likewise.
2328 (gomp_loop_ull_doacross_static_start,
2329 gomp_loop_ull_doacross_dynamic_start,
2330 gomp_loop_ull_doacross_guided_start,
2331 GOMP_loop_ull_doacross_runtime_start): New functions.
2332 (GOMP_loop_ull_doacross_static_start,
2333 GOMP_loop_ull_doacross_dynamic_start,
2334 GOMP_loop_ull_doacross_guided_start): New functions or aliases.
2335 * oacc-mem.c (acc_map_data, present_create_copy,
2336 gomp_acc_insert_pointer): Pass GOMP_MAP_VARS_OPENACC instead of false
2337 to gomp_map_vars.
2338 (gomp_acc_remove_pointer): Use copy_from from target_var_desc.
2339 * oacc-parallel.c (GOACC_data_start): Pass GOMP_MAP_VARS_OPENACC
2340 instead of false to gomp_map_vars.
2341 (GOACC_parallel_keyed): Likewise. Use copy_from from target_var_desc.
2342 * omp.h.in (omp_lock_hint_t): New type.
2343 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
2344 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
2345 omp_get_place_num, omp_get_partition_num_places,
2346 omp_get_partition_place_nums, omp_get_initial_device,
2347 omp_get_max_task_priority, omp_target_alloc, omp_target_free,
2348 omp_target_is_present, omp_target_memcpy, omp_target_memcpy_rect,
2349 omp_target_associate_ptr, omp_target_disassociate_ptr): New
2350 prototypes.
2351 * omp_lib.f90.in (omp_lock_hint_kind): New parameter.
2352 (omp_lock_hint_none, omp_lock_hint_uncontended,
2353 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
2354 omp_lock_hint_speculative): New parameters.
2355 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
2356 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
2357 omp_get_place_num, omp_get_partition_num_places,
2358 omp_get_partition_place_nums, omp_get_initial_device,
2359 omp_get_max_task_priority): New interfaces.
2360 (omp_set_schedule, omp_get_schedule): Rename modifier argument
2361 to chunk_size.
2362 * omp_lib.h.in (omp_lock_hint_kind): New parameter.
2363 (omp_lock_hint_none, omp_lock_hint_uncontended,
2364 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
2365 omp_lock_hint_speculative): New parameters.
2366 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
2367 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
2368 omp_get_place_num, omp_get_partition_num_places,
2369 omp_get_partition_place_nums, omp_get_initial_device,
2370 omp_get_max_task_priority): New functions and subroutines.
2371 * ordered.c: Include stdarg.h and string.h.
2372 (MAX_COLLAPSED_BITS): Define.
2373 (gomp_doacross_init, GOMP_doacross_post, GOMP_doacross_wait,
2374 gomp_doacross_ull_init, GOMP_doacross_ull_post,
2375 GOMP_doacross_ull_wait): New functions.
2376 * target.c: Include errno.h.
2377 (resolve_device): If device is not initialized, call
2378 gomp_init_device on it.
2379 (gomp_map_lookup): New function.
2380 (gomp_map_vars_existing): Add tgt_var argument, fill it in.
2381 Don't bump refcount if REFCOUNT_INFINITY. Handle
2382 GOMP_MAP_ALWAYS_TO_P.
2383 (get_kind): Rename is_openacc argument to short_mapkind.
2384 (gomp_map_pointer): Use gomp_map_lookup.
2385 (gomp_map_fields_existing): New function.
2386 (gomp_map_vars): Rename is_openacc argument to short_mapkind
2387 and is_target to pragma_kind. Handle GOMP_MAP_VARS_ENTER_DATA,
2388 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
2389 GOMP_MAP_USE_DEVICE_PTR, GOMP_MAP_ZERO_LEN_ARRAY_SECTION.
2390 Adjust for tgt->list changed type and copy_from living in there.
2391 (gomp_copy_from_async): Adjust for tgt->list changed type and
2392 copy_from living in there.
2393 (gomp_unmap_vars): Likewise.
2394 (gomp_update): Likewise. Rename is_openacc argument to
2395 short_mapkind. Don't fail if object is not mapped.
2396 (gomp_load_image_to_device): Initialize refcount to
2397 REFCOUNT_INFINITY.
2398 (gomp_target_fallback): New function.
2399 (gomp_get_target_fn_addr): Likewise.
2400 (GOMP_target): Adjust gomp_map_vars caller, use
2401 gomp_get_target_fn_addr and gomp_target_fallback.
2402 (GOMP_target_41): New function.
2403 (gomp_target_data_fallback): New function.
2404 (GOMP_target_data): Use it, adjust gomp_map_vars caller.
2405 (GOMP_target_data_41): New function.
2406 (GOMP_target_update): Adjust gomp_update caller.
2407 (GOMP_target_update_41): New function.
2408 (gomp_exit_data, GOMP_target_enter_exit_data,
2409 gomp_target_task_fn, omp_target_alloc, omp_target_free,
2410 omp_target_is_present, omp_target_memcpy,
2411 omp_target_memcpy_rect_worker, omp_target_memcpy_rect,
2412 omp_target_associate_ptr, omp_target_disassociate_ptr,
2413 gomp_load_plugin_for_device): New functions.
2414 * task.c: Include gomp-constants.h. Include taskloop.c
2415 twice to get GOMP_taskloop and GOMP_taskloop_ull definitions.
2416 (gomp_task_handle_depend): New function.
2417 (GOMP_task): Use it. Add priority argument. Use
2418 gomp-constant.h constants instead of hardcoded numbers.
2419 Rename GOMP_TASK_IFFALSE to GOMP_TASK_UNDEFERRED.
2420 (gomp_create_target_task): New function.
2421 (verify_children_queue, verify_taskgroup_queue,
2422 verify_task_queue): New functions.
2423 (gomp_task_run_pre): Call verify_*_queue functions.
2424 If an upcoming tied task is about to leave the sibling or
2425 taskgroup queues in an invalid state, adjust appropriately.
2426 Remove taskgroup argument. Add comments.
2427 (gomp_task_run_post_handle_dependers): Add comments.
2428 (gomp_task_run_post_remove_parent): Likewise.
2429 (gomp_barrier_handle_tasks): Adjust gomp_task_run_pre caller.
2430 (GOMP_taskwait): Likewise. Add comments.
2431 (gomp_task_maybe_wait_for_dependencies): Fix scheduling
2432 problem such that the first non parent_depends_on task does not
2433 end up at the end of the children queue.
2434 (GOMP_taskgroup_start): Rename GOMP_TASK_IFFALSE to
2435 GOMP_TASK_UNDEFERRED.
2436 (GOMP_taskgroup_end): Adjust gomp_task_run_pre caller.
2437 * taskloop.c: New file.
2438 * testsuite/lib/libgomp.exp
2439 (check_effective_target_offload_device_nonshared_as): New proc.
2440 * testsuite/libgomp.c/affinity-2.c: New test.
2441 * testsuite/libgomp.c/doacross-1.c: New test.
2442 * testsuite/libgomp.c/doacross-2.c: New test.
2443 * testsuite/libgomp.c/examples-4/declare_target-1.c (fib_wrapper):
2444 Add map clause to target.
2445 * testsuite/libgomp.c/examples-4/declare_target-4.c (accum): Likewise.
2446 * testsuite/libgomp.c/examples-4/declare_target-5.c (accum): Likewise.
2447 * testsuite/libgomp.c/examples-4/device-1.c (main): Likewise.
2448 * testsuite/libgomp.c/examples-4/device-3.c (main): Likewise.
2449 * testsuite/libgomp.c/examples-4/target_data-3.c (gramSchmidt):
2450 Likewise.
2451 * testsuite/libgomp.c/examples-4/teams-2.c (dotprod): Likewise.
2452 * testsuite/libgomp.c/examples-4/teams-3.c (dotprod): Likewise.
2453 * testsuite/libgomp.c/examples-4/teams-4.c (dotprod): Likewise.
2454 * testsuite/libgomp.c/for-2.h (OMPTGT, OMPTO, OMPFROM): Define if
2455 not defined. Use those where needed.
2456 * testsuite/libgomp.c/for-4.c: New test.
2457 * testsuite/libgomp.c/for-5.c: New test.
2458 * testsuite/libgomp.c/for-6.c: New test.
2459 * testsuite/libgomp.c/linear-1.c: New test.
2460 * testsuite/libgomp.c/ordered-4.c: New test.
2461 * testsuite/libgomp.c/pr66199-2.c (f2): Adjust for linear clause
2462 only allowed on the loop iterator.
2463 * testsuite/libgomp.c/pr66199-3.c: New test.
2464 * testsuite/libgomp.c/pr66199-4.c: New test.
2465 * testsuite/libgomp.c/reduction-7.c: New test.
2466 * testsuite/libgomp.c/reduction-8.c: New test.
2467 * testsuite/libgomp.c/reduction-9.c: New test.
2468 * testsuite/libgomp.c/reduction-10.c: New test.
2469 * testsuite/libgomp.c/target-1.c (fn2, fn3, fn4): Add
2470 map(tofrom:s).
2471 * testsuite/libgomp.c/target-2.c (fn2, fn3, fn4): Likewise.
2472 * testsuite/libgomp.c/target-7.c (foo): Add map(h) where needed.
2473 * testsuite/libgomp.c/target-11.c: New test.
2474 * testsuite/libgomp.c/target-12.c: New test.
2475 * testsuite/libgomp.c/target-13.c: New test.
2476 * testsuite/libgomp.c/target-14.c: New test.
2477 * testsuite/libgomp.c/target-15.c: New test.
2478 * testsuite/libgomp.c/target-16.c: New test.
2479 * testsuite/libgomp.c/target-17.c: New test.
2480 * testsuite/libgomp.c/target-18.c: New test.
2481 * testsuite/libgomp.c/target-19.c: New test.
2482 * testsuite/libgomp.c/target-20.c: New test.
2483 * testsuite/libgomp.c/target-21.c: New test.
2484 * testsuite/libgomp.c/target-22.c: New test.
2485 * testsuite/libgomp.c/target-23.c: New test.
2486 * testsuite/libgomp.c/target-24.c: New test.
2487 * testsuite/libgomp.c/target-25.c: New test.
2488 * testsuite/libgomp.c/target-26.c: New test.
2489 * testsuite/libgomp.c/target-27.c: New test.
2490 * testsuite/libgomp.c/taskloop-1.c: New test.
2491 * testsuite/libgomp.c/taskloop-2.c: New test.
2492 * testsuite/libgomp.c/taskloop-3.c: New test.
2493 * testsuite/libgomp.c/taskloop-4.c: New test.
2494 * testsuite/libgomp.c++/ctor-13.C: New test.
2495 * testsuite/libgomp.c++/doacross-1.C: New test.
2496 * testsuite/libgomp.c++/examples-4/declare_target-2.C:
2497 Replace offload_device with offload_device_nonshared_as.
2498 * testsuite/libgomp.c++/for-12.C: New test.
2499 * testsuite/libgomp.c++/for-13.C: New test.
2500 * testsuite/libgomp.c++/for-14.C: New test.
2501 * testsuite/libgomp.c++/linear-1.C: New test.
2502 * testsuite/libgomp.c++/member-1.C: New test.
2503 * testsuite/libgomp.c++/member-2.C: New test.
2504 * testsuite/libgomp.c++/member-3.C: New test.
2505 * testsuite/libgomp.c++/member-4.C: New test.
2506 * testsuite/libgomp.c++/member-5.C: New test.
2507 * testsuite/libgomp.c++/ordered-1.C: New test.
2508 * testsuite/libgomp.c++/reduction-5.C: New test.
2509 * testsuite/libgomp.c++/reduction-6.C: New test.
2510 * testsuite/libgomp.c++/reduction-7.C: New test.
2511 * testsuite/libgomp.c++/reduction-8.C: New test.
2512 * testsuite/libgomp.c++/reduction-9.C: New test.
2513 * testsuite/libgomp.c++/reduction-10.C: New test.
2514 * testsuite/libgomp.c++/reference-1.C: New test.
2515 * testsuite/libgomp.c++/simd14.C: New test.
2516 * testsuite/libgomp.c++/target-2.C (fn2): Add map(tofrom: s) clause.
2517 * testsuite/libgomp.c++/target-5.C: New test.
2518 * testsuite/libgomp.c++/target-6.C: New test.
2519 * testsuite/libgomp.c++/target-7.C: New test.
2520 * testsuite/libgomp.c++/target-8.C: New test.
2521 * testsuite/libgomp.c++/target-9.C: New test.
2522 * testsuite/libgomp.c++/target-10.C: New test.
2523 * testsuite/libgomp.c++/target-11.C: New test.
2524 * testsuite/libgomp.c++/target-12.C: New test.
2525 * testsuite/libgomp.c++/taskloop-1.C: New test.
2526 * testsuite/libgomp.c++/taskloop-2.C: New test.
2527 * testsuite/libgomp.c++/taskloop-3.C: New test.
2528 * testsuite/libgomp.c++/taskloop-4.C: New test.
2529 * testsuite/libgomp.c++/taskloop-5.C: New test.
2530 * testsuite/libgomp.c++/taskloop-6.C: New test.
2531 * testsuite/libgomp.c++/taskloop-7.C: New test.
2532 * testsuite/libgomp.c++/taskloop-8.C: New test.
2533 * testsuite/libgomp.c++/taskloop-9.C: New test.
2534 * testsuite/libgomp.fortran/affinity1.f90: New test.
2535 * testsuite/libgomp.fortran/affinity2.f90: New test.
2536
1f600fea
TV
25372015-10-13 Tom de Vries <tom@codesourcery.com>
2538
2539 PR tree-optimization/67476
2540 * testsuite/libgomp.c/autopar-3.c: New test.
2541 * testsuite/libgomp.c/autopar-4.c: New test.
2542 * testsuite/libgomp.c/autopar-5.c: New test.
2543 * testsuite/libgomp.c/autopar-6.c: New test.
2544 * testsuite/libgomp.c/autopar-7.c: New test.
2545 * testsuite/libgomp.c/autopar-8.c: New test.
2546
058a654b
JN
25472015-10-12 James Norris <jnorris@codesourcery.com>
2548
2549 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Fix loop
2550 initializer.
2551
9e531d37
DM
25522015-10-09 David Malcolm <dmalcolm@redhat.com>
2553
2554 * testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
2555 using load_gcc_lib.
2556
113020dc
TS
25572015-10-02 Thomas Schwinge <thomas@codesourcery.com>
2558
2559 * oacc-ptx.h: Remove file, moving its content into...
2560 * config/nvptx/fortran.c: ... here...
2561 * config/nvptx/oacc-init.c: ..., here...
2562 * config/nvptx/oacc-parallel.c: ..., and here.
2563 * config/nvptx/openacc.f90: New file.
2564 * plugin/plugin-nvptx.c: Don't include "oacc-ptx.h".
2565 (link_ptx): Don't link in predefined bits of PTX code.
2566
cc3cd79b
NS
25672015-09-30 Nathan Sidwell <nathan@codesourcery.com>
2568 Bernd Schmidt <bernds@codesourcery.com>
2569
2570 * plugin/plugin-nvptx.c (targ_fn_launch): Use GOMP_DIM_MAX.
2571 (struct targ_ptx_obj): New.
2572 (nvptx_tdata): Move earlier, change data format.
2573 (link_ptx): Take targ_ptx_obj ptr and count. Allow multiple
2574 objects.
2575 (GOMP_OFFLOAD_load_image): Adjust.
2576
4e2a5450
TS
25772015-09-30 Thomas Schwinge <thomas@codesourcery.com>
2578
2579 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Add checkpoint.
2580 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
2581 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
2582 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
2583 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
2584 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
2585 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
2586 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
2587 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
2588 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
2589 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
2590 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
2591 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
2592 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
2593 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
2594 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
2595 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
2596 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
2597 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
2598 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
2599 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
2600 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
2601 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
2602 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
2603 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
2604 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
2605 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
2606 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
2607 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
2608 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
2609 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
2610 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
2611 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
2612 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
2613 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
2614 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
2615 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
2616 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
2617 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
2618 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
2619 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
2620 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
2621 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
2622 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
2623 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
2624 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
2625 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
2626 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
2627 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
2628 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
2629 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
2630 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
2631 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
2632 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
2633 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
2634 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
2635 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
2636 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
2637 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
2638 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
2639 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
2640 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
2641 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
2642
164453bb
NS
26432015-09-29 Nathan Sidwell <nathan@codesourcery.com>
2644
2645 * oacc-init.c (acc_on_device): Force optimization level.
2646
a12a0437
NS
26472015-09-29 Nathan Sidwell <nathan@codesourcery.com>
2648
2649 * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
2650 (cuda_errlist): Delete.
2651 (cuda_error): Reimplement.
2652
3e32ee19
NS
26532015-09-28 Nathan Sidwell <nathan@codesourcery.com>
2654
2655 * libgomp.h (acc_dispatch_t): Replace separate geometry args with
2656 array.
2657 * libgomp.map (GOACC_parallel_keyed): New.
2658 * oacc-parallel.c (goacc_wait): Take pointer to va_list. Adjust
2659 all callers.
2660 (GOACC_parallel_keyed): New interface. Lose geometry arguments
2661 and take keyed varargs list. Adjust call to exec_func.
2662 (GOACC_parallel): Force host fallback.
2663 * libgomp_g.h (GOACC_parallel): Remove.
2664 (GOACC_parallel_keyed): Declare.
2665 * plugin/plugin-nvptx.c (struct targ_fn_launch): New struct.
2666 (stuct targ_gn_descriptor): Replace name field with launch field.
2667 (nvptx_exec): Lose separate geometry args, take array. Process
2668 dynamic dimensions and adjust.
2669 (struct nvptx_tdata): Replace fn_names field with fn_descs.
2670 (GOMP_OFFLOAD_load_image): Adjust for change in function table
2671 data.
2672 (GOMP_OFFLOAD_openacc_parallel): Adjust for change in dimension
2673 passing.
2674 * oacc-host.c (host_openacc_exec): Adjust for change in dimension
2675 passing.
2676
6bb4c3e2
CLT
26772015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
2678
2679 PR libgomp/67141
2680 * oacc-int.h (goacc_host_init): Add declaration.
2681 * oacc-host.c (goacc_host_init): Remove static and constructor attribute.
2682 * oacc-init.c (goacc_runtime_initialize): Call goacc_host_init() at end.
2683
74032f47 26842015-09-08 Aditya Kumar <hiraditya@msn.com>
34b18169 2685 Sebastian Pop <s.pop@samsung.com>
74032f47
AK
2686
2687 * testsuite/libgomp.graphite/bounds.c (int foo): Modifed test case to
2688 match o/p.
2689 * testsuite/libgomp.graphite/force-parallel-1.c (void parloop): Same.
2690 * testsuite/libgomp.graphite/force-parallel-4.c: Same.
2691 * testsuite/libgomp.graphite/force-parallel-5.c: Same.
2692 * testsuite/libgomp.graphite/force-parallel-7.c: Same.
2693 * testsuite/libgomp.graphite/force-parallel-8.c: Same.
2694
97875f4a
JJ
26952015-09-03 Jakub Jelinek <jakub@redhat.com>
2696
2697 * configure.tgt: Add missing ;; in between nvptx and rtems
2698 snippets.
2699
06441dd5
SH
27002015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
2701
2702 * config/posix/pool.h (gomp_adjust_thread_attr): New.
2703 * config/rtems/pool.h (gomp_adjust_thread_attr): Likewise.
2704 (gomp_thread_pool_reservoir): Add priority member.
2705 * confi/rtems/proc.c (allocate_thread_pool_reservoir): Add
2706 priority.
2707 (parse_thread_pools): Likewise.
2708 * team.c (gomp_team_start): Call configuration provided
2709 gomp_adjust_thread_attr(). Destroy thread attributes if
2710 necessary.
2711 * libgomp.texi: Document GOMP_RTEMS_THREAD_POOLS.
2712
66c59f92
SH
27132015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
2714
2715 * config/posix/pool.h: New.
2716 * config/rtems/pool.h: Likewise.
2717 * config/rtems/proc.c: Likewise.
2718 * libgomp.h (gomp_thread_destructor): Declare.
2719 * team.c: Include configuration provided "pool.h".
2720 (gomp_get_thread_pool): Define in configuration.
2721 (gomp_team_end): Call configuration defined
2722 gomp_release_thread_pool().
2723
13c41b2e
SH
27242015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
2725
2726 * config/rtems/bar.c: New.
2727 * config/rtems/bar.h: Likewise.
2728 * config/rtems/mutex.c: Likewise.
2729 * config/rtems/mutex.h: Likewise.
2730 * config/rtems/sem.c: Likewise.
2731 * config/rtems/sem.h: Likewise.
2732 * configure.ac (*-*-rtems*): Check that Newlib provides a proper
2733 <sys/lock.h> header file.
2734 * configure.tgt (*-*-rtems*): Enable RTEMS configuration if
2735 supported by Newlib.
2736 * configure: Regenerate.
2737
7892ec67
SH
27382015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
2739
2740 * team.c (gomp_new_thread_pool): Delete and move content to ...
2741 (gomp_get_thread_pool): ... new function. Allocate and
2742 initialize thread pool on demand.
2743 (get_last_team): Use gomp_get_thread_pool().
2744 (gomp_team_start): Delete thread pool initialization.
2745
1b96e9a4
TV
27462015-09-03 Tom de Vries <tom@codesourcery.com>
2747
2748 PR tree-optimization/65637
2749 * testsuite/libgomp.c/autopar-2.c: New test.
2750
3ff2d74e
TV
27512015-08-29 Tom de Vries <tom@codesourcery.com>
2752
2753 PR tree-optimization/46193
2754 * testsuite/libgomp.c/pr46193.c: New test.
2755
2a21ff19
NS
27562015-08-24 Nathan Sidwell <nathan@codesourcery.com>
2757
2758 libgomp/
2759 * libgomp.map: Add 4.0.2 version.
2760 * target.c (offload_image_descr): Add version field.
2761 (gomp_load_image_to_device): Add version argument. Adjust plugin
2762 call. Improve load mismatch diagnostic.
2763 (gomp_unload_image_from_device): Add version argument. Adjust plugin
2764 call.
2765 (GOMP_offload_regster): Make stub function, move bulk to ...
2766 (GOMP_offload_register_ver): ... here. Process version argument.
2767 (GOMP_offload_unregister): Make stub function, move bulk to ...
2768 (GOMP_offload_unregister_ver): ... here. Process version argument.
2769 (gomp_init_device): Process version field.
2770 (gomp_unload_device): Process version field.
2771 (gomp_load_plugin_for_device): Reimplement DLSYM & DLSYM_OPT
2772 macros. Check plugin version.
2773 * libgomp.h (gomp_device_descr): Add version function field. Adjust
2774 loader and unloader types.
2775 * oacc-host.c: Include gomp-constants.h.
2776 (host_version): New.
2777 (host_load_image, host_unload_image): Adjust.
2778 (host_dispatch): Add host_version.
2779 * plugin/plugin-nvptx.c: Include gomp-constants.h.
2780 (GOMP_OFFLOAD_version): New.
2781 (GOMP_OFFLOAD_load_image): Add version arg and check it.
2782 (GOMP_OFFLOAD_unload_image): Likewise.
2783 * plugin/plugin-host.c: Include gomp-constants.h.
2784 (GOMP_OFFLOAD_version): New.
2785 (GOMP_OFFLOAD_load_image): Add version arg.
2786 (GOMP_OFFLOAD_unload_image): Likewise.
2787
1358a747
TV
27882015-08-24 Tom de Vries <tom@codesourcery.com>
2789
2790 PR tree-optimization/65468
2791 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: New test.
2792
6be5c241
TV
27932015-08-24 Tom de Vries <tom@codesourcery.com>
2794
2795 PR tree-optimization/65468
2796 * testsuite/libgomp.c/static-chunk-size-one.c: New test.
2797
bfe7ac89
JV
27982015-08-24 Joost VandeVondele <vondele@gnu.gcc.org>
2799
2800 PR libgomp/66761
2801 PR libgomp/67303
2802 * iter.c (gomp_iter_dynamic_next): Employ an atomic load.
2803 (gomp_iter_guided_next): Idem.
2804 * iter_ull.c (gomp_iter_ull_dynamic_next): Idem.
2805 (gomp_iter_ull_guided_next): Idem.
2806 * config/linux/wait.h (do_spin): Idem.
2807
b97e78b7
TS
28082015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2809
2810 * libgomp-plugin.h (enum offload_target_type): Remove
2811 OFFLOAD_TARGET_TYPE_HOST_NONSHM.
2812 * openacc.f90 (openacc_kinds): Remove acc_device_host_nonshm.
2813 * openacc.h (enum acc_device_t): Likewise.
2814 * openacc_lib.h: Likewise.
2815 * oacc-init.c (name_of_acc_device_t): Don't handle it.
2816 (acc_on_device): Just use __builtin_acc_on_device.
2817 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Don't forbid usage
2818 of acc_on_device builtin.
2819 * plugin/plugin-host.h: Remove file.
2820 * plugin/plugin-host.c: Likewise, but salvage some content into...
2821 * oacc-host.c: ... this file.
2822 * plugin/Makefrag.am: Don't build libgomp-plugin-host_nonshm.la.
2823 * plugin/configfrag.ac (offload_targets): Don't add host_nonshm.
2824 * Makefile.in: Regenerate.
2825 * configure: Likewise.
2826 * testsuite/lib/libgomp.exp
2827 (check_effective_target_openacc_host_nonshm_selected): Remove.
2828 * testsuite/libgomp.oacc-c++/c++.exp: Don't handle
2829 ACC_DEVICE_TYPE=host_nonshm.
2830 * testsuite/libgomp.oacc-c/c.exp: Likewise.
2831 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
2832 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
2833 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
2834 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
2835 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
2836
44a7d18d
TS
28372015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2838 Jakub Jelinek <jakub@redhat.com>
2839
2840 * config/nvptx/affinity.c: New file.
2841 * config/nvptx/alloc.c: Likewise.
2842 * config/nvptx/bar.c: Likewise.
2843 * config/nvptx/barrier.c: Likewise.
2844 * config/nvptx/critical.c: Likewise.
2845 * config/nvptx/env.c: Likewise.
2846 * config/nvptx/error.c: Likewise.
2847 * config/nvptx/fortran.c: Likewise.
2848 * config/nvptx/iter.c: Likewise.
2849 * config/nvptx/iter_ull.c: Likewise.
2850 * config/nvptx/libgomp-plugin.c: Likewise.
2851 * config/nvptx/lock.c: Likewise.
2852 * config/nvptx/loop.c: Likewise.
2853 * config/nvptx/loop_ull.c: Likewise.
2854 * config/nvptx/mutex.c: Likewise.
2855 * config/nvptx/oacc-async.c: Likewise.
2856 * config/nvptx/oacc-cuda.c: Likewise.
2857 * config/nvptx/oacc-host.c: Likewise.
2858 * config/nvptx/oacc-init.c: Likewise.
2859 * config/nvptx/oacc-mem.c: Likewise.
2860 * config/nvptx/oacc-parallel.c: Likewise.
2861 * config/nvptx/oacc-plugin.c: Likewise.
2862 * config/nvptx/omp-lock.h: Likewise.
2863 * config/nvptx/ordered.c: Likewise.
2864 * config/nvptx/parallel.c: Likewise.
2865 * config/nvptx/proc.c: Likewise.
2866 * config/nvptx/ptrlock.c: Likewise.
2867 * config/nvptx/sections.c: Likewise.
2868 * config/nvptx/sem.c: Likewise.
2869 * config/nvptx/single.c: Likewise.
2870 * config/nvptx/splay-tree.c: Likewise.
2871 * config/nvptx/target.c: Likewise.
2872 * config/nvptx/task.c: Likewise.
2873 * config/nvptx/team.c: Likewise.
2874 * config/nvptx/time.c: Likewise.
2875 * config/nvptx/work.c: Likewise.
2876 * configure.ac: Don't probe pthreads support for host nvptx*-*-*.
2877 * configure: Regenerate.
2878 * configure.tgt (config_path): Set to "nvptx" for target
2879 nvptx*-*-*.
2880
96a2d174
TS
28812015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2882
2883 * testsuite/libgomp.oacc-c-c++-common/vector-type-1.c: New file.
2884
9ebddeb0
NS
28852015-08-03 Nathan Sidwell <nathan@codesourcery.com>
2886
2887 * plugin/plugin-nvptx.c: Don't include dlfcn.h.
2888 (cuda_errlist): Constify.
2889 (errmsg): Move into ...
2890 (cuda_error): ... here. Make smaller.
2891 (_XSTR, _STR): Delete.
2892 (cuda_synames): Delete.
2893 (verify_device_library): Delete.
2894 (nvptx_init): Don't call it.
2895
12efb1d7
TV
28962015-07-28 Tom de Vries <tom@codesourcery.com>
2897
2898 * testsuite/libgomp.c/uns-outer-4.c: New test.
2899
710ee218
CP
29002015-07-24 Cesar Philippidis <cesar@codesourcery.com>
2901
2902 * testsuite/libgomp.c/pr66714.c: New test.
2903
27c4ac7d
MB
29042015-07-22 Maxim Blumenthal <maxim.blumenthal@intel.com>
2905
2906 PR libgomp/66950
2907 * testsuite/libgomp.c/examples-4/simd-7.c (N): Change to 30 from 45.
2908 (fib_ref): New function.
2909 (fib): Correct corner cases in the recursion.
2910 (main): Replace the non-simd loop with fib_ref call.
2911 * testsuite/libgomp.fortran/examples-4/simd-7.f90: (fib_ref): New
2912 subroutine.
2913 (fibonacci): Lower the parameter N to 30. Correct accordingly check
2914 for the last array element value. Replace the non-simd loop with
2915 fib_ref call. Remove redundant b_ref array. Remove the comparison
2916 of the last array element with according Fibonacci sequence element.
2917 (fib): Correct corner cases in the recursion.
2918
22be2349
NS
29192015-07-21 Nathan Sidwell <nathan@codesourcery.com>
2920
2921 * target.c (gomp_offload_image_to_device): Rename to ...
2922 (gomp_load_image_to_device): ... here.
2923 (GOMP_offload_register): Adjust call.
2924 (gomp_init_device): Likewise.
2925 (gomp_unload_image_from_device): New. Broken out of ...
2926 (GOMP_offload_unregister): ... here. Call it.
2927 (gomp_unload_device): New.
2928 * libgomp.h (gomp_unload_device): Declare.
2929 * oacc-init.c (acc_shutdown_1): Unload from device before deleting
2930 mem maps.
2931
f3e9a059
NS
29322015-07-20 Nathan Sidwell <nathan@codesourcery.com>
2933
a091118d
NS
2934 * oacc-parallel.c (GOACC_parallel): Move variadic handling into
2935 wait=-specific if.
2936 (GOACC_enter_exit_data, GOACC_update): Use consistent num_waits
2937 !=0 condition.
2938 (goacc_waits): Move !num_waits handling to ...
2939 (GOACC_wait): ... here, the only caller that might have zero waits.
2940
f3e9a059
NS
2941 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.
2942 (struct ptx_image_data): Move earlier, add fns field.
2943 (struct ptx_device): Add images and image_lock fields.
2944 (ptx_images, ptx_image_lock): Delete.
2945 (nvptx_open_device): Initialize images and image_lock fields.
2946 (nvptx_close_device): Destroy image_lock.
2947 (GOMP_OFFLOAD_load_image): Register image to device-specific fields.
2948 (GOMP_OFFLOAD_unload_image): Unregister image from device-specific
2949 fields.
2950
afb2d80b
NS
29512015-07-17 Nathan Sidwell <nathan@codesourcery.com>
2952
896c28a7
NS
2953 * target.c (GOMP_offload_register): Use int for device type arg.
2954 (GOMP_offload_unregister): Likewise.
2955
ebe4a560
NS
2956 * target.c (struct_offload_image_descr): Constify host_table.
2957 (gomp_offload_image_to_device): Likewise.
2958 (GOMP_offload_register, GOMP_offload_unregister): Likewise.
2959
afb2d80b
NS
2960 * libgomp.h (gomp_device_descr): Constify target data arguments.
2961 * target.c (struct offload_image_descr): Constify target_data.
2962 (gomp_offload_image_to_device): Likewise.
2963 (GOMP_offload_register): Likewise.
2964 (GOMP_offload_unrefister): Likewise.
2965 * plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
2966 GOMP_OFFLOAD_unload_image): Constify target data.
2967 * plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
2968 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): Likewise.
2969
a4cb876d
NS
29702015-07-16 Nathan Sidwell <nathan@codesourcery.com>
2971
2972 * plugin/plugin-nvptx.c (link_ptx): Constify string argument.
2973 Workaround driver library const error.
2974 (struct nvptx_tdata, nvptx_tdata_t): New.
2975 (GOMP_OFFLOAD_load_image): Use struct for target_data's real
2976 type.
2977
28ef6a27
MB
29782015-07-15 Maxim Blumenthal <maxim.blumenthal@intel.com>
2979
2980 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Change type
2981 of EPS parameter from integer to real.
2982 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: (check): Change
2983 type of EPS parameter from integer to real.
2984
6dba0113
SH
29852015-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
2986
2987 * team.c (get_last_team): New.
2988 (gomp_new_team): Recycle last non-nested team if possible.
2989 (gomp_team_end): Move team work share list free lock destruction
2990 to ...
2991 (free_team): ... here.
2992
4c1cb4da
MB
29932015-07-14 Maxim Blumenthal <maxim.blumenthal@intel.com>
2994
2995 * testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
2996 and ref from int to double. Replaced their comparison with
2997 an inequality of their difference and EPS.
2998 * testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
2999 comparison of pri and a reference number with an inequality of their
3000 difference and EPS.
3001 * testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
3002 the comparison of sum and sum_ref with an inequality of their
3003 difference and EPS.
3004 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
3005 the comparison of pri and a reference number with an inequality of
3006 their difference and EPS.
3007
343587dc
MB
30082015-07-13 Maxim Blumenthal <maxim.blumenthal@intel.com>
3009
3010 * testsuite/libgomp.c++/examples-4/e.53.2.C: Renamed to...
3011 * testsuite/libgomp.c++/examples-4/declare_target-2.C: ...this.
3012 * testsuite/libgomp.c++/examples-4/e.51.5.C: Renamed to...
3013 * testsuite/libgomp.c++/examples-4/target_data-5.C: ...this.
3014 * testsuite/libgomp.c/examples-4/e.56.3.c: Renamed to...
3015 * testsuite/libgomp.c/examples-4/array_sections-3.c: ...this.
3016 * testsuite/libgomp.c/examples-4/e.56.4.c: Renamed to...
3017 * testsuite/libgomp.c/examples-4/array_sections-4.c: ...this.
3018 * testsuite/libgomp.c/examples-4/e.55.1.c: Renamed to...
3019 * testsuite/libgomp.c/examples-4/async_target-1.c: ...this.
3020 * testsuite/libgomp.c/examples-4/e.55.2.c: Renamed to...
3021 * testsuite/libgomp.c/examples-4/async_target-2.c: ...this.
3022 (vec_mult_ref): Remove v1 and v2 arguments, turn them into local
3023 variables.
3024 (vec_mult): Likewise. Add #pragma omp taskwait.
3025 (main): Adjust caller.
3026 * testsuite/libgomp.c/examples-4/e.53.1.c: Renamed to...
3027 * testsuite/libgomp.c/examples-4/declare_target-1.c: ...this.
3028 * testsuite/libgomp.c/examples-4/e.53.3.c: Renamed to...
3029 * testsuite/libgomp.c/examples-4/declare_target-3.c: ...this.
3030 * testsuite/libgomp.c/examples-4/e.53.4.c: Renamed to...
3031 * testsuite/libgomp.c/examples-4/declare_target-4.c: ...this.
3032 * testsuite/libgomp.c/examples-4/e.53.5.c: Renamed to...
3033 * testsuite/libgomp.c/examples-4/declare_target-5.c: ...this.
3034 * testsuite/libgomp.c/examples-4/e.57.1.c: Renamed to...
3035 * testsuite/libgomp.c/examples-4/device-1.c: ...this.
3036 * testsuite/libgomp.c/examples-4/e.57.2.c: Renamed to...
3037 * testsuite/libgomp.c/examples-4/device-2.c: ...this.
3038 * testsuite/libgomp.c/examples-4/e.57.3.c: Renamed to...
3039 * testsuite/libgomp.c/examples-4/device-3.c: ...this.
3040 * testsuite/libgomp.c/examples-4/simd-1.c: New file.
3041 * testsuite/libgomp.c/examples-4/simd-2.c: New file.
3042 * testsuite/libgomp.c/examples-4/simd-3.c: New file.
3043 * testsuite/libgomp.c/examples-4/simd-4.c: New file.
3044 * testsuite/libgomp.c/examples-4/simd-5.c: New file.
3045 * testsuite/libgomp.c/examples-4/simd-6.c: New file.
3046 * testsuite/libgomp.c/examples-4/simd-7.c: New file.
3047 * testsuite/libgomp.c/examples-4/simd-8.c: New file.
3048 * testsuite/libgomp.c/examples-4/e.50.1.c: Renamed to...
3049 * testsuite/libgomp.c/examples-4/target-1.c: ...this.
3050 * testsuite/libgomp.c/examples-4/e.50.2.c: Renamed to...
3051 * testsuite/libgomp.c/examples-4/target-2.c: ...this.
3052 * testsuite/libgomp.c/examples-4/e.50.3.c: Renamed to...
3053 * testsuite/libgomp.c/examples-4/target-3.c: ...this.
3054 * testsuite/libgomp.c/examples-4/e.50.4.c: Renamed to...
3055 * testsuite/libgomp.c/examples-4/target-4.c: ...this.
3056 * testsuite/libgomp.c/examples-4/e.50.5.c: Renamed to...
3057 * testsuite/libgomp.c/examples-4/target-5.c: ...this.
3058 * testsuite/libgomp.c/examples-4/e.51.1.c: Renamed to...
3059 * testsuite/libgomp.c/examples-4/target_data-1.c: ...this.
3060 * testsuite/libgomp.c/examples-4/e.51.2.c: Renamed to...
3061 * testsuite/libgomp.c/examples-4/target_data-2.c: ...this.
3062 * testsuite/libgomp.c/examples-4/e.51.3.c: Renamed to...
3063 * testsuite/libgomp.c/examples-4/target_data-3.c: ...this.
3064 * testsuite/libgomp.c/examples-4/e.51.4.c: Renamed to...
3065 * testsuite/libgomp.c/examples-4/target_data-4.c: ...this.
3066 * testsuite/libgomp.c/examples-4/e.51.6.c: Renamed to...
3067 * testsuite/libgomp.c/examples-4/target_data-6.c: ...this.
3068 * testsuite/libgomp.c/examples-4/e.51.7.c: Renamed to...
3069 * testsuite/libgomp.c/examples-4/target_data-7.c: ...this.
3070 * testsuite/libgomp.c/examples-4/e.52.1.c: Renamed to...
3071 * testsuite/libgomp.c/examples-4/target_update-1.c: ...this.
3072 * testsuite/libgomp.c/examples-4/e.52.2.c: Renamed to...
3073 * testsuite/libgomp.c/examples-4/target_update-2.c: ...this.
3074 * testsuite/libgomp.c/examples-4/task_dep-1.c: New file.
3075 * testsuite/libgomp.c/examples-4/task_dep-2.c: New file.
3076 * testsuite/libgomp.c/examples-4/task_dep-3.c: New file.
3077 * testsuite/libgomp.c/examples-4/task_dep-4.c: New file.
3078 * testsuite/libgomp.c/examples-4/task_dep-5.c: New file.
3079 * testsuite/libgomp.c/examples-4/e.54.2.c: Renamed to...
3080 * testsuite/libgomp.c/examples-4/teams-2.c: ...this.
3081 * testsuite/libgomp.c/examples-4/e.54.3.c: Renamed to...
3082 * testsuite/libgomp.c/examples-4/teams-3.c: ...this.
3083 * testsuite/libgomp.c/examples-4/e.54.4.c: Renamed to...
3084 * testsuite/libgomp.c/examples-4/teams-4.c: ...this.
3085 * testsuite/libgomp.c/examples-4/e.54.5.c: Renamed to...
3086 * testsuite/libgomp.c/examples-4/teams-5.c: ...this.
3087 * testsuite/libgomp.c/examples-4/e.54.6.c: Renamed to...
3088 * testsuite/libgomp.c/examples-4/teams-6.c: ...this.
3089 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Renamed to...
3090 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: ...this.
3091 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Renamed to...
3092 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: ...this.
3093 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Renamed to...
3094 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: ...this.
3095 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Renamed to...
3096 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: ...this.
3097 (vec_mult): Add !$omp taskwait.
3098 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Renamed to...
3099 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: ...this.
3100 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Renamed to...
3101 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: ...this.
3102 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Renamed to...
3103 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: ...this.
3104 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Renamed to...
3105 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: ...this.
3106 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Renamed to...
3107 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: ...this.
3108 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Renamed to...
3109 * testsuite/libgomp.fortran/examples-4/device-1.f90: ...this.
3110 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Renamed to...
3111 * testsuite/libgomp.fortran/examples-4/device-2.f90: ...this.
3112 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Renamed to...
3113 * testsuite/libgomp.fortran/examples-4/device-3.f90: ...this.
3114 * testsuite/libgomp.fortran/examples-4/simd-1.f90: New file.
3115 * testsuite/libgomp.fortran/examples-4/simd-2.f90: New file.
3116 * testsuite/libgomp.fortran/examples-4/simd-3.f90: New file.
3117 * testsuite/libgomp.fortran/examples-4/simd-4.f90: New file.
3118 * testsuite/libgomp.fortran/examples-4/simd-5.f90: New file.
3119 * testsuite/libgomp.fortran/examples-4/simd-6.f90: New file.
3120 * testsuite/libgomp.fortran/examples-4/simd-7.f90: New file.
3121 * testsuite/libgomp.fortran/examples-4/simd-8.f90: New file.
3122 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: Renamed to...
3123 * testsuite/libgomp.fortran/examples-4/target-1.f90: ...this.
3124 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Renamed to...
3125 * testsuite/libgomp.fortran/examples-4/target-2.f90: ...this.
3126 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Renamed to...
3127 * testsuite/libgomp.fortran/examples-4/target-3.f90: ...this.
3128 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Renamed to...
3129 * testsuite/libgomp.fortran/examples-4/target-4.f90: ...this.
3130 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Renamed to...
3131 * testsuite/libgomp.fortran/examples-4/target-5.f90: ...this.
3132 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Renamed to...
3133 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: ...this.
3134 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Renamed to...
3135 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: ...this.
3136 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Renamed to...
3137 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: ...this.
3138 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Renamed to...
3139 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: ...this.
3140 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Renamed to...
3141 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: ...this.
3142 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Renamed to...
3143 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: ...this.
3144 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Renamed to...
3145 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: ...this.
3146 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Renamed to...
3147 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: ...this.
3148 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Renamed to...
3149 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: ...this.
3150 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: New file.
3151 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: New file.
3152 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: New file.
3153 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: New file.
3154 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: New file.
3155 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Renamed to...
3156 * testsuite/libgomp.fortran/examples-4/teams-2.f90: ...this.
3157 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Renamed to...
3158 * testsuite/libgomp.fortran/examples-4/teams-3.f90: ...this.
3159 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Renamed to...
3160 * testsuite/libgomp.fortran/examples-4/teams-4.f90: ...this.
3161 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Renamed to...
3162 * testsuite/libgomp.fortran/examples-4/teams-5.f90: ...this.
3163 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Renamed to...
3164 * testsuite/libgomp.fortran/examples-4/teams-6.f90: ...this.
3165
9f620bf1
TV
31662015-07-10 Tom de Vries <tom@codesourcery.com>
3167
3168 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: New test.
3169 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: New test.
3170
a92defda
TS
31712015-07-08 Thomas Schwinge <thomas@codesourcery.com>
3172
3173 PR libgomp/65099
3174 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return 0 if not
3175 in a 64-bit configuration.
3176 * testsuite/libgomp.oacc-c++/c++.exp: Don't attempt nvidia
3177 offloading testing if no such device is available.
3178 * testsuite/libgomp.oacc-c/c.exp: Likewise.
3179 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
3180
cadb53a5
TV
31812015-07-08 Tom de Vries <tom@codesourcery.com>
3182
3183 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Fix
3184 second call to f.
3185 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
3186
712cb0bb
TV
31872015-07-07 Tom de Vries <tom@codesourcery.com>
3188
3189 PR tree-optimization/66642
3190 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Test low
3191 iteration count case.
3192 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c (init): New
3193 function, factor out of ...
3194 (main): ... here. Test low iteration count case.
3195
e5210c77
SH
31962015-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
3197
3198 * libgomp.h (gomp_thread_pool): Comment last_team field.
3199
f70360e7
UB
32002015-07-02 Uros Bizjak <ubizjak@gmail.com>
3201
3202 * testsuite/libgomp.c++/pr66702-1.C: Require
3203 vect_simd_clones effective target.
3204 * testsuite/libgomp.c++/pr66702-2.C: Ditto.
3205
b451c271
TV
32062015-06-30 Tom de Vries <tom@codesourcery.com>
3207
3208 * testsuite/libgomp.oacc-c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
3209 already set. Use DEFAULT_CFLAGS in dg-runtest.
3210 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Remove dg-options
3211 "-O2".
3212
f8e89d9f
TV
32132015-06-30 Tom de Vries <tom@codesourcery.com>
3214
3215 * testsuite/libgomp.c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
3216 already set. Use DEFAULT_CFLAGS in dg-runtest.
3217 * testsuite/libgomp.c++/atomic-16.C: Remove dg-options "-O2 -fopenmp".
3218 * testsuite/libgomp.c++/pr64824.C: Same.
3219 * testsuite/libgomp.c++/pr64868.C: Same.
3220 * testsuite/libgomp.c++/pr66199-1.C: Same.
3221 * testsuite/libgomp.c++/pr66199-2.C: Same.
3222 * testsuite/libgomp.c++/target-2.C: Same.
3223 * testsuite/libgomp.c++/for-7.C: Use dg-additional-options for
3224 -std=<standard> option.
3225 * testsuite/libgomp.c++/udr-11.C: Same.
3226 * testsuite/libgomp.c++/udr-12.C: Same.
3227 * testsuite/libgomp.c++/udr-13.C: Same.
3228 * testsuite/libgomp.c++/udr-14.C: Same.
3229 * testsuite/libgomp.c++/udr-15.C: Same.
3230 * testsuite/libgomp.c++/udr-16.C: Same.
3231 * testsuite/libgomp.c++/udr-17.C: Same.
3232 * testsuite/libgomp.c++/udr-18.C: Same.
3233 * testsuite/libgomp.c++/udr-19.C: Same.
3234 * testsuite/libgomp.c++/atomic-1.C: Remove dg-options "-O2".
3235 * testsuite/libgomp.c++/simd-1.C: Same.
3236 * testsuite/libgomp.c++/simd-2.C: Same.
3237 * testsuite/libgomp.c++/simd-3.C: Same.
3238 * testsuite/libgomp.c++/simd-4.C: Same.
3239 * testsuite/libgomp.c++/simd-5.C: Same.
3240 * testsuite/libgomp.c++/simd-6.C: Same.
3241 * testsuite/libgomp.c++/simd-7.C: Same.
3242 * testsuite/libgomp.c++/simd-8.C: Same.
3243 * testsuite/libgomp.c++/simd-9.C: Same.
3244 * testsuite/libgomp.c++/simd10.C: Same.
3245 * testsuite/libgomp.c++/simd11.C: Same.
3246 * testsuite/libgomp.c++/simd12.C: Same.
3247 * testsuite/libgomp.c++/simd13.C: Same.
3248
3446fe48
JJ
32492015-06-30 Jakub Jelinek <jakub@redhat.com>
3250
3251 PR middle-end/66702
3252 * testsuite/libgomp.c++/pr66702-1.C: New test.
3253 * testsuite/libgomp.c++/pr66702-2.C: New test.
3254
8a36714a
TV
32552015-06-30 Tom de Vries <tom@codesourcery.com>
3256
3257 * testsuite/libgomp.c/parloops-exit-first-loop-alt-5.c: New test.
3258 * testsuite/libgomp.c/parloops-exit-first-loop-alt-6.c: New test.
3259 * testsuite/libgomp.c/parloops-exit-first-loop-alt-7.c: New test.
3260 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Update comment.
3261
4f75d608
TV
32622015-06-30 Tom de Vries <tom@codesourcery.com>
3263
3264 PR tree-optimization/66652
3265 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (f): Rewrite
3266 using restrict pointers.
3267 (main): Add arguments to calls to f.
3268 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
3269
6d9d1eeb
AT
32702015-06-23 Andreas Tobler <andreast@gcc.gnu.org>
3271
3272 * configure.ac: Fix check for header <sys/sysctl.h>.
3273 * configure: Regenerate.
3274 * config.h.in: Likewise.
3275
1222f22b
TV
32762015-06-23 Tom de Vries <tom@codesourcery.com>
3277
3278 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
3279 abort.
3280 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c (main): Same.
3281
d7efbbf6
TS
32822015-06-19 Thomas Schwinge <thomas@codesourcery.com>
3283
bfcd036f
TS
3284 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
3285 acc_device_nvidia.
3286
d7efbbf6
TS
3287 PR libgomp/66518
3288 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
3289 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
3290
d7bfc710
TV
32912015-06-15 Tom de Vries <tom@codesourcery.com>
3292
3293 * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
3294 dg-additional-options for any remaining options.
3295 * testsuite/libgomp.c/atomic-2.c: Same.
3296 * testsuite/libgomp.c/atomic-4.c: Same.
3297 * testsuite/libgomp.c/atomic-5.c: Same.
3298 * testsuite/libgomp.c/atomic-6.c: Same.
3299 * testsuite/libgomp.c/autopar-1.c: Same.
3300 * testsuite/libgomp.c/copyin-1.c: Same.
3301 * testsuite/libgomp.c/copyin-2.c: Same.
3302 * testsuite/libgomp.c/copyin-3.c: Same.
3303 * testsuite/libgomp.c/examples-4/e.53.5.c: Same.
3304 * testsuite/libgomp.c/nestedfn-5.c: Same.
3305 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same.
3306 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same.
3307 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same.
3308 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
3309 * testsuite/libgomp.c/pr32362-1.c: Same.
3310 * testsuite/libgomp.c/pr32362-2.c: Same.
3311 * testsuite/libgomp.c/pr32362-3.c: Same.
3312 * testsuite/libgomp.c/pr39591-1.c: Same.
3313 * testsuite/libgomp.c/pr39591-2.c: Same.
3314 * testsuite/libgomp.c/pr39591-3.c: Same.
3315 * testsuite/libgomp.c/pr58392.c: Same.
3316 * testsuite/libgomp.c/pr58756.c: Same.
3317 * testsuite/libgomp.c/simd-1.c: Same.
3318 * testsuite/libgomp.c/simd-10.c: Same.
3319 * testsuite/libgomp.c/simd-11.c: Same.
3320 * testsuite/libgomp.c/simd-12.c: Same.
3321 * testsuite/libgomp.c/simd-13.c: Same.
3322 * testsuite/libgomp.c/simd-14.c: Same.
3323 * testsuite/libgomp.c/simd-15.c: Same.
3324 * testsuite/libgomp.c/simd-2.c: Same.
3325 * testsuite/libgomp.c/simd-3.c: Same.
3326 * testsuite/libgomp.c/simd-4.c: Same.
3327 * testsuite/libgomp.c/simd-5.c: Same.
3328 * testsuite/libgomp.c/simd-6.c: Same.
3329 * testsuite/libgomp.c/simd-7.c: Same.
3330 * testsuite/libgomp.c/simd-8.c: Same.
3331 * testsuite/libgomp.c/simd-9.c: Same.
3332
fb5b5352
TV
33332015-06-15 Tom de Vries <tom@codesourcery.com>
3334
3335 * testsuite/libgomp.c/pr35625.c: Fix typo.
3336
ca431bef
TV
33372015-06-15 Tom de Vries <tom@codesourcery.com>
3338
3339 * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
3340 in dg-options.
3341 * testsuite/libgomp.c/atomic-3.c: Same.
3342 * testsuite/libgomp.c/debug-1.c: Same.
3343 * testsuite/libgomp.c/nqueens-1.c: Same.
3344 * testsuite/libgomp.c/pr26171.c: Same.
3345 * testsuite/libgomp.c/pr48591.c: Same.
3346 * testsuite/libgomp.c/pr64824.c: Same.
3347 * testsuite/libgomp.c/pr64868.c: Same.
3348 * testsuite/libgomp.c/pr66133.c: Same.
3349 * testsuite/libgomp.c/pr66199-1.c: Same.
3350 * testsuite/libgomp.c/pr66199-2.c: Same.
3351 * testsuite/libgomp.c/target-8.c: Same.
3352
0d8a9e20
TV
33532015-06-15 Tom de Vries <tom@codesourcery.com>
3354
3355 * testsuite/libgomp.c/collapse-3.c: Use dg-additional-options for
3356 -std={gnu99,c99}.
3357 * testsuite/libgomp.c/for-1.c: Same.
3358 * testsuite/libgomp.c/for-2.c: Same.
3359 * testsuite/libgomp.c/for-3.c: Same.
3360 * testsuite/libgomp.c/pr35625.c: Same.
3361 * testsuite/libgomp.c/pr39154.c: Same.
3362 * testsuite/libgomp.c/simd-16.c: Same.
3363 * testsuite/libgomp.c/simd-17.c: Same.
3364
a6860be9
TV
33652015-06-13 Tom de Vries <tom@codesourcery.com>
3366
3367 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: New test.
3368
ab3306d2
TV
33692015-06-13 Tom de Vries <tom@codesourcery.com>
3370
3371 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Add comment.
3372 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
3373 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Add comment.
3374 (N): Define.
3375 (main): Use N instead of hardcoded constants.
3376
7c82d827
TV
33772015-06-05 Tom de Vries <tom@codesourcery.com>
3378
3379 merge from gomp4 branch:
3380 2015-05-28 Tom de Vries <tom@codesourcery.com>
3381
3382 PR tree-optimization/65443
3383 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: New test.
3384 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: New test.
3385 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: New test.
3386
c469078d
BRF
33872015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3388
3389 * testsuite/libgomp.graphite/bounds.c: Adjust for
3390 cleanup-tree-dump removal.
3391 * testsuite/libgomp.graphite/force-parallel-1.c: Likewise.
3392 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
3393 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
3394 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
3395 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
3396 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
3397 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
3398 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
3399 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
3400 * testsuite/libgomp.graphite/pr41118.c: Likewise.
3401
bb3caa35
UB
34022015-05-28 Uros Bizjak <ubizjak@gmail.com>
3403
3404 * config/linux/x86/futex.h (sys_futex0) [!__x86_64__]: Remove function.
3405 (futex_wait) [!__x86_64__]: Use __asm operand instead of sys_futex0.
3406 (futex_wake) [!__x86_64__]: Ditto.
3407
9fb5fd44
JB
34082015-05-28 Julian Brown <julian@codesourcery.com>
3409
3410 * oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument. Update
3411 function comment. Only call gomp_fatal if new argument is true.
3412 (acc_dev_num_out_of_range): New function.
3413 (acc_init_1, acc_shutdown_1): Update call to resolve_device. Call
3414 acc_dev_num_out_of_range as appropriate.
3415 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
bb3caa35
UB
3416 (acc_get_device_num, acc_set_device_num): Update calls to
3417 resolve_device.
9fb5fd44
JB
3418 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Update expected test
3419 output.
3420
32eaed93
JB
34212015-05-28 Julian Brown <julian@codesourcery.com>
3422
3423 PR libgomp/65742
32eaed93
JB
3424 * oacc-init.c (plugin/plugin-host.h): Include.
3425 (acc_on_device): Check whether we're in an offloaded region for
3426 host_nonshm
3427 plugin. Don't use __builtin_acc_on_device.
3428 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_parallel): Set
3429 nonshm_exec flag in thread-local data.
3430 (GOMP_OFFLOAD_openacc_create_thread_data): Allocate thread-local
3431 data for host_nonshm plugin.
3432 (GOMP_OFFLOAD_openacc_destroy_thread_data): Free thread-local data
3433 for host_nonshm plugin.
3434 * plugin/plugin-host.h: New.
3435
ea023bcf
UB
34362015-05-27 Uros Bizjak <ubizjak@gmail.com>
3437
8ed501f1
UB
3438 * config/linux/ia64/futex.h (sys_futex0) Change operand "op" to int.
3439
34402015-05-27 Uros Bizjak <ubizjak@gmail.com>
3441
3442 * config/linux/wait.h (gomp_futex_wait, gomp_futex_wake):
3443 Declare as int.
3444 (FUTEX_PRIVATE_FLAG): Remove L suffix.
3445 * config/linux/mutex.c (gomp_futex_wait, gomp_futex_wake):
3446 Declare as int.
3447
34482015-05-27 Uros Bizjak <ubizjak@gmail.com>
3449
bb3caa35 3450 * config/linux/x86/futex.h (sys_futex0) [__PIC__]: Remove function.
ea023bcf 3451
1716efeb
CLT
34522015-05-27 Chung-Lin Tang <cltang@codesourcery.com>
3453
3454 * target.c (gomp_map_pointer): New function abstracting out
3455 GOMP_MAP_POINTER handling.
3456 (gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
3457 gomp_map_pointer().
3458
41b37d5e
JJ
34592015-05-19 Jakub Jelinek <jakub@redhat.com>
3460
3461 PR middle-end/66199
3462 * testsuite/libgomp.c/pr66199-1.c: New test.
3463 * testsuite/libgomp.c/pr66199-2.c: New test.
3464 * testsuite/libgomp.c++/pr66199-1.C: New test.
3465 * testsuite/libgomp.c++/pr66199-2.C: New test.
3466 * testsuite/libgomp.fortran/pr66199-1.f90: New test.
3467 * testsuite/libgomp.fortran/pr66199-2.f90: New test.
3468
c8319826
JB
34692015-05-19 Julian Brown <julian@codesourcery.com>
3470
3471 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return zero
3472 on cuInit failure.
3473
b37dddbc
JJ
34742015-05-13 Jakub Jelinek <jakub@redhat.com>
3475
3476 PR middle-end/66133
3477 * testsuite/libgomp.c/pr66133.c: New test.
3478
55fba601
MH
34792015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3480
3481 * Makefile.in: Regenerated with automake-1.11.6.
3482 * aclocal.m4: Likewise.
3483 * config.h.in: Likewise.
3484 * configure: Likewise.
3485 * testsuite/Makefile.in: Likewise.
3486
1be0899d
JM
34872015-05-08 Jason Merrill <jason@redhat.com>
3488
3489 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (main): Use
3490 _Complex.
3491
3492 * openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.
3493
d2463960
JB
34942015-05-06 Julian Brown <julian@codesourcery.com>
3495
3496 * oacc-init.c (acc_device_lock): Add explanatory comment.
3497 (resolve_device): Add comment about locking requirement.
3498 (acc_init_1, acc_shutdown_1): Likewise. Add locking around
3499 gomp_init_device and gomp_fini_device calls.
3500 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
3501 (acc_get_device_num, acc_set_device_num): Add locking around
3502 resolve_device and gomp_init_device calls.
3503
e38fdba4
JB
35042015-05-06 Julian Brown <julian@codesourcery.com>
3505
3506 * oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for
3507 goacc_thread_lock on error paths.
3508 * oacc-mem.c (lookup_host): Remove locking from function. Note
3509 locking requirement for caller in function comment.
3510 (lookup_dev): Likewise.
3511 (acc_free, acc_deviceptr, acc_hostptr, acc_is_present)
3512 (acc_map_data, acc_unmap_data, present_create_copy, delete_copyout)
3513 (update_dev_host, gomp_acc_insert_pointer, gomp_acc_remove_pointer):
3514 Add locking.
3515
ae8ffbbb
TS
35162015-05-05 Thomas Schwinge <thomas@codesourcery.com>
3517
3518 PR testsuite/65205
3519 PR libgomp/65993
3520 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output,
3521 don't expect "0x" prefix for "%p" format specifier, don't expect
3522 "(nil)" for NULL pointer.
3523 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
3524 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
3525 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
3526 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
3527 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
3528 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
3529 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
3530 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
3531 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
3532 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
3533 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
3534 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
3535 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
3536 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
3537 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
3538 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
3539 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
3540 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
3541 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
3542 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
3543 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
3544 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
3545 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
3546 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
3547 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
3548 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
3549 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
3550 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
3551 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More
3552 accurately specify what we're looking for.
3553 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
3554 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
3555 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
3556 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
3557 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
3558
1309f1d2
JN
35592015-04-30 James Norris <jnorris@codesourcery.com>
3560
3561 PR testsuite/65205
3562 * testsuite/lib/libgomp.exp
3563 (check_effective_target_openacc_host_selected)
3564 (check_effective_target_openacc_host_nonshm_selected): New
3565 procedures.
3566 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Fix misuse of
3567 dg-shouldfail.
3568 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
3569 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
3570 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
3571 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
3572 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
3573 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
3574 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
3575 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
3576 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
3577 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
3578 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
3579 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
3580 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
3581 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
3582 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
3583 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
3584 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
3585 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
3586 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
3587 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
3588 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
3589 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
3590 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
3591 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
3592 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
3593 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
3594 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
3595 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
3596 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
3597 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
3598 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
3599 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
3600 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
3601 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
3602 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
3603 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
3604 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
3605 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
3606 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
3607 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
3608 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
3609 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
3610 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
3611
d93bdab5
JB
36122015-04-08 Julian Brown <julian@codesourcery.com>
3613
3614 * libgomp.h (target_mem_desc: Remove mem_map field.
3615 (acc_dispatch_t): Remove open_device_func, close_device_func,
3616 get_device_num_func, set_device_num_func, target_data members.
3617 Change create_thread_data_func argument to device number instead of
3618 generic pointer.
3619 * oacc-async.c (assert.h): Include.
3620 (acc_async_test, acc_async_test_all, acc_wait, acc_wait_async)
3621 (acc_wait_all, acc_wait_all_async): Use current host thread's
3622 active device, not base_dev.
3623 * oacc-cuda.c (acc_get_current_cuda_device)
3624 (acc_get_current_cuda_context, acc_get_cuda_stream)
3625 (acc_set_cuda_stream): Likewise.
3626 * oacc-host.c (host_dispatch): Don't set open_device_func,
3627 close_device_func, get_device_num_func or set_device_num_func.
3628 * oacc-init.c (base_dev, init_key): Remove.
3629 (cached_base_dev): New.
3630 (name_of_acc_device_t): New.
3631 (acc_init_1): Initialise default-numbered device, not zeroth.
3632 (acc_shutdown_1): Close all devices of a given type.
3633 (goacc_destroy_thread): Don't use base_dev.
3634 (lazy_open, lazy_init, lazy_init_and_open): Remove.
3635 (goacc_attach_host_thread_to_device): New.
3636 (acc_init): Reimplement with goacc_attach_host_thread_to_device.
3637 (acc_get_num_devices): Don't use base_dev.
3638 (acc_set_device_type): Reimplement.
3639 (acc_get_device_type): Don't use base_dev.
3640 (acc_get_device_num): Tweak logic.
3641 (acc_set_device_num): Likewise.
3642 (acc_on_device): Use acc_get_device_type.
3643 (goacc_runtime_initialize): Initialize cached_base_dev not base_dev.
3644 (goacc_lazy_initialize): Reimplement with acc_init and
3645 goacc_attach_host_thread_to_device.
3646 * oacc-int.h (goacc_thread): Add base_dev field.
3647 (base_dev): Remove extern declaration.
3648 (goacc_attach_host_thread_to_device): Add prototype.
3649 * oacc-mem.c (acc_malloc): Use current thread's device instead of
3650 base_dev.
3651 (acc_free): Likewise.
3652 (acc_memcpy_to_device): Likewise.
3653 (acc_memcpy_from_device): Likewise.
3654 * oacc-parallel.c (select_acc_device): Remove. Replace calls with
3655 goacc_lazy_initialize (throughout).
3656 (GOACC_parallel): Use tgt_offset to locate target functions.
3657 * target.c (gomp_map_vars): Don't set tgt->mem_map.
3658 (gomp_unmap_vars): Use devicep->mem_map pointer not tgt->mem_map.
3659 (gomp_load_plugin_for_device): Remove open_device, close_device,
3660 get_device_num, set_device_num openacc hook initialisation. Don't set
3661 openacc.target_data.
3662 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_open_device)
3663 (GOMP_OFFLOAD_openacc_close_device)
3664 (GOMP_OFFLOAD_openacc_get_device_num)
3665 (GOMP_OFFLOAD_openacc_set_device_num): Remove.
3666 (GOMP_OFFLOAD_openacc_create_thread_data): Change (unused) argument
3667 to int.
3668 * plugin/plugin-nvptx.c (ptx_inited): Remove.
3669 (instantiated_devices, ptx_dev_lock): New.
3670 (struct ptx_image_data): New.
3671 (ptx_devices, ptx_images, ptx_image_lock): New.
3672 (fini_streams_for_device): Reorder cuStreamDestroy call.
3673 (nvptx_get_num_devices): Remove forward declaration.
3674 (nvptx_init): Change return type to bool.
3675 (nvptx_fini): Remove.
3676 (nvptx_attach_host_thread_to_device): New.
3677 (nvptx_open_device): Return struct ptx_device* instead of void*.
3678 (nvptx_close_device): Change argument type to struct ptx_device*,
3679 return type to void.
3680 (nvptx_get_num_devices): Use instantiated_devices not ptx_inited.
3681 (kernel_target_data, kernel_host_table): Remove static globals.
3682 (GOMP_OFFLOAD_register_image, GOMP_OFFLOAD_get_table): Remove.
3683 (GOMP_OFFLOAD_init_device): Reimplement.
3684 (GOMP_OFFLOAD_fini_device): Likewise.
3685 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): New.
3686 (GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free, GOMP_OFFLOAD_dev2host)
3687 (GOMP_OFFLOAD_host2dev): Use ORD argument.
3688 (GOMP_OFFLOAD_openacc_open_device)
3689 (GOMP_OFFLOAD_openacc_close_device)
3690 (GOMP_OFFLOAD_openacc_set_device_num)
3691 (GOMP_OFFLOAD_openacc_get_device_num): Remove.
3692 (GOMP_OFFLOAD_openacc_create_thread_data): Change argument to int
3693 (device number).
3694
3695 testsuite/
3696 * libgomp.oacc-c-c++-common/lib-9.c: Fix devnum check in test.
3697
a51df54e
IV
36982015-04-06 Ilya Verbin <ilya.verbin@intel.com>
3699
3700 * libgomp-plugin.h (struct mapping_table): Replace with addr_pair.
3701 * libgomp.h (struct gomp_memory_mapping): Remove.
3702 (struct target_mem_desc): Change type of mem_map from
3703 gomp_memory_mapping * to splay_tree_s *.
3704 (struct gomp_device_descr): Remove register_image_func, get_table_func.
3705 Add load_image_func, unload_image_func.
3706 Change type of mem_map from gomp_memory_mapping to splay_tree_s.
3707 Remove offload_regions_registered.
3708 (gomp_init_tables): Remove.
3709 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
3710 to splay_tree_s *.
3711 * libgomp.map (GOMP_4.0.1): Add GOMP_offload_unregister.
3712 * oacc-host.c (host_dispatch): Do not initialize register_image_func,
3713 get_table_func, mem_map.is_initialized, mem_map.splay_tree.root,
3714 offload_regions_registered.
3715 Initialize load_image_func, unload_image_func, mem_map.root.
3716 (goacc_host_init): Do not initialize host_dispatch.mem_map.lock.
3717 * oacc-init.c (lazy_open): Don't call gomp_init_tables.
3718 (acc_shutdown_1): Use dev's lock and splay_tree instead of mem_map's.
3719 * oacc-mem.c (lookup_host): Get gomp_device_descr *dev instead of
3720 gomp_memory_mapping *. Use dev's lock and splay_tree.
3721 (lookup_dev): Use dev's lock.
3722 (acc_deviceptr): Pass dev to lookup_host instead of mem_map.
3723 (acc_is_present): Likewise.
3724 (acc_map_data): Likewise.
3725 (acc_unmap_data): Likewise. Use dev's lock.
3726 (present_create_copy): Likewise.
3727 (delete_copyout): Pass dev to lookup_host instead of mem_map.
3728 (update_dev_host): Likewise.
3729 (gomp_acc_remove_pointer): Likewise. Use dev's lock.
3730 * oacc-parallel.c (GOACC_parallel): Use dev's lock and splay_tree.
3731 * plugin/plugin-host.c (GOMP_OFFLOAD_register_image): Remove.
3732 (GOMP_OFFLOAD_get_table): Remove
3733 (GOMP_OFFLOAD_load_image): New function.
3734 (GOMP_OFFLOAD_unload_image): New function.
3735 * target.c (register_lock): New mutex for offload image registration.
3736 (num_devices): Do not guard with PLUGIN_SUPPORT.
3737 (gomp_realloc_unlock): New static function.
3738 (gomp_map_vars_existing): Add device descriptor argument. Unlock mutex
3739 before gomp_fatal.
3740 (gomp_map_vars): Use dev's lock and splay_tree instead of mem_map's.
3741 Pass devicep to gomp_map_vars_existing. Unlock mutex before gomp_fatal.
3742 (gomp_copy_from_async): Use dev's lock and splay_tree instead of
3743 mem_map's.
3744 (gomp_unmap_vars): Likewise.
3745 (gomp_update): Remove gomp_memory_mapping argument. Use dev's lock and
3746 splay_tree instead of mm's. Unlock mutex before gomp_fatal.
3747 (gomp_offload_image_to_device): New static function.
3748 (GOMP_offload_register): Add mutex lock.
3749 Call gomp_offload_image_to_device for all initialized devices.
3750 Replace gomp_realloc with gomp_realloc_unlock.
3751 (GOMP_offload_unregister): New function.
3752 (gomp_init_tables): Replace with gomp_init_device. Replace a call to
3753 get_table_func from the plugin with calls to init_device_func and
3754 gomp_offload_image_to_device.
3755 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
3756 to splay_tree_s *.
3757 (GOMP_target): Do not call gomp_init_tables. Use dev's lock and
3758 splay_tree instead of mem_map's. Unlock mutex before gomp_fatal.
3759 (GOMP_target_data): Do not call gomp_init_tables.
3760 (GOMP_target_update): Likewise. Remove argument from gomp_update.
3761 (gomp_load_plugin_for_device): Replace register_image and get_table
3762 with load_image and unload_image in DLSYM ().
3763 (gomp_register_images_for_device): Remove function.
3764 (gomp_target_init): Do not initialize current_device.mem_map.*,
3765 current_device.offload_regions_registered.
3766 Remove call to gomp_register_images_for_device.
3767 Do not free offload_images and num_offload_images.
3768
6c384511
JJ
37692015-03-30 Jakub Jelinek <jakub@redhat.com>
3770
3771 PR fortran/65597
3772 * testsuite/libgomp.fortran/pr65597.f90: New test.
3773
3e8165a5
TV
37742015-03-27 Tom de Vries <tom@codesourcery.com>
3775
3776 PR testsuite/65594
3777 * testsuite/libgomp.graphite/force-parallel-6.c (abort): Declare.
3778 (init, check): New function.
3779 (foo): Change return type to void.
3780 (main): Call init and check.
3781
4d688c9a
TV
37822015-03-27 Tom de Vries <tom@codesourcery.com>
3783
3784 PR testsuite/65594
3785 * testsuite/libgomp.graphite/force-parallel-6.c (M): Define.
3786 (foo): Use M for non-inner loops to scale down test-case.
3787
01c0b3b0
KT
37882015-03-25 Kai Tietz <ktietz@redhat.com>
3789
3790 PR libgomp/64972
3791 * oacc-parallel.c (GOACC_parallel): Use PRIu64 if available.
3792 (GOACC_data_start): Likewise.
3793 * target.c (gomp_map_vars): Likewise.
3794
844d9a76
JDA
37952015-03-21 John David Anglin <danglin@gcc.gnu.org>
3796
3797 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
3798 hppa*-*-hpux*.
3799
9b65e171
JJ
38002015-03-19 Jakub Jelinek <jakub@redhat.com>
3801
3802 * testsuite/libgomp.c/target-10.c: New test.
3803 * testsuite/libgomp.c++/target-4.C: New test.
3804
db397e2e
IV
38052015-03-13 Ilya Verbin <ilya.verbin@intel.com>
3806
3807 * testsuite/libgomp.fortran/declare-target-1.f90: New test.
3808 * testsuite/libgomp.fortran/declare-target-2.f90: New file.
3809
cd93945d
SH
38102015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
3811
3812 * configure.tgt (*-*-rtems*): Use local-exec TLS model.
3813 * configure.ac (*-*-rtems*): Assume Pthread is supported.
3814 (pthread.h): Check for this header file.
3815 * configure: Regenerate.
3816
05deba9f
TV
38172015-02-25 Tom de Vries <tom@codesourcery.com>
3818
3819 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (DO_PRAGMA)
3820 (check_reduction_op, check_reduction_macro, max, min):
3821 Declare.
3822 (test_reductions_int, test_reductions_minmax, test_reductions_bool): New
3823 function.
3824 (main): Use new functions.
3825
196904d8
IT
38262015-02-18 Ilya Tocar <ilya.tocar@intel.com>
3827
3828 * target.c (gomp_load_plugin_for_device): Use const char * instead of
3829 char * for variables holding dlerror return values.
3830 (DLSYM_OPT): Ditto.
3831
a2818955
TS
38322015-02-17 Thomas Schwinge <thomas@codesourcery.com>
3833
3834 * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
3835
26f93312
TS
38362015-02-17 Thomas Schwinge <thomas@codesourcery.com>
3837 Cesar Philippidis <cesar@codesourcery.com>
3838
3839 * oacc-ptx.h (GOACC_INTERNAL_PTX): Add GOACC_tid, GOACC_ntid,
3840 GOACC_ctaid, and GOACC_nctaid routines.
3841
fa01ffcc
JJ
38422015-02-11 Jakub Jelinek <jakub@redhat.com>
3843
3844 PR c/64824
3845 * testsuite/libgomp.c/atomic-18.c: New test.
3846 * testsuite/libgomp.c++/atomic-16.C: New test.
3847
4886ec8e
JJ
38482015-02-04 Jakub Jelinek <jakub@redhat.com>
3849
3850 PR c/64824
3851 PR c/64868
3852 * testsuite/libgomp.c/pr64824.c: New test.
3853 * testsuite/libgomp.c/pr64868.c: New test.
3854 * testsuite/libgomp.c++/pr64824.C: New test.
3855 * testsuite/libgomp.c++/pr64868.C: New test.
3856
02d3e45e
DE
38572015-02-01 David Edelsohn <dje.gcc@gmail.com>
3858
3859 PR libgomp/64635
3860 * configure.tgt (*-*-aix*): Use standard posix plugin-suffix.h.
3861 Link with -lpthread.
3862 * config/aix/plugin-suffix.h: Delete.
3863
b5f7a6ca
JH
38642015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
3865
3866 PR libgomp/64635
3867 * configure.tgt (*-*-aix*): Use config_path "aix posix".
3868 (*-*-darwin*): Use config_path "bsd darwin posix".
3869 (*-*-hpux*): Use config_path "hpux posix".
3870 * target.c: Add include of plugin-suffix.h and use
3871 SONAME_SUFFIX macro.
3872 * config/aix/plugin-suffix.h: New file.
3873 * config/darwin/plugin-suffix.h: New file.
3874 * config/hpux/plugin-suffix.h: New file.
3875 * config/posix/plugin-suffix.h: New file.
3876
b8910447
JJ
38772015-01-23 Jakub Jelinek <jakub@redhat.com>
3878
3879 PR middle-end/64734
3880 * libgomp.c/pr64734.c: New test.
3881
a0c88d06
TV
38822015-01-23 Tom de Vries <tom@codesourcery.com>
3883
3884 PR libgomp/64672
3885 * testsuite/libgomp.oacc-c-c++-common/abort-5.c: New test.
3886
1506ae0e
TV
38872015-01-23 Tom de Vries <tom@codesourcery.com>
3888
3889 PR libgomp/64707
3890 * testsuite/libgomp.c/target-9.c: Add -ftree-parallelize-loops=0 to
3891 dg-options.
3892
128b26dc
TS
38932015-01-19 Thomas Schwinge <thomas@codesourcery.com>
3894
bed62c21 3895 PR libgomp/64625
128b26dc
TS
3896 * libgomp_g.h (GOACC_data_start, GOACC_enter_exit_data)
3897 (GOACC_parallel, GOACC_update): Remove const_void *offload_table
3898 formal parameter. Update all users.
3899 * target.c (GOMP_target, GOMP_target_data, GOMP_target_update):
3900 Document unused formal parameter.
3901
6e36114c
TS
39022015-01-16 Thomas Schwinge <thomas@codesourcery.com>
3903
3904 * oacc-parallel.c: Don't include <alloca.h>.
3905 (GOACC_parallel): Use gomp_alloca instead of alloca.
3906
973e9808
GP
39072015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
3908
3909 * target.c (num_devices): Guard with PLUGIN_SUPPORT.
3910
41dbbb37
TS
39112015-01-15 Thomas Schwinge <thomas@codesourcery.com>
3912 James Norris <jnorris@codesourcery.com>
3913 Tom de Vries <tom@codesourcery.com>
3914 Julian Brown <julian@codesourcery.com>
3915 Cesar Philippidis <cesar@codesourcery.com>
3916 Nathan Sidwell <nathan@codesourcery.com>
3917 Tobias Burnus <burnus@net-b.de>
3918
3919 * Makefile.am (search_path): Add $(top_srcdir)/../include.
3920 (libgomp_la_SOURCES): Add splay-tree.c, libgomp-plugin.c,
3921 oacc-parallel.c, oacc-host.c, oacc-init.c, oacc-mem.c,
3922 oacc-async.c, oacc-plugin.c, oacc-cuda.c.
3923 [USE_FORTRAN] (libgomp_la_SOURCES): Add openacc.f90.
3924 Include $(top_srcdir)/plugin/Makefrag.am.
3925 (nodist_libsubinclude_HEADERS): Add openacc.h.
3926 [USE_FORTRAN] (nodist_finclude_HEADERS): Add openacc_lib.h,
3927 openacc.f90, openacc.mod, openacc_kinds.mod.
3928 (omp_lib.mod): Generalize into...
3929 (%.mod): ... this new rule.
3930 (openacc_kinds.mod, openacc.mod): New rules.
3931 * plugin/configfrag.ac: New file.
3932 * configure.ac: Move plugin/offloading support into it. Include
3933 it. Instantiate testsuite/libgomp-test-support.pt.exp.
3934 * plugin/Makefrag.am: New file.
3935 * testsuite/Makefile.am (OFFLOAD_TARGETS)
3936 (OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS): Don't
3937 export.
3938 (libgomp-test-support.exp): New rule.
3939 (all-local): Depend on it.
3940 * Makefile.in: Regenerate.
3941 * testsuite/Makefile.in: Regenerate.
3942 * config.h.in: Likewise.
3943 * configure: Likewise.
3944 * configure.tgt: Harden shell syntax.
3945 * env.c: Include "oacc-int.h".
3946 (parse_acc_device_type): New function.
3947 (gomp_debug_var, goacc_device_type, goacc_device_num): New
3948 variables.
3949 (initialize_env): Initialize those. Call
3950 goacc_runtime_initialize.
3951 * error.c (gomp_vdebug, gomp_debug, gomp_vfatal): New functions.
3952 (gomp_fatal): Call gomp_vfatal.
3953 * libgomp.h: Include "libgomp-plugin.h" and <stdarg.h>.
3954 (gomp_debug_var, goacc_device_type, goacc_device_num, gomp_vdebug)
3955 (gomp_debug, gomp_verror, gomp_vfatal, gomp_init_targets_once)
3956 (splay_tree_node, splay_tree, splay_tree_key)
3957 (struct target_mem_desc, struct splay_tree_key_s)
3958 (struct gomp_memory_mapping, struct acc_dispatch_t)
3959 (struct gomp_device_descr, gomp_acc_insert_pointer)
3960 (gomp_acc_remove_pointer, target_mem_desc, gomp_copy_from_async)
3961 (gomp_unmap_vars, gomp_init_device, gomp_init_tables)
3962 (gomp_free_memmap, gomp_fini_device): New declarations.
3963 (gomp_vdebug, gomp_debug): New macros.
3964 Include "splay-tree.h".
3965 * libgomp.map (OACC_2.0): New symbol version. Use for
3966 acc_get_num_devices, acc_get_num_devices_h_, acc_set_device_type,
3967 acc_set_device_type_h_, acc_get_device_type,
3968 acc_get_device_type_h_, acc_set_device_num, acc_set_device_num_h_,
3969 acc_get_device_num, acc_get_device_num_h_, acc_async_test,
3970 acc_async_test_h_, acc_async_test_all, acc_async_test_all_h_,
3971 acc_wait, acc_wait_h_, acc_wait_async, acc_wait_async_h_,
3972 acc_wait_all, acc_wait_all_h_, acc_wait_all_async,
3973 acc_wait_all_async_h_, acc_init, acc_init_h_, acc_shutdown,
3974 acc_shutdown_h_, acc_on_device, acc_on_device_h_, acc_malloc,
3975 acc_free, acc_copyin, acc_copyin_32_h_, acc_copyin_64_h_,
3976 acc_copyin_array_h_, acc_present_or_copyin,
3977 acc_present_or_copyin_32_h_, acc_present_or_copyin_64_h_,
3978 acc_present_or_copyin_array_h_, acc_create, acc_create_32_h_,
3979 acc_create_64_h_, acc_create_array_h_, acc_present_or_create,
3980 acc_present_or_create_32_h_, acc_present_or_create_64_h_,
3981 acc_present_or_create_array_h_, acc_copyout, acc_copyout_32_h_,
3982 acc_copyout_64_h_, acc_copyout_array_h_, acc_delete,
3983 acc_delete_32_h_, acc_delete_64_h_, acc_delete_array_h_,
3984 acc_update_device, acc_update_device_32_h_,
3985 acc_update_device_64_h_, acc_update_device_array_h_,
3986 acc_update_self, acc_update_self_32_h_, acc_update_self_64_h_,
3987 acc_update_self_array_h_, acc_map_data, acc_unmap_data,
3988 acc_deviceptr, acc_hostptr, acc_is_present, acc_is_present_32_h_,
3989 acc_is_present_64_h_, acc_is_present_array_h_,
3990 acc_memcpy_to_device, acc_memcpy_from_device,
3991 acc_get_current_cuda_device, acc_get_current_cuda_context,
3992 acc_get_cuda_stream, acc_set_cuda_stream.
3993 (GOACC_2.0): New symbol version. Use for GOACC_data_end,
3994 GOACC_data_start, GOACC_enter_exit_data, GOACC_parallel,
3995 GOACC_update, GOACC_wait, GOACC_get_thread_num,
3996 GOACC_get_num_threads.
3997 (GOMP_PLUGIN_1.0): New symbol version. Use for
3998 GOMP_PLUGIN_malloc, GOMP_PLUGIN_malloc_cleared,
3999 GOMP_PLUGIN_realloc, GOMP_PLUGIN_debug, GOMP_PLUGIN_error,
4000 GOMP_PLUGIN_fatal, GOMP_PLUGIN_async_unmap_vars,
4001 GOMP_PLUGIN_acc_thread.
4002 * libgomp.texi: Update for OpenACC changes, and GOMP_DEBUG
4003 environment variable.
4004 * libgomp_g.h (GOACC_data_start, GOACC_data_end)
4005 (GOACC_enter_exit_data, GOACC_parallel, GOACC_update, GOACC_wait)
4006 (GOACC_get_num_threads, GOACC_get_thread_num): New declarations.
4007 * splay-tree.h (splay_tree_lookup, splay_tree_insert)
4008 (splay_tree_remove): New declarations.
4009 (rotate_left, rotate_right, splay_tree_splay, splay_tree_insert)
4010 (splay_tree_remove, splay_tree_lookup): Move into...
4011 * splay-tree.c: ... this new file.
4012 * target.c: Include "oacc-plugin.h", "oacc-int.h", <assert.h>.
4013 (splay_tree_node, splay_tree, splay_tree_key)
4014 (struct target_mem_desc, struct splay_tree_key_s)
4015 (struct gomp_device_descr): Don't declare.
4016 (num_devices_openmp): New variable.
4017 (gomp_get_num_devices ): Use it.
4018 (gomp_init_targets_once): New function.
4019 (gomp_get_num_devices ): Use it.
4020 (get_kind, gomp_copy_from_async, gomp_free_memmap)
4021 (gomp_fini_device, gomp_register_image_for_device): New functions.
4022 (gomp_map_vars): Add devaddrs parameter.
4023 (gomp_update): Add mm parameter.
4024 (gomp_init_device): Move most of it into...
4025 (gomp_init_tables): ... this new function.
4026 (gomp_register_images_for_device): Remove function.
4027 (splay_compare, gomp_map_vars, gomp_unmap_vars, gomp_init_device):
4028 Make them hidden instead of static.
4029 (gomp_map_vars_existing, gomp_map_vars, gomp_unmap_vars)
4030 (gomp_update, gomp_init_device, GOMP_target, GOMP_target_data)
4031 (GOMP_target_end_data, GOMP_target_update)
4032 (gomp_load_plugin_for_device, gomp_target_init): Update for
4033 OpenACC changes.
4034 * oacc-async.c: New file.
4035 * oacc-cuda.c: Likewise.
4036 * oacc-host.c: Likewise.
4037 * oacc-init.c: Likewise.
4038 * oacc-int.h: Likewise.
4039 * oacc-mem.c: Likewise.
4040 * oacc-parallel.c: Likewise.
4041 * oacc-plugin.c: Likewise.
4042 * oacc-plugin.h: Likewise.
4043 * oacc-ptx.h: Likewise.
4044 * openacc.f90: Likewise.
4045 * openacc.h: Likewise.
4046 * openacc_lib.h: Likewise.
4047 * plugin/plugin-host.c: Likewise.
4048 * plugin/plugin-nvptx.c: Likewise.
4049 * libgomp-plugin.c: Likewise.
4050 * libgomp-plugin.h: Likewise.
4051 * libgomp_target.h: Remove file after merging content into the
4052 former file. Update all users.
4053 * testsuite/lib/libgomp.exp: Load libgomp-test-support.exp.
4054 (offload_targets_s, offload_targets_s_openacc): New variables.
4055 (check_effective_target_openacc_nvidia_accel_present)
4056 (check_effective_target_openacc_nvidia_accel_selected): New
4057 procedures.
4058 (libgomp_init): Update for OpenACC changes.
4059 * testsuite/libgomp-test-support.exp.in: New file.
4060 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
4061 * testsuite/libgomp.oacc-c/c.exp: Likewise.
4062 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
4063 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Likewise.
4064 * testsuite/libgomp.oacc-c-c++-common/abort-2.c: Likewise.
4065 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
4066 * testsuite/libgomp.oacc-c-c++-common/abort-4.c: Likewise.
4067 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
4068 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
4069 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: Likewise.
4070 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Likewise.
4071 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
4072 * testsuite/libgomp.oacc-c-c++-common/collapse-1.c: Likewise.
4073 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
4074 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Likewise.
4075 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
4076 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
4077 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
4078 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
4079 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
4080 * testsuite/libgomp.oacc-c-c++-common/data-1.c: Likewise.
4081 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
4082 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
4083 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
4084 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
4085 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
4086 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
4087 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
4088 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
4089 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
4090 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
4091 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
4092 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
4093 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Likewise.
4094 * testsuite/libgomp.oacc-c-c++-common/kernels-empty.c: Likewise.
4095 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
4096 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
4097 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
4098 * testsuite/libgomp.oacc-c-c++-common/lib-12.c: Likewise.
4099 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
4100 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
4101 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
4102 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
4103 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
4104 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
4105 * testsuite/libgomp.oacc-c-c++-common/lib-19.c: Likewise.
4106 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
4107 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
4108 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
4109 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
4110 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
4111 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
4112 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
4113 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
4114 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
4115 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
4116 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
4117 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
4118 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
4119 * testsuite/libgomp.oacc-c-c++-common/lib-31.c: Likewise.
4120 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
4121 * testsuite/libgomp.oacc-c-c++-common/lib-33.c: Likewise.
4122 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
4123 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
4124 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
4125 * testsuite/libgomp.oacc-c-c++-common/lib-37.c: Likewise.
4126 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Likewise.
4127 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
4128 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
4129 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
4130 * testsuite/libgomp.oacc-c-c++-common/lib-41.c: Likewise.
4131 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
4132 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
4133 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
4134 * testsuite/libgomp.oacc-c-c++-common/lib-45.c: Likewise.
4135 * testsuite/libgomp.oacc-c-c++-common/lib-46.c: Likewise.
4136 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
4137 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
4138 * testsuite/libgomp.oacc-c-c++-common/lib-49.c: Likewise.
4139 * testsuite/libgomp.oacc-c-c++-common/lib-5.c: Likewise.
4140 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Likewise.
4141 * testsuite/libgomp.oacc-c-c++-common/lib-51.c: Likewise.
4142 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
4143 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
4144 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
4145 * testsuite/libgomp.oacc-c-c++-common/lib-55.c: Likewise.
4146 * testsuite/libgomp.oacc-c-c++-common/lib-56.c: Likewise.
4147 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
4148 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
4149 * testsuite/libgomp.oacc-c-c++-common/lib-59.c: Likewise.
4150 * testsuite/libgomp.oacc-c-c++-common/lib-6.c: Likewise.
4151 * testsuite/libgomp.oacc-c-c++-common/lib-60.c: Likewise.
4152 * testsuite/libgomp.oacc-c-c++-common/lib-61.c: Likewise.
4153 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
4154 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
4155 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
4156 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
4157 * testsuite/libgomp.oacc-c-c++-common/lib-66.c: Likewise.
4158 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
4159 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
4160 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: Likewise.
4161 * testsuite/libgomp.oacc-c-c++-common/lib-7.c: Likewise.
4162 * testsuite/libgomp.oacc-c-c++-common/lib-70.c: Likewise.
4163 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
4164 * testsuite/libgomp.oacc-c-c++-common/lib-72.c: Likewise.
4165 * testsuite/libgomp.oacc-c-c++-common/lib-73.c: Likewise.
4166 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: Likewise.
4167 * testsuite/libgomp.oacc-c-c++-common/lib-75.c: Likewise.
4168 * testsuite/libgomp.oacc-c-c++-common/lib-76.c: Likewise.
4169 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
4170 * testsuite/libgomp.oacc-c-c++-common/lib-78.c: Likewise.
4171 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
4172 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
4173 * testsuite/libgomp.oacc-c-c++-common/lib-81.c: Likewise.
4174 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
4175 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
4176 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Likewise.
4177 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
4178 * testsuite/libgomp.oacc-c-c++-common/lib-86.c: Likewise.
4179 * testsuite/libgomp.oacc-c-c++-common/lib-87.c: Likewise.
4180 * testsuite/libgomp.oacc-c-c++-common/lib-88.c: Likewise.
4181 * testsuite/libgomp.oacc-c-c++-common/lib-89.c: Likewise.
4182 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
4183 * testsuite/libgomp.oacc-c-c++-common/lib-90.c: Likewise.
4184 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
4185 * testsuite/libgomp.oacc-c-c++-common/lib-92.c: Likewise.
4186 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
4187 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Likewise.
4188 * testsuite/libgomp.oacc-c-c++-common/offset-1.c: Likewise.
4189 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: Likewise.
4190 * testsuite/libgomp.oacc-c-c++-common/parallel-empty.c: Likewise.
4191 * testsuite/libgomp.oacc-c-c++-common/pointer-align-1.c: Likewise.
4192 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
4193 * testsuite/libgomp.oacc-c-c++-common/present-2.c: Likewise.
4194 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
4195 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
4196 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
4197 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
4198 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
4199 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c:
4200 Likewise.
4201 * testsuite/libgomp.oacc-c-c++-common/subr.h: Likewise.
4202 * testsuite/libgomp.oacc-c-c++-common/subr.ptx: Likewise.
4203 * testsuite/libgomp.oacc-c-c++-common/timer.h: Likewise.
4204 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
4205 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Likewise.
4206 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
4207 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
4208 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
4209 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
4210 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
4211 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
4212 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
4213 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
4214 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
4215 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
4216 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
4217 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
4218 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
4219 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
4220 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
4221 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
4222 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
4223 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
4224 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
4225 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
4226 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
4227 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
4228 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
4229 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
4230 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
4231 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
4232 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
4233 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
4234 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
4235 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
4236 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
4237 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
4238 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
4239 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
4240 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
4241 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
4242 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
4243 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
4244 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
4245 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
4246 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
4247 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
4248 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
4249 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
4250 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
4251 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
4252 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
4253 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
4254 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
4255 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
4256 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
4257 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
4258 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
4259 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
4260 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
4261
f1f3453e
TS
42622015-01-10 Thomas Schwinge <thomas@codesourcery.com>
4263 Julian Brown <julian@codesourcery.com>
4264 David Malcolm <dmalcolm@redhat.com>
4265
4266 * configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
4267 to "GNU Offloading and Multi Processing Runtime Library". Change
4268 all users.
4269 * configure: Regenerate.
4270 * libgomp.texi: Update.
4271
f9a0eca4
TS
42722015-01-08 Thomas Schwinge <thomas@codesourcery.com>
4273
b335ef4e
TS
4274 * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add
4275 "$tgt_dir/lib32".
4276 * configure: Regenerate.
4277
f9a0eca4
TS
4278 * testsuite/lib/libgomp.exp (libgomp_init): Correctly match
4279 "intelmic" in $offload_targets.
4280
b67cd4e3
JJ
42812015-01-05 Jakub Jelinek <jakub@redhat.com>
4282
5624e564
JJ
4283 Update copyright years.
4284
b67cd4e3
JJ
4285 * libgomp.texi: Bump @copying's copyright year.
4286
3b41b583
KT
42872014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4288
4289 * testsuite/lib/libgomp.exp: Load target-utils.exp.
4290 Move load of target-supportes.exp earlier.
4291
2354caec
IV
42922014-12-10 Ilya Verbin <ilya.verbin@intel.com>
4293
4294 * testsuite/libgomp.c/target-9.c: New test.
4295
f50eecba
VR
42962014-12-09 Varvara Rainchik <varvara.rainchik@intel.com>
4297
4298 * config.h.in: Regenerate.
4299 * configure: Regenerate.
4300 * configure.ac: Add GCC_CHECK_EMUTLS.
4301 * libgomp.h: Add check for USE_EMUTLS: this case
4302 is equal to HAVE_TLS.
4303 * team.c: Likewise.
4304
68bc9270
UB
43052014-12-03 Uros Bizjak <ubizjak@gmail.com>
4306
4307 * configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.
4308
476ff787
AT
43092014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com>
4310 Ilya Verbin <ilya.verbin@intel.com>
4311
4312 * testsuite/libgomp.c/target-critical-1.c: New test.
4313
31a30e62
JJ
43142014-11-26 Jakub Jelinek <jakub@redhat.com>
4315
4316 * testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
68bc9270 4317 to dg-options unless expensive testing is on.
31a30e62
JJ
4318 (TESTITERS): Define to N if not defined.
4319 (main): Use TESTITERS instead of N.
4320 * testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
4321 dg-additional-options depending on whether expensive testing is on.
4322 * testsuite/libgomp.fortran/examples-4/e.55.1.f90 (e_55_1_mod):
4323 Decrease N to 100000 and CHUNKSZ to 10000.
4324
3f9e8f13
JJ
43252014-11-24 Jakub Jelinek <jakub@redhat.com>
4326
4327 PR fortran/63938
31a30e62
JJ
4328 * testsuite/libgomp.fortran/pr63938-1.f90: New test.
4329 * testsuite/libgomp.fortran/pr63938-2.f90: New test.
3f9e8f13 4330
c8451a46
SE
43312014-11-21 Steve Ellcey <sellcey@imgtec.com>
4332
4333 * config/linux/mips/futex.h (SYS_futex): Define if not already done.
4334
a699d672
L
43352014-11-21 H.J. Lu <hongjiu.lu@intel.com>
4336
4337 PR bootstrap/63784
4338 * configure: Regenerated.
4339
4a19f719
UB
43402014-11-19 Uros Bizjak <ubizjak@gmail.com>
4341
4342 * testsuite/libgomp.c/examples-4/e.53.5.c: Require
4343 vect_simd_clones effective target.
4344 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
4345
b1bf6c52
JJ
43462014-11-14 Jakub Jelinek <jakub@redhat.com>
4347
4348 * libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
4349 of 32 as block_size.
4350 * libgomp.fortran/examples-4/e.54.2.f90 (e_54_1): Use n / 8
4351 instead of 32 as block_size.
4352
d64ae614
AT
43532014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
4354 Ilya Verbin <ilya.verbin@intel.com>
4355
4356 * Makefile.in: Regenerate.
4357 * configure: Regenerate.
4358 * configure.ac: Set up offload_additional_options,
4359 offload_additional_lib_paths and offload_targets.
4360 * testsuite/Makefile.am: Export environment variables: OFFLOAD_TARGETS,
4361 OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS.
4362 * testsuite/Makefile.in: Regenerate.
4363 * testsuite/lib/libgomp.exp (libgomp_init): Append
4364 offload_additional_lib_paths to LD_LIBRARY_PATH. Append
4365 offload_additional_options to ALWAYS_CFLAGS. Append liboffloadmic
4366 build directory to LD_LIBRARY_PATH for intelmic offload targets.
4367
122d7303
AT
43682014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
4369 Ilya Verbin <ilya.verbin@intel.com>
4370 Kirill Yukhin <kirill.yukhin@intel.com>
4371 Ilya Tocar <ilya.tocar@intel.com>
4372
4373 * testsuite/lib/libgomp.exp
4374 (check_effective_target_offload_device): New.
4375 * testsuite/libgomp.c++/c++.exp: Include tests from subdirectories.
4376 * testsuite/libgomp.c++/examples-4/e.51.5.C: New test.
4377 * testsuite/libgomp.c++/examples-4/e.53.2.C: Ditto.
4378 * testsuite/libgomp.c/examples-4/e.50.1.c: Ditto.
4379 * testsuite/libgomp.c/examples-4/e.50.2.c: Ditto.
4380 * testsuite/libgomp.c/examples-4/e.50.3.c: Ditto.
4381 * testsuite/libgomp.c/examples-4/e.50.4.c: Ditto.
4382 * testsuite/libgomp.c/examples-4/e.50.5.c: Ditto.
4383 * testsuite/libgomp.c/examples-4/e.51.1.c: Ditto.
4384 * testsuite/libgomp.c/examples-4/e.51.2.c: Ditto.
4385 * testsuite/libgomp.c/examples-4/e.51.3.c: Ditto.
4386 * testsuite/libgomp.c/examples-4/e.51.4.c: Ditto.
4387 * testsuite/libgomp.c/examples-4/e.51.6.c: Ditto.
4388 * testsuite/libgomp.c/examples-4/e.51.7.c: Ditto.
4389 * testsuite/libgomp.c/examples-4/e.52.1.c: Ditto.
4390 * testsuite/libgomp.c/examples-4/e.52.2.c: Ditto.
4391 * testsuite/libgomp.c/examples-4/e.53.1.c: Ditto.
4392 * testsuite/libgomp.c/examples-4/e.53.3.c: Ditto.
4393 * testsuite/libgomp.c/examples-4/e.53.4.c: Ditto.
4394 * testsuite/libgomp.c/examples-4/e.53.5.c: Ditto.
4395 * testsuite/libgomp.c/examples-4/e.54.2.c: Ditto.
4396 * testsuite/libgomp.c/examples-4/e.54.3.c: Ditto.
4397 * testsuite/libgomp.c/examples-4/e.54.4.c: Ditto.
4398 * testsuite/libgomp.c/examples-4/e.54.5.c: Ditto.
4399 * testsuite/libgomp.c/examples-4/e.54.6.c: Ditto.
4400 * testsuite/libgomp.c/examples-4/e.55.1.c: Ditto.
4401 * testsuite/libgomp.c/examples-4/e.55.2.c: Ditto.
4402 * testsuite/libgomp.c/examples-4/e.56.3.c: Ditto.
4403 * testsuite/libgomp.c/examples-4/e.56.4.c: Ditto.
4404 * testsuite/libgomp.c/examples-4/e.57.1.c: Ditto.
4405 * testsuite/libgomp.c/examples-4/e.57.2.c: Ditto.
4406 * testsuite/libgomp.c/examples-4/e.57.3.c: Ditto.
4407 * testsuite/libgomp.c/target-7.c: Fix test.
4408 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: New test.
4409 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Ditto.
4410 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Ditto.
4411 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Ditto.
4412 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Ditto.
4413 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Ditto.
4414 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Ditto.
4415 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Ditto.
4416 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Ditto.
4417 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Ditto.
4418 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Ditto.
4419 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Ditto.
4420 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Ditto.
4421 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Ditto.
4422 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Ditto.
4423 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Ditto.
4424 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Ditto.
4425 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Ditto.
4426 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
4427 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Ditto.
4428 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Ditto.
4429 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Ditto.
4430 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Ditto.
4431 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Ditto.
4432 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Ditto.
4433 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Ditto.
4434 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Ditto.
4435 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Ditto.
4436 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Ditto.
4437 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Ditto.
4438 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Ditto.
4439
1df3f842
JJ
44402014-11-13 Jakub Jelinek <jakub@redhat.com>
4441 Ilya Verbin <ilya.verbin@intel.com>
4442 Thomas Schwinge <thomas@codesourcery.com>
4443 Andrey Turetskiy <andrey.turetskiy@intel.com>
4444
4445 * libgomp.map (GOMP_4.0.1): New symbol version.
4446 Add GOMP_offload_register.
4447 * libgomp_target.h: New file.
4448 * splay-tree.h: New file.
4449 * target.c: Include config.h, libgomp_target.h, dlfcn.h, splay-tree.h.
4450 (gomp_target_init): New forward declaration.
4451 (gomp_is_initialized): New static variable.
4452 (splay_tree_node, splay_tree, splay_tree_key): New typedefs.
4453 (struct target_mem_desc, struct splay_tree_key_s, offload_image_descr):
4454 New structures.
4455 (offload_images, num_offload_images, devices, num_devices): New static
4456 variables.
4457 (splay_compare): New static function.
4458 (struct gomp_device_descr): New structure.
4459 (gomp_get_num_devices): Call gomp_target_init.
4460 (resolve_device, gomp_map_vars_existing, gomp_map_vars, gomp_unmap_tgt)
4461 (gomp_unmap_vars, gomp_update, gomp_init_device): New static functions.
4462 (GOMP_offload_register): New function.
4463 (GOMP_target): Arrange for host callback to be performed in a separate
4464 initial thread and contention group, inheriting ICVs from
4465 gomp_global_icv etc. Call gomp_map_vars and gomp_unmap_vars.
4466 Add device initialization and lookup for target function in splay tree.
4467 (GOMP_target_data): Add device initialization and call gomp_map_vars.
4468 (GOMP_target_end_data): Call gomp_unmap_vars.
4469 (GOMP_target_update): Add device initialization and call gomp_update.
4470 (gomp_load_plugin_for_device, gomp_register_images_for_device)
4471 (gomp_target_init): New static functions.
4472
85c64bbe
BS
44732014-11-13 Bernd Schmidt <bernds@codesourcery.com>
4474 Thomas Schwinge <thomas@codesourcery.com>
4475 Ilya Verbin <ilya.verbin@intel.com>
4476 Andrey Turetskiy <andrey.turetskiy@intel.com>
4477
4478 * config.h.in: Regenerate.
4479 * configure: Regenerate.
4480 * configure.ac: Check for libdl, required for plugin support.
4481 (PLUGIN_SUPPORT): Define if plugins are supported.
4482 (enable_offload_targets): Support Intel MIC targets.
4483 (OFFLOAD_TARGETS): List of target names suitable for offloading.
4484
ebf6d33b
FXC
44852014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4486
4487 PR target/63610
4488 * configure: Regenerate.
4489
8c768629
RO
44902014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4491
4492 * config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
4493
c1d62412
MP
44942014-10-06 Marek Polacek <polacek@redhat.com>
4495
4496 * testsuite/libgomp.c/affinity-1.c: Include <sys/wait.h>.
4497 * testsuite/libgomp.c/nqueens-1.c: Include <stdlib.h>.
4498 * testsuite/libgomp.c/thread-limit-1.c: Include <omp.h>
4499 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
4500
44a0c6cb
MP
45012014-10-06 Marek Polacek <polacek@redhat.com>
4502
4503 * testsuite/libgomp.c/affinity-1.c: Fix implicit declarations.
4504 * testsuite/libgomp.c/nqueens-1.c: Likewise.
4505 * testsuite/libgomp.c/pr26943-3.c: Likewise.
4506 * testsuite/libgomp.c/pr26943-4.c: Likewise.
4507 * testsuite/libgomp.c/pr36802-2.c: Likewise.
4508 * testsuite/libgomp.c/pr36802-3.c: Likewise.
4509 * testsuite/libgomp.c/thread-limit-1.c: Likewise.
4510 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
4511 * testsuite/libgomp.c/appendix-a/a.15.1.c: Include <omp.h>.
4512 * testsuite/libgomp.c/omp-loop02.c: Fix defaulting to int.
4513 * testsuite/libgomp.c/omp-parallel-for.c: Likewise.
4514 * testsuite/libgomp.c/omp-parallel-if.c: Likewise.
4515 * testsuite/libgomp.c/omp-single-1.c: Likewise.
4516 * testsuite/libgomp.c/omp-single-2.c: Likewise.
4517 * testsuite/libgomp.c/omp_matvec.c: Likewise.
4518 * testsuite/libgomp.c/omp_workshare3.c: Likewise.
4519 * testsuite/libgomp.c/omp_workshare4.c: Likewise.
4520 * testsuite/libgomp.c/shared-1.c: Fix defaulting to int. Fix implicit
4521 declarations.
4522
5771c391
JJ
45232014-10-03 Jakub Jelinek <jakub@redhat.com>
4524
4525 PR libgomp/61200
4526 * testsuite/libgomp.c/pr61200.c: New test.
4527
bce16b88
JJ
45282014-09-18 Jakub Jelinek <jakub@redhat.com>
4529
4530 PR c++/63248
4531 * testsuite/libgomp.c++/pr63248.C: New test.
4532
3696163c
JJ
45332014-08-04 Jakub Jelinek <jakub@redhat.com>
4534
4535 * task.c (GOMP_taskgroup_end): If taskgroup->num_children
4536 is not zero, but taskgroup->children is NULL and there are
4537 any task->children, schedule those instead of waiting.
4538 * testsuite/libgomp.c/depend-6.c: New test.
4539 * testsuite/libgomp.c/depend-7.c: New test.
4540 * testsuite/libgomp.c/depend-8.c: New test.
4541 * testsuite/libgomp.c/depend-9.c: New test.
4542 * testsuite/libgomp.c/depend-10.c: New test.
4543
0494285a
JJ
45442014-08-01 Jakub Jelinek <jakub@redhat.com>
4545
4546 * libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.
4547 (struct gomp_taskwait): New type.
4548 (struct gomp_task): Add taskwait and parent_depends_on, remove
4549 in_taskwait and taskwait_sem fields.
4550 (gomp_finish_task): Don't destroy taskwait_sem.
4551 * task.c (gomp_init_task): Don't init in_taskwait, instead init
4552 taskwait and parent_depends_on.
4553 (GOMP_task): For if (0) tasks with depend clause that depend on
4554 earlier tasks don't defer them, instead call
4555 gomp_task_maybe_wait_for_dependencies to wait for the dependencies.
4556 Initialize redundant_out field, for redundant out entries just
4557 move them at the end of linked list instead of removing them
4558 completely, and set redundant_out flag instead of redundant.
4559 (gomp_task_run_pre): Update last_parent_depends_on if scheduling
4560 that task.
4561 (gomp_task_run_post_handle_dependers): If parent is in
4562 gomp_task_maybe_wait_for_dependencies and newly runnable task
4563 is not parent_depends_on, queue it in parent->children linked
4564 list after all runnable tasks with parent_depends_on set.
4565 Adjust for addition of taskwait indirection.
4566 (gomp_task_run_post_remove_parent): If parent is in
4567 gomp_task_maybe_wait_for_dependencies and task to be removed
4568 is parent_depends_on, decrement n_depend and if needed awake
4569 parent. Adjust for addition of taskwait indirection.
4570 (GOMP_taskwait): Adjust for addition of taskwait indirection.
4571 (gomp_task_maybe_wait_for_dependencies): New function.
4572 * testsuite/libgomp.c/depend-5.c: New test.
4573
60ab4b44
TB
45742014-07-13 Tobias Burnus <burnus@net-b.de>
4575
4576 * testsuite/libgomp.fortran/pr34020.f90: Make compile
0494285a 4577 with TS 18508/Fortran 2015.
60ab4b44 4578
773ec47f
MP
45792014-07-06 Marek Polacek <polacek@redhat.com>
4580
4581 PR c/6940
4582 * testsuite/libgomp.c/appendix-a/a.29.1.c (f): Add dg-warnings.
4583
f707da16
JJ
45842014-07-03 Jakub Jelinek <jakub@redhat.com>
4585
4586 * testsuite/lib/libgomp.exp (libgomp_target_compile): If $source
4587 matches regex $lang_source_re, add $lang_include_flags to options.
4588 * testsuite/libgomp.c/c.exp: Unset lang_include_flags.
4589 * testsuite/libgomp.c++/c++.exp: Likewise.
4590 * testsuite/libgomp.fortran/fortran.exp: Likewise. Set lang_source_re
4591 and lang_include_flags instead of adding -fintrinsic-modules-path= to
4592 ALWAYS_CFLAGS.
4593 * testsuite/libgomp.graphite/graphite.exp: Unset lang_include_flags.
4594
07b6c044
TS
45952014-07-03 Thomas Schwinge <thomas@codesourcery.com>
4596
4597 * testsuite/libgomp.fortran/fortran.exp: Explain
4598 gfortran-dg-runtest usage.
4599
da6f124d
JJ
46002014-06-25 Jakub Jelinek <jakub@redhat.com>
4601
4602 * testsuite/libgomp.fortran/simd5.f90: New test.
4603 * testsuite/libgomp.fortran/simd6.f90: New test.
4604 * testsuite/libgomp.fortran/simd7.f90: New test.
4605
b46ebd6c
JJ
46062014-06-24 Jakub Jelinek <jakub@redhat.com>
4607
56ad0e38
JJ
4608 * testsuite/libgomp.c/for-2.c: Define SC to static for
4609 #pragma omp for simd testing.
4610 * testsuite/libgomp.c/for-2.h (SC): Define if not defined.
4611 (N(f5), N(f6), N(f7), N(f8), N(f10), N(f12), N(f14)): Use
4612 SC macro.
4613 * testsuite/libgomp.c/simd-14.c: New test.
4614 * testsuite/libgomp.c/simd-15.c: New test.
4615 * testsuite/libgomp.c/simd-16.c: New test.
4616 * testsuite/libgomp.c/simd-17.c: New test.
4617 * testsuite/libgomp.c++/for-10.C: Define SC to static for
4618 #pragma omp for simd testing.
4619 * testsuite/libgomp.c++/simd10.C: New test.
4620 * testsuite/libgomp.c++/simd11.C: New test.
4621 * testsuite/libgomp.c++/simd12.C: New test.
4622 * testsuite/libgomp.c++/simd13.C: New test.
4623
b46ebd6c
JJ
4624 * testsuite/libgomp.fortran/aligned1.f03: New test.
4625 * testsuite/libgomp.fortran/nestedfn5.f90: New test.
4626 * testsuite/libgomp.fortran/target7.f90: Surround loop spawning
4627 tasks with !$omp parallel !$omp single.
4628 * testsuite/libgomp.fortran/target8.f90: New test.
4629 * testsuite/libgomp.fortran/udr4.f90 (foo UDR, bar UDR): Adjust
4630 not to use trim in the combiner, instead call elemental function.
4631 (fn): New elemental function.
4632 * testsuite/libgomp.fortran/udr6.f90 (do_add, dp_add, dp_init):
4633 Make elemental.
4634 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
4635 omp_in): Likewise.
4636 * testsuite/libgomp.fortran/udr12.f90: New test.
4637 * testsuite/libgomp.fortran/udr13.f90: New test.
4638 * testsuite/libgomp.fortran/udr14.f90: New test.
4639 * testsuite/libgomp.fortran/udr15.f90: New test.
4640
f014c653
JJ
46412014-06-18 Jakub Jelinek <jakub@redhat.com>
4642
4643 * omp_lib.f90.in (openmp_version): Set to 201307.
4644 * omp_lib.h.in (openmp_version): Likewise.
4645 * testsuite/libgomp.c/target-8.c: New test.
4646 * testsuite/libgomp.fortran/declare-simd-1.f90: Add notinbranch
4647 and inbranch clauses.
4648 * testsuite/libgomp.fortran/depend-3.f90: New test.
4649 * testsuite/libgomp.fortran/openmp_version-1.f: Adjust for new
4650 openmp_version.
4651 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
4652 * testsuite/libgomp.fortran/target1.f90: New test.
4653 * testsuite/libgomp.fortran/target2.f90: New test.
4654 * testsuite/libgomp.fortran/target3.f90: New test.
4655 * testsuite/libgomp.fortran/target4.f90: New test.
4656 * testsuite/libgomp.fortran/target5.f90: New test.
4657 * testsuite/libgomp.fortran/target6.f90: New test.
4658 * testsuite/libgomp.fortran/target7.f90: New test.
4659
92d28cbb
JJ
46602014-06-10 Jakub Jelinek <jakub@redhat.com>
4661
4662 PR fortran/60928
4663 * testsuite/libgomp.fortran/allocatable9.f90: New test.
4664 * testsuite/libgomp.fortran/allocatable10.f90: New test.
4665 * testsuite/libgomp.fortran/allocatable11.f90: New test.
4666 * testsuite/libgomp.fortran/allocatable12.f90: New test.
4667 * testsuite/libgomp.fortran/alloc-comp-1.f90: New test.
4668 * testsuite/libgomp.fortran/alloc-comp-2.f90: New test.
4669 * testsuite/libgomp.fortran/alloc-comp-3.f90: New test.
4670 * testsuite/libgomp.fortran/associate1.f90: New test.
4671 * testsuite/libgomp.fortran/associate2.f90: New test.
4672 * testsuite/libgomp.fortran/procptr1.f90: New test.
4673
5f23671d
JJ
46742014-06-06 Jakub Jelinek <jakub@redhat.com>
4675
4676 * testsuite/libgomp.fortran/simd1.f90: New test.
4677 * testsuite/libgomp.fortran/udr1.f90: New test.
4678 * testsuite/libgomp.fortran/udr2.f90: New test.
4679 * testsuite/libgomp.fortran/udr3.f90: New test.
4680 * testsuite/libgomp.fortran/udr4.f90: New test.
4681 * testsuite/libgomp.fortran/udr5.f90: New test.
4682 * testsuite/libgomp.fortran/udr6.f90: New test.
4683 * testsuite/libgomp.fortran/udr7.f90: New test.
4684 * testsuite/libgomp.fortran/udr8.f90: New test.
4685 * testsuite/libgomp.fortran/udr9.f90: New test.
4686 * testsuite/libgomp.fortran/udr10.f90: New test.
4687 * testsuite/libgomp.fortran/udr11.f90: New test.
4688
0389fbb5
UB
46892014-05-27 Uros Bizjak <ubizjak@gmail.com>
4690
4691 * testsuite/libgomp.fortran/declare-simd-1.f90: Require
4692 vect_simd_clones effective target.
4693 * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.
4694
decaaec8
JJ
46952014-05-21 Jakub Jelinek <jakub@redhat.com>
4696
4697 PR middle-end/61252
4698 * testsuite/libgomp.c++/simd-9.C: New test.
4699
72832460
UB
47002014-05-18 Uros Bizjak <ubizjak@gmail.com>
4701
4702 * libgomp.texi (Runitme Library Routines): Remove multiple @menu.
4703 (Environment Variables) Move OMP_PROC_BIND and OMP_STACKSIZE node
4704 texts according to their @menu entry positions.
4705
dd2fc525
JJ
47062014-05-11 Jakub Jelinek <jakub@redhat.com>
4707
4708 * testsuite/libgomp.fortran/cancel-do-1.f90: New test.
4709 * testsuite/libgomp.fortran/cancel-do-2.f90: New test.
4710 * testsuite/libgomp.fortran/cancel-parallel-1.f90: New test.
4711 * testsuite/libgomp.fortran/cancel-parallel-3.f90: New test.
4712 * testsuite/libgomp.fortran/cancel-sections-1.f90: New test.
4713 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: New test.
4714 * testsuite/libgomp.fortran/declare-simd-1.f90: New test.
4715 * testsuite/libgomp.fortran/declare-simd-2.f90: New test.
4716 * testsuite/libgomp.fortran/declare-simd-3.f90: New test.
4717 * testsuite/libgomp.fortran/depend-1.f90: New test.
4718 * testsuite/libgomp.fortran/depend-2.f90: New test.
4719 * testsuite/libgomp.fortran/omp_atomic5.f90: New test.
4720 * testsuite/libgomp.fortran/simd1.f90: New test.
4721 * testsuite/libgomp.fortran/simd2.f90: New test.
4722 * testsuite/libgomp.fortran/simd3.f90: New test.
4723 * testsuite/libgomp.fortran/simd4.f90: New test.
4724 * testsuite/libgomp.fortran/taskgroup1.f90: New test.
4725
95782571
JJ
47262014-05-02 Jakub Jelinek <jakub@redhat.com>
4727
4728 * testsuite/libgomp.c/simd-10.c: New test.
4729 * testsuite/libgomp.c/simd-11.c: New test.
4730 * testsuite/libgomp.c/simd-12.c: New test.
4731 * testsuite/libgomp.c/simd-13.c: New test.
4732
f7468577
JJ
47332014-04-24 Jakub Jelinek <jakub@redhat.com>
4734
42056eac
JJ
4735 * testsuite/libgomp.c++/atomic-14.C: Allow seq_cst and
4736 atomic type clauses in any order and optional comma in between.
4737 * testsuite/libgomp.c++/atomic-15.C: Likewise.
4738 * testsuite/libgomp.c/atomic-17.c: Likewise.
4739
f7468577
JJ
4740 * testsuite/libgomp.c/simd-7.c: New test.
4741 * testsuite/libgomp.c/simd-8.c: New test.
4742 * testsuite/libgomp.c/simd-9.c: New test.
4743 * testsuite/libgomp.c/loop-16.c: New test.
4744
ab18f2f5
RH
47452014-04-02 Richard Henderson <rth@redhat.com>
4746
4747 * config/linux/futex.h (futex_wait): Get error value from errno.
4748 (futex_wake): Likewise.
4749
8bcc90b0
JJ
47502014-03-25 Jakub Jelinek <jakub@redhat.com>
4751
4752 PR c++/60331
4753 * testsuite/libgomp.c++/udr-11.C: New test.
4754 * testsuite/libgomp.c++/udr-12.C: New test.
4755 * testsuite/libgomp.c++/udr-13.C: New test.
4756 * testsuite/libgomp.c++/udr-14.C: New test.
4757 * testsuite/libgomp.c++/udr-15.C: New test.
4758 * testsuite/libgomp.c++/udr-16.C: New test.
4759 * testsuite/libgomp.c++/udr-17.C: New test.
4760 * testsuite/libgomp.c++/udr-18.C: New test.
4761 * testsuite/libgomp.c++/udr-19.C: New test.
4762
18d73c7f
RS
47632014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
4764
4765 Update copyright years
4766
f9030485
RS
47672014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
4768
4769 * hashtab.h: Use the standard form for the copyright notice.
4770
98db73df
TB
47712014-01-02 Tobias Burnus <burnus@net-b.de>
4772
4773 * libgomp.texi: Bump @copying's copyright year.
4774
ae246f7f
AT
47752013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
4776
4777 * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace
4778 alloca () with __builtin_alloca ().
4779 * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
4780 * testsuite/libgomp.c/lock-3.c: Likewise.
4781 * testsuite/libgomp.c/pr48591.c: Likewise.
4782
fa00a5fe
JJ
47832013-12-17 Jakub Jelinek <jakub@redhat.com>
4784
4785 PR testsuite/59534
4786 * testsuite/libgomp.fortran/retval1.f90 (e5): Avoid non-shortcircuited
4787 comparisons.
4788
e9792e1d
JJ
47892013-12-16 Jakub Jelinek <jakub@redhat.com>
4790
4791 PR libgomp/58756
4792 * testsuite/libgomp.c/pr58756.c: New test.
4793
cab37c89
JJ
47942013-12-12 Jakub Jelinek <jakub@redhat.com>
4795
4796 PR libgomp/59467
4797 * testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to
4798 !$omp parallel.
4799
de14871c
TS
48002013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4801
1707a5de
TS
4802 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to
4803 ALWAYS_CFLAGS.
4804 * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp.
4805 * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
4806 * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
4807 * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
4808 Likewise.
4809
70f05c43
TS
4810 * libgomp_g.h: Include <stddef.h> for size_t.
4811
de14871c
TS
4812 * libgomp.spec.in: Update comment about libgomp's dependencies.
4813 * configure.ac: Likewise.
4814 * configure: Regenerate.
4815
83fd6c5b
TB
48162013-10-16 Tobias Burnus <burnus@net-b.de>
4817
4818 * libgomp.texi: (Runtime Library Routines): Update references for
4819 OpenMP 4.0. Add omp_get_cancellation, omp_get_default_device,
4820 omp_get_num_devices, omp_get_num_teams, omp_get_proc_bind,
4821 omp_get_team_num, omp_is_initial_device, omp_set_default_device.
4822 (Environment Variables): Update references for OpenMP 4.0. Add
4823 OMP_CANCELLATION, OMP_DEFAULT_DEVICE, OMP_PLACES.
4824 Move OMP_DISPLAY_ENV and OMP_PROC_BIND up to be in alphabetical
4825 order.
4826
c8673881
JJ
48272013-10-14 Jakub Jelinek <jakub@redhat.com>
4828
4829 * env.c (parse_bind_var): Initialize value to avoid
4830 (false positive) warning.
4831
f89163fd
JJ
48322013-10-12 Jakub Jelinek <jakub@redhat.com>
4833
4834 PR libgomp/58691
4835 * config/linux/proc.c (gomp_cpuset_popcount): Add unused attribute
4836 to check variable.
4837 (gomp_init_num_threads): Move i variable declaration into
4838 #ifdef CPU_ALLOC_SIZE block.
4839 * config/linux/affinity.c (gomp_affinity_init_level): Test
4840 gomp_places_list_len == 0 rather than gomp_places_list == 0
4841 when checking for topology reading error.
4842 * team.c (gomp_team_start): Don't handle bind == omp_proc_bind_false.
4843 * env.c (parse_affinity): Add ignore argument, if true, don't populate
4844 gomp_places_list, only parse env var and always return false.
4845 (parse_places_var): Likewise. Don't check gomp_global_icv.bind_var.
4846 (initialize_env): Always parse OMP_PLACES and GOMP_CPU_AFFINITY env
4847 vars, default to OMP_PROC_BIND=true if OMP_PROC_BIND wasn't specified
4848 and either of these variables were parsed correctly into a places
4849 list.
4850
1d340638
TS
48512013-10-11 Thomas Schwinge <thomas@codesourcery.com>
4852 Jakub Jelinek <jakub@redhat.com>
4853
4854 * testsuite/libgomp.graphite/force-parallel-1.c: Expect 4 instead
4855 of 5 loopfn matches.
4856 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
4857 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
4858 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
4859 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
4860 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
4861 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
4862 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
4863 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
4864
71a81c21
TS
48652013-10-11 Thomas Schwinge <thomas@codesourcery.com>
4866
bd87f731
TS
4867 * Makefile.am (omp_lib.mod): Streamline rule.
4868 * Makefile.in: Regenerate.
4869
f5745bed
TS
4870 * libgomp.texi (Runtime Library Routines): C linkage, don't throw
4871 exceptions.
4872
b5512c66
TS
4873 * testsuite/libgomp.c/lib-1.c (main): Add missing error check.
4874 * testsuite/libgomp.fortran/lib1.f90: Likewise.
4875 * testsuite/libgomp.fortran/lib2.f: Likewise.
4876 * testsuite/libgomp.fortran/lib3.f: Likewise.
4877
451c19c4
TS
4878 * configure.ac: Typo fix.
4879 * configure: Regenerate.
4880
86a6016d
TS
4881 * testsuite/libgomp.fortran/openmp_version-1.f: New file.
4882 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
4883
71a81c21
TS
4884 * omp.h.in: Don't touch the user's namespace.
4885
acf0174b
JJ
48862013-10-11 Jakub Jelinek <jakub@redhat.com>
4887 Tobias Burnus <burnus@net-b.de>
4888 Richard Henderson <rth@redhat.com>
4889
4890 * target.c: New file.
4891 * Makefile.am (libgomp_la_SOURCES): Add target.c.
4892 * Makefile.in: Regenerated.
4893 * libgomp_g.h (GOMP_task): Add depend argument.
4894 (GOMP_barrier_cancel, GOMP_loop_end_cancel,
4895 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
4896 GOMP_target_end_data, GOMP_target_update, GOMP_teams,
4897 GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
4898 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
4899 GOMP_parallel, GOMP_cancel, GOMP_cancellation_point,
4900 GOMP_taskgroup_start, GOMP_taskgroup_end,
4901 GOMP_parallel_sections): New prototypes.
4902 * fortran.c (omp_is_initial_device): Add ialias_redirect.
4903 (omp_is_initial_device_): New function.
4904 (ULP, STR1, STR2, ialias_redirect): Removed.
4905 (omp_get_cancellation_, omp_get_proc_bind_, omp_set_default_device_,
4906 omp_set_default_device_8_, omp_get_default_device_,
4907 omp_get_num_devices_, omp_get_num_teams_, omp_get_team_num_): New
4908 functions.
4909 * libgomp.map (GOMP_barrier_cancel, GOMP_loop_end_cancel,
4910 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
4911 GOMP_target_end_data, GOMP_target_update, GOMP_teams): Export
4912 @@GOMP_4.0.
4913 (omp_is_initial_device, omp_is_initial_device_, omp_get_cancellation,
4914 omp_get_cancellation_, omp_get_proc_bind, omp_get_proc_bind_,
4915 omp_set_default_device, omp_set_default_device_,
4916 omp_set_default_device_8_, omp_get_default_device,
4917 omp_get_default_device_, omp_get_num_devices, omp_get_num_devices_,
4918 omp_get_num_teams, omp_get_num_teams_, omp_get_team_num,
4919 omp_get_team_num_): Export @@OMP_4.0.
4920 * team.c (struct gomp_thread_start_data): Add place field.
4921 (gomp_thread_start): Clear thr->thread_pool and
4922 thr->task before returning. Use gomp_team_barrier_wait_final
4923 instead of gomp_team_barrier_wait. Initialize thr->place.
4924 (gomp_new_team): Initialize work_shares_to_free, work_share_cancelled,
4925 team_cancelled and task_queued_count fields.
4926 (gomp_free_pool_helper): Clear thr->thread_pool and thr->task
4927 before calling pthread_exit.
4928 (gomp_free_thread): No longer static. Use
4929 gomp_managed_threads_lock instead of gomp_remaining_threads_lock.
4930 (gomp_team_start): Add flags argument. Set
4931 thr->thread_pool->threads_busy to nthreads immediately after creating
4932 new pool. Use gomp_managed_threads_lock instead of
4933 gomp_remaining_threads_lock. Handle OpenMP 4.0 affinity.
4934 (gomp_team_end): Use gomp_managed_threads_lock instead of
4935 gomp_remaining_threads_lock. Use gomp_team_barrier_wait_final instead
4936 of gomp_team_barrier_wait. If team->team_cancelled, call
4937 gomp_fini_worshare on ws chain starting at team->work_shares_to_free
4938 rather than thr->ts.work_share.
4939 (initialize_team): Don't call gomp_sem_init here.
4940 * sections.c (GOMP_parallel_sections_start): Adjust gomp_team_start
4941 caller.
4942 (GOMP_parallel_sections, GOMP_sections_end_cancel): New functions.
4943 * env.c (gomp_global_icv): Add default_device_var, target_data and
4944 bind_var initializers.
4945 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
4946 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
4947 gomp_places_list_len): New variables.
4948 (parse_bind_var, parse_one_place, parse_places_var): New functions.
4949 (parse_affinity): Rewritten to construct OMP_PLACES list with unit
4950 sized places.
4951 (gomp_cancel_var): New global variable.
4952 (parse_int): New function.
4953 (handle_omp_display_env): New function.
4954 (initialize_env): Use it. Initialize default_device_var.
4955 Parse OMP_CANCELLATION env var. Use parse_bind_var to parse
4956 OMP_PROC_BIND instead of parse_boolean. Use parse_places_var for
4957 OMP_PLACES parsing. Don't call parse_affinity if OMP_PLACES has
4958 been successfully parsed (and call gomp_init_affinity in that case).
4959 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
4960 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
4961 omp_get_team_num, omp_is_initial_device): New functions.
4962 * libgomp.h: Include stdlib.h.
4963 (ialias_ulp, ialias_str1, ialias_str2, ialias_redirect, ialias_call):
4964 Define.
4965 (struct target_mem_desc): Forward declare.
4966 (struct gomp_task_icv): Add default_device_var, target_data, bind_var
4967 and thread_limit_var fields.
4968 (gomp_get_num_devices): New prototype.
4969 (gomp_cancel_var): New extern decl.
4970 (struct gomp_team): Add work_shares_to_free, work_share_cancelled,
4971 team_cancelled and task_queued_count fields. Add comments about
4972 task_{,queued_,running_}count.
4973 (gomp_cancel_kind): New enum.
4974 (gomp_work_share_end_cancel): New prototype.
4975 (struct gomp_task): Add next_taskgroup, prev_taskgroup, taskgroup,
4976 copy_ctors_done, dependers, depend_hash, depend_count, num_dependees
4977 and depend fields.
4978 (struct gomp_taskgroup): New type.
4979 (struct gomp_task_depend_entry,
4980 struct gomp_dependers_vec): New types.
4981 (gomp_finish_task): Free depend_hash if non-NULL.
4982 (struct gomp_team_state): Add place_partition_off
4983 and place_partition_len fields.
4984 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
4985 gomp_places_list_len): New extern decls.
4986 (struct gomp_thread): Add place field.
4987 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
4988 (gomp_init_thread_affinity): Add place argument.
4989 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
4990 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
4991 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
4992 gomp_affinity_init_level, gomp_affinity_print_place): New
4993 prototypes.
4994 (gomp_team_start): Add flags argument.
4995 (gomp_thread_limit_var, gomp_remaining_threads_count,
4996 gomp_remaining_threads_lock): Remove.
4997 (gomp_managed_threads_lock): New variable.
4998 (struct gomp_thread_pool): Add threads_busy field.
4999 (gomp_free_thread): New prototype.
5000 * task.c: Include hashtab.h.
5001 (hash_entry_type): New typedef.
5002 (htab_alloc, htab_free, htab_hash, htab_eq): New inlines.
5003 (gomp_init_task): Clear dependers, depend_hash, depend_count,
5004 copy_ctors_done and taskgroup fields.
5005 (GOMP_task): Add depend argument, handle depend clauses. If
5006 gomp_team_barrier_cancelled or if it's taskgroup has been
5007 cancelled, don't queue or start new tasks. Set copy_ctors_done
5008 field if needed. Initialize taskgroup field. If copy_ctors_done
5009 and already cancelled, don't discard the task. If taskgroup is
5010 non-NULL, enqueue the task into taskgroup queue. Increment
5011 num_children field in taskgroup. Increment task_queued_count.
5012 (gomp_task_run_pre, gomp_task_run_post_remove_parent,
5013 gomp_task_run_post_remove_taskgroup): New inline functions.
5014 (gomp_task_run_post_handle_depend_hash,
5015 gomp_task_run_post_handle_dependers,
5016 gomp_task_run_post_handle_depend): New functions.
5017 (GOMP_taskwait): Use them. If more than one new tasks
5018 have been queued, wake other threads if needed.
5019 (gomp_barrier_handle_tasks): Likewise. If
5020 gomp_team_barrier_cancelled, don't start any new tasks, just free
5021 all tasks.
5022 (GOMP_taskgroup_start, GOMP_taskgroup_end): New functions.
5023 * omp_lib.f90.in
5024 (omp_proc_bind_kind, omp_proc_bind_false,
5025 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
5026 omp_proc_bind_spread): New params.
5027 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
5028 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
5029 omp_get_team_num, omp_is_initial_device): New interfaces.
5030 (omp_get_dynamic, omp_get_nested, omp_in_parallel,
5031 omp_get_max_threads, omp_get_num_procs, omp_get_num_threads,
5032 omp_get_thread_num, omp_get_thread_limit, omp_set_max_active_levels,
5033 omp_get_max_active_levels, omp_get_level, omp_get_ancestor_thread_num,
5034 omp_get_team_size, omp_get_active_level, omp_in_final): Remove
5035 useless use omp_lib_kinds.
5036 * omp.h.in (omp_proc_bind_t): New typedef.
5037 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
5038 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
5039 omp_get_team_num, omp_is_initial_device): New prototypes.
5040 * loop.c (gomp_parallel_loop_start): Add flags argument, pass it
5041 through to gomp_team_start.
5042 (GOMP_parallel_loop_static_start, GOMP_parallel_loop_dynamic_start,
5043 GOMP_parallel_loop_guided_start, GOMP_parallel_loop_runtime_start):
5044 Adjust gomp_parallel_loop_start callers.
5045 (GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
5046 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
5047 GOMP_loop_end_cancel): New functions.
5048 (GOMP_parallel_end): Add ialias_redirect.
5049 * hashtab.h: New file.
5050 * libgomp.texi (Environment Variables): Minor cleanup,
5051 update section refs to OpenMP 4.0rc2.
5052 (OMP_DISPLAY_ENV, GOMP_SPINCOUNT): Document these
5053 environment variables.
5054 * work.c (gomp_work_share_end, gomp_work_share_end_nowait): Set
5055 team->work_shares_to_free to thr->ts.work_share before calling
5056 free_work_share.
5057 (gomp_work_share_end_cancel): New function.
5058 * config/linux/proc.c: Include errno.h.
5059 (gomp_get_cpuset_size, gomp_cpuset_size, gomp_cpusetp): New variables.
5060 (gomp_cpuset_popcount): Add cpusetsize argument, use it instead of
5061 sizeof (cpu_set_t) to determine number of iterations. Fix up check
5062 extern decl. Use CPU_COUNT_S if available, or CPU_COUNT if
5063 gomp_cpuset_size is sizeof (cpu_set_t).
5064 (gomp_init_num_threads): Initialize gomp_cpuset_size,
5065 gomp_get_cpuset_size and gomp_cpusetp here, use gomp_cpusetp instead
5066 of &cpuset and pass gomp_cpuset_size instead of sizeof (cpu_set_t)
5067 to pthread_getaffinity_np. Free and clear gomp_cpusetp if it didn't
5068 contain any logical CPUs.
5069 (get_num_procs): Don't call pthread_getaffinity_np if gomp_cpusetp
5070 is NULL. Use gomp_cpusetp instead of &cpuset and pass
5071 gomp_get_cpuset_size instead of sizeof (cpu_set_t) to
5072 pthread_getaffinity_np. Check gomp_places_list instead of
5073 gomp_cpu_affinity. Adjust gomp_cpuset_popcount caller.
5074 * config/linux/bar.c (gomp_barrier_wait_end,
5075 gomp_barrier_wait_last): Use BAR_* defines.
5076 (gomp_team_barrier_wait_end): Likewise. Clear BAR_CANCELLED
5077 from state where needed. Set work_share_cancelled to 0 on last
5078 thread.
5079 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel_end,
5080 gomp_team_barrier_wait_cancel, gomp_team_barrier_cancel): New
5081 functions.
5082 * config/linux/proc.h (gomp_cpuset_popcount): Add attribute_hidden.
5083 Add cpusetsize argument.
5084 (gomp_cpuset_size, gomp_cpusetp): Declare.
5085 * config/linux/affinity.c: Include errno.h, stdio.h and string.h.
5086 (affinity_counter): Remove.
5087 (CPU_ISSET_S, CPU_ZERO_S, CPU_SET_S, CPU_CLR_S): Define
5088 if CPU_ALLOC_SIZE isn't defined.
5089 (gomp_init_affinity): Rewritten, if gomp_places_list is NULL, try
5090 silently create OMP_PLACES=threads, if it is non-NULL afterwards,
5091 bind current thread to the first place.
5092 (gomp_init_thread_affinity): Rewritten. Add place argument, just
5093 pthread_setaffinity_np to gomp_places_list[place].
5094 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
5095 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
5096 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
5097 gomp_affinity_init_level, gomp_affinity_print_place): New functions.
5098 * config/linux/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
5099 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
5100 (gomp_barrier_t): Add awaited_final field.
5101 (gomp_barrier_init): Initialize awaited_final field.
5102 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel,
5103 gomp_team_barrier_wait_cancel_end, gomp_team_barrier_cancel): New
5104 prototypes.
5105 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit. Use BAR_*
5106 defines.
5107 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final_start,
5108 gomp_team_barrier_cancelled): New inline functions.
5109 (gomp_barrier_last_thread,
5110 gomp_team_barrier_set_task_pending,
5111 gomp_team_barrier_clear_task_pending,
5112 gomp_team_barrier_set_waiting_for_tasks,
5113 gomp_team_barrier_waiting_for_tasks,
5114 gomp_team_barrier_done): Use BAR_* defines.
5115 * config/posix/bar.c (gomp_barrier_init): Clear cancellable field.
5116 (gomp_barrier_wait_end): Use BAR_* defines.
5117 (gomp_team_barrier_wait_end): Clear BAR_CANCELLED from state.
5118 Set work_share_cancelled to 0 on last thread, use __atomic_load_n.
5119 Use BAR_* defines.
5120 (gomp_team_barrier_wait_cancel_end, gomp_team_barrier_wait_cancel,
5121 gomp_team_barrier_cancel): New functions.
5122 * config/posix/affinity.c (gomp_init_thread_affinity): Add place
5123 argument.
5124 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
5125 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
5126 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
5127 gomp_affinity_init_level, gomp_affinity_print_place): New stubs.
5128 * config/posix/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
5129 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
5130 (gomp_barrier_t): Add cancellable field.
5131 (gomp_team_barrier_wait_cancel, gomp_team_barrier_wait_cancel_end,
5132 gomp_team_barrier_cancel): New prototypes.
5133 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit.
5134 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final,
5135 gomp_team_barrier_cancelled): New inline functions.
5136 (gomp_barrier_wait_start, gomp_barrier_last_thread,
5137 gomp_team_barrier_set_task_pending,
5138 gomp_team_barrier_clear_task_pending,
5139 gomp_team_barrier_set_waiting_for_tasks,
5140 gomp_team_barrier_waiting_for_tasks,
5141 gomp_team_barrier_done): Use BAR_* defines.
5142 * barrier.c (GOMP_barrier_cancel): New function.
5143 * omp_lib.h.in (omp_proc_bind_kind, omp_proc_bind_false,
5144 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
5145 omp_proc_bind_spread): New params.
5146 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
5147 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
5148 omp_get_team_num, omp_is_initial_device): New externals.
5149 * parallel.c (GOMP_parallel, GOMP_cancel, GOMP_cancellation_point):
5150 New functions.
5151 (gomp_resolve_num_threads): Adjust for thread_limit now being in
5152 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
5153 infinity. If not nested, just return minimum of max_num_threads
5154 and icv->thread_limit_var and if thr->thread_pool, set threads_busy
5155 to the returned value. Otherwise, don't update atomically
5156 gomp_remaining_threads_count, but instead thr->thread_pool->threads_busy.
5157 (GOMP_parallel_end): Adjust for thread_limit now being in
5158 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
5159 infinity. Adjust threads_busy in the pool rather than
5160 gomp_remaining_threads_count. Remember team->nthreads and call
5161 gomp_team_end before adjusting threads_busy, if not nested
5162 afterwards, just set it to 1 non-atomically. Add ialias.
5163 (GOMP_parallel_start): Adjust gomp_team_start caller.
5164 * testsuite/libgomp.c/atomic-14.c: Add parens to make it valid.
5165 * testsuite/libgomp.c/affinity-1.c: New test.
5166 * testsuite/libgomp.c/atomic-15.c: New test.
5167 * testsuite/libgomp.c/atomic-16.c: New test.
5168 * testsuite/libgomp.c/atomic-17.c: New test.
5169 * testsuite/libgomp.c/cancel-for-1.c: New test.
5170 * testsuite/libgomp.c/cancel-for-2.c: New test.
5171 * testsuite/libgomp.c/cancel-parallel-1.c: New test.
5172 * testsuite/libgomp.c/cancel-parallel-2.c: New test.
5173 * testsuite/libgomp.c/cancel-parallel-3.c: New test.
5174 * testsuite/libgomp.c/cancel-sections-1.c: New test.
5175 * testsuite/libgomp.c/cancel-taskgroup-1.c: New test.
5176 * testsuite/libgomp.c/cancel-taskgroup-2.c: New test.
5177 * testsuite/libgomp.c/depend-1.c: New test.
5178 * testsuite/libgomp.c/depend-2.c: New test.
5179 * testsuite/libgomp.c/depend-3.c: New test.
5180 * testsuite/libgomp.c/depend-4.c: New test.
5181 * testsuite/libgomp.c/for-1.c: New test.
5182 * testsuite/libgomp.c/for-1.h: New file.
5183 * testsuite/libgomp.c/for-2.c: New test.
5184 * testsuite/libgomp.c/for-2.h: New file.
5185 * testsuite/libgomp.c/for-3.c: New test.
5186 * testsuite/libgomp.c/pr58392.c: New test.
5187 * testsuite/libgomp.c/simd-1.c: New test.
5188 * testsuite/libgomp.c/simd-2.c: New test.
5189 * testsuite/libgomp.c/simd-3.c: New test.
5190 * testsuite/libgomp.c/simd-4.c: New test.
5191 * testsuite/libgomp.c/simd-5.c: New test.
5192 * testsuite/libgomp.c/simd-6.c: New test.
5193 * testsuite/libgomp.c/target-1.c: New test.
5194 * testsuite/libgomp.c/target-2.c: New test.
5195 * testsuite/libgomp.c/target-3.c: New test.
5196 * testsuite/libgomp.c/target-4.c: New test.
5197 * testsuite/libgomp.c/target-5.c: New test.
5198 * testsuite/libgomp.c/target-6.c: New test.
5199 * testsuite/libgomp.c/target-7.c: New test.
5200 * testsuite/libgomp.c/taskgroup-1.c: New test.
5201 * testsuite/libgomp.c/thread-limit-1.c: New test.
5202 * testsuite/libgomp.c/thread-limit-2.c: New test.
5203 * testsuite/libgomp.c/thread-limit-3.c: New test.
5204 * testsuite/libgomp.c/udr-1.c: New test.
5205 * testsuite/libgomp.c/udr-2.c: New test.
5206 * testsuite/libgomp.c/udr-3.c: New test.
5207 * testsuite/libgomp.c++/affinity-1.C: New test.
5208 * testsuite/libgomp.c++/atomic-10.C: New test.
5209 * testsuite/libgomp.c++/atomic-11.C: New test.
5210 * testsuite/libgomp.c++/atomic-12.C: New test.
5211 * testsuite/libgomp.c++/atomic-13.C: New test.
5212 * testsuite/libgomp.c++/atomic-14.C: New test.
5213 * testsuite/libgomp.c++/atomic-15.C: New test.
5214 * testsuite/libgomp.c++/cancel-for-1.C: New test.
5215 * testsuite/libgomp.c++/cancel-for-2.C: New test.
5216 * testsuite/libgomp.c++/cancel-parallel-1.C: New test.
5217 * testsuite/libgomp.c++/cancel-parallel-2.C: New test.
5218 * testsuite/libgomp.c++/cancel-parallel-3.C: New test.
5219 * testsuite/libgomp.c++/cancel-sections-1.C: New test.
5220 * testsuite/libgomp.c++/cancel-taskgroup-1.C: New test.
5221 * testsuite/libgomp.c++/cancel-taskgroup-2.C: New test.
5222 * testsuite/libgomp.c++/cancel-taskgroup-3.C: New test.
5223 * testsuite/libgomp.c++/cancel-test.h: New file.
5224 * testsuite/libgomp.c++/for-9.C: New test.
5225 * testsuite/libgomp.c++/for-10.C: New test.
5226 * testsuite/libgomp.c++/for-11.C: New test.
5227 * testsuite/libgomp.c++/simd-1.C: New test.
5228 * testsuite/libgomp.c++/simd-2.C: New test.
5229 * testsuite/libgomp.c++/simd-3.C: New test.
5230 * testsuite/libgomp.c++/simd-4.C: New test.
5231 * testsuite/libgomp.c++/simd-5.C: New test.
5232 * testsuite/libgomp.c++/simd-6.C: New test.
5233 * testsuite/libgomp.c++/simd-7.C: New test.
5234 * testsuite/libgomp.c++/simd-8.C: New test.
5235 * testsuite/libgomp.c++/target-1.C: New test.
5236 * testsuite/libgomp.c++/target-2.C: New test.
5237 * testsuite/libgomp.c++/target-2-aux.cc: New file.
5238 * testsuite/libgomp.c++/target-3.C: New test.
5239 * testsuite/libgomp.c++/taskgroup-1.C: New test.
5240 * testsuite/libgomp.c++/udr-1.C: New test.
5241 * testsuite/libgomp.c++/udr-2.C: New test.
5242 * testsuite/libgomp.c++/udr-3.C: New test.
5243 * testsuite/libgomp.c++/udr-4.C: New test.
5244 * testsuite/libgomp.c++/udr-5.C: New test.
5245 * testsuite/libgomp.c++/udr-6.C: New test.
5246 * testsuite/libgomp.c++/udr-7.C: New test.
5247 * testsuite/libgomp.c++/udr-8.C: New test.
5248 * testsuite/libgomp.c++/udr-9.C: New test.
5249
bd599dea
JJ
52502013-09-20 Jakub Jelinek <jakub@redhat.com>
5251
5252 PR testsuite/57605
5253 * testsuite/lib/libgomp.exp: Add -fdiagnostics-color=never to
5254 ALWAYS_CFLAGS.
5255
3cbe17f7
AM
52562013-09-20 Alan Modra <amodra@gmail.com>
5257
5258 * configure: Regenerate.
5259
4befd127
JJ
52602013-09-19 Jakub Jelinek <jakub@redhat.com>
5261
5262 * testsuite/libgomp.c/sections-2.c: New test.
5263
946c8f7b
MS
52642013-06-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
5265
5266 * testsuite/libgomp.fortran/strassen.f90:
5267 Add dg-skip-if aarch64_tiny.
5268
1ef3b58e
IS
52692013-06-20 Iain Sandoe <iain@codesourcery.com>
5270 Cesar Philippidis <cesar@codesourcery.com>
5271
5272 * testsuite/lib/libgomp.exp: Reorder lib loads into dependency order.
5273 Do not load_gcc_lib gcc-dg.exp and add a comment as to why.
5274 * testsuite/libgomp.c/c.exp: load_gcc_lib gcc-dg.exp.
5275 * testsuite/libgomp.fortran/fortran.exp: Likewise.
5276 * testsuite/libgomp.graphite/graphite.exp: Likewise.
5277 * testsuite/libgomp.c++/c++.exp: load_gcc_lib gcc-dg.exp.
5278 Use dg-runtest rather than gfortran-dg-runtest.
5279
9275f73a
TS
52802013-06-10 Thomas Schwinge <thomas@codesourcery.com>
5281
5282 * testsuite/libgomp.c/icv-2.c: Extend current handling of
5283 Linux-based x86 systems to cover all GNU systems.
5284 * testsuite/libgomp.c/lock-3.c: Likewise.
5285 * testsuite/libgomp.c/pr48591.c: Likewise.
5286
492992e2
TS
52872013-06-06 Thomas Schwinge <thomas@codesourcery.com>
5288
48df3acb
TS
5289 * configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for
5290 GNU/Hurd, as done for Linux-based systems.
5291
492992e2
TS
5292 * config/posix/ptrlock.h: Fix comment.
5293
4fed6b25
TB
52942013-05-27 Tobias Burnus <burnus@net-b.de>
5295
5296 PR fortran/57423
5297 * libgomp.texi (omp_set_dynamic, omp_set_nested, omp_set_nested,
5298 omp_set_num_threads, omp_init_lock, omp_set_lock, omp_test_lock,
5299 omp_unset_lock, omp_destroy_lock, omp_init_nest_lock,
5300 omp_set_nest_lock, omp_test_nest_lock, omp_unset_nest_lock,
5301 omp_destroy_nest_lock): Correct arguments to match the one in
5302 the OpenMP spec.
5303 * omp_lib.f90.in (omp_init_lock, omp_init_nest_lock, omp_destroy_lock
5304 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock, omp_unset_lock,
5305 omp_unset_nest_lock, omp_set_dynamic, omp_set_nested,
5306 omp_set_num_threads, omp_test_lock, omp_test_nest_lock): Ditto.
5307
5a0f4dd3
JJ
53082013-05-16 Jakub Jelinek <jakub@redhat.com>
5309
5310 * testsuite/libgomp.c/loop-13.c: New test.
5311 * testsuite/libgomp.c/loop-14.c: New test.
5312 * testsuite/libgomp.c/loop-15.c: New test.
5313 * testsuite/libgomp.c++/loop-13.C: New test.
5314 * testsuite/libgomp.c++/loop-14.C: New test.
5315 * testsuite/libgomp.c++/loop-15.C: New test.
5316
6d840d99
JJ
53172013-02-06 Jakub Jelinek <jakub@redhat.com>
5318
5319 PR middle-end/56217
5320 * testsuite/libgomp.c++/pr56217.C: New test.
5321
bed8d8a6
AM
53222013-02-01 Alan Modra <amodra@gmail.com>
5323
5324 * task.c (GOMP_task, GOMP_taskwait): Comment.
5325
3b35cd04
DV
53262013-01-31 Dmitry Vyukov <dvyukov@gcc.gnu.org>
5327 Joost VandeVondele <Joost.VandeVondele@mat.ethz.ch>
5328
5329 PR libgomp/55561
5330 * config/linux/wait.h (do_spin): Use atomic load for addr.
5331 * config/linux/ptrlock.c (gomp_ptrlock_get_slow): Use atomic
5332 for intptr and ptrlock.
5333 * config/linux/ptrlock.h (gomp_ptrlock_get): Use atomic load
5334 for ptrlock.
5335
9a647288
AM
53362013-01-22 Alan Modra <amodra@gmail.com>
5337
5338 PR libgomp/51376
5339 PR libgomp/56073
5340 * task.c (GOMP_task): Revert 2011-12-09 change.
5341 (GOMP_taskwait): Likewise. Instead use atomic load with acquire
5342 barrier to read task->children..
5343 (gomp_barrier_handle_tasks): ..and matching atomic store with
5344 release barrier here when setting parent->children to NULL.
5345
f34dea03
JJ
53462013-01-16 Jakub Jelinek <jakub@redhat.com>
5347 Tobias Burnus <burnus@net-b.de>
5348
5349 PR driver/55884
5350 * testsuite/libgomp.fortran/fortran.exp: Use
5351 -fintrinsic-modules-path= instead of
5352 -fintrinsic-modules-path.
5353
8129609c
RS
53542013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
5355
5356 Update copyright years.
5357
aa86bf1e
TB
53582012-12-19 Tobias Burnus <burnus@net-b.de>
5359
5360 * testsuite/libgomp.fortran/fortran.exp: Set
5361 -fintrinsic-modules-path.
5362
2865ea66
TB
53632012-12-19 Tobias Burnus <burnus@net-b.de>
5364
5365 * testsuite/libgomp.fortran/use_intrinsic_1.f90: New; moved
5366 from gcc/testsuite/gfortran.dg/gomp/use_intrinsic_1.f90.
5367
4c5ba8d0
JJ
53682012-11-21 Jakub Jelinek <jakub@redhat.com>
5369
5370 PR libgomp/55411
5371 * team.c (gomp_free_thread): Decrease gomp_managed_threads
5372 if pool had any threads_used.
5373
e9f958c2
JH
53742012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
5375
5376 * testsuite/libgomp.c++/pr24455.C: Use
5377 -Wl,-undefined,dynamic_lookup on darwin.
5378
a57d75dc
DE
53792012-11-07 David Edelsohn <dje.gcc@gmail.com>
5380
5381 * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
5382
c6c08485
DH
53832012-10-24 Dominique d'Humieres <dominiq@lps.ens.fr>
5384
5385 * testsuite/libgomp.graphite/force-parallel-6.c: Adjust the loops.
5386
c1f37c00
IB
53872012-10-23 Ian Bolton <ian.bolton@arm.com>
5388 Jim MacArthur <jim.macarthur@arm.com>
5389 Marcus Shawcroft <marcus.shawcroft@arm.com>
5390 Nigel Stephens <nigel.stephens@arm.com>
5391 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5392 Richard Earnshaw <rearnsha@arm.com>
5393 Sofiane Naci <sofiane.naci@arm.com>
5394 Stephen Thomas <stephen.thomas@arm.com>
5395 Tejas Belagod <tejas.belagod@arm.com>
5396 Yufeng Zhang <yufeng.zhang@arm.com>
5397
5398 * configure.tgt: Add AArch64.
5399
7c424acd
JM
54002012-10-04 Jason Merrill <jason@redhat.com>
5401
5402 * testsuite/libgomp.c++/tls-init1.C: New.
5403
6608378b
DE
54042012-09-14 David Edelsohn <dje.gcc@gmail.com>
5405
5406 * configure: Regenerated.
5407
c24dbebb
CLT
54082012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
5409
5410 * config/linux/mips/futex.h (sys_futex0): Change to static
5411 function with noinline, nomips16 attributes under MIPS16. Adjust
5412 asm statement to place 'li v0,SYS_futex' immediately before
5413 syscall insn.
5414
3d3949df
SL
54152012-07-04 Sandra Loosemore <sandra@codesourcery.com>
5416
5417 * libgomp.texi (Library Index): Renamed from "Index" to prevent
5418 conflict with index.html on case-insensitive file systems.
5419
68a12ef3
UB
54202012-07-03 Uros Bizjak <ubizjak@gmail.com>
5421
5422 * config/linux/x86/futex.h (cpu_relax): Use __builtin_ia32_pause.
5423 * testsuite/libgomp.c/sort-1.c (busy_wait): Ditto.
5424
33ad93b9 54252012-07-02 Richard Guenther <rguenther@suse.de>
68a12ef3
UB
5426 Michael Matz <matz@suse.de>
5427 Tobias Grosser <tobias@grosser.es>
5428 Sebastian Pop <sebpop@gmail.com>
33ad93b9
RG
5429
5430 * testsuite/libgomp.graphite/force-parallel-4.c: Adjust.
5431 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
5432 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
5433 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
5434
e6fdc918
AS
54352012-06-28 Andreas Schwab <schwab@linux-m68k.org>
5436
5437 * libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
5438
62e0a1ed
RG
54392012-06-22 Richard Guenther <rguenther@suse.de>
5440
5441 Merge from graphite branch
5442 2012-01-13 Tobias Grosser <tobias@grosser.es>
5443
5444 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
5445 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
5446
26127932
JJ
54472012-06-07 Jakub Jelinek <jakub@redhat.com>
5448
5449 PR middle-end/53580
5450 * testsuite/libgomp.c/pr26943-2.c: Remove #pragma omp barrier,
5451 use GOMP_barrier () call instead.
5452 * testsuite/libgomp.c/pr26943-3.c: Likewise.
5453 * testsuite/libgomp.c/pr26943-4.c: Likewise.
5454 * testsuite/libgomp.fortran/vla4.f90: Remove !$omp barrier,
5455 call GOMP_barrier instead.
5456 * testsuite/libgomp.fortran/vla5.f90: Likewise.
5457
43fa5db5
JJ
54582012-06-06 Jakub Jelinek <jakub@redhat.com>
5459
5460 PR libgomp/52993
5461 * config/linux/lock.c (gomp_init_nest_lock_25): Fix up last
5462 argument to memset call.
5463
e6d5f8c9
L
54642012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5465
5466 * configure: Regenerated.
5467
559d990c
MLI
54682012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
5469
5470 * testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
5471
b9c23a61
L
54722012-03-31 H.J. Lu <hongjiu.lu@intel.com>
5473
5474 PR bootstrap/52812
5475 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
5476
c140ddf3
JJ
54772012-03-22 Jakub Jelinek <jakub@redhat.com>
5478
5479 PR middle-end/52547
5480 * testsuite/libgomp.c/pr52547.c: New test.
5481
6a26a74d
BRF
54822012-03-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5483
5484 * testsuite/lib/libgomp.exp: load fortran-modules.exp
5485
b24513a1
RO
54862012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5487
5488 * configure.tgt (mips-sgi-irix6*): Remove.
5489
5c30094f
RO
54902012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5491
5492 * configure.tgt (alpha*-dec-osf*): Remove.
5493
5494 * config/osf/sem.h: Remove.
5495 * config/posix/lock.c (_XOPEN_SOURCE): Define unconditionally.
5496
a339c9d6
EB
54972012-02-29 Eric Botcazou <ebotcazou@adacore.com>
5498
5499 * config/linux/sparc/futex.h (cpu_relax): Read from CC register.
5500
cc2de92d
RO
55012012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5502
5503 PR libstdc++/52188
5504 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Remove symvers_renaming.
5505 Remove ENABLE_SYMVERS_SOL2.
5506 * configure: Regenerate.
5507 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB] (comma): New variable.
5508 (PREPROCESS): New variable.
5509 (libgomp.ver): New target.
5510 [LIBGOMP_BUILD_VERSIONED_SHLIB &&
5511 LIBGOMP_BUILD_VERSIONED_SHLIB_GNU]: Remove
5512 LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2 handling.
5513 Use libgomp.ver.
5514 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Use libgomp.ver, libgomp.ver-sun.
5515 * Makefile.in: Regenerate.
5516
dd552284
WL
55172012-02-14 Walter Lee <walt@tilera.com>
5518
5519 * configure.tgt: Handle tilegx and tilepro.
5520 * config/linux/tile/futex.h: New file.
5521
31432e21
RG
55222012-02-08 Richard Guenther <rguenther@suse.de>
5523
5524 PR tree-optimization/46886
5525 * testsuite/libgomp.c/pr46886.c: New testcase.
5526
b9264b5f
MK
55272012-01-25 Matthias Klose <doko@ubuntu.com>
5528
5529 * config/linux/arm: Remove empty directory.
5530 * configure.tgt (config_path): Remove linux-arm for arm*-*-linux*.
5531
fbf7be80
AM
55322011-12-09 Alan Modra <amodra@gmail.com>
5533
5534 PR libgomp/51376
5535 * task.c (GOMP_taskwait): Don't access task->children outside of
5536 task_lock mutex region.
5537 (GOMP_task): Likewise.
5538
5de62d00
JJ
55392011-12-06 Jakub Jelinek <jakub@redhat.com>
5540
5541 PR libgomp/51132
5542 * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays
5543 to file scope.
5544 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
5545 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
5546 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
5547 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
5548 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
5549
45608a43
AM
55502011-12-02 Alan Modra <amodra@gmail.com>
5551
5552 * config/linux/affinity.c: Use atomic rather than sync builtin.
5553 * config/linux/lock.c: Likewise.
5554 * config/linux/ptrlock.h: Likewise.
5555 * config/linux/ptrlock.c: Likewise.
5556 * config/linux/ptrlock.h (gomp_ptrlock_set): Always write here..
5557 * config/linux/ptrlock.c (gomp_ptrlock_set_slow): ..not here.
5558 * config/linux/futex.h (atomic_write_barrier): Delete unused function.
5559 * config/linux/alpha/futex.h (atomic_write_barrier): Likewise.
5560 * config/linux/ia64/futex.h (atomic_write_barrier): Likewise.
5561 * config/linux/mips/futex.h (atomic_write_barrier): Likewise.
5562 * config/linux/powerpc/futex.h (atomic_write_barrier): Likewise.
5563 * config/linux/s390/futex.h (atomic_write_barrier): Likewise.
5564 * config/linux/sparc/futex.h (atomic_write_barrier): Likewise.
5565 * config/linux/x86/futex.h (atomic_write_barrier): Likewise.
5566
ab6dd406
AM
55672011-11-30 Alan Modra <amodra@gmail.com>
5568
5569 PR libgomp/51298
5570 * config/linux/bar.h: Use atomic rather than sync builtins.
5571 * config/linux/bar.c: Likewise. Add missing acquire
5572 synchronisation on generation field.
5573 * task.c (gomp_barrier_handle_tasks): Regain lock so as to not
5574 double unlock.
5575
b40c885f
AM
55762011-11-30 Alan Modra <amodra@gmail.com>
5577
5578 * ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.
5579 * critical.c (GOMP_critical_start): Add MEMMODEL_RELEASE fence.
5580 * config/linux/mutex.h: Use atomic rather than sync builtins.
5581 * config/linux/mutex.c: Likewise. Comment. Use -1 for waiting state.
5582 * config/linux/omp-lock.h: Comment fix.
5583 * config/linux/arm/mutex.h: Delete.
5584 * config/linux/powerpc/mutex.h: Delete.
5585 * config/linux/ia64/mutex.h: Delete.
5586 * config/linux/mips/mutex.h: Delete.
5587
3e348fcc
AM
55882011-11-30 Alan Modra <amodra@gmail.com>
5589
5590 PR libgomp/51249
5591 * config/linux/sem.h: Rewrite.
5592 * config/linux/sem.c: Rewrite.
5593
cef86eb2
RH
55942011-11-28 Richard Henderson <rth@redhat.com>
5595
5596 * libgomp.h (enum memmodel): New.
5597
c6084f68
AT
55982011-11-21 Andreas Tobler <andreast@fgznet.ch>
5599
5600 * configure: Regenerate.
5601
06fe026c
MK
56022011-10-10 Matthias Klose <doko@ubuntu.com>
5603
5604 * config/posix95: Remove empty directory.
5605
a6c975bd
JJ
56062011-08-26 Jakub Jelinek <jakub@redhat.com>
5607
5608 * testsuite/libgomp.fortran/threadprivate4.f90: New test.
5609
c26dffff
JJ
56102011-08-19 Jakub Jelinek <jakub@redhat.com>
5611
5612 PR fortran/49792
5613 * testsuite/libgomp.fortran/pr49792-1.f90: New test.
5614 * testsuite/libgomp.fortran/pr49792-2.f90: New test.
5615
ddaad3c8
RO
56162011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5617
5618 * config/posix95/lock.c, posix95/omp-lock.h: Remove.
5619
98d03683
RO
56202011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5621
5622 PR libgomp/49965
5623 * testsuite/libgomp.c++/task-8.C: Replaced err by errval.
5624
e0b23d9f
UB
56252011-08-03 Uros Bizjak <ubizjak@gmail.com>
5626
5627 * config/linux/proc.h: New.
5628 * config/linux/proc.c: Include "proc.h". Do not include <sched.h>.
5629 (gomp_cpuset_popcount): Rename from cpuset_popcount. No more static.
5630 (gomp_init_num_threads): Update call to cpuset_popcount.
5631 (get_num_procs): Ditto.
5632 * config/linux/affinity.c (gomp_init_affinity): Call
5633 gomp_cpuset_popcount.
5634
20906c66
JJ
56352011-08-02 Jakub Jelinek <jakub@redhat.com>
5636
5637 PR fortran/42041
5638 PR fortran/46752
5639 * omp.h.in (omp_in_final): New prototype.
5640 * omp_lib.f90.in (omp_in_final): New interface.
5641 (omp_integer_kind, omp_logical_kind): Remove
5642 and replace all its uses in the module with 4.
5643 (openmp_version): Change to 201107.
5644 * omp_lib.h.in (omp_sched_static, omp_sched_dynamic,
5645 omp_sched_guided, omp_sched_auto): Use omp_sched_kind
5646 kind for the parameters.
5647 (omp_in_final): New external.
5648 (openmp_version): Change to 201107.
5649 * task.c (omp_in_final): New function.
5650 (gomp_init_task): Initialize final_task.
5651 (GOMP_task): Remove unused attribute from flags. Handle final
5652 tasks.
5653 (GOMP_taskyield): New function.
5654 (omp_in_final): Return true if if (false) or final (true) task
5655 or descendant of final (true).
5656 * fortran.c (omp_in_final_): New function.
5657 * libgomp.map (OMP_3.1): Export omp_in_final and omp_in_final_.
5658 (GOMP_3.0): Export GOMP_taskyield.
5659 * env.c (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New
5660 variables.
5661 (parse_unsigned_long_list): New function.
5662 (initialize_env): Use it for OMP_NUM_THREADS. Call parse_boolean
5663 with "OMP_PROC_BIND". If OMP_PROC_BIND=true, call gomp_init_affinity
5664 even if parse_affinity returned false.
5665 * config/linux/affinity.c (gomp_init_affinity): Handle
5666 gomp_cpu_affinity_len == 0.
5667 * libgomp_g.h (GOMP_taskyield): New prototype.
5668 * libgomp.h (struct gomp_task): Add final_task field.
5669 (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New externs.
5670 * team.c (gomp_team_start): Override new task's nthreads_var icv
5671 if list form OMP_NUM_THREADS has been used and it has value for
5672 the new nesting level.
5673
5674 * testsuite/libgomp.c/atomic-11.c: New test.
5675 * testsuite/libgomp.c/atomic-12.c: New test.
5676 * testsuite/libgomp.c/atomic-13.c: New test.
5677 * testsuite/libgomp.c/atomic-14.c: New test.
5678 * testsuite/libgomp.c/reduction-6.c: New test.
5679 * testsuite/libgomp.c/task-5.c: New test.
5680 * testsuite/libgomp.c++/atomic-2.C: New test.
5681 * testsuite/libgomp.c++/atomic-3.C: New test.
5682 * testsuite/libgomp.c++/atomic-4.C: New test.
5683 * testsuite/libgomp.c++/atomic-5.C: New test.
5684 * testsuite/libgomp.c++/atomic-6.C: New test.
5685 * testsuite/libgomp.c++/atomic-7.C: New test.
5686 * testsuite/libgomp.c++/atomic-8.C: New test.
5687 * testsuite/libgomp.c++/atomic-9.C: New test.
5688 * testsuite/libgomp.c++/task-8.C: New test.
5689 * testsuite/libgomp.c++/reduction-4.C: New test.
5690 * testsuite/libgomp.fortran/allocatable7.f90: New test.
5691 * testsuite/libgomp.fortran/allocatable8.f90: New test.
5692 * testsuite/libgomp.fortran/crayptr3.f90: New test.
5693 * testsuite/libgomp.fortran/omp_atomic3.f90: New test.
5694 * testsuite/libgomp.fortran/omp_atomic4.f90: New test.
5695 * testsuite/libgomp.fortran/pointer1.f90: New test.
5696 * testsuite/libgomp.fortran/pointer2.f90: New test.
5697 * testsuite/libgomp.fortran/task4.f90: New test.
5698
56992011-08-02 Tobias Burnus <burnus@net-b.de>
5700
5701 * libgomp.texi: Update OpenMP spec references to 3.1.
5702 (omp_in_final,OMP_PROC_BIND): New sections.
5703 (OMP_NUM_THREADS): Document that the value can be now a list.
5704 (GOMP_STACKSIZE,GOMP_CPU_AFFINITY): Update @ref.
5705
c01ecafc
L
57062011-08-02 H.J. Lu <hongjiu.lu@intel.com>
5707
5708 * config/linux/x86/futex.h: Check __x86_64__ instead of
5709 __LP64__.
5710
25142650
JJ
57112011-07-29 Jakub Jelinek <jakub@redhat.com>
5712
5713 PR middle-end/49897
5714 PR middle-end/49898
5715 * testsuite/libgomp.c/pr49897-1.c: New test.
5716 * testsuite/libgomp.c/pr49897-2.c: New test.
5717 * testsuite/libgomp.c/pr49898-1.c: New test.
5718 * testsuite/libgomp.c/pr49898-2.c: New test.
5719
f53d712f
L
57202011-07-28 H.J. Lu <hongjiu.lu@intel.com>
5721
5722 * testsuite/lib/libgomp.exp (libgomp_init): Add -march=i486
5723 for ia32 instead of ilp32.
5724
5725 * testsuite/libgomp.c/atomic-1.c: Require ia32 instead of ilp32.
5726 * testsuite/libgomp.c/atomic-6.c: Likewise.
5727
3689198d
SP
57282011-07-23 Sebastian Pop <sebastian.pop@amd.com>
5729
5730 * testsuite/libgomp.graphite/force-parallel-1.c: Un-xfail.
5731 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust pattern.
5732
1a79cb73
RO
57332011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5734
5735 PR libgomp/45351
5736 * config/osf/sem.h: New file.
5737 * configure.tgt (alpha*-dec-osf*): Prepend osf to config_path.
5738
c1f51484
RO
57392011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5740
5741 PR target/49541
5742 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to
5743 ldflags.
5744
bfee0724
JJ
57452011-07-15 Jakub Jelinek <jakub@redhat.com>
5746
5747 * config/linux/wait.h (do_spin): New inline, largely copied
5748 from do_wait, just don't do futex_wait here, instead return true if
5749 it should be done.
5750 (do_wait): Implement using do_spin.
5751 * config/linux/mutex.h (gomp_mutex_lock_slow): Add an int argument
5752 to prototype.
5753 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
5754 __sync_bool_compare_and_swap, pass the oldval to
5755 gomp_mutex_lock_slow.
5756 * config/linux/mutex.c (gomp_mutex_lock_slow): Add oldval argument.
5757 If all mutex contenders are just spinning and not sleeping, don't
5758 change state to 2 unnecessarily. Optimize the loop when state has
5759 already become 2 to use just one atomic operation per loop instead
5760 of two.
5761 * config/linux/ia64/mutex.h (gomp_mutex_lock_slow): Add an int argument
5762 to prototype.
5763 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
5764 __sync_bool_compare_and_swap, pass the oldval to
5765 gomp_mutex_lock_slow.
5766
fb79f500
JJ
57672011-06-22 Jakub Jelinek <jakub@redhat.com>
5768
5769 PR libgomp/49490
5770 * iter.c (gomp_iter_static_next): For chunk size 0
5771 only use n ceil/ nthreads size for the first
5772 n % nthreads threads in the team instead of
5773 all threads except for the last few ones which
5774 get less work or none at all.
5775 * iter_ull.c (gomp_iter_ull_static_next): Likewise.
5776 * env.c (parse_schedule): If OMP_SCHEDULE doesn't have
5777 chunk argument, set run_sched_modifier to 0 for static
5778 resp. 1 for other kinds. If chunk argument is 0
5779 and not static, set value to 1.
5780
4577f730
JJ
57812011-05-19 Jakub Jelinek <jakub@redhat.com>
5782
ea93a47b
JJ
5783 PR c++/49043
5784 * testsuite/libgomp.c++/pr49043.C: New test.
5785
4577f730
JJ
5786 PR c++/48869
5787 * testsuite/libgomp.c++/pr48869.C: New test.
5788
e7385332
JJ
57892011-05-06 Jakub Jelinek <jakub@redhat.com>
5790
5791 PR fortran/48894
5792 * fortran.c: Include limits.h.
5793 (TO_INT): Define.
5794 (omp_set_dynamic_8_, omp_set_num_threads_8_): Use !!*set instead of
5795 *set.
5796 (omp_set_num_threads_8_, omp_set_schedule_8_,
5797 omp_set_max_active_levels_8_, omp_get_ancestor_thread_num_8_,
5798 omp_get_team_size_8_): Use TO_INT macro.
5799 * testsuite/libgomp.fortran/pr48894.f90: New test.
5800
20790697
JJ
58012011-04-13 Jakub Jelinek <jakub@redhat.com>
5802
5803 PR middle-end/48591
5804 * testsuite/libgomp.c/pr48591.c: New test.
5805
bf382f5f
RO
58062011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5807
5808 PR bootstrap/48135
5809 * acinclude.m4 (enable_symvers): Handle --disable-symvers.
5810 * configure: Regenerate.
5811
113a53c1
JJ
58122011-02-27 Jakub Jelinek <jakub@redhat.com>
5813
5814 PR fortran/47886
5815 * testsuite/libgomp.fortran/task3.f90: New test.
5816
0024f1af
TB
58172011-02-24 Tobias Burnus <burnus@net-b.de>
5818
5819 * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
5820
21e1e594
JJ
58212011-02-23 Jakub Jelinek <jakub@redhat.com>
5822
5823 PR libgomp/47854
5824 * libgomp.texi (omp_get_wtime): Don't say time in the past
5825 must be Unix Epoch.
5826
67962076
JJ
58272011-02-18 Jakub Jelinek <jakub@redhat.com>
5828
5829 PR libgomp/47804
5830 * testsuite/libgomp.fortran/fortran.exp: Check for both
5831 libquadmath.a and libquadmath.${shlib_ext}. If neither exists,
5832 but $blddir != "", still append ${blddir}/${lang_library_path}
5833 to ld_library_path.
5834
3808007c
TB
58352011-02-16 Tobias Burnus <burnus@net-b.de>
5836
5837 PR libgomp/47758
5838 * testsuite/libgomp.fortran/fortran.exp: Check for the existence
5839 of libquadmath.a before adding its libpath to ldflags.
5840
53b4d41d
JJ
58412011-02-14 Jakub Jelinek <jakub@redhat.com>
5842
5843 PR libgomp/47731
5844 * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
5845 to FUTEX_WAIT futex syscall.
5846 * config/linux/wait.h: Include <futex.h> instead of "futex.h".
5847
029c8f3e
RW
58482011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5849
5850 * configure: Regenerate.
5851
bddd6626
BK
58522011-01-20 Benjamin Kosnik <bkoz@redhat.com>
5853
5854 PR libstdc++/36104
5855 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
5856
f1d4ab26
GP
58572011-01-16 Gerald Pfeifer
5858
5859 * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
5860
2b503136
JJ
58612010-12-14 Jakub Jelinek <jakub@redhat.com>
5862
5863 PR fortran/46874
5864 * libgomp.fortran/allocatable6.f90: New test.
5865
c0f9d583
RO
58662010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5867
5868 * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
5869 * configure: Regenerate.
5870
7de6ba7a
DK
58712010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
5872
5873 PR target/40125
5874 PR lto/46695
5875 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
5876 * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
5877 * aclocal.m4: Regenerate.
5878 * configure: Regenerate.
5879 * Makefile.in: Regenerate.
5880 * testsuite/Makefile.in: Regenerate.
5881
b7516041
JJ
58822010-12-02 Jakub Jelinek <jakub@redhat.com>
5883
edaadf74
JJ
5884 PR fortran/46753
5885 * libgomp.fortran/pr46753.f90: New test.
5886
4c698cf8
JJ
5887 PR libgomp/43706
5888 * env.c (initialize_env): Default to spin count 300000
5889 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
5890 is specified.
5891
b7516041
JJ
5892 PR libgomp/45240
5893 * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
5894 at the end if sync builtins aren't supported.
5895
6b43a34c
RO
58962010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5897
5898 * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
5899
950691fa
RO
59002010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5901
5902 * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
5903
fb9041ea
IS
59042010-11-24 Iain Sandoe <iains@gcc.gnu.org>
5905
5906 * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.
5907
1ec601bf
FXC
59082010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5909 Tobias Burnus <burnus@net-b.de>
5910
5911 PR fortran/32049
3e348fcc 5912 * configure.ac:
1ec601bf
FXC
5913 * configure: Regenerate.
5914
d213e92e
MS
59152010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
5916
5917 * config/linux/futex.h: New.
5918 * config/linux/arm/mutex.h: New.
5919 * configure.tgt (arm*-*-linux*): Add config path.
5920
89d5c66f
SP
59212010-09-30 Sebastian Pop <sebastian.pop@amd.com>
5922
5923 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
5924
87350d4a
TB
59252010-09-23 Tobias Burnus <burnus@net-b.de>
5926
5927 * libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
5928 Change Fortran datatype to LOGICAL.
5929 (omp_set_lock, omp_test_lock, omp_unset_lock, omp_set_nested_lock,
5930 omp_unset_nested_lock): Use intent(inout) instead of intent(out).
5931
75bc9e5e
RW
59322010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5933
5934 * configure: Regenerate.
5935
acb5c916
JJ
59362010-07-26 Jakub Jelinek <jakub@redhat.com>
5937
5938 * libgomp.texi: Add function keyword to a couple of Fortran
5939 interfaces, use integer instead of int for Fortran.
5940
6a2ba183
AH
59412010-07-26 Aldy Hernandez <aldyh@redhat.com>
5942
5943 * libgomp.texi: Fix spelling and pasto problems throughout.
5944 Adjust prototypes to match code.
5945
df161b69
TB
59462010-07-24 Tobias Burnus <burnus@net-b.de>
5947
5948 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -w to
5949 silence -fwhole-file warning.
5950
16c9d3b1
RO
59512010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5952
5953 * configure.tgt (*-*-solaris2.[56]*): Removed.
5954
6d28b933
RO
59552010-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5956
5957 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
5958 Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU,
5959 LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals.
5960 (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless
5961 targetting solaris2*.
5962 * configure: Regenerate.
5963 * config.h.in: Regenerate.
5964
5965 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect
5966 libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU.
5967 Add libgomp_version_dep.
5968 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol
5969 versioning.
5970 [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep.
5971 (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep).
5972 * Makefile.in: Regenerate.
5973
5974 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless
5975 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
5976 * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0
5977 to common block, protected by
5978 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
5979
07a67d6a
GP
59802010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
5981
5982 * libgomp.texi: Move to GFDL version 1.3. Update copyright years.
5983
dbd34b89
IS
59842010-06-09 Iain Sandoe <iains@gcc.gnu.org>
5985
5986 PR bootstrap/43170
5987 * configure: Regenerate.
5988
13917ae3
RW
59892010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5990
5991 PR other/43620
5992 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
5993 * configure: Regenerate.
5994 * Makefile.in: Regenerate.
5995 * testsuite/Makefile.in: Regenerate.
5996
b83a701b
JJ
59972010-04-26 Jakub Jelinek <jakub@redhat.com>
5998
5999 PR c/43893
6000 * testsuite/libgomp.c/pr43893.c: New test.
6001 * testsuite/libgomp.c++/pr43893.C: New test.
6002
78db7d92
JJ
60032010-04-21 Jakub Jelinek <jakub@redhat.com>
6004
6005 PR middle-end/43570
6006 * testsuite/libgomp.fortran/vla8.f90: New test.
6007
5221d7a9
JJ
60082010-04-20 Jakub Jelinek <jakub@redhat.com>
6009
e4ba7a60
JJ
6010 PR libgomp/43706
6011 * config/linux/affinity.c (gomp_init_affinity): Decrease
6012 gomp_available_cpus if affinity mask confines the process to fewer
6013 CPUs.
6014 * config/linux/proc.c (get_num_procs): If gomp_cpu_affinity is
6015 non-NULL, just return gomp_available_cpus.
6016
5221d7a9
JJ
6017 PR libgomp/43569
6018 * sections.c (gomp_sections_init): Initialize ws->mode.
6019
289a9f86
UB
60202010-04-14 Uros Bizjak <ubizjak@gmail.com>
6021
6022 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but
6023 not unused bar variable.
6024 * configure: Regenerate.
6025
4d9e8446
RW
60262010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6027
6028 * Makefile.in: Regenerate.
6029 * aclocal.m4: Regenerate.
6030 * testsuite/Makefile.in: Regenerate.
6031
80f046cc
JJ
60322010-03-22 Jakub Jelinek <jakub@redhat.com>
6033
6034 PR libgomp/42942
6035 * env.c (parse_unsigned_long): Add ALLOW_ZERO argument.
6036 (initialize_env): Adjust callers.
6037 (omp_set_max_active_levels): Set gomp_max_active_levels_var even
6038 when the argument is 0.
6039
6040 * testsuite/libgomp.c/pr42942.c: New test.
6041
b58543c3
SP
60422010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
6043
6044 PR middle-end/42644
6045 PR middle-end/42130
6046 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
6047 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
6048
41d1138f
RO
60492010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6050
6051 * testsuite/libgomp.c++/task-1.C: Renamed err to e.
6052 * testsuite/libgomp.c++/task-6.C: Likewise.
6053
6684eb28
SE
60542010-01-28 Steve Ellcey <sje@cup.hp.com>
6055
6056 * configure.tgt (*-*-hpux*): Add -frandom-seed flag.
6057
2122aa97
PB
60582010-01-26 Paolo Bonzini <bonzini@gnu.org>
6059
6060 * configure.ac: Test for executability of _the first word_ of GFORTRAN.
6061 * configure: Regenerate.
6062
057dd91d
JJ
60632010-01-26 Jakub Jelinek <jakub@redhat.com>
6064
6065 PR fortran/42866
6066 * testsuite/libgomp.fortran/allocatable5.f90: New test.
6067
d0709b6a
PB
60682010-01-20 Paolo Bonzini <bonzini@gnu.org>
6069
6070 * configure.ac: Test for executability of GFORTRAN.
6071 * configure: Regenerate.
6072
b9497ab5
RO
60732010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6074
6075 * configure: Regenerate.
6076
45de5648
L
60772010-01-04 H.J. Lu <hongjiu.lu@intel.com>
6078
6079 PR libgomp/42602
6080 * libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.
6081
e74003a1
RG
60822010-01-03 Richard Guenther <rguenther@suse.de>
6083
6084 * testsuite/libgomp.fortran/recursion1.f90: New testcase.
6085
1b3abda8
SP
60862009-12-23 Sebastian Pop <sebpop@gmail.com>
6087
6088 * testsuite/libgomp.graphite/pr4118.c: New.
6089
e19977d3
IS
60902009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
6091
6092 * testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage
6093 for darwin, protect the test with require-effective-target tls_runtime.
6094 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
6095
1d32a772
IS
60962009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
6097
6098 PR target/41605
6099 * testsuite/lib/libgomp.exp: Provide -B options to allow for
6100 link spec %s substitutions for static libraries.
6101
deb109b2
JH
61022009-12-18 Jack Howarth <howarth@bromo.med.uc.edu>
6103
6104 PR testsuite/42135
6105 * libgomp.graphite/force-parallel-2.c: Reduce array size.
6106
43e02a8a
RW
61072009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6108
6109 * Makefile.in: Regenerate.
6110 * configure: Regenerate.
6111 * testsuite/Makefile.in: Regenerate.
6112
17f35e23
DK
61132009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
6114
6115 * testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent
6116 settings for LC_ALL and LANG.
6117
281e33e1
JJ
61182009-11-25 Jakub Jelinek <jakub@redhat.com>
6119
6120 PR fortran/42162
6121 * testsuite/libgomp.fortran/pr42162.f90: New test.
6122
2b32c27d
JJ
61232009-11-13 Jakub Jelinek <jakub@redhat.com>
6124
6125 PR middle-end/42029
281e33e1 6126 * testsuite/libgomp.c/pr42029.c: New test.
2b32c27d 6127
89c74f4a
JJ
61282009-10-26 Jakub Jelinek <jakub@redhat.com>
6129
6130 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many
6131 *s. Accept ld version without text in ()s.
6132 * configure: Regenerated.
6133
7e06c3d6
EB
61342009-10-22 Razya Ladelsky <razya@il.ibm.com>
6135
6136 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
6137
0046b1a7
RW
61382009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6139
6140 PR libgomp/41418
6141 * configure.ac: Set FC to "no" if $GFORTRAN starts with "no"
6142 or a hyphen (happens with fortran language disabled).
6143 * configure: Regenerate.
6144
c82852f7
RW
61452009-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6146
6147 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid 'head',
6148 use sed script portable to Solaris /bin/sed for extracting ld
6149 version.
6150 * configure: Regenerate.
6151
98f3eb1f
AM
61522009-09-17 Alexander Monakov <amonakov@ispras.ru>
6153
6154 * testsuite/libgomp.graphite/bounds.c: New test.
6155
878f62e5
RW
61562009-09-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6157
6158 * Makefile.am (libgomp_la_LINK): New.
6159 * Makefile.in: Regenerate.
6160
df58e648
RW
61612009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6162
6163 * configure.ac (AC_PREREQ): Bump to 2.64.
6164
5213506e
RW
61652009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6166
70fa0efa
RW
6167 * Makefile.am (install-html, install-pdf): Remove.
6168 * Makefile.in: Regenerate.
6169
5213506e
RW
6170 * Makefile.in: Regenerate.
6171 * aclocal.m4: Regenerate.
6172 * config.h.in: Regenerate.
6173 * configure: Regenerate.
6174 * testsuite/Makefile.in: Regenerate.
6175
84fec8a5
RW
61762009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6177
6178 * Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
6179 * Makefile.in: Regenerate.
6180
197c68cc
DK
61812009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6182
6183 * Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
6184 * Makefile.in: Regenerate.
6185
693d54f2
TB
61862009-08-19 Tobias Burnus <burnus@net-b.de>
6187
6188 PR fortran/41102
6189 omp_lib.h.in: Fix -std=f95 errors.
6190
8cac884c
DE
61912009-08-14 David Edelsohn <edelsohn@gnu.org>
6192
6193 * testsuite/libgomp.graphite: Move from gcc.dg/graphite.
6194 * testsuite/libgomp.graphite/graphite_autopar.exp: Delete.
6195 * testsuite/libgomp.graphite/graphite.exp: New.
6196
78729ee2
AT
61972009-08-05 Andreas Tobler <a.tobler@schweiz.org>
6198
6199 * testsuite/libgomp.fortran/fortran.exp: Add flags in case of shared
6200 only build.
6201
b13b7f39
DD
62022009-08-04 David Daney <ddaney@caviumnetworks.com>
6203
6204 * config/linux/mutex.h (gomp_mutex_unlock): Add comment about
6205 needed memory barrier semantics.
6206 * config/linux/mips/mutex.h: New file.
6207
1b3b24c2
RW
62082009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6209
6210 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
6211
396b7fa4
JM
62122009-07-16 Joseph Myers <joseph@codesourcery.com>
6213
6214 * configure: Regenerate.
6215
33cde516
RS
62162009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
6217
6218 PR testsuite/40699
6219 PR testsuite/40707
6220 PR testsuite/40709
6221 * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
6222 * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
6223 testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
6224
bc21bfa5
RS
62252009-07-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6226
6227 * testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
6228 options when choosing a multilib.
6229
b30bfd40
RS
62302009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
6231
6232 * testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
6233 ld_library_path. Use add_path. Add just find_libgcc_s to
6234 ld_library_path, not every libgcc multilib directory.
6235 * testsuite/libgomp.c/c.exp (ld_library_path): Don't call
6236 gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
6237 * testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
6238 Use add_path.
6239 * testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.
6240
479c15c2
NF
62412009-06-09 Nathan Froyd <froydnj@codesourcery.com>
6242
6243 * Makefile.am (LTLDFLAGS): Define.
6244 (LINK): Define.
6245 * Makefile.in: Regenerate.
6246
667e6f89
JB
62472009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
6248
6249 PR fortran/39718
6250 * testsuite/libgomp.fortran/fortran.exp: Don't link with
6251 libgfortranbegin, check existence of libgfortran.a instead of
6252 libgfortranbegin.a.
6253
6dea8e99
JJ
62542009-05-20 Jakub Jelinek <jakub@redhat.com>
6255
6256 PR libgomp/40174
6257 * team.c (gomp_thread_start): Destroy thr->release semaphore.
6258 (gomp_free_pool_helper): Likewise.
6259
34d01e1d
VL
62602009-04-20 Vasilis Liaskovitis <vliaskov@gmail.com>
6261 Jakub Jelinek <jakub@redhat.com>
6262
6263 PR fortran/35423
6264 * testsuite/libgomp.fortran/workshare2.f90: New test.
6265
748086b7
JJ
62662009-04-09 Nick Clifton <nickc@redhat.com>
6267
6268 * iter.c: Change copyright header to refer to version 3 of the
6269 GNU General Public License with version 3.1 of the GCC Runtime
6270 Library Exception and to point readers at the COPYING3 and
6271 COPYING3.RUNTIME files and the FSF's license web page.
6272 * alloc.c: Likewise.
6273 * barrier.c: Likewise.
6274 * config/bsd/proc.c: Likewise.
6275 * config/linux/affinity.c: Likewise.
6276 * config/linux/alpha/futex.h: Likewise.
6277 * config/linux/bar.c: Likewise.
6278 * config/linux/bar.h: Likewise.
6279 * config/linux/ia64/futex.h: Likewise.
6280 * config/linux/ia64/mutex.h: Likewise.
6281 * config/linux/lock.c: Likewise.
6282 * config/linux/mips/futex.h: Likewise.
6283 * config/linux/mutex.c: Likewise.
6284 * config/linux/mutex.h: Likewise.
6285 * config/linux/powerpc/futex.h: Likewise.
6286 * config/linux/proc.c: Likewise.
6287 * config/linux/ptrlock.c: Likewise.
6288 * config/linux/ptrlock.h: Likewise.
6289 * config/linux/s390/futex.h: Likewise.
6290 * config/linux/sem.c: Likewise.
6291 * config/linux/sem.h: Likewise.
6292 * config/linux/sparc/futex.h: Likewise.
6293 * config/linux/wait.h: Likewise.
6294 * config/linux/x86/futex.h: Likewise.
6295 * config/mingw32/proc.c: Likewise.
6296 * config/mingw32/time.c: Likewise.
6297 * config/posix/affinity.c: Likewise.
6298 * config/posix/bar.c: Likewise.
6299 * config/posix/bar.h: Likewise.
6300 * config/posix/lock.c: Likewise.
6301 * config/posix/mutex.h: Likewise.
6302 * config/posix/proc.c: Likewise.
6303 * config/posix/ptrlock.h: Likewise.
6304 * config/posix/sem.c: Likewise.
6305 * config/posix/sem.h: Likewise.
6306 * config/posix/time.c: Likewise.
6307 * config/posix95/lock.c: Likewise.
6308 * critical.c: Likewise.
6309 * env.c: Likewise.
6310 * error.c: Likewise.
6311 * fortran.c: Likewise.
6312 * iter_ull.c: Likewise.
6313 * libgomp.h: Likewise.
6314 * libgomp_f.h.in: Likewise.
6315 * libgomp_g.h: Likewise.
6316 * loop.c: Likewise.
6317 * loop_ull.c: Likewise.
6318 * omp.h.in: Likewise.
6319 * omp_lib.f90.in: Likewise.
6320 * omp_lib.h.in: Likewise.
6321 * ordered.c: Likewise.
6322 * parallel.c: Likewise.
6323 * sections.c: Likewise.
6324 * single.c: Likewise.
6325 * task.c: Likewise.
6326 * team.c: Likewise.
6327 * work.c: Likewise.
6328
63292009-04-09 Jakub Jelinek <jakub@redhat.com>
6330
6331 * testsuite/config/default.exp: Change copyright header to refer to
6332 version 3 of the GNU General Public License and to point readers
6333 at the COPYING3 file and the FSF's license web page.
6334
4f0ae266
JJ
63352009-04-08 Jakub Jelinek <jakub@redhat.com>
6336
6337 PR middle-end/39573
6338 * libgomp.c++/pr39573.C: New test.
6339
03742a9b
JJ
63402009-04-01 Jakub Jelinek <jakub@redhat.com>
6341
6342 PR other/39591
6343 * testsuite/libgomp.c/pr39591-1.c: New test.
6344 * testsuite/libgomp.c/pr39591-2.c: New test.
6345 * testsuite/libgomp.c/pr39591-3.c: New test.
6346
e50ea10b
UB
63472009-03-25 Uros Bizjak <ubizjak@gmail.com>
6348
6349 * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
6350 * testsuite/libgomp.c/atomic-6.c: Ditto.
6351
c5cdb03f
JJ
63522009-03-23 Jakub Jelinek <jakub@redhat.com>
6353
6354 PR c/39495
6355 * testsuite/libgomp.c/loop-12.c: New test.
6356 * testsuite/libgomp.c/loop-11.c: New test.
6357 * testsuite/libgomp.c++/loop-11.C: New test.
6358 * testsuite/libgomp.c++/loop-12.C: New test.
6359 * testsuite/libgomp.c++/for-8.C: New test.
6360
7a9d3fe8
RW
63612009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6362
6363 * configure: Regenerate.
6364
3ad6b266
JJ
63652009-02-11 Jakub Jelinek <jakub@redhat.com>
6366
6367 PR middle-end/39154
6368 * testsuite/libgomp.c/pr39154.c: New test.
6369
b39dea08
ILT
63702009-01-30 Ian Lance Taylor <iant@google.com>
6371
6372 * acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set
6373 libgomp_ld_is_gold. Get gold version number.
6374 (LIBGOMP_ENABLE_SYMVERS): Gold always support symbol versioning.
6375 * configure: Rebuild.
6376
72c66596
IS
63772009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
6378
e50ea10b 6379 * testsuite/lib/libgomp.exp: Add -B option for targets that
72c66596
IS
6380 use libgfortran.a%s in their specs.
6381
876080ff
JJ
63822009-01-07 Jakub Jelinek <jakub@redhat.com>
6383
6384 PR libgomp/38086
6385 * acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check.
6386 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if
6387 HAVE_AS_SYMVER_DIRECTIVE is not defined.
6388 * configure: Regenerated.
6389 * config.h.in: Likewise.
6390
e4ebaef3
JJ
63912008-12-28 Jakub Jelinek <jakub@redhat.com>
6392
6393 PR c++/38650
6394 * testsuite/libgomp.c/pr38650.c: New test.
6395 * testsuite/libgomp.c++/pr38650.C: New test.
6396
382017a6
JJ
63972008-12-27 Jakub Jelinek <jakub@redhat.com>
6398
6399 * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.
6400
79644b27
UB
64012008-12-26 Uros Bizjak <ubizjak@gmail.com>
6402
6403 * testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.
6404
baafc534
RW
64052008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6406
6407 * configure: Regenerate.
6408
d9c194cb
JJ
64092008-12-08 Jakub Jelinek <jakub@redhat.com>
6410
6411 PR middle-end/36802
6412 * testsuite/libgomp.c/pr36802-1.c: New test.
6413 * testsuite/libgomp.c/pr36802-2.c: New test.
6414 * testsuite/libgomp.c/pr36802-3.c: New test.
6415
86a182bf
JJ
64162008-12-01 Janis Johnson <janis187@us.ibm.com>
6417
6418 PR libgomp/38270
6419 * config/linux/powerpc/mutex.h: New.
6420
956adfaf
JJ
64212008-12-01 Jakub Jelinek <jakub@redhat.com>
6422
a2d4cdc9
JJ
6423 PR c++/38257
6424 * testsuite/libgomp.c++/for-7.C: New test.
6425
956adfaf
JJ
6426 PR c++/38348
6427 * testsuite/libgomp.c++/for-6.C: New test.
6428
d4038ca2
JJ
64292008-11-26 Janis Johnson <janis187@us.ibm.com>
6430
6431 PR testsuite/28870
6432 * testsuite/lib/libgomp.exp: Include new timeout library files.
6433 (libgomp_target_compile): Set timeout value from new proc.
6434
8b159eea
SE
64352008-11-13 Steve Ellcey <sje@cup.hp.com>
6436
6437 PR libgomp/37938
6438 * config/linux/ia64/mutex.h: New.
6439
5c6ed53a
TB
64402008-11-04 Tobias Burnus <burnus@net-b.de>
6441
6442 PR libgomp/37935
6443 * libgomp.texi (Runtime library routines, environment variables):
6444 Update for OpenMP version 3.0.
6445
6b4a97ed
PG
64462008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6447 Steve Ellcey <sje@cup.hp.com>
6448
6449 * configure: Regenerate for new libtool.
6450 * Makefile.in: Ditto.
6451 * testsuite/Makefile.in: Ditto.
6452
e2b34106
JJ
64532008-09-19 Jakub Jelinek <jakub@redhat.com>
6454 Andreas Tobler <a.tobler@schweiz.org>
6455
6456 * config/bsd/proc.c: New file.
8c3b3600 6457 * configure.tgt (*-*-darwin*): Use config_path "bsd posix".
e2b34106
JJ
6458 * configure.ac: Check for header <sys/sysctl.h>
6459 * configure: Regenerate.
6460 * config.h.in: Likewise.
6461
3606b8bf
JJ
64622008-09-05 Janis Johnson <janis187@us.ibm.com>
6463
6464 * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
6465
6528b88d
AL
64662008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6467
6468 * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
6469 * Makefile.in: Regenerated.
6470 * testsuite/Makefile.in: Regenerated.
6471
d9b14b12 64722008-08-21 Nathan Froyd <froydnj@codesourcery.com>
8c9570df 6473
a16b68bb 6474 * testsuite/lib/libgomp.exp (libgomp_init): Only set things that
8c9570df
NF
6475 depend on blddir if blddir exists.
6476 (libgomp_target_compile): Likewise.
6477 * testsuite/libgomp.c++/c++.exp: Likewise.
6478 * testsuite/libgomp.fortran/fortran.exp: Likewise.
6479
70b1e376
RW
64802008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6481
6482 * libgomp.texi: Update to GFDL 1.2. Update copyright years.
6483 Do not list GPL as Invariant Section.
6484
318e8c3f
IG
64852008-07-28 Ilie Garbacea <ilie@mips.com>
6486 Chao-ying Fu <fu@mips.com>
6487
6488 * configure.tgt: Enable futex for MIPS.
6489 * config/linux/mips/futex.h: New file.
6490
4db72361
JJ
64912008-07-16 Jakub Jelinek <jakub@redhat.com>
6492
6493 * team.c (gomp_team_end): Free team immediately if it has
6494 just one thread.
6495
87bd23b8
DE
64962008-07-08 David Edelsohn <edelsohn@gnu.org>
6497
6498 * testsuite/libgomp.c++/c++.exp: Append multilib library path.
6499 * testsuite/libgomp.fortran/fortran.exp: Same.
6500 * testsuite/libgomp.c/c.exp: Same.
6501 * testsuite/lib/libgomp.exp: Append AIX libgcc pthread multilib
6502 directory to library path first.
6503
323ff903
KW
65042008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6505
6506 * env.c (parse_stacksize): Add cast to avoid warning.
6507 (parse_spincount): Likewise.
6508
b357f682
JJ
65092008-06-27 Jakub Jelinek <jakub@redhat.com>
6510
ca2b1311
JJ
6511 * testsuite/libgomp.c/loop-10.c: New test.
6512 * libgomp.c/loop-3.c (main): Add lastprivate clause.
6513 * libgomp.c++/loop-6.C (main): Likewise.
6514
b357f682
JJ
6515 PR debug/36617
6516 * testsuite/libgomp.c/debug-1.c: New test.
6517
09a46078
JJ
65182008-06-19 Jakub Jelinek <jakub@redhat.com>
6519
6520 * testsuite/libgomp.c/nqueens-1.c: New test.
6521
2368a460
JJ
6522 PR c++/36523
6523 * testsuite/libgomp.c++/task-7.C: New function.
6524
18c04407
RW
65252008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6526
6527 * configure: Regenerate.
6528
9c4e59e0
JDA
65292008-06-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6530
6531 * env.c (initialize_env): Always initialize gomp_remaining_threads_lock
6532 mutex when HAVE_SYNC_BUILTINS isn't defined.
6533
6ccde948
RW
65342008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6535
6536 * libgomp.texi (omp_test_lock): Fix typo.
6537
b896f9fd
TB
65382008-06-12 Tobias Burnus <burnus@net-b.de>
6539
6540 * omp_lib.f90.in: Add "implicit none".
6541
c34938a8
JJ
65422008-06-12 Jakub Jelinek <jakub@redhat.com>
6543
6544 PR middle-end/36506
6545 * testsuite/libgomp.c/reduction-5.c: New test.
6546
976e44e3
JJ
65472008-06-11 Jakub Jelinek <jakub@redhat.com>
6548
5f836cbb
JJ
6549 * libgomp.h (struct gomp_task): Add in_tied_task field.
6550 * task.c (gomp_init_task): Initialize it.
6551 (GOMP_task): Likewise. Call gomp_team_barrier_set_task_pending
6552 unconditionally. Don't call gomp_team_barrier_wake if
6553 current task is implicit or if(0) from implicit and number of
6554 running tasks is equal to nthreads - 1.
6555
01501fc8
JJ
6556 PR libgomp/36471
6557 * omp_lib.f90.in (omp_get_ancestor_thread_num_8,
6558 omp_get_team_size_8): Fix pastos.
6559
976e44e3
JJ
6560 PR libgomp/36469
6561 * configure.ac: Add AC_CHECK_FUNCS (strtoull).
6562 * configure: Regenerated.
6563 * config.h.in: Regenerated.
6564 * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not
6565 defined.
6566
e919209b
AT
65672008-06-06 Andreas Tobler <a.tobler@schweiz.org>
6568
6569 PR bootstrap/36452
6570 * loop_ull.c (GOMP_loop_ull_static_start): Adjust API.
6571 (GOMP_loop_ull_dynamic_start): Likewise.
6572 (GOMP_loop_ull_guided_start): Likewise.
6573 (GOMP_loop_ull_ordered_static_start): Likewise.
6574 (GOMP_loop_ull_ordered_dynamic_start): Likewise.
6575 (GOMP_loop_ull_ordered_guided_start): Likewise.
6576
a68ab351
JJ
65772008-06-06 Jakub Jelinek <jakub@redhat.com>
6578 Richard Henderson <rth@redhat.com>
6579 Ulrich Drepper <drepper@redhat.com>
6580 Jakob Blomer <jakob.blomer@ira.uka.de>
6581
6582 * configure.ac (LIBGOMP_GNU_SYMBOL_VERSIONING): New AC_DEFINE.
6583 Substitute also OMP_*LOCK_25*.
6584 * configure: Regenerated.
6585 * config.h.in: Regenerated.
6586 * Makefile.am (libgomp_la_SOURCES): Add loop_ull.c, iter_ull.c,
6587 ptrlock.c and task.c.
6588 * Makefile.in: Regenerated.
6589 * testsuite/Makefile.in: Regenerated.
6590 * task.c: New file.
6591 * loop_ull.c: New file.
6592 * iter_ull.c: New file.
6593 * libgomp.h: Include ptrlock.h.
6594 (enum gomp_task_kind): New type.
6595 (struct gomp_team): Add task_lock, task_queue, task_count,
6596 task_running_count, single_count fields. Add
6597 work_share_list_free_lock ifndef HAVE_SYNC_BUILTINS.
6598 Remove work_share_lock, generation_mask,
6599 oldest_live_gen, num_live_gen and init_work_shares fields, add
6600 work work_share_list_alloc, work_share_list_free and work_share_chunk
6601 fields. Change work_shares from pointer to pointers into an array.
6602 Change ordered_release field into gomp_sem_t ** from flexible array
6603 member. Add implicit_task and initial_work_shares fields.
6604 Move close to the end of the struct.
6605 (struct gomp_team_state): Add single_count, last_work_share,
6606 active_level and level fields, remove work_share_generation.
6607 (gomp_barrier_handle_tasks): New prototype.
6608 (gomp_finish_task): New inline function.
6609 (struct gomp_work_share): Move chunk_size, end, incr into
6610 transparent union/struct, add chunk_size_ull, end_ll, incr_ll and
6611 next_ll fields. Reshuffle fields. Add next_alloc,
6612 next_ws, next_free and inline_ordered_team_ids fields, change
6613 ordered_team_ids into pointer from flexible array member.
6614 Add mode field. Put lock and next into a different cache line
6615 from most of the write-once fields.
6616 (gomp_iter_ull_static_next, gomp_iter_ull_dynamic_next_locked,
6617 gomp_iter_ull_guided_next_locked, gomp_iter_ull_dynamic_next,
6618 gomp_iter_ull_guided_next): New prototypes.
6619 (gomp_new_icv): New prototype.
6620 (struct gomp_thread): Add thread_pool and task fields.
6621 (struct gomp_thread_pool): New type.
6622 (gomp_new_team): New prototype.
6623 (gomp_team_start): Change type of last argument.
6624 (gomp_new_work_share): Removed.
6625 (gomp_init_work_share, gomp_fini_work_share): New prototypes.
6626 (gomp_work_share_init_done): New static inline.
6627 (gomp_throttled_spin_count_var, gomp_available_cpus,
6628 gomp_managed_threads): New extern decls.
6629 (gomp_init_task): New prototype.
6630 (gomp_spin_count_var): New extern var decl.
6631 (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef if no visibility
6632 or no alias support, or if not PIC.
6633 (gomp_init_lock_30, gomp_destroy_lock_30, gomp_set_lock_30,
6634 gomp_unset_lock_30, gomp_test_lock_30, gomp_init_nest_lock_30,
6635 gomp_destroy_nest_lock_30, gomp_set_nest_lock_30,
6636 gomp_unset_nest_lock_30, gomp_test_nest_lock_30, gomp_init_lock_25,
6637 gomp_destroy_lock_25, gomp_set_lock_25, gomp_unset_lock_25,
6638 gomp_test_lock_25, gomp_init_nest_lock_25, gomp_destroy_nest_lock_25,
6639 gomp_set_nest_lock_25, gomp_unset_nest_lock_25,
6640 gomp_test_nest_lock_25): New prototypes.
6641 (omp_lock_symver, strong_alias): Define.
6642 (gomp_remaining_threads_count, gomp_remaining_threads_lock): New
6643 decls.
6644 (gomp_end_task): New.
6645 (struct gomp_task_icv, gomp_global_icv): New.
6646 (gomp_thread_limit_var, gomp_max_active_levels_var): New.
6647 (struct gomp_task): New.
6648 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
6649 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
6650 (gomp_icv): New.
6651 (gomp_schedule_type): Reorder enum to match
6652 omp_sched_t.
6653 * team.c (struct gomp_thread_start_data): Add thread_pool and task
6654 fields.
6655 (gomp_thread_start): Add gomp_team_barrier_wait call.
6656 For non-nested case remove clearing of docked thread thr fields.
6657 Use pool fields instead of global gomp_* variables. Use
6658 gomp_barrier_wait_last when needed. Initialize ts.active_level.
6659 Create tasks for each member thread.
6660 (free_team): Only destroy team barrier, task_lock here and free it.
6661 (gomp_free_thread): Free last_team if non-NULL.
6662 (gomp_team_end): Call gomp_team_barrier_wait instead of
6663 gomp_barrier_wait. For nested case call one extra
6664 gomp_barrier_wait. Move here some destruction from free_team.
6665 Call free_team on pool->last_team if any, rather than freeing
6666 current team. Destroy work_share_list_free_lock ifndef
6667 HAVE_SYNC_BUILTINS.
6668 (gomp_new_icv): New function.
6669 (gomp_threads, gomp_threads_size, gomp_threads_used,
6670 gomp_threads_dock): Removed.
6671 (gomp_thread_destructor): New variable.
6672 (gomp_new_thread_pool, gomp_free_pool_helper, gomp_free_thread): New
6673 functions.
6674 (gomp_team_start): Create new pool if current thread doesn't have
3e348fcc 6675 one. Use pool fields instead of global gomp_* variables.
a68ab351
JJ
6676 Initialize thread_pool field for new threads. Clear single_count.
6677 Change last argument from ws to team, don't create
6678 new team, set ts.work_share to &team->work_shares[0] and clear
6679 ts.last_work_share. Don't clear ts.work_share_generation.
6680 If number of threads changed, adjust atomically gomp_managed_threads.
6681 Use gomp_init_task instead of gomp_new_task,
6682 set thr->task to the corresponding implicit_task array entry.
6683 Create tasks for each member thread. Initialize ts.level.
6684 (initialize_team): Call pthread_key_create on
6685 gomp_thread_destructor.
6686 (team_destructor): New function.
6687 (new_team): Removed.
6688 (gomp_new_team): New function.
6689 (free_team): Free gomp_work_share blocks chained through next_alloc,
6690 instead of freeing work_shares and destroying work_share_lock.
6691 (gomp_team_end): Call gomp_fini_work_share. If number of threads
6692 changed, adjust atomically gomp_managed_threads. Use gomp_end_task.
6693 * barrier.c (GOMP_barrier): Call gomp_team_barrier_wait instead
6694 of gomp_barrier_wait.
6695 * single.c (GOMP_single_copy_start): Call gomp_team_barrier_wait
6696 instead of gomp_barrier_wait. Call gomp_work_share_init_done
6697 if gomp_work_share_start returned true. Don't unlock ws->lock.
6698 (GOMP_single_copy_end): Call gomp_team_barrier_wait instead
6699 of gomp_barrier_wait.
6700 (GOMP_single_start): Rewritten if HAVE_SYNC_BUILTINS. Call
6701 gomp_work_share_init_done if gomp_work_share_start returned true.
6702 Don't unlock ws->lock.
6703 * work.c: Include stddef.h.
6704 (free_work_share): Use work_share_list_free_lock instead
6705 of atomic chaining ifndef HAVE_SYNC_BUILTINS. Add team argument.
6706 Call gomp_fini_work_share and then either free ws if orphaned, or
6707 put it into work_share_list_free list of the current team.
6708 (alloc_work_share, gomp_init_work_share, gomp_fini_work_share): New
6709 functions.
6710 (gomp_work_share_start, gomp_work_share_end,
6711 gomp_work_share_end_nowait): Rewritten.
6712 * omp_lib.f90.in Change some tabs to spaces to prevent warnings.
6713 (openmp_version): Set to 200805.
6714 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
6715 omp_sched_guided, omp_sched_auto): New parameters.
6716 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
6717 omp_set_max_active_levels, omp_get_max_active_levels,
6718 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
6719 omp_get_active_level): New interfaces.
6720 * omp_lib.h.in (openmp_version): Set to 200805.
6721 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
6722 omp_sched_guided, omp_sched_auto): New parameters.
6723 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
6724 omp_set_max_active_levels, omp_get_max_active_levels,
6725 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
6726 omp_get_active_level): New externals.
6727 * loop.c: Include limits.h.
6728 (GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Handle
6729 GFS_AUTO.
6730 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start):
6731 Likewise. Use gomp_icv.
6732 (gomp_loop_static_start, gomp_loop_dynamic_start): Clear
6733 ts.static_trip here.
6734 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call
6735 gomp_work_share_init_done after gomp_loop_init. Don't unlock ws->lock.
6736 (gomp_loop_dynamic_start, gomp_loop_guided_start): Call
6737 gomp_work_share_init_done after gomp_loop_init. If HAVE_SYNC_BUILTINS,
6738 don't unlock ws->lock, otherwise lock it.
6739 (gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start): Call
6740 gomp_work_share_init_done after gomp_loop_init. Lock ws->lock.
6741 (gomp_parallel_loop_start): Call gomp_new_team instead of
6742 gomp_new_work_share. Call gomp_loop_init on &team->work_shares[0].
6743 Adjust gomp_team_start caller. Pass 0 as second argument to
6744 gomp_resolve_num_threads.
6745 (gomp_loop_init): For GFS_DYNAMIC, multiply ws->chunk_size by incr.
6746 If adding ws->chunk_size nthreads + 1 times after end won't
6747 overflow, set ws->mode to 1.
6748 * libgomp_g.h (GOMP_loop_ull_static_start, GOMP_loop_ull_dynamic_start,
6749 GOMP_loop_ull_guided_start, GOMP_loop_ull_runtime_start,
6750 GOMP_loop_ull_ordered_static_start,
6751 GOMP_loop_ull_ordered_dynamic_start,
6752 GOMP_loop_ull_ordered_guided_start,
6753 GOMP_loop_ull_ordered_runtime_start, GOMP_loop_ull_static_next,
6754 GOMP_loop_ull_dynamic_next, GOMP_loop_ull_guided_next,
6755 GOMP_loop_ull_runtime_next, GOMP_loop_ull_ordered_static_next,
6756 GOMP_loop_ull_ordered_dynamic_next, GOMP_loop_ull_ordered_guided_next,
6757 GOMP_loop_ull_ordered_runtime_next, GOMP_task, GOMP_taskwait): New
6758 prototypes.
6759 * libgomp.map: Export lock routines also @@OMP_2.0.
6760 (GOMP_loop_ordered_dynamic_first,
6761 GOMP_loop_ordered_guided_first, GOMP_loop_ordered_runtime_first,
6762 GOMP_loop_ordered_static_first): Remove.
6763 (GOMP_loop_ull_dynamic_next, GOMP_loop_ull_dynamic_start,
6764 GOMP_loop_ull_guided_next, GOMP_loop_ull_guided_start,
6765 GOMP_loop_ull_ordered_dynamic_next,
6766 GOMP_loop_ull_ordered_dynamic_start,
6767 GOMP_loop_ull_ordered_guided_next,
6768 GOMP_loop_ull_ordered_guided_start,
6769 GOMP_loop_ull_ordered_runtime_next,
6770 GOMP_loop_ull_ordered_runtime_start,
6771 GOMP_loop_ull_ordered_static_next,
6772 GOMP_loop_ull_ordered_static_start,
6773 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
6774 GOMP_loop_ull_static_next, GOMP_loop_ull_static_start,
6775 GOMP_task, GOMP_taskwait): Export @@GOMP_2.0.
6776 (omp_set_schedule, omp_get_schedule,
6777 omp_get_thread_limit, omp_set_max_active_levels,
6778 omp_get_max_active_levels, omp_get_level,
6779 omp_get_ancestor_thread_num, omp_get_team_size, omp_get_active_level,
6780 omp_set_schedule_, omp_set_schedule_8_,
6781 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
6782 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
6783 omp_get_max_active_levels_, omp_get_level_,
6784 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
6785 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
6786 New exports @@OMP_3.0.
6787 * omp.h.in (omp_sched_t): New type.
6788 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
6789 omp_set_max_active_levels, omp_get_max_active_levels,
6790 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
6791 omp_get_active_level): New prototypes.
6792 * env.c (gomp_spin_count_var, gomp_throttled_spin_count_var,
6793 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,
6794 gomp_thread_limit_var, gomp_remaining_threads_count,
6795 gomp_remaining_threads_lock): New variables.
6796 (parse_spincount): New function.
6797 (initialize_env): Call gomp_init_num_threads unconditionally.
6798 Initialize gomp_available_cpus. Call parse_spincount,
6799 initialize gomp_{,throttled_}spin_count_var
6800 depending on presence and value of OMP_WAIT_POLICY and
6801 GOMP_SPINCOUNT env vars. Handle GOMP_BLOCKTIME env var.
6802 Handle OMP_WAIT_POLICY, OMP_MAX_ACTIVE_LEVELS,
6803 OMP_THREAD_LIMIT, OMP_STACKSIZE env vars. Handle unit specification
6804 for GOMP_STACKSIZE. Initialize gomp_remaining_threads_count and
6805 gomp_remaining_threads_lock if needed. Use gomp_global_icv.
6806 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
6807 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
6808 (gomp_global_icv): New.
6809 (parse_schedule): Use it. Parse "auto".
6810 (omp_set_num_threads): Use gomp_icv.
6811 (omp_set_dynamic, omp_get_dynamic, omp_set_nested, omp_get_nested):
6812 Likewise.
6813 (omp_get_max_threads): Move from parallel.c.
6814 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
6815 omp_set_max_active_levels, omp_get_max_active_levels): New functions,
6816 add ialias.
6817 (parse_stacksize, parse_wait_policy): New functions.
6818 * fortran.c: Rewrite lock wrappers, if symbol versioning provide
6819 both wrappers for compatibility and new locks.
6820 (omp_set_schedule, omp_get_schedule,
6821 omp_get_thread_limit, omp_set_max_active_levels,
6822 omp_get_max_active_levels, omp_get_level,
6823 omp_get_ancestor_thread_num, omp_get_team_size,
6824 omp_get_active_level): New ialias_redirect.
6825 (omp_set_schedule_, omp_set_schedule_8_,
6826 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
6827 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
6828 omp_get_max_active_levels_, omp_get_level_,
6829 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
6830 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
6831 New functions.
6832 * parallel.c: Include limits.h.
6833 (gomp_resolve_num_threads): Add count argument. Rewritten.
6834 (GOMP_parallel_start): Call gomp_new_team and pass that as last
6835 argument to gomp_team_start. Pass 0 as second argument to
6836 gomp_resolve_num_threads.
6837 (GOMP_parallel_end): Decrease gomp_remaining_threads_count
6838 if gomp_thread_limit_var != ULONG_MAX.
6839 (omp_in_parallel): Implement using ts.active_level.
6840 (omp_get_max_threads): Move to env.c.
6841 (omp_get_level, omp_get_ancestor_thread_num,
6842 omp_get_team_size, omp_get_active_level): New functions,
6843 add ialias.
6844 * sections.c (GOMP_sections_start): Call gomp_work_share_init_done
6845 after gomp_sections_init. If HAVE_SYNC_BUILTINS, call
6846 gomp_iter_dynamic_next instead of the _locked variant and don't take
6847 lock around it, otherwise acquire it before calling
6848 gomp_iter_dynamic_next_locked.
6849 (GOMP_sections_next): If HAVE_SYNC_BUILTINS, call
6850 gomp_iter_dynamic_next instead of the _locked variant and don't take
6851 lock around it.
6852 (GOMP_parallel_sections_start): Call gomp_new_team instead of
6853 gomp_new_work_share. Call gomp_sections_init on &team->work_shares[0].
6854 Adjust gomp_team_start caller. Pass count as second argument to
6855 gomp_resolve_num_threads, don't adjust num_threads after the call.
6856 Use gomp_icv.
6857 * iter.c (gomp_iter_dynamic_next_locked): Don't multiply
6858 ws->chunk_size by incr.
6859 (gomp_iter_dynamic_next): Likewise. If ws->mode, use more efficient
6860 code.
6861 * libgomp_f.h.in (omp_lock_25_arg_t, omp_nest_lock_25_arg_t): New
6862 types.
6863 (omp_lock_25_arg, omp_nest_lock_25_arg): New macros.
6864 (omp_check_defines): Check even the compat defines.
6865 * config/linux/ptrlock.c: New file.
6866 * config/linux/ptrlock.h: New file.
6867 * config/linux/wait.h: New file.
6868 * config/posix/ptrlock.c: New file.
6869 * config/posix/ptrlock.h: New file.
6870 * config/linux/bar.h (gomp_team_barrier_wait,
6871 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
6872 (gomp_team_barrier_set_task_pending,
6873 gomp_team_barrier_clear_task_pending,
6874 gomp_team_barrier_set_waiting_for_tasks,
6875 gomp_team_barrier_waiting_for_tasks,
6876 gomp_team_barrier_done): New inlines.
6877 (gomp_barrier_t): Rewritten.
6878 (gomp_barrier_state_t): New typedef.
6879 (gomp_barrier_init, gomp_barrier_reinit, gomp_barrier_destroy,
6880 gomp_barrier_wait_start): Rewritten.
6881 (gomp_barrier_wait_end): Change second argument to
6882 gomp_barrier_state_t.
6883 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
6884 inlines.
6885 * config/linux/bar.c: Include wait.h instead of libgomp.h and
6886 futex.h.
6887 (gomp_barrier_wait_end): Rewritten.
6888 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
6889 gomp_team_barrier_wake, gomp_barrier_wait_last): New functions.
6890 * config/posix/bar.h (gomp_barrier_t): Add generation field.
6891 (gomp_barrier_state_t): New typedef.
6892 (gomp_team_barrier_wait,
6893 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
6894 (gomp_barrier_wait_start): Or all but low 2 bits from generation
6895 into the return value. Return gomp_barrier_state_t.
6896 (gomp_team_barrier_set_task_pending,
6897 gomp_team_barrier_clear_task_pending,
6898 gomp_team_barrier_set_waiting_for_tasks,
6899 gomp_team_barrier_waiting_for_tasks,
6900 gomp_team_barrier_done): New inlines.
6901 (gomp_barrier_wait_end): Change second argument to
6902 gomp_barrier_state_t.
6903 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
6904 inlines.
6905 * config/posix/bar.c (gomp_barrier_init): Clear generation field.
6906 (gomp_barrier_wait_end): Change second argument to
3e348fcc 6907 gomp_barrier_state_t.
a68ab351
JJ
6908 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
6909 gomp_team_barrier_wake): New functions.
6910 * config/linux/mutex.c: Include wait.h instead of libgomp.h and
6911 futex.h.
6912 (gomp_futex_wake, gomp_futex_wait): New variables.
6913 (gomp_mutex_lock_slow): Call do_wait instead of futex_wait.
6914 * config/linux/lock.c: Rewrite to make locks task owned,
6915 for backwards compatibility provide the old entrypoints
6916 if symbol versioning. Include wait.h instead of libgomp.h and
6917 futex.h.
6918 (gomp_set_nest_lock_25): Call do_wait instead of futex_wait.
6919 * config/posix95/lock.c: Rewrite to make locks task owned,
6920 for backwards compatibility provide the old entrypoints
6921 if symbol versioning.
6922 * config/posix/lock.c: Rewrite to make locks task owned,
6923 for backwards compatibility provide the old entrypoints
6924 if symbol versioning.
6925 * config/linux/proc.c (gomp_init_num_threads): Use gomp_global_icv.
6926 (get_num_procs, gomp_dynamic_max_threads): Use gomp_icv.
6927 * config/posix/proc.c, config/mingw32/proc.c: Similarly.
6928 * config/linux/powerpc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6929 (sys_futex0): Return error code.
6930 (futex_wake, futex_wait): If ENOSYS was returned, clear
6931 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6932 (cpu_relax, atomic_write_barrier): New static inlines.
6933 * config/linux/alpha/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6934 (futex_wake, futex_wait): If ENOSYS was returned, clear
6935 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6936 (cpu_relax, atomic_write_barrier): New static inlines.
6937 * config/linux/x86/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6938 (sys_futex0): Return error code.
6939 (futex_wake, futex_wait): If ENOSYS was returned, clear
6940 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6941 (cpu_relax, atomic_write_barrier): New static inlines.
6942 * config/linux/s390/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6943 (sys_futex0): Return error code.
6944 (futex_wake, futex_wait): If ENOSYS was returned, clear
6945 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6946 (cpu_relax, atomic_write_barrier): New static inlines.
6947 * config/linux/ia64/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6948 (sys_futex0): Return error code.
6949 (futex_wake, futex_wait): If ENOSYS was returned, clear
6950 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6951 (cpu_relax, atomic_write_barrier): New static inlines.
6952 * config/linux/sparc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
6953 (sys_futex0): Return error code.
6954 (futex_wake, futex_wait): If ENOSYS was returned, clear
6955 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
6956 (cpu_relax, atomic_write_barrier): New static inlines.
6957 * config/linux/sem.c: Include wait.h instead of libgomp.h and
6958 futex.h.
6959 (gomp_sem_wait_slow): Call do_wait instead of futex_wait.
6960 * config/linux/affinity.c: Assume HAVE_SYNC_BUILTINS.
6961 * config/linux/omp-lock.h (omp_lock_25_t, omp_nest_lock_25_t): New
6962 types.
6963 (omp_nest_lock_t): Change owner into void *, add lock field.
6964 * config/posix95/omp-lock.h: Include semaphore.h.
6965 (omp_lock_25_t, omp_nest_lock_25_t): New types.
6966 (omp_lock_t): Use sem_t instead of mutex if semaphores
6967 aren't broken.
6968 (omp_nest_lock_t): Likewise. Change owner to void *.
6969 * config/posix/omp-lock.h: Include semaphore.h.
6970 (omp_lock_25_t, omp_nest_lock_25_t): New types.
6971 (omp_lock_t): Use sem_t instead of mutex if semaphores
6972 aren't broken.
6973 (omp_nest_lock_t): Likewise. Add owner field.
6974
69752008-06-06 Jakub Jelinek <jakub@redhat.com>
6976
6977 * testsuite/libgomp.c/collapse-1.c: New test.
6978 * testsuite/libgomp.c/collapse-2.c: New test.
6979 * testsuite/libgomp.c/collapse-3.c: New test.
6980 * testsuite/libgomp.c/icv-1.c: New test.
6981 * testsuite/libgomp.c/icv-2.c: New test.
6982 * testsuite/libgomp.c/lib-2.c: New test.
6983 * testsuite/libgomp.c/lock-1.c: New test.
6984 * testsuite/libgomp.c/lock-2.c: New test.
6985 * testsuite/libgomp.c/lock-3.c: New test.
6986 * testsuite/libgomp.c/loop-4.c: New test.
6987 * testsuite/libgomp.c/loop-5.c: New test.
6988 * testsuite/libgomp.c/loop-6.c: New test.
6989 * testsuite/libgomp.c/loop-7.c: New test.
6990 * testsuite/libgomp.c/loop-8.c: New test.
6991 * testsuite/libgomp.c/loop-9.c: New test.
6992 * testsuite/libgomp.c/nested-3.c: New test.
6993 * testsuite/libgomp.c/nestedfn-6.c: New test.
6994 * testsuite/libgomp.c/sort-1.c: New test.
6995 * testsuite/libgomp.c/task-1.c: New test.
6996 * testsuite/libgomp.c/task-2.c: New test.
6997 * testsuite/libgomp.c/task-3.c: New test.
6998 * testsuite/libgomp.c/task-4.c: New test.
6999 * testsuite/libgomp.c++/c++.exp: Add libstdc++-v3 build includes
7000 to C++ testsuite default compiler options.
7001 * testsuite/libgomp.c++/collapse-1.C: New test.
7002 * testsuite/libgomp.c++/collapse-2.C: New test.
7003 * testsuite/libgomp.c++/ctor-10.C: New test.
7004 * testsuite/libgomp.c++/for-1.C: New test.
7005 * testsuite/libgomp.c++/for-2.C: New test.
7006 * testsuite/libgomp.c++/for-3.C: New test.
7007 * testsuite/libgomp.c++/for-4.C: New test.
7008 * testsuite/libgomp.c++/for-5.C: New test.
7009 * testsuite/libgomp.c++/loop-8.C: New test.
7010 * testsuite/libgomp.c++/loop-9.C: New test.
7011 * testsuite/libgomp.c++/loop-10.C: New test.
7012 * testsuite/libgomp.c++/task-1.C: New test.
7013 * testsuite/libgomp.c++/task-2.C: New test.
7014 * testsuite/libgomp.c++/task-3.C: New test.
7015 * testsuite/libgomp.c++/task-4.C: New test.
7016 * testsuite/libgomp.c++/task-5.C: New test.
7017 * testsuite/libgomp.c++/task-6.C: New test.
7018 * testsuite/libgomp.fortran/allocatable1.f90: New test.
7019 * testsuite/libgomp.fortran/allocatable2.f90: New test.
7020 * testsuite/libgomp.fortran/allocatable3.f90: New test.
7021 * testsuite/libgomp.fortran/allocatable4.f90: New test.
7022 * testsuite/libgomp.fortran/collapse1.f90: New test.
7023 * testsuite/libgomp.fortran/collapse2.f90: New test.
7024 * testsuite/libgomp.fortran/collapse3.f90: New test.
7025 * testsuite/libgomp.fortran/collapse4.f90: New test.
7026 * testsuite/libgomp.fortran/lastprivate1.f90: New test.
7027 * testsuite/libgomp.fortran/lastprivate2.f90: New test.
7028 * testsuite/libgomp.fortran/lib4.f90: New test.
7029 * testsuite/libgomp.fortran/lock-1.f90: New test.
7030 * testsuite/libgomp.fortran/lock-2.f90: New test.
7031 * testsuite/libgomp.fortran/nested1.f90: New test.
7032 * testsuite/libgomp.fortran/nestedfn4.f90: New test.
7033 * testsuite/libgomp.fortran/strassen.f90: New test.
7034 * testsuite/libgomp.fortran/tabs1.f90: New test.
7035 * testsuite/libgomp.fortran/tabs2.f: New test.
7036 * testsuite/libgomp.fortran/task1.f90: New test.
7037 * testsuite/libgomp.fortran/task2.f90: New test.
7038 * testsuite/libgomp.fortran/vla4.f90: Add dg-warning.
7039 * testsuite/libgomp.fortran/vla5.f90: Likewise.
7040 * testsuite/libgomp.c/pr26943-2.c: Likewise.
7041 * testsuite/libgomp.c/pr26943-3.c: Likewise.
7042 * testsuite/libgomp.c/pr26943-4.c: Likewise.
7043
7a0112e7
JJ
70442008-05-23 Jakub Jelinek <jakub@redhat.com>
7045
7046 PR c++/36308
7047 * testsuite/libgomp.c++/ctor-11.C: New test.
7048 * testsuite/libgomp.c++/ctor-12.C: New test.
7049
91a5b394
JJ
70502008-05-15 Janis Johnson <janis187@us.ibm.com>
7051
7052 * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.
7053
c18c98c0
JJ
70542008-05-07 Jakub Jelinek <jakub@redhat.com>
7055
7056 PR middle-end/36106
7057 * testsuite/libgomp.c/atomic-5.c: New test.
7058 * testsuite/libgomp.c/atomic-6.c: New test.
7059 * testsuite/libgomp.c/autopar-1.c: New test.
7060
6d26724a
RW
70612008-04-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7062
7063 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS)
7064 (LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY)
7065 (LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT)
7066 (LIBGOMP_CHECK_ATTRIBUTE_ALIAS): Fix cache variable names.
7067 * configure: Regenerate.
7068 * Makefile.in, testsuite/Makefile.in: Likewise.
7069
deb984e6
PB
70702008-04-18 Paolo Bonzini <bonzini@gnu.org>
7071
7072 PR bootstrap/35457
7073 * aclocal.m4: Regenerate.
7074 * configure: Regenerate.
7075
9e775963
JJ
70762008-03-18 Jakub Jelinek <jakub@redhat.com>
7077
8119fc93
JJ
7078 PR middle-end/35611
7079 * testsuite/libgomp.c/atomic-4.c: New test.
7080
9e775963
JJ
7081 PR libgomp/35625
7082 * iter.c (gomp_iter_guided_next_locked): If q > n, set end to ws->end.
7083 (gomp_iter_guided_next): Likewise.
7084 * testsuite/libgomp.c/pr35625.c: New test.
7085
38d24731
RW
70862008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7087
7088 * aclocal.m4: Regenerate.
7089 * configure: Likewise.
7090 * Makefile.in: Likewise.
7091 * testsuite/Makefile.in: Likewise.
7092
d0fb20be
JJ
70932008-03-13 Jakub Jelinek <jakub@redhat.com>
7094
7095 PR middle-end/35185
7096 * testsuite/libgomp.c++/pr35185.C: New test.
7097
7c8f7639
JJ
70982008-03-12 Jakub Jelinek <jakub@redhat.com>
7099
7100 PR middle-end/35549
7101 * testsuite/libgomp.c/pr35549.c: New test.
7102
251923f5
JJ
71032008-03-06 Jakub Jelinek <jakub@redhat.com>
7104
7105 * testsuite/libgomp.c/atomic-3.c: New test.
7106
f489fba1
FXC
71072008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7108
7109 PR fortran/33197
251923f5 7110 * testsuite/libgomp.fortran/fortran.exp: Add .f08 and
f489fba1
FXC
7111 .F08 file suffixes.
7112
a1b25e49
PG
71132008-03-03 Peter O'Gorman <pogma@thewrittenword.com>
7114
7115 PR libgomp/33131
7116 * configure.ac: Add ACX_HEADER_STRING.
7117 * env.c: Include strings.h.
7118 * aclocal.m4: Regenerate.
7119 * config.h.in: Regenerate.
7120 * configure: Regenerate.
7121 * Makefile.in: Regenerate.
7122 * testsuite/Makefile.in: Regenerate.
7123
6837b3b8
JJ
71242008-02-15 Jakub Jelinek <jakub@redhat.com>
7125
ac84c062
JJ
7126 PR middle-end/35196
7127 * testsuite/libgomp.c/pr35196.c: New test.
7128
6837b3b8
JJ
7129 PR middle-end/35130
7130 * testsuite/libgomp.fortran/pr35130.f90: New test.
7131 * testsuite/libgomp.c/pr35130.c: New test.
7132
c256730c
JJ
71332008-01-25 Jakub Jelinek <jakub@redhat.com>
7134
7135 PR middle-end/33880
7136 * testsuite/libgomp.c/pr33880.c: New test.
7137 * testsuite/libgomp.fortran/pr33880.f90: New test.
7138
c8e95542 71392008-01-24 David Edelsohn <edelsohn@gnu.org>
d653fdfb
DE
7140
7141 * configure: Regenerate.
7142
0f3e711e
JJ
71432008-01-08 Jakub Jelinek <jakub@redhat.com>
7144
7145 * configure.ac: Move futex checking into ../config/futex.m4.
7146 * configure: Rebuilt.
7147 * aclocal.m4: Rebuilt.
7148 * Makefile.in: Rebuilt.
7149
7150 * configure.tgt: Rename have_tls to gcc_cv_have_tls to match
7151 2007-10-15 ../config/tls.m4 change.
7152
5259c813
JJ
71532007-12-19 Jakub Jelinek <jakub@redhat.com>
7154
7155 PR c++/34513
7156 * testsuite/libgomp.c/pr34513.c: New test.
7157 * testsuite/libgomp.c++/pr34513.C: New test.
7158
ae8d8879
JH
71592007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
7160
7161 PR target/32765
7162 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
7163
2b4cf991
JJ
71642007-12-04 Jakub Jelinek <jakub@redhat.com>
7165
7166 * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
7167
d2dda7fe
JJ
71682007-12-03 Jakub Jelinek <jakub@redhat.com>
7169
7170 * testsuite/libgomp.c/private-1.c: New test.
7171
d683ec81
PB
71722007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
7173 Paolo Bonzini <bonzini@gnu.org>
7174
7175 * Makefile.am: Use space as vpath separator. Use 'vpath %'
7176 instead of 'VPATH ='.
7177 * Makefile.in: Regenerate.
7178
a7415017
MK
71792007-11-23 Matthias Klose <doko@ubuntu.com>
7180
7181 * configure.ac: Adjust makeinfo version check.
7182 * configure: Regenerate.
7183
78e47463
JJ
71842007-11-10 Jakub Jelinek <jakub@redhat.com>
7185
7186 PR fortran/34020
7187 * testsuite/libgomp.fortran/pr34020.f90: New test.
7188
239371f9
JJ
71892007-11-06 Jakub Jelinek <jakub@redhat.com>
7190
7191 PR c++/33894
7192 * testsuite/libgomp.c++/atomic-1.C: New test.
7193
98a5fa94
JJ
71942007-10-25 Jakub Jelinek <jakub@redhat.com>
7195
7196 PR libgomp/33275
7197 * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
7198 Make x and y integers rather than (implicit) reals. Add private (j)
7199 clause to the last omp parallel.
7200
3afcaaf4
MR
72012007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
7202
7203 * configure: Regenerate following changes to ../config/tls.m4.
7204
bd69daef
JJ
72052007-09-28 Jakub Jelinek <jakub@redhat.com>
7206
7207 * testsuite/libgomp.fortran/stack.f90: New test.
7208
1d0bd356
DS
72092007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
7210
7211 * config/mingw32/proc.c: New file.
7212
b3172cab
UB
72132007-09-05 Uros Bizjak <ubizjak@gmail.com>
7214
7215 * testsuite/libgomp.c/atomic-1.c: Include cpuid.h for i386 targets.
7216 (main): Use __get_cpuid to get i386 target fetaures.
7217 * testsuite/libgomp.c/atomic-2.c: Include cpuid.h for x86_64 targets.
7218 (main): Use __get_cpuid to get x86_64 target fetaures.
7219
6da17392
JH
72202007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
7221
7222 PR target/32765
7223 * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
7224 * testsuite/libgomp.fortran/crayptr2.f90: Likwise.
7225
e1c82219
JJ
72262007-07-12 Jakub Jelinek <jakub@redhat.com>
7227
7228 PR fortran/32550
7229 * testsuite/libgomp.fortran/pr32550.f90: New test.
7230 * testsuite/libgomp.fortran/crayptr2.f90: New test.
7231
12a27363
L
72322007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7233
7234 * aclocal.m4: Regenerated.
7235
5349080d
TB
72362007-07-05 Tobias Burnus <burnus@net-b.de>
7237
7238 PR fortran/32359
7239 * testsuite/libgomp.fortran/pr32359.f90: New.
7240
4f9c450c
JJ
72412007-07-02 Jakub Jelinek <jakub@redhat.com>
7242
7243 PR libgomp/32468
7244 * sections.c (GOMP_parallel_sections_start): Only decrease
7245 number of threads to COUNT if dyn_var is true.
7246 * testsuite/libgomp.c/pr32468.c: New test.
7247
28c67ed7
RO
72482007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7249
7250 PR libgomp/26308
7251 * config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
7252
64964499
JJ
72532007-06-21 Jakub Jelinek <jakub@redhat.com>
7254
7255 PR middle-end/32362
7256 * testsuite/libgomp.c/pr32362-1.c: New test.
7257 * testsuite/libgomp.c/pr32362-2.c: New test.
7258 * testsuite/libgomp.c/pr32362-3.c: New test.
7259
46d8fbd1
JJ
72602007-06-07 Jakub Jelinek <jakub@redhat.com>
7261
7262 * team.c (gomp_team_start): Fix setting up thread_attr
7263 stack size.
7264
82a6cadf
PB
72652007-06-02 Paolo Bonzini <bonzini@gnu.org>
7266
7267 * configure: Regenerate.
7268
1cf3d07d
SE
72692007-05-23 Steve Ellcey <sje@cup.hp.com>
7270
7271 * Makefile.in: Regenerate.
7272 * configure: Regenerate.
7273 * aclocal.m4: Regenerate.
7274 * testsuite/Makefile.in: Regenerate.
7275
12aac30b
JJ
72762007-05-04 Jakub Jelinek <jakub@redhat.com>
7277
7278 * config/linux/proc.c: New file.
7279
f1028b02
JJ
7280 PR libgomp/28482
7281 * configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
7282
06785a48
DF
72832007-04-19 Daniel Franke <franke.daniel@gmail.com>
7284
7285 * libgomp.texi (GOMP_CPU_AFFINITY): Updated.
7286
b3b08ba0
MK
72872007-04-16 Matthias Klose <doko@debian.org>
7288
7289 * configure.tgt (i[456]86-*-linux*): Only add ia32 specific
7290 flags if not building with -m64.
7291 * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
7292 flag for i?86-*-* targets, if current target matches -m64.
7293
6b2c5ce0
SE
72942007-04-14 Steve Ellcey <sje@cup.hp.com>
7295
7296 * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
7297 * Makefile.in: Regenerate.
7298
dd56fe7c
JDA
72992007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7300
7301 PR testsuite/31369
7302 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
7303 ld_library_path.
7304 * testsuite/libgomp.fortran/fortran.exp: Likewise.
7305
a0884cf0
JJ
73062007-04-04 Jakub Jelinek <jakub@redhat.com>
7307
7308 * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
7309 decls.
7310 (gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
7311 * env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
7312 (parse_affinity): New function.
7313 (initialize_env): Call it and gomp_init_affinity.
7314 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
7315 create new pthread_attr_t and call gomp_init_thread_affinity
7316 on it for each thread before passing the attribute to pthread_create.
7317 * config/linux/affinity.c: New file.
7318 * config/posix/affinity.c: New file.
7319 * configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
7320 * configure: Rebuilt.
7321 * config.h.in: Rebuilt.
7322 * Makefile.am (libgomp_la_SOURCES): Add affinity.c.
7323 * Makefile.in: Rebuilt.
7324
1850744b
AT
73252007-03-23 Andreas Tobler <a.tobler@schweiz.org>
7326
7327 * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
7328 *-*-darwin*.
7329 * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
7330 and use it if found.
7331
516f1ed8
UB
73322007-03-18 Uros Bizjak <ubizjak@gmail.com>
7333
7334 * testsuite/config/default.exp: New file.
7335 * testsuite/lib/libgomp.exp: New file.
7336 * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
7337 libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
7338 load_lib *, load_gcc_lib *): Move to libgomp.exp.
7339 (libgomp_load): Remove.
7340 * testsuite/lib/libgomp.exp (libgomp_init): Compute
7341 always_ld_library_path, not ld_library_path. Set additional_flags
7342 to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
7343 (target_compile): Do not call libgomp_init. Append lang_library_path
7344 and lang_link_flags to options.
7345 * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
7346 ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
7347 here.
7348 * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
7349 always_ld_library_path. Set LD_LIBRARY_PATH here.
7350 * testsuite/libgomp.fortran/fortran.exp: Ditto.
7351 * testsuite/libgomp.c/atomic-1.c: Set dg-options to
7352 "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
7353 CX8 flag.
7354 * testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
7355 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
7356 * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
7357 * testsuite/libgomp.c/pr29947-1.c: Ditto.
7358 * testsuite/libgomp.c/atomic-10.c: Ditto.
7359
2ada56f5
JJ
73602007-03-21 Jakub Jelinek <jakub@redhat.com>
7361
7362 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
7363 dg-final cleanup-modules line.
7364 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
7365 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
7366 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
7367 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
7368 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
7369 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
7370 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
7371
f210f1cd
AS
73722007-03-18 Andreas Schwab <schwab@suse.de>
7373
7374 * acinclude.m4: Adjust regular expression for ld version
7375 extraction.
7376 * configure: Regenerate.
7377
c4dc950d
BM
73782007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7379
7380 * Makefile.am: Add install-pdf target as copied from
7381 automake v1.10 rules.
7382 * Makefile.in: Regenerate
7383
e02a048f
JJ
73842007-02-07 Jakub Jelinek <jakub@redhat.com>
7385
78e075d4
JJ
7386 PR libgomp/28486
7387 * configure: Regenerate.
7388
e02a048f
JJ
7389 PR c++/30703
7390 * testsuite/libgomp.c++/pr30703.C: New test.
7391
60def7ed
JJ
73922007-02-02 Jakub Jelinek <jakub@redhat.com>
7393
7394 Revert:
7395 2006-07-05 Eric Christopher <echristo@apple.com>
7396 * configure.ac: Depend addition of -pthread on host OS.
7397 * configure: Regenerate.
7398
f1b0882e
RW
73992007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7400
7401 * libgomp.texi: Fix spacing after abbreviations.
7402
748b9d7c
DF
74032007-01-31 Daniel Franke <franke.daniel@gmail.com>
7404
7405 PR libgomp/30546
7406 * configure.ac: Add check for makeinfo
7407 * Makefile.am: Redefined target libgomp.info, build libgomp.info only
7408 if an appropiate version of makeinfo is found.
7409 * aclocal.m4: Regenerated.
7410 * configure: Regenerated.
7411 * Makefile.in: Regenerated.
7412 * testsuite/Makefile.in: Regenerated.
7413
14734fc7
DF
74142007-01-29 Daniel Franke <franke.daniel@gmail.com>
7415
7416 PR libgomp/30540
7417 * libgomp.texi: More about implementation-dependent settings.
7418
7befd5d2
TB
74192007-01-26 Tobias Burnus <burnus@net-b.de>
7420
7421 * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
7422
4288fea2
JJ
74232007-01-24 Jakub Jelinek <jakub@redhat.com>
7424
7425 PR middle-end/30494
7426 * testsuite/libgomp.c/pr30494.c: New test.
7427
627ab4b8
TT
74282007-01-15 Tom Tromey <tromey@redhat.com>
7429
7430 * configure: Rebuilt.
7431 * configure.ac: Fixed comment.
7432
7c2b7f45
DF
74332007-01-14 Daniel Franke <franke.daniel@gmail.com>
7434
7435 * libgomp.texi: Document implementation specific default values of
7436 environment variables.
7437
3721b9e1
DF
74382006-12-21 Daniel Franke <franke.daniel@gmail.com>
7439
7440 PR libgomp/28209
7441 * libgomp.texi: New file.
7442 * configure.ac: Add --enable-generated-files-in-srcdir option.
7443 * Makefile.am: Add info, dvi, pdf, html targets. On request, copy
7444 files to srcdir.
7445 * Makefile.in: Regenerated.
7446 * config.h.in: Regenerated.
7447 * testsuite/Makefile.in: Regenerated.
7448 * NOTES: Removed.
7449
62bd6216
DF
74502006-12-04 Daniel Franke <franke.daniel@gmail.com>
7451
7452 PR libgomp/29949
7453 * env.c (omp_set_num_threads): Set illegal thread count to 1.
7454
aad741f4
EB
74552006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7456
7457 * configure: Regenerate.
7458
22568cc6
JJ
74592006-12-04 Jakub Jelinek <jakub@redhat.com>
7460
7461 PR libgomp/29947
7462 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
7463 start if there shouldn't be any loop iterations.
7464 (gomp_loop_ordered_static_start): Remove start == end test.
7465 * testsuite/libgomp.c/pr29947-1.c: New test.
7466 * testsuite/libgomp.c/pr29947-2.c: New test.
7467
a9690009
EB
74682006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
7469
7470 * configure.tgt: Force initial-exec TLS model on Linux only.
7471
597c25e6
DJ
74722006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7473
7474 * configure: Regenerated.
7475
6acf0b38
UB
74762006-11-09 Uros Bizjak <ubizjak@gmail.com>
7477
7478 * env.c (parse_schedule): Reject out of range values.
7479 (parse_unsigned_long): Reject out of range, negative or zero values.
7480
a7a53ca5
JJ
74812006-10-29 Jakub Jelinek <jakub@redhat.com>
7482
7483 PR fortran/29629
7484 * testsuite/libgomp.fortran/pr29629.f90: New test.
7485
6d4d216a
EB
74862006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
7487
7488 PR libgomp/29494
7489 * configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
7490 * config/posix95: New directory.
7491 * config/posix95/omp-lock.h: New file.
7492 * config/posix95/lock.c: Likewise.
7493
5b043f08
GK
74942006-10-14 Geoffrey Keating <geoffk@apple.com>
7495
7496 * aclocal.m4: Regenerate.
7497 * configure: Regenerate.
7498
b50019f0
DS
74992006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
7500
7501 * testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
7502 '<' to '<='.
7503
8887708e
DS
75042006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
7505
7506 * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
7507 test.
7508 * configure: Regenerate.
7509 * fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
7510
9b9e4cd6
JJ
75112006-09-26 Jakub Jelinek <jakub@redhat.com>
7512
a70ad3bb
JJ
7513 PR middle-end/25261
7514 PR middle-end/28790
7515 * testsuite/libgomp.c/nestedfn-4.c: New test.
7516 * testsuite/libgomp.c/nestedfn-5.c: New test.
7517 * testsuite/libgomp.fortran/nestedfn3.f90: New test.
7518
9b9e4cd6
JJ
7519 PR fortran/29097
7520 * testsuite/libgomp.fortran/condinc1.f: New test.
7521 * testsuite/libgomp.fortran/condinc2.f: New test.
7522 * testsuite/libgomp.fortran/condinc3.f90: New test.
7523 * testsuite/libgomp.fortran/condinc4.f90: New test.
7524 * testsuite/libgomp.fortran/condinc1.inc: New file.
7525
2fb31455
TT
75262006-09-18 Tom Tromey <tromey@redhat.com>
7527
7528 * configure: Rebuilt.
7529
c663e301
JM
75302006-09-13 Joseph S. Myers <joseph@codesourcery.com>
7531
7532 PR c/28768
7533 PR preprocessor/14634
7534 * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
7535 to AC_DEFINE.
7536 * configure: Regenerate.
7537
38371be9
SK
75382006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
7539
7540 * testsuite/libgomp.fortran/reduction3.f90: Change
7541 -2147483648 to -huge(i)-1 to avoid overflow.
7542 * testsuite/libgomp.fortran/reduction4.f90: Change
7543 Z'ffffffff' to not(0) to avoid overflow.
7544
571d5ac5
JM
75452006-08-26 Joseph S. Myers <joseph@codesourcery.com>
7546
7547 PR libgomp/25938
7548 * Makefile.am (libsubincludedir): New.
7549 (nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
7550 * Makefile.in: Regenerate.
7551
89b3e3cd
JJ
75522006-08-17 Jakub Jelinek <jakub@redhat.com>
7553
7554 PR libgomp/28725
7555 * env.c: Include ctype.h.
7556 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
7557 leading and/or trailing whitespace and compare strings case
7558 insensitively.
7559
742fae05
JJ
75602006-07-16 Jakub Jelinek <jakub@redhat.com>
7561
7562 PR fortran/28390
7563 * testsuite/libgomp.fortran/pr28390.f: New test.
7564
a1daed2d
EC
75652006-07-05 Eric Christopher <echristo@apple.com>
7566
7567 * configure.ac: Depend addition of -pthread on host OS.
7568 * configure: Regenerate.
7569
5d7b5199
JJ
75702006-06-21 Jakub Jelinek <jakub@redhat.com>
7571
7572 * critical.c (GOMP_critical_name_start): Fix *pptr initialization
7573 when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
7574 defined.
7575
fe5568e9
JJ
75762006-06-20 Jakub Jelinek <jakub@redhat.com>
7577
7578 PR libgomp/26175
7579 PR libgomp/26477
7580 * configure.ac: If neither --enable-linux-futex nor
7581 --disable-linux-futex is passed, determine the default by checking
7582 for compiling and/or running against NPTL. With --enable-linux-futex,
7583 check if SYS_gettid and SYS_futex are defined.
7584 * configure: Rebuilt.
7585
c3b11a40
RH
75862006-06-14 Richard Henderson <rth@redhat.com>
7587
7588 PR libgomp/28008
7589 * env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
7590 undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
7591
d0d1b24d
RH
75922006-06-09 Richard Henderson <rth@redhat.com>
7593
7594 * env.c (gomp_nthreads_var): Change to unsigned long.
7595 (gomp_run_sched_chunk): Likewise.
7596 (parse_unsigned_long): Rename from parse_num_threads and generalize.
7597 (initialize_env): Initialize gomp_thread_attr.
7598 * libgomp.h (gomp_nthreads_var): Update decl.
7599 (gomp_run_sched_chunk): Likewise.
7600 (gomp_thread_attr): Declare.
7601 * team.c (gomp_thread_attr): Export.
7602 (initialize_team): Don't initialize it.
7603
cd75853e
JJ
76042006-06-09 Jakub Jelinek <jakub@redhat.com>
7605
7606 PR fortran/27916
7607 * testsuite/libgomp.fortran/pr27916-1.f90: New test.
7608 * testsuite/libgomp.fortran/pr27916-2.f90: New test.
7609
33815e0c
FXC
76102006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7611
7612 * config/mingw32/time.c: New file.
7613 * configure.tgt: Use it.
7614
6667de0d
CD
76152006-05-23 Carlos O'Donell <carlos@codesourcery.com>
7616
7617 * Makefile.am: Add install-html target. Add install-html to .PHONY
7618 * Makefile.in: Regenerate.
7619
e962c46b
JDA
76202006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7621
7622 PR libgomp/27612
7623 * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
7624 * testsuite/libgomp.c/critical-1.c: Likewise.
7625 * testsuite/libgomp.c/loop-1.c: Likewise.
7626 * testsuite/libgomp.c/loop-2.c: Likewise.
7627 * testsuite/libgomp.c/single-1.c: Likewise.
7628 * testsuite/libgomp.c/ordered-1.c: Likewise.
7629 * testsuite/libgomp.c/ordered-2.c: Likewise.
7630
eeb1d9e0
JJ
76312006-05-15 Jakub Jelinek <jakub@redhat.com>
7632
7633 PR middle-end/27416
7634 * libgomp.fortran/pr27416-1.f90: New test.
7635
693d710f
JJ
76362006-05-03 Jakub Jelinek <jakub@redhat.com>
7637
7638 PR fortran/27395
7639 * testsuite/libgomp.fortran/pr27395-1.f90: New test.
7640 * testsuite/libgomp.fortran/pr27395-2.f90: New test.
7641
8ca5b2a2
JJ
76422006-05-02 Jakub Jelinek <jakub@redhat.com>
7643
7644 PR c++/26943
7645 * testsuite/libgomp.c/pr26943-1.c: New test.
7646 * testsuite/libgomp.c/pr26943-2.c: New test.
7647 * testsuite/libgomp.c/pr26943-3.c: New test.
7648 * testsuite/libgomp.c/pr26943-4.c: New test.
7649 * testsuite/libgomp.c++/pr27337.C: Remove barrier.
7650 * testsuite/libgomp.c++/pr26943.C: New test.
7651
077b0dfb
JJ
76522006-05-02 Jakub Jelinek <jakub@redhat.com>
7653
7654 PR middle-end/27337
7655 * testsuite/libgomp.c++/pr27337.C: New test.
7656
91b6c26d
JJ
76572006-04-26 Jakub Jelinek <jakub@redhat.com>
7658
7659 PR c/26171
7660 * testsuite/libgomp.c/pr26171.c: New test.
7661
60e1758f
RH
76622006-04-25 Richard Henderson <rth@redhat.com>
7663
7664 PR libgomp/25865
7665 * configure.ac: Use GCC_CHECK_TLS.
7666 * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
7667 * Makefile.in, aclocal.m4, configure: Regenerate.
7668
615baed7
MK
76692006-04-10 Matthias Klose <doko@debian.org>
7670
7671 * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
7672 directory names containing underscores.
7673
fae2b46b
JJ
76742006-03-21 Jakub Jelinek <jakub@redhat.com>
7675
7676 PR c++/26691
7677 * testsuite/libgomp.c++/pr26691.C: New test.
7678
11a5f608
JJ
76792006-03-13 Jakub Jelinek <jakub@redhat.com>
7680
7681 * testsuite/libgomp.fortran/retval2.f90: New test.
7682
1799e5d5
RH
76832006-03-09 Diego Novillo <dnovillo@redhat.com>
7684
7685 * testsuite/libgomp.c++: New directory.
7686
d349482e
AT
76872006-02-25 Shantonu Sen <ssen@opendarwin.org>
7688
7689 * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
7690 * config/posix/sem.c: Implement the above.
7691
76922006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
7693
7694 * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
7695 define HAVE_BROKEN_POSIX_SEMAPHORES.
7696 * configure: Rebuilt.
7697 * config.h.in: Rebuilt.
7698
124452c9
FXC
76992006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7700
7701 PR bootstrap/26161
7702 * configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
7703 for the other pthread check.
7704 * configure: Regenerate.
7705 * config.h.in: Regenerate.
7706
dd8d6dfe
JJ
77072006-02-15 Jakub Jelinek <jakub@redhat.com>
7708
7709 PR libgomp/25938
7710 PR libgomp/25984
7711 * Makefile.am (fincludedir): New variable.
7712 (nodist_include_HEADERS): Remove Fortran files.
7713 (nodist_finclude_HEADERS): New variable.
7714 * Makefile.in: Regenerated.
7715
6c7a4dfd
JJ
77162006-02-13 Jakub Jelinek <jakub@redhat.com>
7717
7718 * testsuite/libgomp.fortran/vla7.f90: Add -w to options.
7719 Remove tests for returning assumed character length arrays.
7720
5142e08b
RS
77212006-02-12 Roger Sayle <roger@eyesopen.com>
7722 John David Anglin <dave@hiauly1.hia.nrc.ca>
7723
7724 PR libgomp/25936
7725 * configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
a1daed2d 7726
5821fba8
UW
77272006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7728
7729 * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
7730
cb2bbc67
EB
77312006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
7732
7733 * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
7734 part of LD_LIBRARY_PATH manually.
7735
f05ee80c
L
77362006-02-03 H.J. Lu <hongjiu.lu@intel.com>
7737
7738 PR libgomp/25852
7739 * testsuite/lib/libgomp-dg.exp (blddir): Set it in
7740 libgomp_init.
7741
03b8fe49
PB
77422005-01-25 Paolo Bonzini <bonzini@gnu.org>
7743
7744 PR libgomp/25884
f05ee80c
L
7745 * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
7746 * configure.ac (PERL): Don't set.
7747 (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
7748 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
7749 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
7750 * omp.h.in: Wrap the new configure substitutions with @ characters.
7751 * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
7752 * aclocal.m4, configure, Makefile.in: Regenerate.
7753 * mkomp_h.pl: Delete.
03b8fe49 7754
18cbfd85
PB
77552005-01-24 Paolo Bonzini <bonzini@gnu.org>
7756
7757 PR libgomp/25259
7758 * configure.ac: Use GCC_HEADER_STDINT.
7759 * libgomp.h: Include gstdint.h.
7760 * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
7761 * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
7762
c41303c6
RH
77632006-01-24 Richard Henderson <rth@redhat.com>
7764
7765 PR libgomp/25942
7766 * configure.ac: Add AM_MAINTAINER_MODE.
7767 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
7768
149b9553
DN
77692006-01-24 Diego Novillo <dnovillo@redhat.com>
7770
7771 * Makefile.in: Regenerate.
7772 * testsuite/Makefile.in: Regenerate.
7773 * aclocal.m4: Regenerate.
7774
192a50ad
AT
77752006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
7776
7777 * config/posix/proc.c: Conditional include of sys/loadavg.h for
7778 Solaris.
7779 * configure.ac: Add check for loadavg.h.
7780 (link_gomp): Adjust comment.
7781 * configure: Regenerate.
7782 * config.h.in: Regenerate.
7783
a55b8e18
SE
77842006-01-21 Steve Ellcey <sje@cup.hp.com>
7785
7786 PR libgomp/25877
7787 * configure.ac: Remove check for alloca.h.
7788 * configure: Regenerate.
7789 * config.h.in: Regenerate.
7790 * libgomp.h: define gomp_alloca to be __builtin_alloca.
7791 * team.c: Remove use of alloca.h.
7792 Call gomp_alloca instead of alloca.
7793
692eeb34
SE
77942006-01-20 Steve Ellcey <sje@cup.hp.com>
7795
7796 PR libgomp/25877
7797 * team.c: Add include of alloca.h.
7798 * configure.ac: Add check for alloca.h.
7799 * configure: Regenerate.
7800 * config.h.in: Regenerate.
7801
953ff289
DN
78022006-01-17 Jakub Jelinek <jakub@redhat.com>
7803
7804 PR fortran/25219
7805 * testsuite/libgomp.fortran/pr25219.f90: New test.
7806
78072005-12-05 Uros Bizjak <uros@kss-loka.si>
7808
7809 * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
7810 testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
7811 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
7812 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
7813 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
7814 testsuite/libgomp.fortran/threadprivate1.f90,
7815 testsuite/libgomp.fortran/threadprivate2.f90,
7816 testsuite/libgomp.fortran/threadprivate3.f90,
7817 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
7818 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
7819 testsuite/libgomp.fortran/omp_parse3.f90: Change required
7820 effective-target to TLS runtime.
7821
7822 * testsuite/libgomp.fortran/pr25162.f: Require
7823 effective-target TLS runtime.
7824
78252005-12-01 Jakub Jelinek <jakub@redhat.com>
7826
7827 * testsuite/libgomp.fortran/nestedfn2.f90: New test.
7828 * testsuite/libgomp.c/nestedfn-3.c: New test.
7829
78302005-11-30 Jakub Jelinek <jakub@redhat.com>
7831
7832 PR fortran/25162
7833 * testsuite/libgomp.fortran/pr25162.f: New test.
7834
78352005-11-28 Jakub Jelinek <jakub@redhat.com>
7836
7837 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
7838 CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
7839
78402005-11-25 Jakub Jelinek <jakub@redhat.com>
7841
7842 * alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
7843 libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
7844 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
7845 single.c, team.c, work.c, config/linux/alpha/futex.h,
7846 config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
7847 config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
7848 config/linux/powerpc/futex.h, config/linux/s390/futex.h,
7849 config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
7850 config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
7851 config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
7852 config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
7853 FSF address.
7854
78552005-11-18 Jakub Jelinek <jakub@redhat.com>
7856
7857 * Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
7858 to nodist_noinst_HEADERS.
7859 * Makefile.in: Rebuilt.
7860
7861 * config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
7862 add integer count field.
7863 * config/posix/lock.c (omp_destroy_nest_lock): Adjust for
7864 omp_nest_lock_t type change.
7865 (omp_init_nest_lock): Likewise. Initialize count to 0.
7866 (omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
7867 Increment count.
7868 (omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
7869 Decrement count.
7870 (omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
7871 Increment count if successful and return the new nesting level.
7872 * config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
7873 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
7874 * testsuite/libgomp.c/lib-1.c: New test.
7875 * testsuite/libgomp.fortran/lib1.f90: New test.
7876 * testsuite/libgomp.fortran/lib2.f: New test.
7877 * testsuite/libgomp.fortran/lib3.f: New test.
7878
78792005-11-17 Richard Henderson <rth@redhat.com>
7880
7881 PR 24845
7882 * Makefile.am (nodist_toolexeclib_HEADERS): New.
7883 * configure.ac (link_gomp): New. Substitute it.
7884 (AC_CONFIG_FILES): Add libgomp.spec.
7885 * libgomp.spec.in: New file.
7886 * Makefile.in, testsuite/Makefile.in, configure: Rebuild.
7887 * testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
7888
78892005-11-18 Jakub Jelinek <jakub@redhat.com>
7890
7891 * testsuite/libgomp.fortran/reduction1.f90: Adjust for
7892 reduction(-:var) behaving the same as reduction(+:var).
7893 * testsuite/libgomp.c/reduction-4.c: New test.
7894
78952005-11-15 Uros Bizjak <uros@kss-loka.si>
7896
7897 * testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
7898 testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
7899 testsuite/libgomp.c/copyin-3.c,
7900 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
7901 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
7902 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
7903 testsuite/libgomp.c++/pr24455.C,
7904 testsuite/libgomp.fortran/threadprivate1.f90,
7905 testsuite/libgomp.fortran/threadprivate2.f90,
7906 testsuite/libgomp.fortran/threadprivate3.f90,
7907 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
7908 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
7909 testsuite/libgomp.fortran/omp_parse3.f90: Require
7910 effective-target TLS.
7911
79122005-11-14 Diego Novillo <dnovillo@redhat.com>
7913
7914 * HEADER: Remove.
7915
79162005-11-13 Jakub Jelinek <jakub@redhat.com>
7917
7918 PR libgomp/24797
7919 * team.c (initialize_team): Pass NULL rather than free as
7920 pthread_key_create destructor. Initialize thread specific data
7921 pointer in initial thread to a static local variable rather than
7922 malloced memory.
7923
79242005-11-11 Uros Bizjak <uros@kss-loka.si>
7925
7926 * testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
7927 its location to ld_library_path.
7928
79292005-11-10 Diego Novillo <dnovillo@redhat.com>
7930
7931 * testsuite/libgomp.c/c.exp: Rename from dg.exp.
7932
79332005-11-10 Diego Novillo <dnovillo@redhat.com>
7934
7935 * testsuite/libgomp.c: Rename from libgomp.dg.
7936
79372005-11-09 Diego Novillo <dnovillo@redhat.com>
7938
7939 * testsuite/libgomp.c++/pr24455.C: Add copyin clause for
7940 threadprivate variable 'i'.
7941
79422005-11-09 Jakub Jelinek <jakub@redhat.com>
7943
7944 * config/linux/s390/futex.h: New file.
7945 * configure.tgt: Use it.
7946
7947 * testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
7948 before the parallel.
7949
79502005-11-08 Jakub Jelinek <jakub@redhat.com>
7951
7952 PR c++/24734
7953 * testsuite/libgomp.c++/master-1.C: New test.
7954
79552005-11-07 Jakub Jelinek <jakub@redhat.com>
7956
7957 * testsuite/libgomp.dg/copyin-3.c: New test.
7958
79592005-11-07 Jakub Jelinek <jakub@redhat.com>
7960
7961 * testsuite/libgomp.fortran/retval1.f90: New test.
7962 * testsuite/libgomp.fortran/vla7.f90: New test.
7963
79642005-11-06 Jakub Jelinek <jakub@redhat.com>
7965
7966 * testsuite/libgomp.fortran/vla2.f90: New test.
7967 * testsuite/libgomp.fortran/vla3.f90: New test.
7968 * testsuite/libgomp.fortran/vla4.f90: New test.
7969 * testsuite/libgomp.fortran/vla5.f90: New test.
7970 * testsuite/libgomp.fortran/vla6.f90: New test.
7971
79722005-11-01 Jakub Jelinek <jakub@redhat.com>
7973
7974 * config/linux/sparc/futex.h: New file.
7975 * configure.tgt: Use it.
7976 * testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
7977
7978 * critical.c: Include stdlib.h.
7979 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
7980 ignoring return value.
7981 * configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
7982 LIBGOMP_CHECK_SYNC_BUILTINS check.
7983 * configure: Rebuilt.
7984
79852005-10-31 Jakub Jelinek <jakub@redhat.com>
7986
7987 * testsuite/libgomp.fortran/vla1.f90: New test.
7988
79892005-10-31 Richard Henderson <rth@redhat.com>
7990
7991 * testsuite/libgomp.fortran/character2.f90: Fix race condition
7992 setting 's' in different threads.
7993
79942005-10-31 Jakub Jelinek <jakub@redhat.com>
7995
7996 * libgomp.h (attribute_hidden, ialias): Define.
7997 * config/posix/proc.c (omp_get_num_procs): Add ialias.
7998 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
7999 * config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
8000 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
8001 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
8002 omp_test_lock, omp_test_nest_lock): Likewise.
8003 * config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
8004 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
8005 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
8006 omp_test_lock, omp_test_nest_lock): Likewise.
8007 * env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
8008 omp_get_dynamic, omp_get_nested): Likewise.
8009 * parallel.c (omp_get_num_threads, omp_get_max_threads,
8010 omp_get_thread_num, omp_in_parallel): Likewise.
8011 * fortran.c (ialias_redirect): Define.
8012 (omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
8013 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
8014 omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
8015 omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
8016 omp_set_num_threads, omp_get_dynamic, omp_get_nested,
8017 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
8018 omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
8019 omp_get_wtime): Add ialias_redirect.
8020
80212005-10-30 Jakub Jelinek <jakub@redhat.com>
8022
8023 * fortran.c: Include stdlib.h.
8024
80252005-10-29 Jakub Jelinek <jakub@redhat.com>
8026
8027 * Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
8028 * Makefile.in: Regenerated.
8029
80302005-10-28 Jakub Jelinek <jakub@redhat.com>
8031
8032 * mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
8033 * libgomp_f.h.in (omp_check_defines): New function.
8034 * env.c: Include libgomp_f.h.
8035 (initialize_env): Call omp_check_defines.
8036
8037 * testsuite/libgomp.dg/copyin-2.c: New test.
8038 * testsuite/libgomp.c++/copyin-2.C: New test.
8039 * testsuite/libgomp.fortran/threadprivate3.f90: New test.
8040
8041 * testsuite/libgomp.fortran/threadprivate2.f90: New test.
8042 * testsuite/libgomp.fortran/sharing2.f90: New test.
8043
8044 * testsuite/libgomp.dg/copyin-1.c: New test.
8045 * testsuite/libgomp.c++/copyin-1.C: New test.
8046
80472005-10-26 Jakub Jelinek <jakub@redhat.com>
8048
8049 * testsuite/libgomp.fortran/crayptr1.f90: New test.
8050
8051 * testsuite/libgomp.fortran/workshare1.f90: New test.
8052
8053 * libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
8054 only test.
8055 * libgomp.fortran/sharing1.f90: New test.
8056
80572005-10-24 Jakub Jelinek <jakub@redhat.com>
8058
8059 PR c++/24502
8060 * testsuite/libgomp.c++/loop-7.C: New test.
8061
8062 * testsuite/libgomp.dg/nestedfn-2.c: New test.
8063
8064 * testsuite/libgomp.dg/nestedfn-1.c: New test.
8065 * testsuite/libgomp.fortran/reduction6.f90: New test.
8066 * testsuite/libgomp.fortran/nestedfn1.f90: New test.
8067
80682005-10-23 Richard Henderson <rth@redhat.com>
8069
8070 * testsuite/libgomp.c++/ctor-1.C: New.
8071 * testsuite/libgomp.c++/ctor-2.C: New.
8072 * testsuite/libgomp.c++/ctor-3.C: New.
8073 * testsuite/libgomp.c++/ctor-4.C: New.
8074 * testsuite/libgomp.c++/ctor-5.C: New.
8075 * testsuite/libgomp.c++/ctor-6.C: New.
8076 * testsuite/libgomp.c++/ctor-7.C: New.
8077 * testsuite/libgomp.c++/ctor-8.C: New.
8078 * testsuite/libgomp.c++/ctor-9.C: New.
8079
80802005-10-21 Diego Novillo <dnovillo@redhat.com>
8081
8082 PR 24455
8083 * testsuite/libgomp.c++/pr24455-1.C: New test.
8084 * testsuite/libgomp.c++/pr24455.C: New test.
8085 * testsuite/libgomp.dg/pr24455-1.c: New test.
8086 * testsuite/libgomp.dg/pr24455.c: New test.
8087
80882005-10-20 Richard Henderson <rth@redhat.com>
8089
8090 * testsuite/libgomp.c++/loop-6.C: New.
8091 * testsuite/libgomp.dg/loop-3.c: New.
8092
80932005-10-20 Jakub Jelinek <jakub@redhat.com>
8094
8095 * testsuite/libgomp.fortran/jacobi.f: Don't make i and j
8096 explicitly private.
8097 * testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
8098 explicitly shared.
8099
81002005-10-19 Diego Novillo <dnovillo@redhat.com>
8101
8102 * testsuite/libgomp.fortran/jacobi.f: New test.
8103
81042005-10-19 Richard Henderson <rth@redhat.com>
8105
8106 * configure.tgt (i?86-linux): Default to with_arch instead of
8107 CFLAGS. Add -mtune to match target_cpu.
8108 (x86_64-linux): Tune to i686.
8109
8110 * fortran.c (omp_test_nest_lock_): Fix typo.
8111
81122005-10-19 Jakub Jelinek <jakub@redhat.com>
8113
8114 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
8115 gomp_ordered_sync): Do nothing if team->nthreads == 1.
8116 * testsuite/libgomp.dg/ordered-3.c: New test.
8117
8118 * testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
8119 Remove volatile keyword.
8120
8121 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
8122 in COMMON block to avoid warnings on 64-bit targets.
8123
81242005-10-18 Diego Novillo <dnovillo@redhat.com>
8125
8126 * testsuite/libgomp.dg/shared-3.c: New test.
8127
81282005-10-18 Jakub Jelinek <jakub@redhat.com>
8129
8130 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
8131 * testsuite/libgomp.fortran/reduction5.f90: New test.
8132
81332005-10-18 Jakub Jelinek <jakub@redhat.com>
8134
8135 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
8136 dg-options.
8137 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
8138 flush loop now that __sync_synchronize has proper memory barrier.
8139 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
8140 Add -ffixed-form to dg-options.
8141
81422005-10-17 Diego Novillo <dnovillo@redhat.com>
8143
8144 * testsuite/libgomp.fortran/fortran.exp: Also gather tests
8145 from subdirectories.
8146 * testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
8147 * testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
8148 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
8149 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
8150 * testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
8151 * testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
8152 * testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
8153 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
8154 * testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
8155 * testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
8156 * testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
8157 * testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
8158 * testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
8159 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
8160 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
8161 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
8162 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
8163 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
8164 * testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
8165 * testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
8166 * testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
8167 * testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
8168 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
8169 * testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
8170 * testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
8171
81722005-10-17 Jakub Jelinek <jakub@redhat.com>
8173
8174 * testsuite/libgomp.dg/dg.exp: Only unset lang_* if
8175 lang_library_path exists. Use find instead of glob to gather tests.
8176 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
8177
81782005-10-17 Diego Novillo <dnovillo@redhat.com>
8179
8180 * testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
8181 * testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
8182 * testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
8183 * testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
8184 * testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
8185 * testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
8186 * testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
8187 * testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
8188 * testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
8189 * testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
8190 * testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
8191 * testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
8192 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
8193
81942005-10-15 Jakub Jelinek <jakub@redhat.com>
8195
8196 * testsuite/libgomp.dg/vla-1.c: New test.
8197
8198 * testsuite/libgomp.fortran/reference2.f90: New test.
8199
8200 * testsuite/libgomp.fortran/character2.f90: Remove explicit
8201 declaration of omp_get_thread_num.
8202 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
8203 use omp_lib.
8204
8205 * testsuite/libgomp.fortran/reduction1.f90: New test.
8206 * testsuite/libgomp.fortran/reduction2.f90: New test.
8207 * testsuite/libgomp.fortran/reduction3.f90: New test.
8208 * testsuite/libgomp.fortran/reduction4.f90: New test.
8209
82102005-10-13 Richard Henderson <rth@redhat.com>
8211
8212 * Makefile.am (libgomp_la_SOURCES): Add bar.c.
8213 * Makefile.in: Regenerate.
8214 * barrier.c (GOMP_barrier): Use gomp_barrier_wait.
8215 * libgomp.h: Include bar.h.
8216 (struct gomp_barrier): Remove.
8217 (struct gomp_team): Add barrier. Replace master_barrier with
8218 master_release. Replace threads with ordered_release.
8219 (struct gomp_thread): Replace barrier with release.
8220 * ordered.c (gomp_ordered_first): Update for ordered_release change.
8221 (gomp_ordered_last, gomp_ordered_next, gomp_ordered_static_init,
8222 gomp_ordered_static_next, gomp_ordered_sync): Likewise.
8223 * single.c (GOMP_single_copy_start): Use gomp_barrier_wait.
8224 (GOMP_single_copy_end): Likewise.
8225 * team.c (gomp_threads_dock): New.
8226 (gomp_barrier_init, gomp_barrier_destroy): Remove.
8227 (gomp_thread_start): Use gomp_barrier_wait.
8228 (new_team, free_team): Update for gomp_team changes.
8229 (gomp_team_start): Use gomp_barrier_wait and gomp_barrier_reinit.
8230 (gomp_team_end): Use gomp_barrier_wait.
8231 (initialize_team): Update for gomp_thread changes.
8232 * work.c (gomp_work_share_end): Use gomp_barrier_wait_start.
8233 (gomp_work_share_end_nowait): Use atomic ops when available.
8234 * config/linux/bar.c, config/linux/bar.h: New files.
8235 * config/posix/bar.c, config/posix/bar.h: New files.
8236
82372005-10-13 Jakub Jelinek <jakub@redhat.com>
8238
8239 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL.
8240 * testsuite/libgomp.dg/single-2.c: New test.
8241
8242 * testsuite/libgomp.dg/dg.exp (lang_library_path, lang_test_file,
8243 lang_link_flags): Unset, so that they aren't inherited from previously
8244 sourced *.exp.
8245
8246 * testsuite/libgomp.fortran/threadprivate1.f90: New test.
8247
82482005-10-12 Richard Henderson <rth@redhat.com>
8249
8250 * testsuite/lib/libgomp-dg.exp: Set blddir at toplevel.
8251 (libgomp_init): Use lang_test_file, lang_library_path, and
8252 lang_link_flags, set by the subdirectory files. Add -fopenmp here.
8253
8254 * testsuite/libgomp.fortran/fortran.exp (lang_library_path): New.
8255 (lang_test_file, lang_link_flags): New.
8256 (DEFAULT_FFLAGS, ALWAYS_CFLAGS, multilibs, blddir): Remove.
8257
8258 * testsuite/libgomp.c++/c++.exp, testsuite/libgomp.c++/loop-1.C,
8259 testsuite/libgomp.c++/loop-2.C, testsuite/libgomp.c++/loop-3.C,
8260 testsuite/libgomp.c++/loop-4.C, testsuite/libgomp.c++/nested-1.C,
8261 testsuite/libgomp.c++/parallel-1.C,
8262 testsuite/libgomp.c++/reduction-1.C,
8263 testsuite/libgomp.c++/reduction-2.C,
8264 testsuite/libgomp.c++/reduction-3.C,
8265 testsuite/libgomp.c++/sections-1.C, testsuite/libgomp.c++/shared-1.C,
8266 testsuite/libgomp.c++/shared-2.C, testsuite/libgomp.c++/single-1.C,
8267 testsuite/libgomp.c++/single-2.C, testsuite/libgomp.c++/single-3.C:
8268 New files, largely cribbed from the C testsuite.
8269
82702005-10-12 Jakub Jelinek <jakub@redhat.com>
8271
8272 * testsuite/libgomp.fortran/character1.f90: New test.
8273 * testsuite/libgomp.fortran/character2.f90: New test.
8274
8275 * testsuite/libgomp.dg/nested-1.c: New test.
8276 * testsuite/libgomp.dg/nested-2.c: New test.
8277 * testsuite/libgomp.fortran/do1.f90: New test.
8278 * testsuite/libgomp.fortran/do2.f90: New test.
8279
8280 * testsuite/libgomp.fortran/reference1.f90: New test.
8281
82822005-10-11 Jakub Jelinek <jakub@redhat.com>
8283
8284 * testsuite/libgomp.dg/reduction-1.c: New test.
8285 * testsuite/libgomp.dg/reduction-2.c: New test.
8286 * testsuite/libgomp.dg/reduction-3.c: New test.
8287
82882005-10-10 Jakub Jelinek <jakub@redhat.com>
8289
8290 * testsuite/libgomp.dg/atomic-1.c: New test.
8291 * testsuite/libgomp.dg/atomic-2.c: New test.
8292
82932005-10-09 Richard Henderson <rth@redhat.com>
8294
8295 * critical.c (atomic_lock): New.
8296 (initialize_critical): Initialize it.
8297 (GOMP_atomic_start, GOMP_atomic_end): New.
8298 * libgomp.map: Export them.
8299 * libgomp_g.h: Declare them.
8300
8301 * testsuite/libgomp.dg/atomic-10.c: Move from gcc testsuite.
8302
83032005-10-02 Richard Henderson <rth@redhat.com>
8304
8305 * configure.ac: Move save_CFLAGS hack earlier. Append -Wall/-Werror
8306 to XCFLAGS instead of CFLAGS.
8307
83082005-09-30 Richard Henderson <rth@redhat.com>
8309
8310 * configure.ac: Determine whether -pthread or -lpthread is needed.
8311 * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
8312 * Makefine.in, configure: Rebuild.
8313
83142005-09-28 Richard Henderson <rth@redhat.com>
8315
8316 * testsuite/libgomp.dg/omp-loop03.c: Fix return code.
8317 * testsuite/libgomp.dg/omp-single-3.c: New test.
8318
83192005-09-28 Diego Novillo <dnovillo@redhat.com>
8320
8321 * testsuite/libgomp.dg/omp-single-2.c: New test.
8322 * testsuite/libgomp.dg/shared-2.c: Fix return code.
8323
83242005-09-27 Richard Henderson <rth@redhat.com>
8325
8326 * testsuite/libgomp.dg/omp-loop03.c: Add initial barrier.
8327 * testsuite/libgomp.dg/omp-parallel-for.c: Specify static schedule.
8328
83292005-09-27 Jakub Jelinek <jakub@redhat.com>
8330
8331 * testsuite/libgomp.dg/omp-loop03.c: New test.
8332
83332005-09-27 Diego Novillo <dnovillo@redhat.com>
8334
8335 * testsuite/libgomp.dg/omp-parallel-for.c: New test.
8336
83372005-09-27 Diego Novillo <dnovillo@redhat.com>
8338
8339 * testsuite/libgomp.dg/omp-single-1.c: New test.
8340 * testsuite/libgomp.dg/shared-1.c: Return 0.
8341 Add prototype for abort.
8342 * testsuite/libgomp.dg/shared-2.c: Likewise.
8343
83442005-09-26 Jakub Jelinek <jakub@redhat.com>
8345
8346 * testsuite/libgomp.fortran/omp_parse3.f90: Fix non-conforming
8347 constructs.
8348
83492005-09-26 Diego Novillo <dnovillo@redhat.com>
8350
8351 * testsuite/libgomp.dg/shared-1.c: New test.
8352 * testsuite/libgomp.dg/shared-2.c: New test.
8353
83542005-09-24 Richard Henderson <rth@redhat.com>
8355
8356 * testsuite/libgomp.dg/omp_workshare3.c: Mark dg-error.
8357
83582005-09-24 Richard Henderson <rth@redhat.com>
8359
8360 * iter.c (gomp_iter_static_next): Round up when computing number
8361 of iterations. Don't bother distributing a remainder equally.
8362
8363 * testsuite/libgomp.dg/omp-loop01.c (main1): Rename from main.
8364 Don't call srand. Zero b before testing.
8365 (main): New.
8366
83672005-09-24 Jakub Jelinek <jakub@redhat.com>
8368
8369 * testsuite/libgomp.fortran/omp_atomic1.f90: New test.
8370 * testsuite/libgomp.fortran/omp_atomic2.f90: New test.
8371
83722005-09-23 Jakub Jelinek <jakub@redhat.com>
8373
8374 * testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
8375 without !$omp end do, followed immediately by subroutine end.
8376
83772005-09-23 Diego Novillo <dnovillo@redhat.com>
8378
8379 * testsuite/libgomp.dg/omp-parallel-if.c: New test.
8380
83812005-09-22 Richard Henderson <rth@redhat.com>
8382
8383 * critical.c (GOMP_critical_name_start): Change argument to void**.
8384 Reuse the pointer space if the mutex fits.
8385 (GOMP_critical_name_end): Likewise.
8386 (initialize_critical): Don't define if GOMP_MUTEX_INIT_0.
8387 * libgomp_g.h (GOMP_critical_name_start): Update decl.
8388 (GOMP_critical_name_end): Likewise.
8389 * config/linux/mutex.h (GOMP_MUTEX_INIT_0): New.
8390 * config/posix/mutex.h (GOMP_MUTEX_INIT_0): New.
8391
83922005-09-20 Richard Henderson <rth@redhat.com>
8393
8394 * critical.c (GOMP_critical_name_start, GOMP_critical_name_end): New.
8395 (create_lock_lock): New.
8396 (initialize_critical): Initialize it.
8397 * libgomp.map (GOMP_critical_name_start, GOMP_critical_name_end): New.
8398 * libgomp_g.h (GOMP_ordered_start, GOMP_ordered_end): Declare.
8399
84002005-09-20 Diego Novillo <dnovillo@redhat.com>
8401
8402 * testsuite/libgom.dg/omp-loop01.c: Include stdio.h.
8403
84042005-09-20 Diego Novillo <dnovillo@redhat.com>
8405
8406 * testsuite/libgomp.dg/omp-loop01.c: New test.
8407 * testsuite/libgomp.dg/omp-loop02.c: New test.
8408
84092005-09-20 Jakub Jelinek <jakub@redhat.com>
8410
8411 * configure.ac (AC_PROG_FC): Add.
8412 (USE_FORTRAN): New automake conditional.
8413 * configure: Rebuilt.
8414 * Makefile.am (libgomp_la_SOURCES): Add fortran.c.
8415 (nodist_include_HEADERS): Add omp_lib.h, omp_lib.f90 and libgomp_f.h.
8416 If USE_FORTRAN, add also omp_lib.mod and omp_lib_kinds.mod.
8417 Add rules to build them.
8418 * Makefile.in: Rebuilt.
8419 * mkomp_h.pl: Compute and replace also OMP_LOCK_KIND and
8420 OMP_NEST_LOCK_KIND.
8421 * libgomp.map: Add Fortran wrappers.
8422 * libgomp_f.h.in: New file.
8423 * omp_lib.h.in: New file.
8424 * omp_lib.f90.in: New file.
8425 * fortran.c: New file.
8426 * testsuite/lib/libgomp-dg.exp: Load a few more .exp files.
8427 Append libgfortran directory to LD_LIBRARY_PATH if it exists.
8428 Add -Lpath_to_libgfortran and -lgfortran -lgfortranbegin if
8429 libgfortran has been built.
8430 * testsuite/libgomp.fortran/fortran.exp: New file.
8431 * testsuite/libgomp.fortran/omp_cond1.f: New test.
8432 * testsuite/libgomp.fortran/omp_cond2.f: New test.
8433 * testsuite/libgomp.fortran/omp_cond3.F90: New test.
8434 * testsuite/libgomp.fortran/omp_cond4.F90: New test.
8435 * testsuite/libgomp.fortran/omp_hello.f: New test.
8436 * testsuite/libgomp.fortran/omp_orphan.f: New test.
8437 * testsuite/libgomp.fortran/omp_parse1.f90: New test.
8438 * testsuite/libgomp.fortran/omp_parse2.f90: New test.
8439 * testsuite/libgomp.fortran/omp_parse3.f90: New test.
8440 * testsuite/libgomp.fortran/omp_parse4.f90: New test.
8441 * testsuite/libgomp.fortran/omp_reduction.f: New test.
8442 * testsuite/libgomp.fortran/omp_workshare1.f: New test.
8443 * testsuite/libgomp.fortran/omp_workshare2.f: New test.
8444
84452005-08-30 Richard Henderson <rth@redhat.com>
8446
8447 * loop.c (GOMP_loop_static_start): Provide fallback wrapper
8448 function for when aliases are not usable.
8449 (GOMP_loop_dynamic_start, GOMP_loop_guided_start,
8450 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
8451 GOMP_loop_ordered_guided_start, GOMP_loop_static_next,
8452 GOMP_loop_dynamic_next, GOMP_loop_guided_next,
8453 GOMP_loop_ordered_static_next, GOMP_loop_ordered_dynamic_next,
8454 GOMP_loop_ordered_guided_next): Likewise.
8455 * ordered.c (GOMP_ordered_start): Likewise.
8456
84572005-08-01 Diego Novillo <dnovillo@redhat.com>
8458
8459 * testsuite/libgomp.dg/dg.exp: Use -O2 for now.
8460 * testsuite/libgomp.dg/omp_hello.c: Fix return code
8461 * testsuite/libgomp.dg/omp_matvec.c: Likewise.
8462 * testsuite/libgomp.dg/omp_orphan.c: Likewise
8463 * testsuite/libgomp.dg/omp_reduction.c: Likewise
8464 * testsuite/libgomp.dg/omp_workshare1.c: Likewise
8465 * testsuite/libgomp.dg/omp_workshare2.c: Likewise
8466 * testsuite/libgomp.dg/omp_workshare3.c: Likewise
8467 * testsuite/libgomp.dg/omp_workshare4.c: Likewise
8468
84692005-07-07 Eric Christopher <echristo@redhat.com>
8470 Diego Novillo <dnovillo@redhat.com>
8471
8472 * testsuite/libgomp.dg/dg.exp: Add -fopenmp to DEFAULT_CFLAGS.
8473 * testsuite/libgomp.dg/omp_hello.c: Add standard includes, fix
8474 up code.
8475 * testsuite/libgomp.dg/omp_matvec.c: Ditto.
8476 * testsuite/libgomp.dg/omp_orphan.c: Ditto.
8477 * testsuite/libgomp.dg/omp_reduction.c: Ditto.
8478 * testsuite/libgomp.dg/omp_workshare1.c: Ditto.
8479 * testsuite/libgomp.dg/omp_workshare2.c: Ditto.
8480 * testsuite/libgomp.dg/omp_workshare3.c: Ditto.
8481 * testsuite/libgomp.dg/omp_workshare4.c: Ditto.
8482
84832005-06-13 Diego Novillo <dnovillo@redhat.com>
8484
8485 * TOPLEVEL.patch: Remove.
8486
84872005-05-16 Richard Henderson <rth@redhat.com>
8488
8489 * configure.ac: Test for clock_gettime.
8490 * config.h.in, configure: Rebuild.
8491 * config/posix/time.c: Use recommended TIME_WITH_SYS_TIME pattern.
8492 (omp_get_wtime): Use clock_gettime if available.
8493 (omp_get_wtick): Use clock_getres if available.
8494
84952005-05-11 Richard Henderson <rth@redhat.com>
8496
8497 * config/linux/ia64/futex.h: New file.
8498 * configure.tgt: Use it.
8499
8500 * team.c (gomp_barrier_init, gomp_barrier_destroy): Mark inline.
8501
85022005-05-07 Richard Henderson <rth@redhat.com>
8503
8504 * config/linux/powerpc/futex.h: New file.
8505 * configure.tgt: Use it.
8506
8507 * config/linux/i486/futex.h: Merge ...
8508 * config/linux/x86_64/futex.h: ... into ...
8509 * config/linux/x86/futex.h: ... here.
8510 * configure.tgt: Update to match.
8511
85122005-05-06 Richard Henderson <rth@redhat.com>
8513
8514 * config/linux/alpha/futex.h: Conditionally define SYS_futex.
8515 * config/linux/i486/futex.h: Likewise.
8516 * config/linux/x86_64/futex.h: Likewise.
8517
8518 * config/linux/lock.c: New file.
8519 * config/linux/omp-lock.h: New file.
8520
8521 * critical.c, env.h: Don't include omp.h
8522 * config/posix/lock.c: Include libgomp.h instead of omp.h.
8523 * config/posix/time.c: Likewise.
8524 * config/posix/omp-lock.h: New file.
8525 * libgomp.h: Include omp-lock.h and omp.h.
8526 * Makefile.am (nodist_include_HEADERS): New.
8527 (omp.h): New rule.
8528 * configure.ac (PERL): New.
8529 * mkomp_h.pl: New file.
8530 * omp.h.in: Rename from omp.h; replace omp_lock_t and omp_nest_lock_t
8531 with templates.
8532 * Makefile.in, configure, testsuite/Makefile.in: Rebuild.
8533
8534 * testsuite/lib/libgomp-dg.exp (libgomp_init): Add include into
8535 build directory. Re-add -march=i486 hack.
8536
8537 * testsuite/lib/libgomp-dg.exp (libgomp_compile_flags): Remove.
8538 (libgomp_link_flags): Remove.
8539 (libgomp_initialized): Remove.
8540 (libgomp_init): Don't protect from reinitialization. Copy code
8541 from libstdc++ for getting the multilib set correctly.
8542
85432005-05-05 Richard Henderson <rth@redhat.com>
8544
8545 * config/linux/alpha/futex.h: New file.
8546 * configure.tgt (alpha*-*-linux*): Use it.
8547
8548 * config/posix/mutex.c: New file.
8549 * config/posix/sem.c: Use libgomp.h.
8550
8551 * configure.tgt (x86_64-linux): Also test CC for -m32.
8552 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
8553
a1daed2d 8554 * testsuite/lib/libgomp-dg.exp (libgomp_link_flags): Add /
953ff289
DN
8555 after $gccpath.
8556
8557 * Makefile.am (SUBDIRS): New.
8558 (libgomp_la_LDFLAGS): Add -lpthread.
8559 * configure.ac (AM_INIT_AUTOMAKE): Enable dependencies.
8560 * Makefile.in, aclocal.m4, config.h.in, configure: Rebuild.
8561
8562 * libgomp_g.h: New file.
8563 * libgomp.h: Split out all public declarations to libgomp_g.h.
8564 Use pragma GCC visibility instead of ATTRIBUTE_HIDDEN.
8565 * config/linux/mutex.h: Remove ATTRIBUTE_HIDDEN.
8566 * config/linux/sem.h: Likewise.
8567 * config/posix/sem.h: Likewise.
8568
8569 * Makefile.am (AM_LDFLAGS): New.
8570 (libgomp_version_script): Split out from ...
8571 (libgomp_la_LDFLAGS): ... here.
8572 (libgomp_version_info): New.
8573 * acinclude.m4 (LIBGOMP_CHECK_TLS): Use LIBGOMP_ENABLE.
8574 (LIBGOMP_ENABLE): New.
8575 (LIBGOMP_CHECK_LINKER_FEATURES): New.
8576 (LIBGOMP_ENABLE_SYMVERS): New.
8577 * configure.ac (AC_INIT): Version 1.0.
8578 (enable-version-specific-runtime-libs): Use LIBGOMP_ENABLE.
8579 (enable-linux-futex): Likewise. Rename from enable-futex.
8580 (libtool_VERSION): New.
8581 (LIBGOMP_ENABLE_SYMVERS): Use it.
8582 * configure.tgt: Check with_gnu_ld wrt have_tls optimizations.
8583 * Makefile.in, aclocal.m4, configure: Rebuild.
8584
8585 * config/linux/mutex.c: Include libgomp.h instead of mutex.h.
8586 (gomp_mutex_unlock_slow): Fix typo.
8587 * config/linux/sem.c: Similarly.
8588 (gomp_sem_post_slow): Fix typo.
8589 * config/linux/sem.h (gomp_sem_post_slow): Fix typo.
8590 * config/linux/i486/futex.h: Remove USE_LINUX_SYSENTER code.
8591 [__PIC__] (sys_futex0): Don't use tmp output in asm.
8592
8593 * Makefile.am (AM_CFLAGS): Expand with XCFLAGS.
8594 (libgomp_la_LDFLAGS): Add top_srcdir to path.
8595 * acinclude.m4: Copy libtool.m4 stuff from libgfortran.
8596 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
8597 XLDFLAGS. Add XCFLAGS to CFLAGS around LIBGOMP_CHECK_SYNC_BUILTINS.
8598 * configure.tgt: Set XCFLAGS and XLDFLAGS instead of CFLAGS and
8599 LDFLAGS. Pull enable_futex check to top-level.
8600 * libgomp.h: Fix sem.h and mutex.h includes. Define ATTRIBUTE_HIDDEN.
8601 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
8602
8603 First attempt at real configury.
8604 * Makefile, config.h: Remove file.
8605 * Makefile.am, Makefile.in: New file.
8606 * acinclude.m4 aclocal.m4: New file.
8607 * configure.ac, configure.tgt, configure: New file.
8608
8609 * config/posix/lock.c: Rename from sys-lock.c.
8610 * config/posix/mutex.h: Rename from sys-mutex.h.
8611 * config/posix/sem.c: Rename from sys-sem.c.
8612 * config/posix/sem.h: Rename from sys-sem.h.
8613 * config/posix/proc.c: Rename from sys-proc.c.
8614 * config/posix/time.c: Rename from sys-proc.c.
8615
8616 * config/linux/mutex.c: New file.
8617 * config/linux/mutex.h: New file.
8618 * config/linux/sem.c: New file.
8619 * config/linux/sem.h: New file.
8620 * config/linux/i486/futex.h: New file.
8621 * config/linux/x86_64/futex.h: New file.
8622
86232005-05-04 Richard Henderson <rth@redhat.com>
8624
8625 * iter.c (gomp_iter_dynamic_next, gomp_iter_guided_next): New.
8626 * libgomp.h: Declare them.
8627 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start,
8628 gomp_loop_dynamic_next, gomp_loop_guided_next): Use them.
8629
86302005-05-04 Richard Henderson <rth@redhat.com>
8631
8632 * libgomp-1 code drop
8633
86342005-05-04 Richard Henderson <rth@redhat.com>
8635
8636 * iter.c (gomp_iter_static_next): Return tri-state on 0.
8637 * ordered.c (gomp_ordered_static_next): Remove not_last argument.
8638 * libgomp.h (struct gomp_team_state): Make static_trip unsigned.
8639 (gomp_iter_static_next): Update.
8640 (gomp_ordered_static_next): Update.
8641 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next.
8642 (gomp_loop_ordered_static_start): Likewise. Exit early for a
8643 totally empty range.
8644 (gomp_loop_ordered_static_next): Refine test for calling
8645 gomp_ordered_static_next.
8646 * testsuite/ordered-1.c: Add case for more threads than iterations.
8647
8648 * iter.c (gomp_iter_runtime_next_locked): Remove.
8649 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
a1daed2d 8650 gomp_loop_guided_start, gomp_loop_ordered_static_start,
953ff289
DN
8651 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
8652 gomp_loop_static_next, gomp_loop_dynamic_next, gomp_loop_guided_next,
8653 gomp_loop_ordered_static_next, gomp_loop_ordered_dynamic_next,
8654 gomp_loop_ordered_guided_next): Downcase name, make static, add
8655 an external alias with the old name.
8656 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
8657 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
8658 switch and call one of the above static functions.
8659 * libgomp.h: Update.
8660
8661 * work.c (gomp_work_share_start): Lock the mutex for !first too.
8662 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
8663 GOMP_loop_guided_start, GOMP_loop_runtime_start,
8664 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
8665 GOMP_loop_ordered_guided_start): Update to match.
8666 * sections.c (GOMP_sections_start): Likewise.
8667 * single.c (GOMP_single_start, GOMP_single_copy_start): Likewise.
8668
8669 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
8670 gomp_ordered_static_init, gomp_ordered_static_next): Rename s/_loop//.
8671 Use bounds check instead of modulus.
8672 (gomp_ordered_sync): Split out of GOMP_ordered_start.
8673 (gomp_ordered_last): Don't sync with ordered_owner here.
8674 (gomp_ordered_next): Likewise.
8675 (gomp_ordered_static_loop_next): Likewise.
8676 * loop.c, libgomp.h: Update to match.
8677
8678 * libgomp.h (GOMP_barrier): Declare.
8679
8680 * testsuite/barrier-1.c: New file.
8681 * testsuite/critical-1.c: New file.
8682 * testsuite/ordered-2.c: New file.
8683 * testsuite/ordered-1.c: New file.
8684 * testsuite/sections-1.c: New file.
8685 * testsuite/single-1.c: New file.
8686 * testsuite/Makefile (TESTS): Add them.
8687
86882005-05-04 Richard Henderson <rth@redhat.com>
8689
8690 * libgomp.h (struct gomp_work_share): Add ordered_owner.
8691 * loop.c (GOMP_loop_static_start): If not the startup thread,
8692 acquire the mutex to wait for initialization complete.
8693 (GOMP_loop_ordered_static_start): Likewise.
8694 (GOMP_loop_ordered_runtime_start): Likewise.
8695 (GOMP_loop_ordered_static_first): Remove.
8696 (GOMP_loop_ordered_dynamic_first): Remove.
8697 (GOMP_loop_ordered_guided_first): Remove.
8698 (GOMP_loop_ordered_runtime_first): Remove.
8699 * ordered.c (gomp_ordered_loop_first): Post to own release when
8700 we're the first thread.
8701 (gomp_ordered_loop_last): Wait on release if not owner.
8702 (gomp_ordered_loop_next): Likewise.
8703 (gomp_ordered_static_loop_init): New.
8704 (gomp_ordered_static_loop_next): Use ordered_owner.
8705 (GOMP_ordered_start): Likewise.
8706 * work.c (gomp_new_work_share): Initialize ordered_owner.
8707
87082005-05-03 Richard Henderson <rth@redhat.com>
8709
8710 * Makefile (OPT): New.
8711 (CFLAGS): Use it.
8712
8713 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
8714 * sections.c (GOMP_sections_end, GOMP_sections_end_nowait): New.
8715 * libgomp.h, libgomp.map, NOTES: Update to match.
8716
8717 * team.c (struct gomp_thread_start_data): Remove ts, fn, data.
8718 Add initialized and thr members.
8719 (gomp_thread_start): Pause when initially spawned to wait for
8720 the whole team to be created.
8721 (gomp_team_start): Release team members at the end.
8722
8723 * testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
8724 (f_foo_1): Use GOMP_loop_end.
8725 (f_foo_2): Use GOMP_loop_end_nowait.
8726
8727 * testsuite/loop-2.c: New file.
8728 * testsuite/Makefile (TESTS): Add it.
8729
87302005-05-03 Richard Henderson <rth@redhat.com>
8731
8732 * iter.c (gomp_iter_static_next): Fix overflow check typo.
8733 (gomp_iter_dynamic_next_locked): Fix overflow check thinko.
8734 * team.c (new_team): Initialize oldest_live_gen to 1 if no
8735 initial work_share.
8736
8737 * testsuite/Makefile: New file.
8738 * testsuite/loop-1.c: New file.
8739
87402005-05-03 Richard Henderson <rth@redhat.com>
8741
8742 Initial implementation and checkin.
21fa2a29 8743\f
c1a9c369 8744Copyright (C) 2005-2017 Free Software Foundation, Inc.
21fa2a29
JJ
8745
8746Copying and distribution of this file, with or without modification,
8747are permitted in any medium without royalty provided the copyright
8748notice and this notice are preserved.