]> git.ipfire.org Git - thirdparty/gcc.git/blame - libgomp/ChangeLog
libgomp: For hsa offloading, compilation is all handled by the target compiler
[thirdparty/gcc.git] / libgomp / ChangeLog
CommitLineData
41d809d3
TS
12016-02-02 Thomas Schwinge <thomas@codesourcery.com>
2
4a88d9b7
TS
3 * plugin/configfrag.ac (offload_additional_options)
4 (offload_additional_lib_paths): Don't amend for hsa offloading.
5 * configure: Regenerate.
6
41d809d3
TS
7 * plugin/configfrag.ac: Don't configure for offloading target if
8 we don't build the corresponding plugin.
9 * configure: Regenerate.
10
b6adbb9f
NS
112016-02-01 Nathan Sidwell <nathan@codesourcery.com>
12
13 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: New.
14 * testsuite/libgomp.oacc-fortran/routine-7.f90: Serialize loop.
15
8dfdb419
TV
162016-01-26 Tom de Vries <tom@codesourcery.com>
17
18 PR tree-optimization/69110
19 * testsuite/libgomp.c/pr69110.c: New test.
20
02ef53f2
RB
212016-01-25 Richard Biener <rguenther@suse.de>
22
23 PR lto/69393
24 * testsuite/libgomp.c++/pr69393.C: New testcase.
25
eb4048f2
IV
262016-01-22 Ilya Verbin <ilya.verbin@intel.com>
27
28 * target.c (gomp_get_target_fn_addr): Allow host fallback if target
29 function wasn't mapped to the device with non-shared memory.
30
b235cdd5
IV
312016-01-20 Ilya Verbin <ilya.verbin@intel.com>
32
33 * task.c (gomp_create_target_task): Set firstprivate_copies to NULL.
34
b2b40051
MJ
352016-01-19 Martin Jambor <mjambor@suse.cz>
36 Martin Liska <mliska@suse.cz>
37
38 * plugin/Makefrag.am: Add HSA plugin requirements.
39 * plugin/configfrag.ac (HSA_RUNTIME_INCLUDE): New variable.
40 (HSA_RUNTIME_LIB): Likewise.
41 (HSA_RUNTIME_CPPFLAGS): Likewise.
42 (HSA_RUNTIME_INCLUDE): New substitution.
43 (HSA_RUNTIME_LIB): Likewise.
44 (HSA_RUNTIME_LDFLAGS): Likewise.
45 (hsa-runtime): New configure option.
46 (hsa-runtime-include): Likewise.
47 (hsa-runtime-lib): Likewise.
48 (PLUGIN_HSA): New substitution variable.
49 Fill HSA_RUNTIME_INCLUDE and HSA_RUNTIME_LIB according to the new
50 configure options.
51 (PLUGIN_HSA_CPPFLAGS): Likewise.
52 (PLUGIN_HSA_LDFLAGS): Likewise.
53 (PLUGIN_HSA_LIBS): Likewise.
54 Check that we have access to HSA run-time.
55 * libgomp-plugin.h (offload_target_type): New element
56 OFFLOAD_TARGET_TYPE_HSA.
57 * libgomp.h (gomp_target_task): New fields firstprivate_copies and
58 args.
59 (bool gomp_create_target_task): Updated.
60 (gomp_device_descr): Extra parameter of run_func and async_run_func,
61 new field can_run_func.
62 * libgomp_g.h (GOMP_target_ext): Update prototype.
63 * oacc-host.c (host_run): Added a new parameter args.
64 * target.c (calculate_firstprivate_requirements): New function.
65 (copy_firstprivate_data): Likewise.
66 (gomp_target_fallback_firstprivate): Use them.
67 (gomp_target_unshare_firstprivate): New function.
68 (gomp_get_target_fn_addr): Allow returning NULL for shared memory
69 devices.
70 (GOMP_target): Do host fallback for all shared memory devices. Do not
71 pass any args to plugins.
72 (GOMP_target_ext): Introduce device-specific argument parameter args.
73 Allow host fallback if device shares memory. Do not remap data if
74 device has shared memory.
75 (gomp_target_task_fn): Likewise. Also treat shared memory devices
76 like host fallback for mappings.
77 (GOMP_target_data): Treat shared memory devices like host fallback.
78 (GOMP_target_data_ext): Likewise.
79 (GOMP_target_update): Likewise.
80 (GOMP_target_update_ext): Likewise. Also pass NULL as args to
81 gomp_create_target_task.
82 (GOMP_target_enter_exit_data): Likewise.
83 (omp_target_alloc): Treat shared memory devices like host fallback.
84 (omp_target_free): Likewise.
85 (omp_target_is_present): Likewise.
86 (omp_target_memcpy): Likewise.
87 (omp_target_memcpy_rect): Likewise.
88 (omp_target_associate_ptr): Likewise.
89 (gomp_load_plugin_for_device): Also load can_run.
90 * task.c (GOMP_PLUGIN_target_task_completion): Free
91 firstprivate_copies.
92 (gomp_create_target_task): Accept new argument args and store it to
93 ttask.
94 * plugin/plugin-hsa.c: New file.
95
5d7804a9
TV
962016-01-18 Tom de Vries <tom@codesourcery.com>
97
98 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-2.c: New test.
99 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-3.c: Same.
100 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-2.c: Same.
101 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-3.c: Same.
102 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-4.c: Same.
103 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-5.c: Same.
104 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq-6.c: Same.
105 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-and-seq.c: Same.
106 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-collapse.c: Same.
107 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-2.c: Same.
108 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit-2.c:
109 Same.
110 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-enter-exit.c:
111 Same.
112 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data-update.c: Same.
113 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-data.c: Same.
114 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-g.c: Same.
115 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-mod-not-zero.c: Same.
116 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-n.c: Same.
117 * testsuite/libgomp.oacc-c-c++-common/kernels-loop-nest.c: Same.
118 * testsuite/libgomp.oacc-c-c++-common/kernels-loop.c: Same.
119 * testsuite/libgomp.oacc-c-c++-common/kernels-parallel-loop-data-enter-exit.c:
120 Same.
121 * testsuite/libgomp.oacc-c-c++-common/kernels-reduction.c: Same.
122
cb11f3cf
JJ
1232016-01-15 Jakub Jelinek <jakub@redhat.com>
124
125 * task.c (GOMP_PLUGIN_target_task_completion): Add missing return.
126
33a126a6
CP
1272016-01-15 Cesar Philippidis <cesar@codesourcery.com>
128
129 * testsuite/libgomp.oacc-fortran/kernels-data.f90: New test.
130
cdf6119d
JN
1312016-01-12 James Norris <jnorris@codesourcery.com>
132
133 * libgomp.texi: Updates for OpenACC.
134
0d58938e
AM
1352016-01-11 Alexander Monakov <amonakov@ispras.ru>
136
137 * plugin/plugin-nvptx.c (link_ptx): Do not set CU_JIT_TARGET.
138
95918b49
L
1392016-01-07 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR fortran/66680
142 * testsuite/libgomp.fortran/pr66680.f90: New test.
143
8fc708b7
JJ
1442016-01-07 Jakub Jelinek <jakub@redhat.com>
145
146 PR middle-end/68960
147 * testsuite/libgomp.c/pr68960.c: New test.
148
e9b596c1
NS
1492016-01-06 Nathan Sidwell <nathan@acm.org>
150
1a14faf2 151 * openacc.h (acc_on_device): Add routine pragma for C++ wrapper.
e9b596c1
NS
152 * testsuite/libgomp.oacc-c-c++-common/acc-on-device-2.c: New.
153
21fa2a29
JJ
1542016-01-04 Jakub Jelinek <jakub@redhat.com>
155
818ab71a
JJ
156 Update copyright years.
157
21fa2a29
JJ
158 * libgomp.texi: Bump @copying's copyright year.
159
9310efbc
NS
1602015-12-31 Nathan Sidwell <nathan@acm.org>
161
162 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Correct
163 dg-additional-options syntax.
164 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: Likewise.
165 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: Likewise.
166 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: Likewise.
167 * testsuite/libgomp.oacc-c-c++-common/loop-red-gwv-1.c: Likewise.
168 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: Likewise.
169 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: Likewise.
170 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: Likewise.
171 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: Likewise.
172 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: Likewise.
173 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: Likewise.
174 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-1.c: Likewise.
175 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: Likewise.
176 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: Likewise.
177 * testsuite/libgomp.oacc-c-c++-common/loop-red-wv-1.c: Likewise.
178 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: Likewise.
179 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: Likewise.
180 * testsuite/libgomp.oacc-c-c++-common/loop-red-g-1.c: Likewise.
181 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-1.c: Likewise.
182
4a38b02b
IV
1832015-12-15 Ilya Verbin <ilya.verbin@intel.com>
184
185 * libgomp.h (REFCOUNT_LINK): Define.
186 (struct splay_tree_key_s): Add link_key.
187 * target.c (gomp_map_vars): Treat REFCOUNT_LINK objects as not mapped.
188 Replace target address of the pointer with target address of newly
189 mapped object in the splay tree. Set link pointer on target to the
190 device address of the mapped object.
191 (gomp_unmap_vars): Restore target address of the pointer in the splay
192 tree for REFCOUNT_LINK objects after unmapping.
193 (gomp_load_image_to_device): Set refcount to REFCOUNT_LINK for "omp
194 declare target link" objects.
195 (gomp_unload_image_from_device): Replace j with i. Force unmap of all
196 "omp declare target link" objects, which were mapped for the image.
197 (gomp_exit_data): Restore target address of the pointer in the splay
198 tree for REFCOUNT_LINK objects after unmapping.
199 * testsuite/libgomp.c/target-link-1.c: New file.
200
d84ffc0a
IV
2012015-12-14 Ilya Verbin <ilya.verbin@intel.com>
202
203 * libgomp.h (gomp_device_state): New enum.
204 (struct gomp_device_descr): Replace is_initialized with state.
205 (gomp_fini_device): Remove declaration.
206 * oacc-host.c (host_dispatch): Use state instead of is_initialized.
207 * oacc-init.c (acc_init_1): Use state instead of is_initialized.
208 (acc_shutdown_1): Likewise. Inline gomp_fini_device.
209 (acc_set_device_type): Use state instead of is_initialized.
210 (acc_set_device_num): Likewise.
211 * target.c (resolve_device): Use state instead of is_initialized.
212 Do not initialize finalized device.
213 (gomp_map_vars): Do nothing if device is finalized.
214 (gomp_unmap_vars): Likewise.
215 (gomp_update): Likewise.
216 (GOMP_offload_register_ver): Use state instead of is_initialized.
217 (GOMP_offload_unregister_ver): Likewise.
218 (gomp_init_device): Likewise.
219 (gomp_unload_device): Likewise.
220 (gomp_fini_device): Remove.
221 (gomp_get_target_fn_addr): Do nothing if device is finalized.
222 (GOMP_target): Go to host fallback if device is finalized.
223 (GOMP_target_ext): Likewise.
224 (gomp_exit_data): Do nothing if device is finalized.
225 (gomp_target_task_fn): Go to host fallback if device is finalized.
226 (gomp_target_fini): New static function.
227 (gomp_target_init): Use state instead of is_initialized.
228 Call gomp_target_fini at exit.
229
76680678
TV
2302015-12-09 Tom de Vries <tom@codesourcery.com>
231
232 PR tree-optimization/68716
233 * testsuite/libgomp.c/omp-nested-2.c: New test.
234
ff7a55bf
TS
2352015-12-02 Thomas Schwinge <thomas@codesourcery.com>
236
237 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: Restrict to
238 target openacc_nvidia_accel_selected.
239 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: Likewise.
240 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: Likewise.
241 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: Remove file.
242 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: Remove file.
243
37d5ad46
JB
2442015-12-01 Julian Brown <julian@codesourcery.com>
245 James Norris <James_Norris@mentor.com>
246
247 * oacc-parallel.c (GOACC_host_data): New function.
248 * libgomp.map (GOACC_host_data): Add to GOACC_2.0.1.
249 * testsuite/libgomp.oacc-c-c++-common/host_data-1.c: New test.
250 * testsuite/libgomp.oacc-c-c++-common/host_data-2.c: New test.
251 * testsuite/libgomp.oacc-c-c++-common/host_data-3.c: New test.
252 * testsuite/libgomp.oacc-c-c++-common/host_data-4.c: New test.
253 * testsuite/libgomp.oacc-c-c++-common/host_data-5.c: New test.
254 * testsuite/libgomp.oacc-c-c++-common/host_data-6.c: New test.
255
db941d7e
CP
2562015-11-30 James Norris <jnorris@codesourcery.com>
257 Cesar Philippidis <cesar@codesourcery.com>
258
259 libgomp/
260 * libgomp.oacc-fortran/routine-5.f90: New test.
261 * libgomp.oacc-fortran/routine-7.f90: New test.
262 * libgomp.oacc-fortran/routine-9.f90: New test.
263
e0ca27c5
TV
2642015-11-30 Tom de Vries <tom@codesourcery.com>
265
266 PR tree-optimization/46032
267 * testsuite/libgomp.c/pr46032.c: New test.
268
aec17bfe
JJ
2692015-11-27 Jakub Jelinek <jakub@redhat.com>
270
8e4e4719
JJ
271 PR libgomp/68579
272 * task.c (gomp_task_run_post_handle_depend_hash): New forward decl.
273 (gomp_create_target_task): Call it before freeing
274 GOMP_TARGET_TASK_DATA tasks.
275
aec17bfe
JJ
276 PR c/63326
277 * testsuite/libgomp.c/cancel-parallel-2.c (foo): Add semicolon
278 in between case label and OpenMP standalone directives.
279 * testsuite/libgomp.c++/cancel-parallel-2.C (foo): Likewise.
280
6cfe90e6
DE
2812015-11-26 David Edelsohn <dje.gcc@gmail.com>
282
283 * configure: Regenerate.
284
0e65fd7d
JJ
2852015-11-26 Jakub Jelinek <jakub@redhat.com>
286
287 * testsuite/libgomp.c/target-35.c: New test.
288
dc7a8b4b
JN
2892015-11-22 James Norris <jnorris@codesourcery.com>
290 Cesar Philippidis <cesar@codesourcery.com>
291
292 * testsuite/libgomp.oacc-fortran/declare-1.f90: New test.
293 * testsuite/libgomp.oacc-fortran/declare-2.f90: Likewise.
294 * testsuite/libgomp.oacc-fortran/declare-3.f90: Likewise.
295 * testsuite/libgomp.oacc-fortran/declare-4.f90: Likewise.
296 * testsuite/libgomp.oacc-fortran/declare-5.f90: Likewise.
297
48a78aee
JJ
2982015-11-20 Jakub Jelinek <jakub@redhat.com>
299
300 PR middle-end/68221
301 * testsuite/libgomp.c/reduction-11.c: Remove xfail.
302 * testsuite/libgomp.c/reduction-12.c: Likewise.
303 * testsuite/libgomp.c++/reduction-11.C: Likewise.
304 * testsuite/libgomp.c++/reduction-12.C: Likewise.
305
2d256816
NS
3062015-11-19 Nathan Sidwell <nathan@codesourcery.com>
307
308 * libgomp.oacc-c-c++-common/reduction-dbl.c: New.
309 * libgomp.oacc-c-c++-common/reduction-flt.c: New.
310 * libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Use typedef.
311 * libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Use typedef.
312 * libgomp.oacc-c-c++-common/reduction-2.c: Uncomment broken tests
313 and fix.
314 * libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
315 * libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
316
33f47f42
NS
3172015-11-18 Nathan Sidwell <nathan@codesourcery.com>
318
319 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Add
320 worker & gang cases.
321 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Likewise.
322
3d7bfee0
CP
3232015-11-17 Cesar Philippidis <cesar@codesourcery.com>
324
325 * config/nvptx/priority_queue.c: New file.
326
00b9bd52
JJ
3272015-11-14 Jakub Jelinek <jakub@redhat.com>
328
329 * libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5
330 sections.
331
e4606348
JJ
3322015-11-14 Jakub Jelinek <jakub@redhat.com>
333 Aldy Hernandez <aldyh@redhat.com>
334 Ilya Verbin <ilya.verbin@intel.com>
335
336 * ordered.c (gomp_doacross_init, GOMP_doacross_post,
337 GOMP_doacross_wait, gomp_doacross_ull_init, GOMP_doacross_ull_post,
338 GOMP_doacross_ull_wait): For GFS_GUIDED don't divide number of
339 iterators or IV by chunk size.
340 * parallel.c (gomp_resolve_num_threads): Don't assume that
341 if thr->ts.team is non-NULL, then pool must be non-NULL.
342 * libgomp-plugin.h (GOMP_PLUGIN_target_task_completion): Declare.
343 * libgomp.map (GOMP_PLUGIN_1.1): New symbol version, export
344 GOMP_PLUGIN_target_task_completion.
345 * Makefile.am (libgomp_la_SOURCES): Add priority_queue.c.
346 * Makefile.in: Regenerate.
347 * libgomp.h: Shuffle prototypes and forward definitions around so
348 priority queues can be defined.
349 (enum gomp_task_kind): Add GOMP_TASK_ASYNC_RUNNING.
350 (enum gomp_target_task_state): New enum.
351 (struct gomp_target_task): Add state, tgt, task and team fields.
352 (gomp_create_target_task): Change return type to bool, add
353 state argument.
354 (gomp_target_task_fn): Change return type to bool.
355 (struct gomp_device_descr): Add async_run_func.
356 (struct gomp_task): Remove children, next_child, prev_child,
357 next_queue, prev_queue, next_taskgroup, prev_taskgroup.
358 Add pnode field.
359 (struct gomp_taskgroup): Remove children.
360 Add taskgroup_queue.
361 (struct gomp_team): Change task_queue type to a priority queue.
362 (splay_compare): Define inline.
363 (priority_queue_offset): New.
364 (priority_node_to_task): New.
365 (task_to_priority_node): New.
366 * oacc-mem.c: Do not include splay-tree.h.
367 * priority_queue.c: New file.
368 * priority_queue.h: New file.
369 * splay-tree.c: Do not include splay-tree.h.
370 (splay_tree_foreach_internal): New.
371 (splay_tree_foreach): New.
372 * splay-tree.h: Become re-entrant if splay_tree_prefix is defined.
373 (splay_tree_callback): Define typedef.
374 * target.c (splay_compare): Move to libgomp.h.
375 (GOMP_target): Don't adjust *thr in any way around running offloaded
376 task.
377 (GOMP_target_ext): Likewise. Handle target nowait.
378 (GOMP_target_update_ext, GOMP_target_enter_exit_data): Check
379 return value from gomp_create_target_task, if false, fallthrough
380 as if no dependencies exist.
381 (gomp_target_task_fn): Change return type to bool, return true
382 if the task should have another part scheduled later. Handle
383 target nowait.
384 (gomp_load_plugin_for_device): Initialize async_run.
385 * task.c (gomp_init_task): Initialize children_queue.
386 (gomp_clear_parent_in_list): New.
387 (gomp_clear_parent_in_tree): New.
388 (gomp_clear_parent): Handle priorities.
389 (GOMP_task): Likewise.
390 (priority_queue_move_task_first,
391 gomp_target_task_completion, GOMP_PLUGIN_target_task_completion):
392 New functions.
393 (gomp_create_target_task): Use priority queues. Change return type
394 to bool, add state argument, return false if for async
395 {{enter,exit} data,update} constructs no dependencies need to be
396 waited for, handle target nowait. Set task->fn to NULL instead of
397 gomp_target_task_fn.
398 (verify_children_queue): Remove.
399 (priority_list_upgrade_task): New.
400 (priority_queue_upgrade_task): New.
401 (verify_task_queue): Remove.
402 (priority_list_downgrade_task): New.
403 (priority_queue_downgrade_task): New.
404 (gomp_task_run_pre): Use priority queues.
405 Abstract code out to priority_queue_downgrade_task.
406 (gomp_task_run_post_handle_dependers): Use priority queues.
407 (gomp_task_run_post_remove_parent): Likewise.
408 (gomp_task_run_post_remove_taskgroup): Likewise.
409 (gomp_barrier_handle_tasks): Likewise. Handle target nowait target
410 tasks specially.
411 (GOMP_taskwait): Likewise.
412 (gomp_task_maybe_wait_for_dependencies): Likewise. Abstract code to
413 priority-queue_upgrade_task.
414 (GOMP_taskgroup_start): Use priority queues.
415 (GOMP_taskgroup_end): Likewise. Handle target nowait target tasks
416 specially. If taskgroup is NULL, and thr->ts.level is 0, act as a
417 barrier.
418 * taskloop.c (GOMP_taskloop): Handle priorities.
419 * team.c (gomp_new_team): Call priority_queue_init.
420 (free_team): Call priority_queue_free.
421 (gomp_free_thread): Call gomp_team_end if thr->ts.team is artificial
422 team created for target nowait in implicit parallel region.
423 (gomp_team_start): For nested check, test thr->ts.level instead of
424 thr->ts.team != NULL.
425 * testsuite/libgomp.c/doacross-3.c: New test.
426 * testsuite/libgomp.c/ordered-5.c: New test.
427 * testsuite/libgomp.c/priority.c: New test.
428 * testsuite/libgomp.c/target-31.c: New test.
429 * testsuite/libgomp.c/target-32.c: New test.
430 * testsuite/libgomp.c/target-33.c: New test.
431 * testsuite/libgomp.c/target-34.c: New test.
432
1d1ab74f
NS
4332015-11-13 Nathan Sidwell <nathan@codesourcery.com>
434
c5a64cfe
NS
435 * testsuite/libgomp.oacc-c-c++-common/loop-auto-1.c: New.
436
1d1ab74f
NS
437 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Sequential
438 loop is sequential.
439
dd3c1b14
NS
4402015-11-13 Nathan Sidwell <nathan@codesourcery.com>
441
442 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: New.
443 * testsuite/libgomp.oacc-c-c++-common/reduction-cplx-flt.c: New.
444
6e232ba4
JN
4452015-11-12 James Norris <jnorris@codesourcery.com>
446 Joseph Myers <joseph@codesourcery.com>
447
448 * libgomp.map (GOACC_2.0.1): Export GOACC_declare.
449 * oacc-parallel.c (GOACC_declare): New function.
450 * testsuite/libgomp.oacc-c-c++-common/declare-1.c: New test.
451 * testsuite/libgomp.oacc-c-c++-common/declare-2.c: Likewise.
452 * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Likewise.
453 * testsuite/libgomp.oacc-c-c++-common/declare-5.c: Likewise.
454 * testsuite/libgomp.oacc-c++/declare-1.C: Likewise.
455
fffeedeb
NS
4562015-11-12 Nathan Sidwell <nathan@codesourcery.com>
457
458 * testsuite/libgomp.oacc-c-c++-common/default-1.c: New.
459
182190f2
NS
4602015-11-1 Nathan Sidwell <nathan@codesourcery.com>
461
462 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: New.
463 * testsuite/libgomp.oacc-c-c++-common/firstprivate-2.c: New.
464
36fa0f5f
NS
4652015-11-09 Nathan Sidwell <nathan@codesourcery.com>
466
d350c40c
NS
467 * testsuite/libgomp.oacc-c-c++-common/firstprivate-1.c: Remove
468 inadvertent commit.
469
4702015-11-09 Nathan Sidwell <nathan@codesourcery.com>
471
36fa0f5f
NS
472 * testsuite/libgomp.oacc-c-c++-common/routine-g-1.c: New.
473 * testsuite/libgomp.oacc-c-c++-common/routine-gwv-1.c: New.
474 * testsuite/libgomp.oacc-c-c++-common/routine-v-1.c: New.
475 * testsuite/libgomp.oacc-c-c++-common/routine-w-1.c: New.
476 * testsuite/libgomp.oacc-c-c++-common/routine-wv-1.c: New.
477
66a5f0b4
TS
4782015-11-06 Thomas Schwinge <thomas@codesourcery.com>
479
480 * testsuite/libgomp.oacc-c-c++-common/loop-red-v-2.c: XFAIL.
481 * testsuite/libgomp.oacc-c-c++-common/loop-red-w-2.c: Likewise.
482
e01d41e5
JJ
4832015-11-05 Jakub Jelinek <jakub@redhat.com>
484 Ilya Verbin <ilya.verbin@intel.com>
485
486 * libgomp_g.h (GOMP_loop_nonmonotonic_dynamic_next,
487 GOMP_loop_nonmonotonic_dynamic_start,
488 GOMP_loop_nonmonotonic_guided_next,
489 GOMP_loop_nonmonotonic_guided_start,
490 GOMP_loop_ull_nonmonotonic_dynamic_next,
491 GOMP_loop_ull_nonmonotonic_dynamic_start,
492 GOMP_loop_ull_nonmonotonic_guided_next,
493 GOMP_loop_ull_nonmonotonic_guided_start,
494 GOMP_parallel_loop_nonmonotonic_dynamic,
495 GOMP_parallel_loop_nonmonotonic_guided): New prototypes.
496 (GOMP_target_41): Renamed to ...
497 (GOMP_target_ext): ... this. Add num_teams and thread_limit
498 arguments.
499 (GOMP_target_data_41): Renamed to ...
500 (GOMP_target_data_ext): ... this.
501 (GOMP_target_update_41): Renamed to ...
502 (GOMP_target_update_ext): ... this.
503 * libgomp.map (GOMP_4.5): Export GOMP_target_ext,
504 GOMP_target_data_ext and GOMP_target_update_ext instead of
505 GOMP_target_41, GOMP_target_data_41 and GOMP_target_update_41.
506 Export GOMP_loop_nonmonotonic_dynamic_next,
507 GOMP_loop_nonmonotonic_dynamic_start,
508 GOMP_loop_nonmonotonic_guided_next,
509 GOMP_loop_nonmonotonic_guided_start,
510 GOMP_loop_ull_nonmonotonic_dynamic_next,
511 GOMP_loop_ull_nonmonotonic_dynamic_start,
512 GOMP_loop_ull_nonmonotonic_guided_next,
513 GOMP_loop_ull_nonmonotonic_guided_start,
514 GOMP_parallel_loop_nonmonotonic_dynamic and
515 GOMP_parallel_loop_nonmonotonic_guided.
516 * loop.c (GOMP_parallel_loop_nonmonotonic_dynamic,
517 GOMP_parallel_loop_nonmonotonic_guided,
518 GOMP_loop_nonmonotonic_dynamic_start,
519 GOMP_loop_nonmonotonic_guided_start,
520 GOMP_loop_nonmonotonic_dynamic_next,
521 GOMP_loop_nonmonotonic_guided_next): New aliases or functions.
522 * loop_ull.c (GOMP_loop_ull_nonmonotonic_dynamic_start,
523 GOMP_loop_ull_nonmonotonic_guided_start,
524 GOMP_loop_ull_nonmonotonic_dynamic_next,
525 GOMP_loop_ull_nonmonotonic_guided_next): Likewise.
526 * target.c (gomp_map_0len_lookup, gomp_map_val): New inline
527 functions.
528 (gomp_map_vars): Handle GOMP_MAP_ALWAYS_POINTER. For
529 GOMP_MAP_ZERO_LEN_ARRAY_SECTION use gomp_map_0len_lookup.
530 Use gomp_map_val function.
531 (gomp_target_fallback_firstprivate): New static function.
532 (GOMP_target_41): Renamed to ...
533 (GOMP_target_ext): ... this. Add num_teams and thread_limit
534 arguments. Move firstprivate fallback handling into a new
535 function.
536 (GOMP_target_data_41): Renamed to ...
537 (GOMP_target_data_ext): ... this.
538 (GOMP_target_update_41): Renamed to ...
539 (GOMP_target_update_ext): ... this.
540 (gomp_exit_data): For GOMP_MAP_*ZERO_LEN* use
541 gomp_map_0len_lookup instead of gomp_map_lookup.
542 (omp_target_is_present): Use gomp_map_0len_lookup instead of
543 gomp_map_lookup.
544 * testsuite/libgomp.c/target-28.c: Likewise.
545 * testsuite/libgomp.c/monotonic-1.c: New test.
546 * testsuite/libgomp.c/monotonic-2.c: New test.
547 * testsuite/libgomp.c/nonmonotonic-1.c: New test.
548 * testsuite/libgomp.c/nonmonotonic-2.c: New test.
549 * testsuite/libgomp.c/pr66199-5.c: New test.
550 * testsuite/libgomp.c/pr66199-6.c: New test.
551 * testsuite/libgomp.c/pr66199-7.c: New test.
552 * testsuite/libgomp.c/pr66199-8.c: New test.
553 * testsuite/libgomp.c/pr66199-9.c: New test.
554 * testsuite/libgomp.c/reduction-11.c: New test.
555 * testsuite/libgomp.c/reduction-12.c: New test.
556 * testsuite/libgomp.c/reduction-13.c: New test.
557 * testsuite/libgomp.c/reduction-14.c: New test.
558 * testsuite/libgomp.c/reduction-15.c: New test.
559 * testsuite/libgomp.c/target-12.c (main): Adjust for
560 omp_target_is_present change for one-past-last element.
561 * testsuite/libgomp.c/target-17.c (foo): Drop tests where
562 the same var is both mapped and privatized.
563 * testsuite/libgomp.c/target-19.c (foo): Adjust for different
564 handling of zero-length array sections.
565 * testsuite/libgomp.c/target-28.c: New test.
566 * testsuite/libgomp.c/target-29.c: New test.
567 * testsuite/libgomp.c/target-30.c: New test.
568 * testsuite/libgomp.c/target-teams-1.c: New test.
569 * testsuite/libgomp.c++/member-6.C: New test.
570 * testsuite/libgomp.c++/member-7.C: New test.
571 * testsuite/libgomp.c++/monotonic-1.C: New test.
572 * testsuite/libgomp.c++/monotonic-2.C: New test.
573 * testsuite/libgomp.c++/nonmonotonic-1.C: New test.
574 * testsuite/libgomp.c++/nonmonotonic-2.C: New test.
575 * testsuite/libgomp.c++/pr66199-3.C: New test.
576 * testsuite/libgomp.c++/pr66199-4.C: New test.
577 * testsuite/libgomp.c++/pr66199-5.C: New test.
578 * testsuite/libgomp.c++/pr66199-6.C: New test.
579 * testsuite/libgomp.c++/pr66199-7.C: New test.
580 * testsuite/libgomp.c++/pr66199-8.C: New test.
581 * testsuite/libgomp.c++/pr66199-9.C: New test.
582 * testsuite/libgomp.c++/reduction-11.C: New test.
583 * testsuite/libgomp.c++/reduction-12.C: New test.
584 * testsuite/libgomp.c++/target-13.C: New test.
585 * testsuite/libgomp.c++/target-14.C: New test.
586 * testsuite/libgomp.c++/target-15.C: New test.
587 * testsuite/libgomp.c++/target-16.C: New test.
588 * testsuite/libgomp.c++/target-17.C: New test.
589 * testsuite/libgomp.c++/target-18.C: New test.
590 * testsuite/libgomp.c++/target-19.C: New test.
591
ccc8282b
NS
5922015-11-04 Nathan Sidwell <nathan@codesourcery.com>
593
594 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Fix dimensions
595 and reduction copy.
596 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
597 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
598 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
599 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
600 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: Likewise.
601 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
602 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
603 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
604 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
605 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c: Likewise.
606 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
607 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
608 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
609 * testsuite/libgomp.oacc-c-c++-common/parallel-dims.c: New.
610
5d6823a2
NS
6112015-11-04 Nathan Sidwell <nathan@codesourcery.com>
612
613 * libgomp.oacc-c-c++-common/loop-red-g-1.c: New.
614 * libgomp.oacc-c-c++-common/loop-red-gwv-1.c: New.
615 * libgomp.oacc-c-c++-common/loop-red-v-1.c: New.
616 * libgomp.oacc-c-c++-common/loop-red-v-2.c: New.
617 * libgomp.oacc-c-c++-common/loop-red-w-1.c: New.
618 * libgomp.oacc-c-c++-common/loop-red-w-2.c: New.
619 * libgomp.oacc-c-c++-common/loop-red-wv-1.c: New.
620 * libgomp.oacc-fortran/reduction-5.f90: Avoid reference var.
621
5c06742f
NS
6222015-11-03 Nathan Sidwell <nathan@codesourcery.com>
623
624 * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
625 * plugin/plugin-nvptx.c (nvptx_exec): Remove sizes & kinds arg.
626 (GOMP_OFFLOAD_openacc_parallel): Likewise.
627 * oacc-host.c (host_openacc_exec): Likewise.
628 * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
629
4bf9e5a8
TS
6302015-11-03 Julian Brown <julian@codesourcery.com>
631 Thomas Schwinge <thomas@codesourcery.com>
632
633 * testsuite/libgomp.oacc-c-c++-common/par-reduction-1.c: New file.
634 * testsuite/libgomp.oacc-c-c++-common/par-reduction-2.c: Likewise.
635 * testsuite/libgomp.oacc-c-c++-common/worker-single-1a.c:
636 Likewise.
637 * testsuite/libgomp.oacc-c-c++-common/worker-single-4.c: Likewise.
638 * testsuite/libgomp.oacc-c-c++-common/worker-single-6.c: Likewise.
639
6402015-11-03 James Norris <jnorris@codesourcery.com>
641
642 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-1.c: New
643 file.
644 * testsuite/libgomp.oacc-c-c++-common/atomic_capture-2.c:
645 Likewise.
646 * testsuite/libgomp.oacc-c-c++-common/atomic_rw-1.c: Likewise.
647 * testsuite/libgomp.oacc-c-c++-common/atomic_update-1.c: Likewise.
648 * testsuite/libgomp.oacc-fortran/atomic_capture-1.f90: Likewise.
649 * testsuite/libgomp.oacc-fortran/atomic_rw-1.f90: New file.
650 * testsuite/libgomp.oacc-fortran/atomic_update-1.f90: Likewise.
651
a0e701d8
NS
6522015-10-29 Nathan Sidwell <nathan@codesourcery.com>
653
654 * openacc.h (enum acc_device_t): Reformat. Ensure layout
655 compatibility.
656 (enum acc_async_t): Reformat.
657 (acc_on_device): Declare compatible with builtin and provide C++
658 wrapper.
659 * testsuite/libgomp.oacc-c-c++-common/acc-on-device.c: New.
660
41e977ac
TS
6612015-10-29 Thomas Schwinge <thomas@codesourcery.com>
662 Cesar Philippidis <cesar@codesourcery.com>
663
664 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: Rename to...
665 * testsuite/libgomp.oacc-c-c++-common/combined-directives-1.c:
666 ... this. Add a description of the test at the top of the file.
667 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Rename file to...
668 * testsuite/libgomp.oacc-fortran/combined-directives-1.f90:
669 ... this. Add a description of the test at the top of the file.
670
e3091406
NS
6712015-10-28 Nathan Sidwell <nathan@codesourcery.com>
672
673 * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c: New.
674 * testsuite/libgomp.oacc-c-c++-common/loop-g-2.c: New.
675 * testsuite/libgomp.oacc-c-c++-common/loop-gwv-1.c: New.
676 * testsuite/libgomp.oacc-c-c++-common/loop-v-1.c: New.
677 * testsuite/libgomp.oacc-c-c++-common/loop-w-1.c: New.
678 * testsuite/libgomp.oacc-c-c++-common/loop-wv-1.c: New.
679
a1c1908b
NS
6802015-10-27 Nathan Sidwell <nathan@codesourcery.com>
681
682 * plugin/plugin-nvptx.c (nvptx_exec): Remove check on compute
683 dimensions.
684
b3962a4a
TS
6852015-10-27 Thomas Schwinge <thomas@codesourcery.com>
686
687 PR testsuite/68063
688 * testsuite/libgomp.c++/member-1.C (A::m1): Add missing private clause.
689
88bae6f4
TS
6902015-10-27 James Norris <jnorris@codesourcery.com>
691
692 * testsuite/libgomp.oacc-c-c++-common/combdir-1.c: New file.
693 * testsuite/libgomp.oacc-fortran/combdir-1.f90: Likewise.
694
8baa7864
TS
6952015-10-26 Thomas Schwinge <thomas@codesourcery.com>
696
bdeb752c
TS
697 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Print to stderr.
698 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
699
ecd4fd43
TS
700 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Remove explicit
701 acc_device_nvidia usage.
702 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
703 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
704 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
705
aa8b7d30
TS
706 * oacc-init.c (acc_shutdown): Call gomp_init_targets_once.
707 * testsuite/libgomp.oacc-c-c++-common/lib-8.c: New file.
708
7c8f138d
TS
709 PR libgomp/66518
710 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Resolve XFAIL.
711
8baa7864
TS
712 PR libgomp/65437
713 PR libgomp/66518
714 * oacc-mem.c (update_dev_host): Call goacc_lazy_initialize.
715 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Remove XFAIL.
716
88ebcde5
TV
7172015-10-23 Tom de Vries <tom@codesourcery.com>
718
719 PR testsuite/68063
720 * testsuite/libgomp.c++/member-2.C (A::m1): Add missing private clause.
721
9ef83c04
NS
7222015-10-20 Nathan Sidwell <nathan@codesourcery.com>
723
724 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Set sane
725 vector_length.
726 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
727
3837c6d6
IV
7282015-10-14 Ilya Verbin <ilya.verbin@intel.com>
729 Aleksander Ivanushenko <aleksander.ivanushenko@intel.com>
730
731 * target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end
732 to 0 when mapnum is 0.
733
ac8a1965
SH
7342015-10-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
735
736 * fortran.c (omp_get_place_proc_ids_, omp_get_partition_place_nums_):
737 Cast to int from int32_t.
738
d9a6bd32
JJ
7392015-10-13 Jakub Jelinek <jakub@redhat.com>
740 Aldy Hernandez <aldyh@redhat.com>
741 Ilya Verbin <ilya.verbin@intel.com>
742
743 * config/linux/affinity.c (omp_get_place_num_procs,
744 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
745 * config/linux/doacross.h: New file.
746 * config/posix/affinity.c (omp_get_place_num_procs,
747 omp_get_place_proc_ids, gomp_get_place_proc_ids_8): New functions.
748 * config/posix/doacross.h: New file.
749 * env.c: Include gomp-constants.h.
750 (struct gomp_task_icv): Rename run_sched_modifier to
751 run_sched_chunk_size.
752 (gomp_max_task_priority_var): New variable.
753 (parse_schedule): Rename run_sched_modifier to run_sched_chunk_size.
754 (handle_omp_display_env): Change _OPENMP value from 201307 to
755 201511. Print OMP_MAX_TASK_PRIORITY.
756 (initialize_env): Parse OMP_MAX_TASK_PRIORITY.
757 (omp_set_schedule, omp_get_schedule): Rename modifier argument to
758 chunk_size and run_sched_modifier to run_sched_chunk_size.
759 (omp_get_max_task_priority, omp_get_initial_device,
760 omp_get_num_places, omp_get_place_num, omp_get_partition_num_places,
761 omp_get_partition_place_nums): New functions.
762 * fortran.c (omp_set_schedule_, omp_set_schedule_8_,
763 omp_get_schedule_, omp_get_schedule_8_): Rename modifier argument
764 to chunk_size.
765 (omp_get_num_places_, omp_get_place_num_procs_,
766 omp_get_place_num_procs_8_, omp_get_place_proc_ids_,
767 omp_get_place_proc_ids_8_, omp_get_place_num_,
768 omp_get_partition_num_places_, omp_get_partition_place_nums_,
769 omp_get_partition_place_nums_8_, omp_get_initial_device_,
770 omp_get_max_task_priority_): New functions.
771 * libgomp_g.h (GOMP_loop_doacross_static_start,
772 GOMP_loop_doacross_dynamic_start, GOMP_loop_doacross_guided_start,
773 GOMP_loop_doacross_runtime_start, GOMP_loop_ull_doacross_static_start,
774 GOMP_loop_ull_doacross_dynamic_start,
775 GOMP_loop_ull_doacross_guided_start,
776 GOMP_loop_ull_doacross_runtime_start, GOMP_doacross_post,
777 GOMP_doacross_wait, GOMP_doacross_ull_post, GOMP_doacross_wait,
778 GOMP_taskloop, GOMP_taskloop_ull, GOMP_target_41,
779 GOMP_target_data_41, GOMP_target_update_41,
780 GOMP_target_enter_exit_data): New prototypes.
781 (GOMP_task): Add prototype argument.
782 * libgomp.h (_LIBGOMP_CHECKING_): Define to 0 if not yet defined.
783 (struct gomp_doacross_work_share): New type.
784 (struct gomp_work_share): Add doacross field.
785 (struct gomp_task_icv): Rename run_sched_modifier to
786 run_sched_chunk_size.
787 (enum gomp_task_kind): Rename GOMP_TASK_IFFALSE to
788 GOMP_TASK_UNDEFERRED. Add comments.
789 (struct gomp_task_depend_entry): Add comments.
790 (struct gomp_task): Likewise.
791 (struct gomp_taskgroup): Likewise.
792 (struct gomp_target_task): New type.
793 (struct gomp_team): Add comment.
794 (gomp_get_place_proc_ids_8, gomp_doacross_init,
795 gomp_doacross_ull_init, gomp_task_maybe_wait_for_dependencies,
796 gomp_create_target_task, gomp_target_task_fn): New prototypes.
797 (struct target_var_desc): New type.
798 (struct target_mem_desc): Adjust comment. Use struct
799 target_var_desc instead of splay_tree_key for list.
800 (REFCOUNT_INFINITY): Define.
801 (struct splay_tree_key_s): Remove copy_from field.
802 (struct gomp_device_descr): Add dev2dev_func field.
803 (enum gomp_map_vars_kind): New enum.
804 (gomp_map_vars): Add one argument.
805 * libgomp.map (OMP_4.5): Export omp_get_max_task_priority,
806 omp_get_max_task_priority_, omp_get_num_places, omp_get_num_places_,
807 omp_get_place_num_procs, omp_get_place_num_procs_,
808 omp_get_place_num_procs_8_, omp_get_place_proc_ids,
809 omp_get_place_proc_ids_, omp_get_place_proc_ids_8_, omp_get_place_num,
810 omp_get_place_num_, omp_get_partition_num_places,
811 omp_get_partition_num_places_, omp_get_partition_place_nums,
812 omp_get_partition_place_nums_, omp_get_partition_place_nums_8_,
813 omp_get_initial_device, omp_get_initial_device_, omp_target_alloc,
814 omp_target_free, omp_target_is_present, omp_target_memcpy,
815 omp_target_memcpy_rect, omp_target_associate_ptr and
816 omp_target_disassociate_ptr.
817 (GOMP_4.0.2): Renamed to ...
818 (GOMP_4.5): ... this. Export GOMP_target_41, GOMP_target_data_41,
819 GOMP_target_update_41, GOMP_target_enter_exit_data, GOMP_taskloop,
820 GOMP_taskloop_ull, GOMP_loop_doacross_dynamic_start,
821 GOMP_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
822 GOMP_loop_doacross_static_start, GOMP_doacross_post,
823 GOMP_doacross_wait, GOMP_loop_ull_doacross_dynamic_start,
824 GOMP_loop_ull_doacross_guided_start,
825 GOMP_loop_ull_doacross_runtime_start,
826 GOMP_loop_ull_doacross_static_start, GOMP_doacross_ull_post and
827 GOMP_doacross_ull_wait.
828 * libgomp.texi: Document omp_get_max_task_priority.
829 Rename modifier argument to chunk_size for omp_set_schedule and
830 omp_get_schedule. Document OMP_MAX_TASK_PRIORITY env var.
831 * loop.c (GOMP_loop_runtime_start): Adjust for run_sched_modifier
832 to run_sched_chunk_size renaming.
833 (GOMP_loop_ordered_runtime_start): Likewise.
834 (gomp_loop_doacross_static_start, gomp_loop_doacross_dynamic_start,
835 gomp_loop_doacross_guided_start, GOMP_loop_doacross_runtime_start,
836 GOMP_parallel_loop_runtime_start): New functions.
837 (GOMP_parallel_loop_runtime): Adjust for run_sched_modifier
838 to run_sched_chunk_size renaming.
839 (GOMP_loop_doacross_static_start, GOMP_loop_doacross_dynamic_start,
840 GOMP_loop_doacross_guided_start): New functions or aliases.
841 * loop_ull.c (GOMP_loop_ull_runtime_start): Adjust for
842 run_sched_modifier to run_sched_chunk_size renaming.
843 (GOMP_loop_ull_ordered_runtime_start): Likewise.
844 (gomp_loop_ull_doacross_static_start,
845 gomp_loop_ull_doacross_dynamic_start,
846 gomp_loop_ull_doacross_guided_start,
847 GOMP_loop_ull_doacross_runtime_start): New functions.
848 (GOMP_loop_ull_doacross_static_start,
849 GOMP_loop_ull_doacross_dynamic_start,
850 GOMP_loop_ull_doacross_guided_start): New functions or aliases.
851 * oacc-mem.c (acc_map_data, present_create_copy,
852 gomp_acc_insert_pointer): Pass GOMP_MAP_VARS_OPENACC instead of false
853 to gomp_map_vars.
854 (gomp_acc_remove_pointer): Use copy_from from target_var_desc.
855 * oacc-parallel.c (GOACC_data_start): Pass GOMP_MAP_VARS_OPENACC
856 instead of false to gomp_map_vars.
857 (GOACC_parallel_keyed): Likewise. Use copy_from from target_var_desc.
858 * omp.h.in (omp_lock_hint_t): New type.
859 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
860 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
861 omp_get_place_num, omp_get_partition_num_places,
862 omp_get_partition_place_nums, omp_get_initial_device,
863 omp_get_max_task_priority, omp_target_alloc, omp_target_free,
864 omp_target_is_present, omp_target_memcpy, omp_target_memcpy_rect,
865 omp_target_associate_ptr, omp_target_disassociate_ptr): New
866 prototypes.
867 * omp_lib.f90.in (omp_lock_hint_kind): New parameter.
868 (omp_lock_hint_none, omp_lock_hint_uncontended,
869 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
870 omp_lock_hint_speculative): New parameters.
871 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
872 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
873 omp_get_place_num, omp_get_partition_num_places,
874 omp_get_partition_place_nums, omp_get_initial_device,
875 omp_get_max_task_priority): New interfaces.
876 (omp_set_schedule, omp_get_schedule): Rename modifier argument
877 to chunk_size.
878 * omp_lib.h.in (omp_lock_hint_kind): New parameter.
879 (omp_lock_hint_none, omp_lock_hint_uncontended,
880 omp_lock_hint_contended, omp_lock_hint_nonspeculative,
881 omp_lock_hint_speculative): New parameters.
882 (omp_init_lock_with_hint, omp_init_nest_lock_with_hint,
883 omp_get_num_places, omp_get_place_num_procs, omp_get_place_proc_ids,
884 omp_get_place_num, omp_get_partition_num_places,
885 omp_get_partition_place_nums, omp_get_initial_device,
886 omp_get_max_task_priority): New functions and subroutines.
887 * ordered.c: Include stdarg.h and string.h.
888 (MAX_COLLAPSED_BITS): Define.
889 (gomp_doacross_init, GOMP_doacross_post, GOMP_doacross_wait,
890 gomp_doacross_ull_init, GOMP_doacross_ull_post,
891 GOMP_doacross_ull_wait): New functions.
892 * target.c: Include errno.h.
893 (resolve_device): If device is not initialized, call
894 gomp_init_device on it.
895 (gomp_map_lookup): New function.
896 (gomp_map_vars_existing): Add tgt_var argument, fill it in.
897 Don't bump refcount if REFCOUNT_INFINITY. Handle
898 GOMP_MAP_ALWAYS_TO_P.
899 (get_kind): Rename is_openacc argument to short_mapkind.
900 (gomp_map_pointer): Use gomp_map_lookup.
901 (gomp_map_fields_existing): New function.
902 (gomp_map_vars): Rename is_openacc argument to short_mapkind
903 and is_target to pragma_kind. Handle GOMP_MAP_VARS_ENTER_DATA,
904 handle GOMP_MAP_FIRSTPRIVATE_INT, GOMP_MAP_STRUCT,
905 GOMP_MAP_USE_DEVICE_PTR, GOMP_MAP_ZERO_LEN_ARRAY_SECTION.
906 Adjust for tgt->list changed type and copy_from living in there.
907 (gomp_copy_from_async): Adjust for tgt->list changed type and
908 copy_from living in there.
909 (gomp_unmap_vars): Likewise.
910 (gomp_update): Likewise. Rename is_openacc argument to
911 short_mapkind. Don't fail if object is not mapped.
912 (gomp_load_image_to_device): Initialize refcount to
913 REFCOUNT_INFINITY.
914 (gomp_target_fallback): New function.
915 (gomp_get_target_fn_addr): Likewise.
916 (GOMP_target): Adjust gomp_map_vars caller, use
917 gomp_get_target_fn_addr and gomp_target_fallback.
918 (GOMP_target_41): New function.
919 (gomp_target_data_fallback): New function.
920 (GOMP_target_data): Use it, adjust gomp_map_vars caller.
921 (GOMP_target_data_41): New function.
922 (GOMP_target_update): Adjust gomp_update caller.
923 (GOMP_target_update_41): New function.
924 (gomp_exit_data, GOMP_target_enter_exit_data,
925 gomp_target_task_fn, omp_target_alloc, omp_target_free,
926 omp_target_is_present, omp_target_memcpy,
927 omp_target_memcpy_rect_worker, omp_target_memcpy_rect,
928 omp_target_associate_ptr, omp_target_disassociate_ptr,
929 gomp_load_plugin_for_device): New functions.
930 * task.c: Include gomp-constants.h. Include taskloop.c
931 twice to get GOMP_taskloop and GOMP_taskloop_ull definitions.
932 (gomp_task_handle_depend): New function.
933 (GOMP_task): Use it. Add priority argument. Use
934 gomp-constant.h constants instead of hardcoded numbers.
935 Rename GOMP_TASK_IFFALSE to GOMP_TASK_UNDEFERRED.
936 (gomp_create_target_task): New function.
937 (verify_children_queue, verify_taskgroup_queue,
938 verify_task_queue): New functions.
939 (gomp_task_run_pre): Call verify_*_queue functions.
940 If an upcoming tied task is about to leave the sibling or
941 taskgroup queues in an invalid state, adjust appropriately.
942 Remove taskgroup argument. Add comments.
943 (gomp_task_run_post_handle_dependers): Add comments.
944 (gomp_task_run_post_remove_parent): Likewise.
945 (gomp_barrier_handle_tasks): Adjust gomp_task_run_pre caller.
946 (GOMP_taskwait): Likewise. Add comments.
947 (gomp_task_maybe_wait_for_dependencies): Fix scheduling
948 problem such that the first non parent_depends_on task does not
949 end up at the end of the children queue.
950 (GOMP_taskgroup_start): Rename GOMP_TASK_IFFALSE to
951 GOMP_TASK_UNDEFERRED.
952 (GOMP_taskgroup_end): Adjust gomp_task_run_pre caller.
953 * taskloop.c: New file.
954 * testsuite/lib/libgomp.exp
955 (check_effective_target_offload_device_nonshared_as): New proc.
956 * testsuite/libgomp.c/affinity-2.c: New test.
957 * testsuite/libgomp.c/doacross-1.c: New test.
958 * testsuite/libgomp.c/doacross-2.c: New test.
959 * testsuite/libgomp.c/examples-4/declare_target-1.c (fib_wrapper):
960 Add map clause to target.
961 * testsuite/libgomp.c/examples-4/declare_target-4.c (accum): Likewise.
962 * testsuite/libgomp.c/examples-4/declare_target-5.c (accum): Likewise.
963 * testsuite/libgomp.c/examples-4/device-1.c (main): Likewise.
964 * testsuite/libgomp.c/examples-4/device-3.c (main): Likewise.
965 * testsuite/libgomp.c/examples-4/target_data-3.c (gramSchmidt):
966 Likewise.
967 * testsuite/libgomp.c/examples-4/teams-2.c (dotprod): Likewise.
968 * testsuite/libgomp.c/examples-4/teams-3.c (dotprod): Likewise.
969 * testsuite/libgomp.c/examples-4/teams-4.c (dotprod): Likewise.
970 * testsuite/libgomp.c/for-2.h (OMPTGT, OMPTO, OMPFROM): Define if
971 not defined. Use those where needed.
972 * testsuite/libgomp.c/for-4.c: New test.
973 * testsuite/libgomp.c/for-5.c: New test.
974 * testsuite/libgomp.c/for-6.c: New test.
975 * testsuite/libgomp.c/linear-1.c: New test.
976 * testsuite/libgomp.c/ordered-4.c: New test.
977 * testsuite/libgomp.c/pr66199-2.c (f2): Adjust for linear clause
978 only allowed on the loop iterator.
979 * testsuite/libgomp.c/pr66199-3.c: New test.
980 * testsuite/libgomp.c/pr66199-4.c: New test.
981 * testsuite/libgomp.c/reduction-7.c: New test.
982 * testsuite/libgomp.c/reduction-8.c: New test.
983 * testsuite/libgomp.c/reduction-9.c: New test.
984 * testsuite/libgomp.c/reduction-10.c: New test.
985 * testsuite/libgomp.c/target-1.c (fn2, fn3, fn4): Add
986 map(tofrom:s).
987 * testsuite/libgomp.c/target-2.c (fn2, fn3, fn4): Likewise.
988 * testsuite/libgomp.c/target-7.c (foo): Add map(h) where needed.
989 * testsuite/libgomp.c/target-11.c: New test.
990 * testsuite/libgomp.c/target-12.c: New test.
991 * testsuite/libgomp.c/target-13.c: New test.
992 * testsuite/libgomp.c/target-14.c: New test.
993 * testsuite/libgomp.c/target-15.c: New test.
994 * testsuite/libgomp.c/target-16.c: New test.
995 * testsuite/libgomp.c/target-17.c: New test.
996 * testsuite/libgomp.c/target-18.c: New test.
997 * testsuite/libgomp.c/target-19.c: New test.
998 * testsuite/libgomp.c/target-20.c: New test.
999 * testsuite/libgomp.c/target-21.c: New test.
1000 * testsuite/libgomp.c/target-22.c: New test.
1001 * testsuite/libgomp.c/target-23.c: New test.
1002 * testsuite/libgomp.c/target-24.c: New test.
1003 * testsuite/libgomp.c/target-25.c: New test.
1004 * testsuite/libgomp.c/target-26.c: New test.
1005 * testsuite/libgomp.c/target-27.c: New test.
1006 * testsuite/libgomp.c/taskloop-1.c: New test.
1007 * testsuite/libgomp.c/taskloop-2.c: New test.
1008 * testsuite/libgomp.c/taskloop-3.c: New test.
1009 * testsuite/libgomp.c/taskloop-4.c: New test.
1010 * testsuite/libgomp.c++/ctor-13.C: New test.
1011 * testsuite/libgomp.c++/doacross-1.C: New test.
1012 * testsuite/libgomp.c++/examples-4/declare_target-2.C:
1013 Replace offload_device with offload_device_nonshared_as.
1014 * testsuite/libgomp.c++/for-12.C: New test.
1015 * testsuite/libgomp.c++/for-13.C: New test.
1016 * testsuite/libgomp.c++/for-14.C: New test.
1017 * testsuite/libgomp.c++/linear-1.C: New test.
1018 * testsuite/libgomp.c++/member-1.C: New test.
1019 * testsuite/libgomp.c++/member-2.C: New test.
1020 * testsuite/libgomp.c++/member-3.C: New test.
1021 * testsuite/libgomp.c++/member-4.C: New test.
1022 * testsuite/libgomp.c++/member-5.C: New test.
1023 * testsuite/libgomp.c++/ordered-1.C: New test.
1024 * testsuite/libgomp.c++/reduction-5.C: New test.
1025 * testsuite/libgomp.c++/reduction-6.C: New test.
1026 * testsuite/libgomp.c++/reduction-7.C: New test.
1027 * testsuite/libgomp.c++/reduction-8.C: New test.
1028 * testsuite/libgomp.c++/reduction-9.C: New test.
1029 * testsuite/libgomp.c++/reduction-10.C: New test.
1030 * testsuite/libgomp.c++/reference-1.C: New test.
1031 * testsuite/libgomp.c++/simd14.C: New test.
1032 * testsuite/libgomp.c++/target-2.C (fn2): Add map(tofrom: s) clause.
1033 * testsuite/libgomp.c++/target-5.C: New test.
1034 * testsuite/libgomp.c++/target-6.C: New test.
1035 * testsuite/libgomp.c++/target-7.C: New test.
1036 * testsuite/libgomp.c++/target-8.C: New test.
1037 * testsuite/libgomp.c++/target-9.C: New test.
1038 * testsuite/libgomp.c++/target-10.C: New test.
1039 * testsuite/libgomp.c++/target-11.C: New test.
1040 * testsuite/libgomp.c++/target-12.C: New test.
1041 * testsuite/libgomp.c++/taskloop-1.C: New test.
1042 * testsuite/libgomp.c++/taskloop-2.C: New test.
1043 * testsuite/libgomp.c++/taskloop-3.C: New test.
1044 * testsuite/libgomp.c++/taskloop-4.C: New test.
1045 * testsuite/libgomp.c++/taskloop-5.C: New test.
1046 * testsuite/libgomp.c++/taskloop-6.C: New test.
1047 * testsuite/libgomp.c++/taskloop-7.C: New test.
1048 * testsuite/libgomp.c++/taskloop-8.C: New test.
1049 * testsuite/libgomp.c++/taskloop-9.C: New test.
1050 * testsuite/libgomp.fortran/affinity1.f90: New test.
1051 * testsuite/libgomp.fortran/affinity2.f90: New test.
1052
1f600fea
TV
10532015-10-13 Tom de Vries <tom@codesourcery.com>
1054
1055 PR tree-optimization/67476
1056 * testsuite/libgomp.c/autopar-3.c: New test.
1057 * testsuite/libgomp.c/autopar-4.c: New test.
1058 * testsuite/libgomp.c/autopar-5.c: New test.
1059 * testsuite/libgomp.c/autopar-6.c: New test.
1060 * testsuite/libgomp.c/autopar-7.c: New test.
1061 * testsuite/libgomp.c/autopar-8.c: New test.
1062
058a654b
JN
10632015-10-12 James Norris <jnorris@codesourcery.com>
1064
1065 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: Fix loop
1066 initializer.
1067
9e531d37
DM
10682015-10-09 David Malcolm <dmalcolm@redhat.com>
1069
1070 * testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
1071 using load_gcc_lib.
1072
113020dc
TS
10732015-10-02 Thomas Schwinge <thomas@codesourcery.com>
1074
1075 * oacc-ptx.h: Remove file, moving its content into...
1076 * config/nvptx/fortran.c: ... here...
1077 * config/nvptx/oacc-init.c: ..., here...
1078 * config/nvptx/oacc-parallel.c: ..., and here.
1079 * config/nvptx/openacc.f90: New file.
1080 * plugin/plugin-nvptx.c: Don't include "oacc-ptx.h".
1081 (link_ptx): Don't link in predefined bits of PTX code.
1082
cc3cd79b
NS
10832015-09-30 Nathan Sidwell <nathan@codesourcery.com>
1084 Bernd Schmidt <bernds@codesourcery.com>
1085
1086 * plugin/plugin-nvptx.c (targ_fn_launch): Use GOMP_DIM_MAX.
1087 (struct targ_ptx_obj): New.
1088 (nvptx_tdata): Move earlier, change data format.
1089 (link_ptx): Take targ_ptx_obj ptr and count. Allow multiple
1090 objects.
1091 (GOMP_OFFLOAD_load_image): Adjust.
1092
4e2a5450
TS
10932015-09-30 Thomas Schwinge <thomas@codesourcery.com>
1094
1095 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Add checkpoint.
1096 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
1097 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
1098 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
1099 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
1100 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
1101 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
1102 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
1103 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
1104 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
1105 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
1106 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
1107 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
1108 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
1109 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
1110 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
1111 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
1112 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
1113 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
1114 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
1115 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
1116 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
1117 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
1118 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
1119 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
1120 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
1121 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
1122 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
1123 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
1124 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
1125 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
1126 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
1127 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
1128 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
1129 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
1130 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
1131 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
1132 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
1133 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
1134 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
1135 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
1136 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
1137 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
1138 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
1139 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
1140 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
1141 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
1142 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
1143 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
1144 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
1145 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
1146 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
1147 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
1148 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
1149 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
1150 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
1151 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
1152 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
1153 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
1154 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
1155 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
1156 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
1157 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
1158
164453bb
NS
11592015-09-29 Nathan Sidwell <nathan@codesourcery.com>
1160
1161 * oacc-init.c (acc_on_device): Force optimization level.
1162
a12a0437
NS
11632015-09-29 Nathan Sidwell <nathan@codesourcery.com>
1164
1165 * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
1166 (cuda_errlist): Delete.
1167 (cuda_error): Reimplement.
1168
3e32ee19
NS
11692015-09-28 Nathan Sidwell <nathan@codesourcery.com>
1170
1171 * libgomp.h (acc_dispatch_t): Replace separate geometry args with
1172 array.
1173 * libgomp.map (GOACC_parallel_keyed): New.
1174 * oacc-parallel.c (goacc_wait): Take pointer to va_list. Adjust
1175 all callers.
1176 (GOACC_parallel_keyed): New interface. Lose geometry arguments
1177 and take keyed varargs list. Adjust call to exec_func.
1178 (GOACC_parallel): Force host fallback.
1179 * libgomp_g.h (GOACC_parallel): Remove.
1180 (GOACC_parallel_keyed): Declare.
1181 * plugin/plugin-nvptx.c (struct targ_fn_launch): New struct.
1182 (stuct targ_gn_descriptor): Replace name field with launch field.
1183 (nvptx_exec): Lose separate geometry args, take array. Process
1184 dynamic dimensions and adjust.
1185 (struct nvptx_tdata): Replace fn_names field with fn_descs.
1186 (GOMP_OFFLOAD_load_image): Adjust for change in function table
1187 data.
1188 (GOMP_OFFLOAD_openacc_parallel): Adjust for change in dimension
1189 passing.
1190 * oacc-host.c (host_openacc_exec): Adjust for change in dimension
1191 passing.
1192
6bb4c3e2
CLT
11932015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
1194
1195 PR libgomp/67141
1196 * oacc-int.h (goacc_host_init): Add declaration.
1197 * oacc-host.c (goacc_host_init): Remove static and constructor attribute.
1198 * oacc-init.c (goacc_runtime_initialize): Call goacc_host_init() at end.
1199
74032f47
AK
12002015-09-08 Aditya Kumar <hiraditya@msn.com>
1201 Sebastian Pop <s.pop@samsung.com>
1202
1203 * testsuite/libgomp.graphite/bounds.c (int foo): Modifed test case to
1204 match o/p.
1205 * testsuite/libgomp.graphite/force-parallel-1.c (void parloop): Same.
1206 * testsuite/libgomp.graphite/force-parallel-4.c: Same.
1207 * testsuite/libgomp.graphite/force-parallel-5.c: Same.
1208 * testsuite/libgomp.graphite/force-parallel-7.c: Same.
1209 * testsuite/libgomp.graphite/force-parallel-8.c: Same.
1210
97875f4a
JJ
12112015-09-03 Jakub Jelinek <jakub@redhat.com>
1212
1213 * configure.tgt: Add missing ;; in between nvptx and rtems
1214 snippets.
1215
06441dd5
SH
12162015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1217
1218 * config/posix/pool.h (gomp_adjust_thread_attr): New.
1219 * config/rtems/pool.h (gomp_adjust_thread_attr): Likewise.
1220 (gomp_thread_pool_reservoir): Add priority member.
1221 * confi/rtems/proc.c (allocate_thread_pool_reservoir): Add
1222 priority.
1223 (parse_thread_pools): Likewise.
1224 * team.c (gomp_team_start): Call configuration provided
1225 gomp_adjust_thread_attr(). Destroy thread attributes if
1226 necessary.
1227 * libgomp.texi: Document GOMP_RTEMS_THREAD_POOLS.
1228
66c59f92
SH
12292015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1230
1231 * config/posix/pool.h: New.
1232 * config/rtems/pool.h: Likewise.
1233 * config/rtems/proc.c: Likewise.
1234 * libgomp.h (gomp_thread_destructor): Declare.
1235 * team.c: Include configuration provided "pool.h".
1236 (gomp_get_thread_pool): Define in configuration.
1237 (gomp_team_end): Call configuration defined
1238 gomp_release_thread_pool().
1239
13c41b2e
SH
12402015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1241
1242 * config/rtems/bar.c: New.
1243 * config/rtems/bar.h: Likewise.
1244 * config/rtems/mutex.c: Likewise.
1245 * config/rtems/mutex.h: Likewise.
1246 * config/rtems/sem.c: Likewise.
1247 * config/rtems/sem.h: Likewise.
1248 * configure.ac (*-*-rtems*): Check that Newlib provides a proper
1249 <sys/lock.h> header file.
1250 * configure.tgt (*-*-rtems*): Enable RTEMS configuration if
1251 supported by Newlib.
1252 * configure: Regenerate.
1253
7892ec67
SH
12542015-09-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
1255
1256 * team.c (gomp_new_thread_pool): Delete and move content to ...
1257 (gomp_get_thread_pool): ... new function. Allocate and
1258 initialize thread pool on demand.
1259 (get_last_team): Use gomp_get_thread_pool().
1260 (gomp_team_start): Delete thread pool initialization.
1261
1b96e9a4
TV
12622015-09-03 Tom de Vries <tom@codesourcery.com>
1263
1264 PR tree-optimization/65637
1265 * testsuite/libgomp.c/autopar-2.c: New test.
1266
3ff2d74e
TV
12672015-08-29 Tom de Vries <tom@codesourcery.com>
1268
1269 PR tree-optimization/46193
1270 * testsuite/libgomp.c/pr46193.c: New test.
1271
2a21ff19
NS
12722015-08-24 Nathan Sidwell <nathan@codesourcery.com>
1273
1274 libgomp/
1275 * libgomp.map: Add 4.0.2 version.
1276 * target.c (offload_image_descr): Add version field.
1277 (gomp_load_image_to_device): Add version argument. Adjust plugin
1278 call. Improve load mismatch diagnostic.
1279 (gomp_unload_image_from_device): Add version argument. Adjust plugin
1280 call.
1281 (GOMP_offload_regster): Make stub function, move bulk to ...
1282 (GOMP_offload_register_ver): ... here. Process version argument.
1283 (GOMP_offload_unregister): Make stub function, move bulk to ...
1284 (GOMP_offload_unregister_ver): ... here. Process version argument.
1285 (gomp_init_device): Process version field.
1286 (gomp_unload_device): Process version field.
1287 (gomp_load_plugin_for_device): Reimplement DLSYM & DLSYM_OPT
1288 macros. Check plugin version.
1289 * libgomp.h (gomp_device_descr): Add version function field. Adjust
1290 loader and unloader types.
1291 * oacc-host.c: Include gomp-constants.h.
1292 (host_version): New.
1293 (host_load_image, host_unload_image): Adjust.
1294 (host_dispatch): Add host_version.
1295 * plugin/plugin-nvptx.c: Include gomp-constants.h.
1296 (GOMP_OFFLOAD_version): New.
1297 (GOMP_OFFLOAD_load_image): Add version arg and check it.
1298 (GOMP_OFFLOAD_unload_image): Likewise.
1299 * plugin/plugin-host.c: Include gomp-constants.h.
1300 (GOMP_OFFLOAD_version): New.
1301 (GOMP_OFFLOAD_load_image): Add version arg.
1302 (GOMP_OFFLOAD_unload_image): Likewise.
1303
1358a747
TV
13042015-08-24 Tom de Vries <tom@codesourcery.com>
1305
1306 PR tree-optimization/65468
1307 * testsuite/libgomp.oacc-c-c++-common/vector-loop.c: New test.
1308
6be5c241
TV
13092015-08-24 Tom de Vries <tom@codesourcery.com>
1310
1311 PR tree-optimization/65468
1312 * testsuite/libgomp.c/static-chunk-size-one.c: New test.
1313
bfe7ac89
JV
13142015-08-24 Joost VandeVondele <vondele@gnu.gcc.org>
1315
1316 PR libgomp/66761
1317 PR libgomp/67303
1318 * iter.c (gomp_iter_dynamic_next): Employ an atomic load.
1319 (gomp_iter_guided_next): Idem.
1320 * iter_ull.c (gomp_iter_ull_dynamic_next): Idem.
1321 (gomp_iter_ull_guided_next): Idem.
1322 * config/linux/wait.h (do_spin): Idem.
1323
b97e78b7
TS
13242015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1325
1326 * libgomp-plugin.h (enum offload_target_type): Remove
1327 OFFLOAD_TARGET_TYPE_HOST_NONSHM.
1328 * openacc.f90 (openacc_kinds): Remove acc_device_host_nonshm.
1329 * openacc.h (enum acc_device_t): Likewise.
1330 * openacc_lib.h: Likewise.
1331 * oacc-init.c (name_of_acc_device_t): Don't handle it.
1332 (acc_on_device): Just use __builtin_acc_on_device.
1333 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Don't forbid usage
1334 of acc_on_device builtin.
1335 * plugin/plugin-host.h: Remove file.
1336 * plugin/plugin-host.c: Likewise, but salvage some content into...
1337 * oacc-host.c: ... this file.
1338 * plugin/Makefrag.am: Don't build libgomp-plugin-host_nonshm.la.
1339 * plugin/configfrag.ac (offload_targets): Don't add host_nonshm.
1340 * Makefile.in: Regenerate.
1341 * configure: Likewise.
1342 * testsuite/lib/libgomp.exp
1343 (check_effective_target_openacc_host_nonshm_selected): Remove.
1344 * testsuite/libgomp.oacc-c++/c++.exp: Don't handle
1345 ACC_DEVICE_TYPE=host_nonshm.
1346 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1347 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1348 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
1349 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
1350 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
1351 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
1352
44a7d18d
TS
13532015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1354 Jakub Jelinek <jakub@redhat.com>
1355
1356 * config/nvptx/affinity.c: New file.
1357 * config/nvptx/alloc.c: Likewise.
1358 * config/nvptx/bar.c: Likewise.
1359 * config/nvptx/barrier.c: Likewise.
1360 * config/nvptx/critical.c: Likewise.
1361 * config/nvptx/env.c: Likewise.
1362 * config/nvptx/error.c: Likewise.
1363 * config/nvptx/fortran.c: Likewise.
1364 * config/nvptx/iter.c: Likewise.
1365 * config/nvptx/iter_ull.c: Likewise.
1366 * config/nvptx/libgomp-plugin.c: Likewise.
1367 * config/nvptx/lock.c: Likewise.
1368 * config/nvptx/loop.c: Likewise.
1369 * config/nvptx/loop_ull.c: Likewise.
1370 * config/nvptx/mutex.c: Likewise.
1371 * config/nvptx/oacc-async.c: Likewise.
1372 * config/nvptx/oacc-cuda.c: Likewise.
1373 * config/nvptx/oacc-host.c: Likewise.
1374 * config/nvptx/oacc-init.c: Likewise.
1375 * config/nvptx/oacc-mem.c: Likewise.
1376 * config/nvptx/oacc-parallel.c: Likewise.
1377 * config/nvptx/oacc-plugin.c: Likewise.
1378 * config/nvptx/omp-lock.h: Likewise.
1379 * config/nvptx/ordered.c: Likewise.
1380 * config/nvptx/parallel.c: Likewise.
1381 * config/nvptx/proc.c: Likewise.
1382 * config/nvptx/ptrlock.c: Likewise.
1383 * config/nvptx/sections.c: Likewise.
1384 * config/nvptx/sem.c: Likewise.
1385 * config/nvptx/single.c: Likewise.
1386 * config/nvptx/splay-tree.c: Likewise.
1387 * config/nvptx/target.c: Likewise.
1388 * config/nvptx/task.c: Likewise.
1389 * config/nvptx/team.c: Likewise.
1390 * config/nvptx/time.c: Likewise.
1391 * config/nvptx/work.c: Likewise.
1392 * configure.ac: Don't probe pthreads support for host nvptx*-*-*.
1393 * configure: Regenerate.
1394 * configure.tgt (config_path): Set to "nvptx" for target
1395 nvptx*-*-*.
1396
96a2d174
TS
13972015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1398
1399 * testsuite/libgomp.oacc-c-c++-common/vector-type-1.c: New file.
1400
9ebddeb0
NS
14012015-08-03 Nathan Sidwell <nathan@codesourcery.com>
1402
1403 * plugin/plugin-nvptx.c: Don't include dlfcn.h.
1404 (cuda_errlist): Constify.
1405 (errmsg): Move into ...
1406 (cuda_error): ... here. Make smaller.
1407 (_XSTR, _STR): Delete.
1408 (cuda_synames): Delete.
1409 (verify_device_library): Delete.
1410 (nvptx_init): Don't call it.
1411
12efb1d7
TV
14122015-07-28 Tom de Vries <tom@codesourcery.com>
1413
1414 * testsuite/libgomp.c/uns-outer-4.c: New test.
1415
710ee218
CP
14162015-07-24 Cesar Philippidis <cesar@codesourcery.com>
1417
1418 * testsuite/libgomp.c/pr66714.c: New test.
1419
27c4ac7d
MB
14202015-07-22 Maxim Blumenthal <maxim.blumenthal@intel.com>
1421
1422 PR libgomp/66950
1423 * testsuite/libgomp.c/examples-4/simd-7.c (N): Change to 30 from 45.
1424 (fib_ref): New function.
1425 (fib): Correct corner cases in the recursion.
1426 (main): Replace the non-simd loop with fib_ref call.
1427 * testsuite/libgomp.fortran/examples-4/simd-7.f90: (fib_ref): New
1428 subroutine.
1429 (fibonacci): Lower the parameter N to 30. Correct accordingly check
1430 for the last array element value. Replace the non-simd loop with
1431 fib_ref call. Remove redundant b_ref array. Remove the comparison
1432 of the last array element with according Fibonacci sequence element.
1433 (fib): Correct corner cases in the recursion.
1434
22be2349
NS
14352015-07-21 Nathan Sidwell <nathan@codesourcery.com>
1436
1437 * target.c (gomp_offload_image_to_device): Rename to ...
1438 (gomp_load_image_to_device): ... here.
1439 (GOMP_offload_register): Adjust call.
1440 (gomp_init_device): Likewise.
1441 (gomp_unload_image_from_device): New. Broken out of ...
1442 (GOMP_offload_unregister): ... here. Call it.
1443 (gomp_unload_device): New.
1444 * libgomp.h (gomp_unload_device): Declare.
1445 * oacc-init.c (acc_shutdown_1): Unload from device before deleting
1446 mem maps.
1447
f3e9a059
NS
14482015-07-20 Nathan Sidwell <nathan@codesourcery.com>
1449
a091118d
NS
1450 * oacc-parallel.c (GOACC_parallel): Move variadic handling into
1451 wait=-specific if.
1452 (GOACC_enter_exit_data, GOACC_update): Use consistent num_waits
1453 !=0 condition.
1454 (goacc_waits): Move !num_waits handling to ...
1455 (GOACC_wait): ... here, the only caller that might have zero waits.
1456
f3e9a059
NS
1457 * plugin/plugin-nvptx.c (struct targ_fn_descriptor): Move later.
1458 (struct ptx_image_data): Move earlier, add fns field.
1459 (struct ptx_device): Add images and image_lock fields.
1460 (ptx_images, ptx_image_lock): Delete.
1461 (nvptx_open_device): Initialize images and image_lock fields.
1462 (nvptx_close_device): Destroy image_lock.
1463 (GOMP_OFFLOAD_load_image): Register image to device-specific fields.
1464 (GOMP_OFFLOAD_unload_image): Unregister image from device-specific
1465 fields.
1466
afb2d80b
NS
14672015-07-17 Nathan Sidwell <nathan@codesourcery.com>
1468
896c28a7
NS
1469 * target.c (GOMP_offload_register): Use int for device type arg.
1470 (GOMP_offload_unregister): Likewise.
1471
ebe4a560
NS
1472 * target.c (struct_offload_image_descr): Constify host_table.
1473 (gomp_offload_image_to_device): Likewise.
1474 (GOMP_offload_register, GOMP_offload_unregister): Likewise.
1475
afb2d80b
NS
1476 * libgomp.h (gomp_device_descr): Constify target data arguments.
1477 * target.c (struct offload_image_descr): Constify target_data.
1478 (gomp_offload_image_to_device): Likewise.
1479 (GOMP_offload_register): Likewise.
1480 (GOMP_offload_unrefister): Likewise.
1481 * plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
1482 GOMP_OFFLOAD_unload_image): Constify target data.
1483 * plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
1484 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): Likewise.
1485
a4cb876d
NS
14862015-07-16 Nathan Sidwell <nathan@codesourcery.com>
1487
1488 * plugin/plugin-nvptx.c (link_ptx): Constify string argument.
1489 Workaround driver library const error.
1490 (struct nvptx_tdata, nvptx_tdata_t): New.
1491 (GOMP_OFFLOAD_load_image): Use struct for target_data's real
1492 type.
1493
28ef6a27
MB
14942015-07-15 Maxim Blumenthal <maxim.blumenthal@intel.com>
1495
1496 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Change type
1497 of EPS parameter from integer to real.
1498 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: (check): Change
1499 type of EPS parameter from integer to real.
1500
6dba0113
SH
15012015-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
1502
1503 * team.c (get_last_team): New.
1504 (gomp_new_team): Recycle last non-nested team if possible.
1505 (gomp_team_end): Move team work share list free lock destruction
1506 to ...
1507 (free_team): ... here.
1508
4c1cb4da
MB
15092015-07-14 Maxim Blumenthal <maxim.blumenthal@intel.com>
1510
1511 * testsuite/libgomp.c/examples-4/simd-3.c: (main): Change type of res
1512 and ref from int to double. Replaced their comparison with
1513 an inequality of their difference and EPS.
1514 * testsuite/libgomp.c/examples-4/simd-8.c: (main): Replace the
1515 comparison of pri and a reference number with an inequality of their
1516 difference and EPS.
1517 * testsuite/libgomp.fortran/examples-4/simd-3.f90: (main): Replaced
1518 the comparison of sum and sum_ref with an inequality of their
1519 difference and EPS.
1520 * testsuite/libgomp.fortran/examples-4/simd-8.f90: (main): Replace
1521 the comparison of pri and a reference number with an inequality of
1522 their difference and EPS.
1523
343587dc
MB
15242015-07-13 Maxim Blumenthal <maxim.blumenthal@intel.com>
1525
1526 * testsuite/libgomp.c++/examples-4/e.53.2.C: Renamed to...
1527 * testsuite/libgomp.c++/examples-4/declare_target-2.C: ...this.
1528 * testsuite/libgomp.c++/examples-4/e.51.5.C: Renamed to...
1529 * testsuite/libgomp.c++/examples-4/target_data-5.C: ...this.
1530 * testsuite/libgomp.c/examples-4/e.56.3.c: Renamed to...
1531 * testsuite/libgomp.c/examples-4/array_sections-3.c: ...this.
1532 * testsuite/libgomp.c/examples-4/e.56.4.c: Renamed to...
1533 * testsuite/libgomp.c/examples-4/array_sections-4.c: ...this.
1534 * testsuite/libgomp.c/examples-4/e.55.1.c: Renamed to...
1535 * testsuite/libgomp.c/examples-4/async_target-1.c: ...this.
1536 * testsuite/libgomp.c/examples-4/e.55.2.c: Renamed to...
1537 * testsuite/libgomp.c/examples-4/async_target-2.c: ...this.
1538 (vec_mult_ref): Remove v1 and v2 arguments, turn them into local
1539 variables.
1540 (vec_mult): Likewise. Add #pragma omp taskwait.
1541 (main): Adjust caller.
1542 * testsuite/libgomp.c/examples-4/e.53.1.c: Renamed to...
1543 * testsuite/libgomp.c/examples-4/declare_target-1.c: ...this.
1544 * testsuite/libgomp.c/examples-4/e.53.3.c: Renamed to...
1545 * testsuite/libgomp.c/examples-4/declare_target-3.c: ...this.
1546 * testsuite/libgomp.c/examples-4/e.53.4.c: Renamed to...
1547 * testsuite/libgomp.c/examples-4/declare_target-4.c: ...this.
1548 * testsuite/libgomp.c/examples-4/e.53.5.c: Renamed to...
1549 * testsuite/libgomp.c/examples-4/declare_target-5.c: ...this.
1550 * testsuite/libgomp.c/examples-4/e.57.1.c: Renamed to...
1551 * testsuite/libgomp.c/examples-4/device-1.c: ...this.
1552 * testsuite/libgomp.c/examples-4/e.57.2.c: Renamed to...
1553 * testsuite/libgomp.c/examples-4/device-2.c: ...this.
1554 * testsuite/libgomp.c/examples-4/e.57.3.c: Renamed to...
1555 * testsuite/libgomp.c/examples-4/device-3.c: ...this.
1556 * testsuite/libgomp.c/examples-4/simd-1.c: New file.
1557 * testsuite/libgomp.c/examples-4/simd-2.c: New file.
1558 * testsuite/libgomp.c/examples-4/simd-3.c: New file.
1559 * testsuite/libgomp.c/examples-4/simd-4.c: New file.
1560 * testsuite/libgomp.c/examples-4/simd-5.c: New file.
1561 * testsuite/libgomp.c/examples-4/simd-6.c: New file.
1562 * testsuite/libgomp.c/examples-4/simd-7.c: New file.
1563 * testsuite/libgomp.c/examples-4/simd-8.c: New file.
1564 * testsuite/libgomp.c/examples-4/e.50.1.c: Renamed to...
1565 * testsuite/libgomp.c/examples-4/target-1.c: ...this.
1566 * testsuite/libgomp.c/examples-4/e.50.2.c: Renamed to...
1567 * testsuite/libgomp.c/examples-4/target-2.c: ...this.
1568 * testsuite/libgomp.c/examples-4/e.50.3.c: Renamed to...
1569 * testsuite/libgomp.c/examples-4/target-3.c: ...this.
1570 * testsuite/libgomp.c/examples-4/e.50.4.c: Renamed to...
1571 * testsuite/libgomp.c/examples-4/target-4.c: ...this.
1572 * testsuite/libgomp.c/examples-4/e.50.5.c: Renamed to...
1573 * testsuite/libgomp.c/examples-4/target-5.c: ...this.
1574 * testsuite/libgomp.c/examples-4/e.51.1.c: Renamed to...
1575 * testsuite/libgomp.c/examples-4/target_data-1.c: ...this.
1576 * testsuite/libgomp.c/examples-4/e.51.2.c: Renamed to...
1577 * testsuite/libgomp.c/examples-4/target_data-2.c: ...this.
1578 * testsuite/libgomp.c/examples-4/e.51.3.c: Renamed to...
1579 * testsuite/libgomp.c/examples-4/target_data-3.c: ...this.
1580 * testsuite/libgomp.c/examples-4/e.51.4.c: Renamed to...
1581 * testsuite/libgomp.c/examples-4/target_data-4.c: ...this.
1582 * testsuite/libgomp.c/examples-4/e.51.6.c: Renamed to...
1583 * testsuite/libgomp.c/examples-4/target_data-6.c: ...this.
1584 * testsuite/libgomp.c/examples-4/e.51.7.c: Renamed to...
1585 * testsuite/libgomp.c/examples-4/target_data-7.c: ...this.
1586 * testsuite/libgomp.c/examples-4/e.52.1.c: Renamed to...
1587 * testsuite/libgomp.c/examples-4/target_update-1.c: ...this.
1588 * testsuite/libgomp.c/examples-4/e.52.2.c: Renamed to...
1589 * testsuite/libgomp.c/examples-4/target_update-2.c: ...this.
1590 * testsuite/libgomp.c/examples-4/task_dep-1.c: New file.
1591 * testsuite/libgomp.c/examples-4/task_dep-2.c: New file.
1592 * testsuite/libgomp.c/examples-4/task_dep-3.c: New file.
1593 * testsuite/libgomp.c/examples-4/task_dep-4.c: New file.
1594 * testsuite/libgomp.c/examples-4/task_dep-5.c: New file.
1595 * testsuite/libgomp.c/examples-4/e.54.2.c: Renamed to...
1596 * testsuite/libgomp.c/examples-4/teams-2.c: ...this.
1597 * testsuite/libgomp.c/examples-4/e.54.3.c: Renamed to...
1598 * testsuite/libgomp.c/examples-4/teams-3.c: ...this.
1599 * testsuite/libgomp.c/examples-4/e.54.4.c: Renamed to...
1600 * testsuite/libgomp.c/examples-4/teams-4.c: ...this.
1601 * testsuite/libgomp.c/examples-4/e.54.5.c: Renamed to...
1602 * testsuite/libgomp.c/examples-4/teams-5.c: ...this.
1603 * testsuite/libgomp.c/examples-4/e.54.6.c: Renamed to...
1604 * testsuite/libgomp.c/examples-4/teams-6.c: ...this.
1605 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Renamed to...
1606 * testsuite/libgomp.fortran/examples-4/array_sections-3.f90: ...this.
1607 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Renamed to...
1608 * testsuite/libgomp.fortran/examples-4/array_sections-4.f90: ...this.
1609 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Renamed to...
1610 * testsuite/libgomp.fortran/examples-4/async_target-1.f90: ...this.
1611 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Renamed to...
1612 * testsuite/libgomp.fortran/examples-4/async_target-2.f90: ...this.
1613 (vec_mult): Add !$omp taskwait.
1614 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Renamed to...
1615 * testsuite/libgomp.fortran/examples-4/declare_target-1.f90: ...this.
1616 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Renamed to...
1617 * testsuite/libgomp.fortran/examples-4/declare_target-2.f90: ...this.
1618 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Renamed to...
1619 * testsuite/libgomp.fortran/examples-4/declare_target-3.f90: ...this.
1620 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Renamed to...
1621 * testsuite/libgomp.fortran/examples-4/declare_target-4.f90: ...this.
1622 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Renamed to...
1623 * testsuite/libgomp.fortran/examples-4/declare_target-5.f90: ...this.
1624 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Renamed to...
1625 * testsuite/libgomp.fortran/examples-4/device-1.f90: ...this.
1626 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Renamed to...
1627 * testsuite/libgomp.fortran/examples-4/device-2.f90: ...this.
1628 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Renamed to...
1629 * testsuite/libgomp.fortran/examples-4/device-3.f90: ...this.
1630 * testsuite/libgomp.fortran/examples-4/simd-1.f90: New file.
1631 * testsuite/libgomp.fortran/examples-4/simd-2.f90: New file.
1632 * testsuite/libgomp.fortran/examples-4/simd-3.f90: New file.
1633 * testsuite/libgomp.fortran/examples-4/simd-4.f90: New file.
1634 * testsuite/libgomp.fortran/examples-4/simd-5.f90: New file.
1635 * testsuite/libgomp.fortran/examples-4/simd-6.f90: New file.
1636 * testsuite/libgomp.fortran/examples-4/simd-7.f90: New file.
1637 * testsuite/libgomp.fortran/examples-4/simd-8.f90: New file.
1638 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: Renamed to...
1639 * testsuite/libgomp.fortran/examples-4/target-1.f90: ...this.
1640 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Renamed to...
1641 * testsuite/libgomp.fortran/examples-4/target-2.f90: ...this.
1642 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Renamed to...
1643 * testsuite/libgomp.fortran/examples-4/target-3.f90: ...this.
1644 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Renamed to...
1645 * testsuite/libgomp.fortran/examples-4/target-4.f90: ...this.
1646 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Renamed to...
1647 * testsuite/libgomp.fortran/examples-4/target-5.f90: ...this.
1648 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Renamed to...
1649 * testsuite/libgomp.fortran/examples-4/target_data-1.f90: ...this.
1650 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Renamed to...
1651 * testsuite/libgomp.fortran/examples-4/target_data-2.f90: ...this.
1652 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Renamed to...
1653 * testsuite/libgomp.fortran/examples-4/target_data-3.f90: ...this.
1654 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Renamed to...
1655 * testsuite/libgomp.fortran/examples-4/target_data-4.f90: ...this.
1656 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Renamed to...
1657 * testsuite/libgomp.fortran/examples-4/target_data-5.f90: ...this.
1658 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Renamed to...
1659 * testsuite/libgomp.fortran/examples-4/target_data-6.f90: ...this.
1660 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Renamed to...
1661 * testsuite/libgomp.fortran/examples-4/target_data-7.f90: ...this.
1662 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Renamed to...
1663 * testsuite/libgomp.fortran/examples-4/target_update-1.f90: ...this.
1664 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Renamed to...
1665 * testsuite/libgomp.fortran/examples-4/target_update-2.f90: ...this.
1666 * testsuite/libgomp.fortran/examples-4/task_dep-1.f90: New file.
1667 * testsuite/libgomp.fortran/examples-4/task_dep-2.f90: New file.
1668 * testsuite/libgomp.fortran/examples-4/task_dep-3.f90: New file.
1669 * testsuite/libgomp.fortran/examples-4/task_dep-4.f90: New file.
1670 * testsuite/libgomp.fortran/examples-4/task_dep-5.f90: New file.
1671 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Renamed to...
1672 * testsuite/libgomp.fortran/examples-4/teams-2.f90: ...this.
1673 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Renamed to...
1674 * testsuite/libgomp.fortran/examples-4/teams-3.f90: ...this.
1675 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Renamed to...
1676 * testsuite/libgomp.fortran/examples-4/teams-4.f90: ...this.
1677 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Renamed to...
1678 * testsuite/libgomp.fortran/examples-4/teams-5.f90: ...this.
1679 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Renamed to...
1680 * testsuite/libgomp.fortran/examples-4/teams-6.f90: ...this.
1681
9f620bf1
TV
16822015-07-10 Tom de Vries <tom@codesourcery.com>
1683
1684 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt-2.f95: New test.
1685 * testsuite/libgomp.fortran/parloops-exit-first-loop-alt.f95: New test.
1686
a92defda
TS
16872015-07-08 Thomas Schwinge <thomas@codesourcery.com>
1688
1689 PR libgomp/65099
1690 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return 0 if not
1691 in a 64-bit configuration.
1692 * testsuite/libgomp.oacc-c++/c++.exp: Don't attempt nvidia
1693 offloading testing if no such device is available.
1694 * testsuite/libgomp.oacc-c/c.exp: Likewise.
1695 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
1696
cadb53a5
TV
16972015-07-08 Tom de Vries <tom@codesourcery.com>
1698
1699 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Fix
1700 second call to f.
1701 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
1702
712cb0bb
TV
17032015-07-07 Tom de Vries <tom@codesourcery.com>
1704
1705 PR tree-optimization/66642
1706 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Test low
1707 iteration count case.
1708 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c (init): New
1709 function, factor out of ...
1710 (main): ... here. Test low iteration count case.
1711
e5210c77
SH
17122015-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1713
1714 * libgomp.h (gomp_thread_pool): Comment last_team field.
1715
f70360e7
UB
17162015-07-02 Uros Bizjak <ubizjak@gmail.com>
1717
1718 * testsuite/libgomp.c++/pr66702-1.C: Require
1719 vect_simd_clones effective target.
1720 * testsuite/libgomp.c++/pr66702-2.C: Ditto.
1721
b451c271
TV
17222015-06-30 Tom de Vries <tom@codesourcery.com>
1723
1724 * testsuite/libgomp.oacc-c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
1725 already set. Use DEFAULT_CFLAGS in dg-runtest.
1726 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Remove dg-options
1727 "-O2".
1728
f8e89d9f
TV
17292015-06-30 Tom de Vries <tom@codesourcery.com>
1730
1731 * testsuite/libgomp.c++/c++.exp: Set DEFAULT_CFLAGS to -O2 if not
1732 already set. Use DEFAULT_CFLAGS in dg-runtest.
1733 * testsuite/libgomp.c++/atomic-16.C: Remove dg-options "-O2 -fopenmp".
1734 * testsuite/libgomp.c++/pr64824.C: Same.
1735 * testsuite/libgomp.c++/pr64868.C: Same.
1736 * testsuite/libgomp.c++/pr66199-1.C: Same.
1737 * testsuite/libgomp.c++/pr66199-2.C: Same.
1738 * testsuite/libgomp.c++/target-2.C: Same.
1739 * testsuite/libgomp.c++/for-7.C: Use dg-additional-options for
1740 -std=<standard> option.
1741 * testsuite/libgomp.c++/udr-11.C: Same.
1742 * testsuite/libgomp.c++/udr-12.C: Same.
1743 * testsuite/libgomp.c++/udr-13.C: Same.
1744 * testsuite/libgomp.c++/udr-14.C: Same.
1745 * testsuite/libgomp.c++/udr-15.C: Same.
1746 * testsuite/libgomp.c++/udr-16.C: Same.
1747 * testsuite/libgomp.c++/udr-17.C: Same.
1748 * testsuite/libgomp.c++/udr-18.C: Same.
1749 * testsuite/libgomp.c++/udr-19.C: Same.
1750 * testsuite/libgomp.c++/atomic-1.C: Remove dg-options "-O2".
1751 * testsuite/libgomp.c++/simd-1.C: Same.
1752 * testsuite/libgomp.c++/simd-2.C: Same.
1753 * testsuite/libgomp.c++/simd-3.C: Same.
1754 * testsuite/libgomp.c++/simd-4.C: Same.
1755 * testsuite/libgomp.c++/simd-5.C: Same.
1756 * testsuite/libgomp.c++/simd-6.C: Same.
1757 * testsuite/libgomp.c++/simd-7.C: Same.
1758 * testsuite/libgomp.c++/simd-8.C: Same.
1759 * testsuite/libgomp.c++/simd-9.C: Same.
1760 * testsuite/libgomp.c++/simd10.C: Same.
1761 * testsuite/libgomp.c++/simd11.C: Same.
1762 * testsuite/libgomp.c++/simd12.C: Same.
1763 * testsuite/libgomp.c++/simd13.C: Same.
1764
3446fe48
JJ
17652015-06-30 Jakub Jelinek <jakub@redhat.com>
1766
1767 PR middle-end/66702
1768 * testsuite/libgomp.c++/pr66702-1.C: New test.
1769 * testsuite/libgomp.c++/pr66702-2.C: New test.
1770
8a36714a
TV
17712015-06-30 Tom de Vries <tom@codesourcery.com>
1772
1773 * testsuite/libgomp.c/parloops-exit-first-loop-alt-5.c: New test.
1774 * testsuite/libgomp.c/parloops-exit-first-loop-alt-6.c: New test.
1775 * testsuite/libgomp.c/parloops-exit-first-loop-alt-7.c: New test.
1776 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Update comment.
1777
4f75d608
TV
17782015-06-30 Tom de Vries <tom@codesourcery.com>
1779
1780 PR tree-optimization/66652
1781 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (f): Rewrite
1782 using restrict pointers.
1783 (main): Add arguments to calls to f.
1784 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
1785
6d9d1eeb
AT
17862015-06-23 Andreas Tobler <andreast@gcc.gnu.org>
1787
1788 * configure.ac: Fix check for header <sys/sysctl.h>.
1789 * configure: Regenerate.
1790 * config.h.in: Likewise.
1791
1222f22b
TV
17922015-06-23 Tom de Vries <tom@codesourcery.com>
1793
1794 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c (main): Use
1795 abort.
1796 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c (main): Same.
1797
d7efbbf6
TS
17982015-06-19 Thomas Schwinge <thomas@codesourcery.com>
1799
bfcd036f
TS
1800 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Only consider for
1801 acc_device_nvidia.
1802
d7efbbf6
TS
1803 PR libgomp/66518
1804 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: XFAIL.
1805 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
1806
d7bfc710
TV
18072015-06-15 Tom de Vries <tom@codesourcery.com>
1808
1809 * testsuite/libgomp.c/atomic-1.c: Remove dg-options "-O2". Use
1810 dg-additional-options for any remaining options.
1811 * testsuite/libgomp.c/atomic-2.c: Same.
1812 * testsuite/libgomp.c/atomic-4.c: Same.
1813 * testsuite/libgomp.c/atomic-5.c: Same.
1814 * testsuite/libgomp.c/atomic-6.c: Same.
1815 * testsuite/libgomp.c/autopar-1.c: Same.
1816 * testsuite/libgomp.c/copyin-1.c: Same.
1817 * testsuite/libgomp.c/copyin-2.c: Same.
1818 * testsuite/libgomp.c/copyin-3.c: Same.
1819 * testsuite/libgomp.c/examples-4/e.53.5.c: Same.
1820 * testsuite/libgomp.c/nestedfn-5.c: Same.
1821 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Same.
1822 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Same.
1823 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: Same.
1824 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
1825 * testsuite/libgomp.c/pr32362-1.c: Same.
1826 * testsuite/libgomp.c/pr32362-2.c: Same.
1827 * testsuite/libgomp.c/pr32362-3.c: Same.
1828 * testsuite/libgomp.c/pr39591-1.c: Same.
1829 * testsuite/libgomp.c/pr39591-2.c: Same.
1830 * testsuite/libgomp.c/pr39591-3.c: Same.
1831 * testsuite/libgomp.c/pr58392.c: Same.
1832 * testsuite/libgomp.c/pr58756.c: Same.
1833 * testsuite/libgomp.c/simd-1.c: Same.
1834 * testsuite/libgomp.c/simd-10.c: Same.
1835 * testsuite/libgomp.c/simd-11.c: Same.
1836 * testsuite/libgomp.c/simd-12.c: Same.
1837 * testsuite/libgomp.c/simd-13.c: Same.
1838 * testsuite/libgomp.c/simd-14.c: Same.
1839 * testsuite/libgomp.c/simd-15.c: Same.
1840 * testsuite/libgomp.c/simd-2.c: Same.
1841 * testsuite/libgomp.c/simd-3.c: Same.
1842 * testsuite/libgomp.c/simd-4.c: Same.
1843 * testsuite/libgomp.c/simd-5.c: Same.
1844 * testsuite/libgomp.c/simd-6.c: Same.
1845 * testsuite/libgomp.c/simd-7.c: Same.
1846 * testsuite/libgomp.c/simd-8.c: Same.
1847 * testsuite/libgomp.c/simd-9.c: Same.
1848
fb5b5352
TV
18492015-06-15 Tom de Vries <tom@codesourcery.com>
1850
1851 * testsuite/libgomp.c/pr35625.c: Fix typo.
1852
ca431bef
TV
18532015-06-15 Tom de Vries <tom@codesourcery.com>
1854
1855 * testsuite/libgomp.c/atomic-18.c: Remove superfluous -fopenmp setting
1856 in dg-options.
1857 * testsuite/libgomp.c/atomic-3.c: Same.
1858 * testsuite/libgomp.c/debug-1.c: Same.
1859 * testsuite/libgomp.c/nqueens-1.c: Same.
1860 * testsuite/libgomp.c/pr26171.c: Same.
1861 * testsuite/libgomp.c/pr48591.c: Same.
1862 * testsuite/libgomp.c/pr64824.c: Same.
1863 * testsuite/libgomp.c/pr64868.c: Same.
1864 * testsuite/libgomp.c/pr66133.c: Same.
1865 * testsuite/libgomp.c/pr66199-1.c: Same.
1866 * testsuite/libgomp.c/pr66199-2.c: Same.
1867 * testsuite/libgomp.c/target-8.c: Same.
1868
0d8a9e20
TV
18692015-06-15 Tom de Vries <tom@codesourcery.com>
1870
1871 * testsuite/libgomp.c/collapse-3.c: Use dg-additional-options for
1872 -std={gnu99,c99}.
1873 * testsuite/libgomp.c/for-1.c: Same.
1874 * testsuite/libgomp.c/for-2.c: Same.
1875 * testsuite/libgomp.c/for-3.c: Same.
1876 * testsuite/libgomp.c/pr35625.c: Same.
1877 * testsuite/libgomp.c/pr39154.c: Same.
1878 * testsuite/libgomp.c/simd-16.c: Same.
1879 * testsuite/libgomp.c/simd-17.c: Same.
1880
a6860be9
TV
18812015-06-13 Tom de Vries <tom@codesourcery.com>
1882
1883 * testsuite/libgomp.c/parloops-exit-first-loop-alt-4.c: New test.
1884
ab3306d2
TV
18852015-06-13 Tom de Vries <tom@codesourcery.com>
1886
1887 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: Add comment.
1888 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: Same.
1889 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: Add comment.
1890 (N): Define.
1891 (main): Use N instead of hardcoded constants.
1892
7c82d827
TV
18932015-06-05 Tom de Vries <tom@codesourcery.com>
1894
1895 merge from gomp4 branch:
1896 2015-05-28 Tom de Vries <tom@codesourcery.com>
1897
1898 PR tree-optimization/65443
1899 * testsuite/libgomp.c/parloops-exit-first-loop-alt-2.c: New test.
1900 * testsuite/libgomp.c/parloops-exit-first-loop-alt-3.c: New test.
1901 * testsuite/libgomp.c/parloops-exit-first-loop-alt.c: New test.
1902
c469078d
BRF
19032015-05-29 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1904
1905 * testsuite/libgomp.graphite/bounds.c: Adjust for
1906 cleanup-tree-dump removal.
1907 * testsuite/libgomp.graphite/force-parallel-1.c: Likewise.
1908 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
1909 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
1910 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
1911 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
1912 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
1913 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
1914 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
1915 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
1916 * testsuite/libgomp.graphite/pr41118.c: Likewise.
1917
bb3caa35
UB
19182015-05-28 Uros Bizjak <ubizjak@gmail.com>
1919
1920 * config/linux/x86/futex.h (sys_futex0) [!__x86_64__]: Remove function.
1921 (futex_wait) [!__x86_64__]: Use __asm operand instead of sys_futex0.
1922 (futex_wake) [!__x86_64__]: Ditto.
1923
9fb5fd44
JB
19242015-05-28 Julian Brown <julian@codesourcery.com>
1925
1926 * oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument. Update
1927 function comment. Only call gomp_fatal if new argument is true.
1928 (acc_dev_num_out_of_range): New function.
1929 (acc_init_1, acc_shutdown_1): Update call to resolve_device. Call
1930 acc_dev_num_out_of_range as appropriate.
1931 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
bb3caa35
UB
1932 (acc_get_device_num, acc_set_device_num): Update calls to
1933 resolve_device.
9fb5fd44
JB
1934 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Update expected test
1935 output.
1936
32eaed93
JB
19372015-05-28 Julian Brown <julian@codesourcery.com>
1938
1939 PR libgomp/65742
32eaed93
JB
1940 * oacc-init.c (plugin/plugin-host.h): Include.
1941 (acc_on_device): Check whether we're in an offloaded region for
1942 host_nonshm
1943 plugin. Don't use __builtin_acc_on_device.
1944 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_parallel): Set
1945 nonshm_exec flag in thread-local data.
1946 (GOMP_OFFLOAD_openacc_create_thread_data): Allocate thread-local
1947 data for host_nonshm plugin.
1948 (GOMP_OFFLOAD_openacc_destroy_thread_data): Free thread-local data
1949 for host_nonshm plugin.
1950 * plugin/plugin-host.h: New.
1951
ea023bcf
UB
19522015-05-27 Uros Bizjak <ubizjak@gmail.com>
1953
8ed501f1
UB
1954 * config/linux/ia64/futex.h (sys_futex0) Change operand "op" to int.
1955
19562015-05-27 Uros Bizjak <ubizjak@gmail.com>
1957
1958 * config/linux/wait.h (gomp_futex_wait, gomp_futex_wake):
1959 Declare as int.
1960 (FUTEX_PRIVATE_FLAG): Remove L suffix.
1961 * config/linux/mutex.c (gomp_futex_wait, gomp_futex_wake):
1962 Declare as int.
1963
19642015-05-27 Uros Bizjak <ubizjak@gmail.com>
1965
bb3caa35 1966 * config/linux/x86/futex.h (sys_futex0) [__PIC__]: Remove function.
ea023bcf 1967
1716efeb
CLT
19682015-05-27 Chung-Lin Tang <cltang@codesourcery.com>
1969
1970 * target.c (gomp_map_pointer): New function abstracting out
1971 GOMP_MAP_POINTER handling.
1972 (gomp_map_vars): Remove GOMP_MAP_POINTER handling code and use
1973 gomp_map_pointer().
1974
41b37d5e
JJ
19752015-05-19 Jakub Jelinek <jakub@redhat.com>
1976
1977 PR middle-end/66199
1978 * testsuite/libgomp.c/pr66199-1.c: New test.
1979 * testsuite/libgomp.c/pr66199-2.c: New test.
1980 * testsuite/libgomp.c++/pr66199-1.C: New test.
1981 * testsuite/libgomp.c++/pr66199-2.C: New test.
1982 * testsuite/libgomp.fortran/pr66199-1.f90: New test.
1983 * testsuite/libgomp.fortran/pr66199-2.f90: New test.
1984
c8319826
JB
19852015-05-19 Julian Brown <julian@codesourcery.com>
1986
1987 * plugin/plugin-nvptx.c (nvptx_get_num_devices): Return zero
1988 on cuInit failure.
1989
b37dddbc
JJ
19902015-05-13 Jakub Jelinek <jakub@redhat.com>
1991
1992 PR middle-end/66133
1993 * testsuite/libgomp.c/pr66133.c: New test.
1994
55fba601
MH
19952015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1996
1997 * Makefile.in: Regenerated with automake-1.11.6.
1998 * aclocal.m4: Likewise.
1999 * config.h.in: Likewise.
2000 * configure: Likewise.
2001 * testsuite/Makefile.in: Likewise.
2002
1be0899d
JM
20032015-05-08 Jason Merrill <jason@redhat.com>
2004
2005 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c (main): Use
2006 _Complex.
2007
2008 * openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.
2009
d2463960
JB
20102015-05-06 Julian Brown <julian@codesourcery.com>
2011
2012 * oacc-init.c (acc_device_lock): Add explanatory comment.
2013 (resolve_device): Add comment about locking requirement.
2014 (acc_init_1, acc_shutdown_1): Likewise. Add locking around
2015 gomp_init_device and gomp_fini_device calls.
2016 (acc_get_num_devices, acc_set_device_type, acc_get_device_type)
2017 (acc_get_device_num, acc_set_device_num): Add locking around
2018 resolve_device and gomp_init_device calls.
2019
e38fdba4
JB
20202015-05-06 Julian Brown <julian@codesourcery.com>
2021
2022 * oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for
2023 goacc_thread_lock on error paths.
2024 * oacc-mem.c (lookup_host): Remove locking from function. Note
2025 locking requirement for caller in function comment.
2026 (lookup_dev): Likewise.
2027 (acc_free, acc_deviceptr, acc_hostptr, acc_is_present)
2028 (acc_map_data, acc_unmap_data, present_create_copy, delete_copyout)
2029 (update_dev_host, gomp_acc_insert_pointer, gomp_acc_remove_pointer):
2030 Add locking.
2031
ae8ffbbb
TS
20322015-05-05 Thomas Schwinge <thomas@codesourcery.com>
2033
2034 PR testsuite/65205
2035 PR libgomp/65993
2036 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output,
2037 don't expect "0x" prefix for "%p" format specifier, don't expect
2038 "(nil)" for NULL pointer.
2039 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
2040 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
2041 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
2042 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
2043 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
2044 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
2045 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
2046 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
2047 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
2048 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
2049 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
2050 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
2051 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
2052 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
2053 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
2054 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
2055 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
2056 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
2057 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
2058 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
2059 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
2060 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
2061 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
2062 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
2063 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
2064 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
2065 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
2066 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
2067 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More
2068 accurately specify what we're looking for.
2069 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
2070 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
2071 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
2072 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
2073 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
2074
1309f1d2
JN
20752015-04-30 James Norris <jnorris@codesourcery.com>
2076
2077 PR testsuite/65205
2078 * testsuite/lib/libgomp.exp
2079 (check_effective_target_openacc_host_selected)
2080 (check_effective_target_openacc_host_nonshm_selected): New
2081 procedures.
2082 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Fix misuse of
2083 dg-shouldfail.
2084 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
2085 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
2086 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
2087 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
2088 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
2089 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
2090 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
2091 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
2092 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
2093 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
2094 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
2095 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
2096 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
2097 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
2098 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
2099 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
2100 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
2101 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
2102 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
2103 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
2104 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
2105 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
2106 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
2107 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
2108 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
2109 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
2110 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
2111 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
2112 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
2113 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
2114 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
2115 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
2116 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
2117 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
2118 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
2119 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
2120 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
2121 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
2122 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
2123 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
2124 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
2125 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
2126 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
2127
d93bdab5
JB
21282015-04-08 Julian Brown <julian@codesourcery.com>
2129
2130 * libgomp.h (target_mem_desc: Remove mem_map field.
2131 (acc_dispatch_t): Remove open_device_func, close_device_func,
2132 get_device_num_func, set_device_num_func, target_data members.
2133 Change create_thread_data_func argument to device number instead of
2134 generic pointer.
2135 * oacc-async.c (assert.h): Include.
2136 (acc_async_test, acc_async_test_all, acc_wait, acc_wait_async)
2137 (acc_wait_all, acc_wait_all_async): Use current host thread's
2138 active device, not base_dev.
2139 * oacc-cuda.c (acc_get_current_cuda_device)
2140 (acc_get_current_cuda_context, acc_get_cuda_stream)
2141 (acc_set_cuda_stream): Likewise.
2142 * oacc-host.c (host_dispatch): Don't set open_device_func,
2143 close_device_func, get_device_num_func or set_device_num_func.
2144 * oacc-init.c (base_dev, init_key): Remove.
2145 (cached_base_dev): New.
2146 (name_of_acc_device_t): New.
2147 (acc_init_1): Initialise default-numbered device, not zeroth.
2148 (acc_shutdown_1): Close all devices of a given type.
2149 (goacc_destroy_thread): Don't use base_dev.
2150 (lazy_open, lazy_init, lazy_init_and_open): Remove.
2151 (goacc_attach_host_thread_to_device): New.
2152 (acc_init): Reimplement with goacc_attach_host_thread_to_device.
2153 (acc_get_num_devices): Don't use base_dev.
2154 (acc_set_device_type): Reimplement.
2155 (acc_get_device_type): Don't use base_dev.
2156 (acc_get_device_num): Tweak logic.
2157 (acc_set_device_num): Likewise.
2158 (acc_on_device): Use acc_get_device_type.
2159 (goacc_runtime_initialize): Initialize cached_base_dev not base_dev.
2160 (goacc_lazy_initialize): Reimplement with acc_init and
2161 goacc_attach_host_thread_to_device.
2162 * oacc-int.h (goacc_thread): Add base_dev field.
2163 (base_dev): Remove extern declaration.
2164 (goacc_attach_host_thread_to_device): Add prototype.
2165 * oacc-mem.c (acc_malloc): Use current thread's device instead of
2166 base_dev.
2167 (acc_free): Likewise.
2168 (acc_memcpy_to_device): Likewise.
2169 (acc_memcpy_from_device): Likewise.
2170 * oacc-parallel.c (select_acc_device): Remove. Replace calls with
2171 goacc_lazy_initialize (throughout).
2172 (GOACC_parallel): Use tgt_offset to locate target functions.
2173 * target.c (gomp_map_vars): Don't set tgt->mem_map.
2174 (gomp_unmap_vars): Use devicep->mem_map pointer not tgt->mem_map.
2175 (gomp_load_plugin_for_device): Remove open_device, close_device,
2176 get_device_num, set_device_num openacc hook initialisation. Don't set
2177 openacc.target_data.
2178 * plugin/plugin-host.c (GOMP_OFFLOAD_openacc_open_device)
2179 (GOMP_OFFLOAD_openacc_close_device)
2180 (GOMP_OFFLOAD_openacc_get_device_num)
2181 (GOMP_OFFLOAD_openacc_set_device_num): Remove.
2182 (GOMP_OFFLOAD_openacc_create_thread_data): Change (unused) argument
2183 to int.
2184 * plugin/plugin-nvptx.c (ptx_inited): Remove.
2185 (instantiated_devices, ptx_dev_lock): New.
2186 (struct ptx_image_data): New.
2187 (ptx_devices, ptx_images, ptx_image_lock): New.
2188 (fini_streams_for_device): Reorder cuStreamDestroy call.
2189 (nvptx_get_num_devices): Remove forward declaration.
2190 (nvptx_init): Change return type to bool.
2191 (nvptx_fini): Remove.
2192 (nvptx_attach_host_thread_to_device): New.
2193 (nvptx_open_device): Return struct ptx_device* instead of void*.
2194 (nvptx_close_device): Change argument type to struct ptx_device*,
2195 return type to void.
2196 (nvptx_get_num_devices): Use instantiated_devices not ptx_inited.
2197 (kernel_target_data, kernel_host_table): Remove static globals.
2198 (GOMP_OFFLOAD_register_image, GOMP_OFFLOAD_get_table): Remove.
2199 (GOMP_OFFLOAD_init_device): Reimplement.
2200 (GOMP_OFFLOAD_fini_device): Likewise.
2201 (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): New.
2202 (GOMP_OFFLOAD_alloc, GOMP_OFFLOAD_free, GOMP_OFFLOAD_dev2host)
2203 (GOMP_OFFLOAD_host2dev): Use ORD argument.
2204 (GOMP_OFFLOAD_openacc_open_device)
2205 (GOMP_OFFLOAD_openacc_close_device)
2206 (GOMP_OFFLOAD_openacc_set_device_num)
2207 (GOMP_OFFLOAD_openacc_get_device_num): Remove.
2208 (GOMP_OFFLOAD_openacc_create_thread_data): Change argument to int
2209 (device number).
2210
2211 testsuite/
2212 * libgomp.oacc-c-c++-common/lib-9.c: Fix devnum check in test.
2213
a51df54e
IV
22142015-04-06 Ilya Verbin <ilya.verbin@intel.com>
2215
2216 * libgomp-plugin.h (struct mapping_table): Replace with addr_pair.
2217 * libgomp.h (struct gomp_memory_mapping): Remove.
2218 (struct target_mem_desc): Change type of mem_map from
2219 gomp_memory_mapping * to splay_tree_s *.
2220 (struct gomp_device_descr): Remove register_image_func, get_table_func.
2221 Add load_image_func, unload_image_func.
2222 Change type of mem_map from gomp_memory_mapping to splay_tree_s.
2223 Remove offload_regions_registered.
2224 (gomp_init_tables): Remove.
2225 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
2226 to splay_tree_s *.
2227 * libgomp.map (GOMP_4.0.1): Add GOMP_offload_unregister.
2228 * oacc-host.c (host_dispatch): Do not initialize register_image_func,
2229 get_table_func, mem_map.is_initialized, mem_map.splay_tree.root,
2230 offload_regions_registered.
2231 Initialize load_image_func, unload_image_func, mem_map.root.
2232 (goacc_host_init): Do not initialize host_dispatch.mem_map.lock.
2233 * oacc-init.c (lazy_open): Don't call gomp_init_tables.
2234 (acc_shutdown_1): Use dev's lock and splay_tree instead of mem_map's.
2235 * oacc-mem.c (lookup_host): Get gomp_device_descr *dev instead of
2236 gomp_memory_mapping *. Use dev's lock and splay_tree.
2237 (lookup_dev): Use dev's lock.
2238 (acc_deviceptr): Pass dev to lookup_host instead of mem_map.
2239 (acc_is_present): Likewise.
2240 (acc_map_data): Likewise.
2241 (acc_unmap_data): Likewise. Use dev's lock.
2242 (present_create_copy): Likewise.
2243 (delete_copyout): Pass dev to lookup_host instead of mem_map.
2244 (update_dev_host): Likewise.
2245 (gomp_acc_remove_pointer): Likewise. Use dev's lock.
2246 * oacc-parallel.c (GOACC_parallel): Use dev's lock and splay_tree.
2247 * plugin/plugin-host.c (GOMP_OFFLOAD_register_image): Remove.
2248 (GOMP_OFFLOAD_get_table): Remove
2249 (GOMP_OFFLOAD_load_image): New function.
2250 (GOMP_OFFLOAD_unload_image): New function.
2251 * target.c (register_lock): New mutex for offload image registration.
2252 (num_devices): Do not guard with PLUGIN_SUPPORT.
2253 (gomp_realloc_unlock): New static function.
2254 (gomp_map_vars_existing): Add device descriptor argument. Unlock mutex
2255 before gomp_fatal.
2256 (gomp_map_vars): Use dev's lock and splay_tree instead of mem_map's.
2257 Pass devicep to gomp_map_vars_existing. Unlock mutex before gomp_fatal.
2258 (gomp_copy_from_async): Use dev's lock and splay_tree instead of
2259 mem_map's.
2260 (gomp_unmap_vars): Likewise.
2261 (gomp_update): Remove gomp_memory_mapping argument. Use dev's lock and
2262 splay_tree instead of mm's. Unlock mutex before gomp_fatal.
2263 (gomp_offload_image_to_device): New static function.
2264 (GOMP_offload_register): Add mutex lock.
2265 Call gomp_offload_image_to_device for all initialized devices.
2266 Replace gomp_realloc with gomp_realloc_unlock.
2267 (GOMP_offload_unregister): New function.
2268 (gomp_init_tables): Replace with gomp_init_device. Replace a call to
2269 get_table_func from the plugin with calls to init_device_func and
2270 gomp_offload_image_to_device.
2271 (gomp_free_memmap): Change type of argument from gomp_memory_mapping *
2272 to splay_tree_s *.
2273 (GOMP_target): Do not call gomp_init_tables. Use dev's lock and
2274 splay_tree instead of mem_map's. Unlock mutex before gomp_fatal.
2275 (GOMP_target_data): Do not call gomp_init_tables.
2276 (GOMP_target_update): Likewise. Remove argument from gomp_update.
2277 (gomp_load_plugin_for_device): Replace register_image and get_table
2278 with load_image and unload_image in DLSYM ().
2279 (gomp_register_images_for_device): Remove function.
2280 (gomp_target_init): Do not initialize current_device.mem_map.*,
2281 current_device.offload_regions_registered.
2282 Remove call to gomp_register_images_for_device.
2283 Do not free offload_images and num_offload_images.
2284
6c384511
JJ
22852015-03-30 Jakub Jelinek <jakub@redhat.com>
2286
2287 PR fortran/65597
2288 * testsuite/libgomp.fortran/pr65597.f90: New test.
2289
3e8165a5
TV
22902015-03-27 Tom de Vries <tom@codesourcery.com>
2291
2292 PR testsuite/65594
2293 * testsuite/libgomp.graphite/force-parallel-6.c (abort): Declare.
2294 (init, check): New function.
2295 (foo): Change return type to void.
2296 (main): Call init and check.
2297
4d688c9a
TV
22982015-03-27 Tom de Vries <tom@codesourcery.com>
2299
2300 PR testsuite/65594
2301 * testsuite/libgomp.graphite/force-parallel-6.c (M): Define.
2302 (foo): Use M for non-inner loops to scale down test-case.
2303
01c0b3b0
KT
23042015-03-25 Kai Tietz <ktietz@redhat.com>
2305
2306 PR libgomp/64972
2307 * oacc-parallel.c (GOACC_parallel): Use PRIu64 if available.
2308 (GOACC_data_start): Likewise.
2309 * target.c (gomp_map_vars): Likewise.
2310
844d9a76
JDA
23112015-03-21 John David Anglin <danglin@gcc.gnu.org>
2312
2313 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
2314 hppa*-*-hpux*.
2315
9b65e171
JJ
23162015-03-19 Jakub Jelinek <jakub@redhat.com>
2317
2318 * testsuite/libgomp.c/target-10.c: New test.
2319 * testsuite/libgomp.c++/target-4.C: New test.
2320
db397e2e
IV
23212015-03-13 Ilya Verbin <ilya.verbin@intel.com>
2322
2323 * testsuite/libgomp.fortran/declare-target-1.f90: New test.
2324 * testsuite/libgomp.fortran/declare-target-2.f90: New file.
2325
cd93945d
SH
23262015-03-13 Sebastian Huber <sebastian.huber@embedded-brains.de>
2327
2328 * configure.tgt (*-*-rtems*): Use local-exec TLS model.
2329 * configure.ac (*-*-rtems*): Assume Pthread is supported.
2330 (pthread.h): Check for this header file.
2331 * configure: Regenerate.
2332
05deba9f
TV
23332015-02-25 Tom de Vries <tom@codesourcery.com>
2334
2335 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c (DO_PRAGMA)
2336 (check_reduction_op, check_reduction_macro, max, min):
2337 Declare.
2338 (test_reductions_int, test_reductions_minmax, test_reductions_bool): New
2339 function.
2340 (main): Use new functions.
2341
196904d8
IT
23422015-02-18 Ilya Tocar <ilya.tocar@intel.com>
2343
2344 * target.c (gomp_load_plugin_for_device): Use const char * instead of
2345 char * for variables holding dlerror return values.
2346 (DLSYM_OPT): Ditto.
2347
a2818955
TS
23482015-02-17 Thomas Schwinge <thomas@codesourcery.com>
2349
2350 * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
2351
26f93312
TS
23522015-02-17 Thomas Schwinge <thomas@codesourcery.com>
2353 Cesar Philippidis <cesar@codesourcery.com>
2354
2355 * oacc-ptx.h (GOACC_INTERNAL_PTX): Add GOACC_tid, GOACC_ntid,
2356 GOACC_ctaid, and GOACC_nctaid routines.
2357
fa01ffcc
JJ
23582015-02-11 Jakub Jelinek <jakub@redhat.com>
2359
2360 PR c/64824
2361 * testsuite/libgomp.c/atomic-18.c: New test.
2362 * testsuite/libgomp.c++/atomic-16.C: New test.
2363
4886ec8e
JJ
23642015-02-04 Jakub Jelinek <jakub@redhat.com>
2365
2366 PR c/64824
2367 PR c/64868
2368 * testsuite/libgomp.c/pr64824.c: New test.
2369 * testsuite/libgomp.c/pr64868.c: New test.
2370 * testsuite/libgomp.c++/pr64824.C: New test.
2371 * testsuite/libgomp.c++/pr64868.C: New test.
2372
02d3e45e
DE
23732015-02-01 David Edelsohn <dje.gcc@gmail.com>
2374
2375 PR libgomp/64635
2376 * configure.tgt (*-*-aix*): Use standard posix plugin-suffix.h.
2377 Link with -lpthread.
2378 * config/aix/plugin-suffix.h: Delete.
2379
b5f7a6ca
JH
23802015-01-28 Jack Howarth <howarth.at.gcc@gmail.com>
2381
2382 PR libgomp/64635
2383 * configure.tgt (*-*-aix*): Use config_path "aix posix".
2384 (*-*-darwin*): Use config_path "bsd darwin posix".
2385 (*-*-hpux*): Use config_path "hpux posix".
2386 * target.c: Add include of plugin-suffix.h and use
2387 SONAME_SUFFIX macro.
2388 * config/aix/plugin-suffix.h: New file.
2389 * config/darwin/plugin-suffix.h: New file.
2390 * config/hpux/plugin-suffix.h: New file.
2391 * config/posix/plugin-suffix.h: New file.
2392
b8910447
JJ
23932015-01-23 Jakub Jelinek <jakub@redhat.com>
2394
2395 PR middle-end/64734
2396 * libgomp.c/pr64734.c: New test.
2397
a0c88d06
TV
23982015-01-23 Tom de Vries <tom@codesourcery.com>
2399
2400 PR libgomp/64672
2401 * testsuite/libgomp.oacc-c-c++-common/abort-5.c: New test.
2402
1506ae0e
TV
24032015-01-23 Tom de Vries <tom@codesourcery.com>
2404
2405 PR libgomp/64707
2406 * testsuite/libgomp.c/target-9.c: Add -ftree-parallelize-loops=0 to
2407 dg-options.
2408
128b26dc
TS
24092015-01-19 Thomas Schwinge <thomas@codesourcery.com>
2410
bed62c21 2411 PR libgomp/64625
128b26dc
TS
2412 * libgomp_g.h (GOACC_data_start, GOACC_enter_exit_data)
2413 (GOACC_parallel, GOACC_update): Remove const_void *offload_table
2414 formal parameter. Update all users.
2415 * target.c (GOMP_target, GOMP_target_data, GOMP_target_update):
2416 Document unused formal parameter.
2417
6e36114c
TS
24182015-01-16 Thomas Schwinge <thomas@codesourcery.com>
2419
2420 * oacc-parallel.c: Don't include <alloca.h>.
2421 (GOACC_parallel): Use gomp_alloca instead of alloca.
2422
973e9808
GP
24232015-01-16 Gerald Pfeifer <gerald@pfeifer.com>
2424
2425 * target.c (num_devices): Guard with PLUGIN_SUPPORT.
2426
41dbbb37
TS
24272015-01-15 Thomas Schwinge <thomas@codesourcery.com>
2428 James Norris <jnorris@codesourcery.com>
2429 Tom de Vries <tom@codesourcery.com>
2430 Julian Brown <julian@codesourcery.com>
2431 Cesar Philippidis <cesar@codesourcery.com>
2432 Nathan Sidwell <nathan@codesourcery.com>
2433 Tobias Burnus <burnus@net-b.de>
2434
2435 * Makefile.am (search_path): Add $(top_srcdir)/../include.
2436 (libgomp_la_SOURCES): Add splay-tree.c, libgomp-plugin.c,
2437 oacc-parallel.c, oacc-host.c, oacc-init.c, oacc-mem.c,
2438 oacc-async.c, oacc-plugin.c, oacc-cuda.c.
2439 [USE_FORTRAN] (libgomp_la_SOURCES): Add openacc.f90.
2440 Include $(top_srcdir)/plugin/Makefrag.am.
2441 (nodist_libsubinclude_HEADERS): Add openacc.h.
2442 [USE_FORTRAN] (nodist_finclude_HEADERS): Add openacc_lib.h,
2443 openacc.f90, openacc.mod, openacc_kinds.mod.
2444 (omp_lib.mod): Generalize into...
2445 (%.mod): ... this new rule.
2446 (openacc_kinds.mod, openacc.mod): New rules.
2447 * plugin/configfrag.ac: New file.
2448 * configure.ac: Move plugin/offloading support into it. Include
2449 it. Instantiate testsuite/libgomp-test-support.pt.exp.
2450 * plugin/Makefrag.am: New file.
2451 * testsuite/Makefile.am (OFFLOAD_TARGETS)
2452 (OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS): Don't
2453 export.
2454 (libgomp-test-support.exp): New rule.
2455 (all-local): Depend on it.
2456 * Makefile.in: Regenerate.
2457 * testsuite/Makefile.in: Regenerate.
2458 * config.h.in: Likewise.
2459 * configure: Likewise.
2460 * configure.tgt: Harden shell syntax.
2461 * env.c: Include "oacc-int.h".
2462 (parse_acc_device_type): New function.
2463 (gomp_debug_var, goacc_device_type, goacc_device_num): New
2464 variables.
2465 (initialize_env): Initialize those. Call
2466 goacc_runtime_initialize.
2467 * error.c (gomp_vdebug, gomp_debug, gomp_vfatal): New functions.
2468 (gomp_fatal): Call gomp_vfatal.
2469 * libgomp.h: Include "libgomp-plugin.h" and <stdarg.h>.
2470 (gomp_debug_var, goacc_device_type, goacc_device_num, gomp_vdebug)
2471 (gomp_debug, gomp_verror, gomp_vfatal, gomp_init_targets_once)
2472 (splay_tree_node, splay_tree, splay_tree_key)
2473 (struct target_mem_desc, struct splay_tree_key_s)
2474 (struct gomp_memory_mapping, struct acc_dispatch_t)
2475 (struct gomp_device_descr, gomp_acc_insert_pointer)
2476 (gomp_acc_remove_pointer, target_mem_desc, gomp_copy_from_async)
2477 (gomp_unmap_vars, gomp_init_device, gomp_init_tables)
2478 (gomp_free_memmap, gomp_fini_device): New declarations.
2479 (gomp_vdebug, gomp_debug): New macros.
2480 Include "splay-tree.h".
2481 * libgomp.map (OACC_2.0): New symbol version. Use for
2482 acc_get_num_devices, acc_get_num_devices_h_, acc_set_device_type,
2483 acc_set_device_type_h_, acc_get_device_type,
2484 acc_get_device_type_h_, acc_set_device_num, acc_set_device_num_h_,
2485 acc_get_device_num, acc_get_device_num_h_, acc_async_test,
2486 acc_async_test_h_, acc_async_test_all, acc_async_test_all_h_,
2487 acc_wait, acc_wait_h_, acc_wait_async, acc_wait_async_h_,
2488 acc_wait_all, acc_wait_all_h_, acc_wait_all_async,
2489 acc_wait_all_async_h_, acc_init, acc_init_h_, acc_shutdown,
2490 acc_shutdown_h_, acc_on_device, acc_on_device_h_, acc_malloc,
2491 acc_free, acc_copyin, acc_copyin_32_h_, acc_copyin_64_h_,
2492 acc_copyin_array_h_, acc_present_or_copyin,
2493 acc_present_or_copyin_32_h_, acc_present_or_copyin_64_h_,
2494 acc_present_or_copyin_array_h_, acc_create, acc_create_32_h_,
2495 acc_create_64_h_, acc_create_array_h_, acc_present_or_create,
2496 acc_present_or_create_32_h_, acc_present_or_create_64_h_,
2497 acc_present_or_create_array_h_, acc_copyout, acc_copyout_32_h_,
2498 acc_copyout_64_h_, acc_copyout_array_h_, acc_delete,
2499 acc_delete_32_h_, acc_delete_64_h_, acc_delete_array_h_,
2500 acc_update_device, acc_update_device_32_h_,
2501 acc_update_device_64_h_, acc_update_device_array_h_,
2502 acc_update_self, acc_update_self_32_h_, acc_update_self_64_h_,
2503 acc_update_self_array_h_, acc_map_data, acc_unmap_data,
2504 acc_deviceptr, acc_hostptr, acc_is_present, acc_is_present_32_h_,
2505 acc_is_present_64_h_, acc_is_present_array_h_,
2506 acc_memcpy_to_device, acc_memcpy_from_device,
2507 acc_get_current_cuda_device, acc_get_current_cuda_context,
2508 acc_get_cuda_stream, acc_set_cuda_stream.
2509 (GOACC_2.0): New symbol version. Use for GOACC_data_end,
2510 GOACC_data_start, GOACC_enter_exit_data, GOACC_parallel,
2511 GOACC_update, GOACC_wait, GOACC_get_thread_num,
2512 GOACC_get_num_threads.
2513 (GOMP_PLUGIN_1.0): New symbol version. Use for
2514 GOMP_PLUGIN_malloc, GOMP_PLUGIN_malloc_cleared,
2515 GOMP_PLUGIN_realloc, GOMP_PLUGIN_debug, GOMP_PLUGIN_error,
2516 GOMP_PLUGIN_fatal, GOMP_PLUGIN_async_unmap_vars,
2517 GOMP_PLUGIN_acc_thread.
2518 * libgomp.texi: Update for OpenACC changes, and GOMP_DEBUG
2519 environment variable.
2520 * libgomp_g.h (GOACC_data_start, GOACC_data_end)
2521 (GOACC_enter_exit_data, GOACC_parallel, GOACC_update, GOACC_wait)
2522 (GOACC_get_num_threads, GOACC_get_thread_num): New declarations.
2523 * splay-tree.h (splay_tree_lookup, splay_tree_insert)
2524 (splay_tree_remove): New declarations.
2525 (rotate_left, rotate_right, splay_tree_splay, splay_tree_insert)
2526 (splay_tree_remove, splay_tree_lookup): Move into...
2527 * splay-tree.c: ... this new file.
2528 * target.c: Include "oacc-plugin.h", "oacc-int.h", <assert.h>.
2529 (splay_tree_node, splay_tree, splay_tree_key)
2530 (struct target_mem_desc, struct splay_tree_key_s)
2531 (struct gomp_device_descr): Don't declare.
2532 (num_devices_openmp): New variable.
2533 (gomp_get_num_devices ): Use it.
2534 (gomp_init_targets_once): New function.
2535 (gomp_get_num_devices ): Use it.
2536 (get_kind, gomp_copy_from_async, gomp_free_memmap)
2537 (gomp_fini_device, gomp_register_image_for_device): New functions.
2538 (gomp_map_vars): Add devaddrs parameter.
2539 (gomp_update): Add mm parameter.
2540 (gomp_init_device): Move most of it into...
2541 (gomp_init_tables): ... this new function.
2542 (gomp_register_images_for_device): Remove function.
2543 (splay_compare, gomp_map_vars, gomp_unmap_vars, gomp_init_device):
2544 Make them hidden instead of static.
2545 (gomp_map_vars_existing, gomp_map_vars, gomp_unmap_vars)
2546 (gomp_update, gomp_init_device, GOMP_target, GOMP_target_data)
2547 (GOMP_target_end_data, GOMP_target_update)
2548 (gomp_load_plugin_for_device, gomp_target_init): Update for
2549 OpenACC changes.
2550 * oacc-async.c: New file.
2551 * oacc-cuda.c: Likewise.
2552 * oacc-host.c: Likewise.
2553 * oacc-init.c: Likewise.
2554 * oacc-int.h: Likewise.
2555 * oacc-mem.c: Likewise.
2556 * oacc-parallel.c: Likewise.
2557 * oacc-plugin.c: Likewise.
2558 * oacc-plugin.h: Likewise.
2559 * oacc-ptx.h: Likewise.
2560 * openacc.f90: Likewise.
2561 * openacc.h: Likewise.
2562 * openacc_lib.h: Likewise.
2563 * plugin/plugin-host.c: Likewise.
2564 * plugin/plugin-nvptx.c: Likewise.
2565 * libgomp-plugin.c: Likewise.
2566 * libgomp-plugin.h: Likewise.
2567 * libgomp_target.h: Remove file after merging content into the
2568 former file. Update all users.
2569 * testsuite/lib/libgomp.exp: Load libgomp-test-support.exp.
2570 (offload_targets_s, offload_targets_s_openacc): New variables.
2571 (check_effective_target_openacc_nvidia_accel_present)
2572 (check_effective_target_openacc_nvidia_accel_selected): New
2573 procedures.
2574 (libgomp_init): Update for OpenACC changes.
2575 * testsuite/libgomp-test-support.exp.in: New file.
2576 * testsuite/libgomp.oacc-c++/c++.exp: Likewise.
2577 * testsuite/libgomp.oacc-c/c.exp: Likewise.
2578 * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
2579 * testsuite/libgomp.oacc-c-c++-common/abort-1.c: Likewise.
2580 * testsuite/libgomp.oacc-c-c++-common/abort-2.c: Likewise.
2581 * testsuite/libgomp.oacc-c-c++-common/abort-3.c: Likewise.
2582 * testsuite/libgomp.oacc-c-c++-common/abort-4.c: Likewise.
2583 * testsuite/libgomp.oacc-c-c++-common/acc_on_device-1.c: Likewise.
2584 * testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c: Likewise.
2585 * testsuite/libgomp.oacc-c-c++-common/cache-1.c: Likewise.
2586 * testsuite/libgomp.oacc-c-c++-common/clauses-1.c: Likewise.
2587 * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: Likewise.
2588 * testsuite/libgomp.oacc-c-c++-common/collapse-1.c: Likewise.
2589 * testsuite/libgomp.oacc-c-c++-common/collapse-2.c: Likewise.
2590 * testsuite/libgomp.oacc-c-c++-common/collapse-3.c: Likewise.
2591 * testsuite/libgomp.oacc-c-c++-common/collapse-4.c: Likewise.
2592 * testsuite/libgomp.oacc-c-c++-common/context-1.c: Likewise.
2593 * testsuite/libgomp.oacc-c-c++-common/context-2.c: Likewise.
2594 * testsuite/libgomp.oacc-c-c++-common/context-3.c: Likewise.
2595 * testsuite/libgomp.oacc-c-c++-common/context-4.c: Likewise.
2596 * testsuite/libgomp.oacc-c-c++-common/data-1.c: Likewise.
2597 * testsuite/libgomp.oacc-c-c++-common/data-2.c: Likewise.
2598 * testsuite/libgomp.oacc-c-c++-common/data-3.c: Likewise.
2599 * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: Likewise.
2600 * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
2601 * testsuite/libgomp.oacc-c-c++-common/data-already-3.c: Likewise.
2602 * testsuite/libgomp.oacc-c-c++-common/data-already-4.c: Likewise.
2603 * testsuite/libgomp.oacc-c-c++-common/data-already-5.c: Likewise.
2604 * testsuite/libgomp.oacc-c-c++-common/data-already-6.c: Likewise.
2605 * testsuite/libgomp.oacc-c-c++-common/data-already-7.c: Likewise.
2606 * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
2607 * testsuite/libgomp.oacc-c-c++-common/deviceptr-1.c: Likewise.
2608 * testsuite/libgomp.oacc-c-c++-common/if-1.c: Likewise.
2609 * testsuite/libgomp.oacc-c-c++-common/kernels-1.c: Likewise.
2610 * testsuite/libgomp.oacc-c-c++-common/kernels-empty.c: Likewise.
2611 * testsuite/libgomp.oacc-c-c++-common/lib-1.c: Likewise.
2612 * testsuite/libgomp.oacc-c-c++-common/lib-10.c: Likewise.
2613 * testsuite/libgomp.oacc-c-c++-common/lib-11.c: Likewise.
2614 * testsuite/libgomp.oacc-c-c++-common/lib-12.c: Likewise.
2615 * testsuite/libgomp.oacc-c-c++-common/lib-13.c: Likewise.
2616 * testsuite/libgomp.oacc-c-c++-common/lib-14.c: Likewise.
2617 * testsuite/libgomp.oacc-c-c++-common/lib-15.c: Likewise.
2618 * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
2619 * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
2620 * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
2621 * testsuite/libgomp.oacc-c-c++-common/lib-19.c: Likewise.
2622 * testsuite/libgomp.oacc-c-c++-common/lib-2.c: Likewise.
2623 * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
2624 * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
2625 * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
2626 * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
2627 * testsuite/libgomp.oacc-c-c++-common/lib-24.c: Likewise.
2628 * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
2629 * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
2630 * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
2631 * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
2632 * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
2633 * testsuite/libgomp.oacc-c-c++-common/lib-3.c: Likewise.
2634 * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
2635 * testsuite/libgomp.oacc-c-c++-common/lib-31.c: Likewise.
2636 * testsuite/libgomp.oacc-c-c++-common/lib-32.c: Likewise.
2637 * testsuite/libgomp.oacc-c-c++-common/lib-33.c: Likewise.
2638 * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
2639 * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
2640 * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
2641 * testsuite/libgomp.oacc-c-c++-common/lib-37.c: Likewise.
2642 * testsuite/libgomp.oacc-c-c++-common/lib-38.c: Likewise.
2643 * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
2644 * testsuite/libgomp.oacc-c-c++-common/lib-4.c: Likewise.
2645 * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
2646 * testsuite/libgomp.oacc-c-c++-common/lib-41.c: Likewise.
2647 * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
2648 * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
2649 * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
2650 * testsuite/libgomp.oacc-c-c++-common/lib-45.c: Likewise.
2651 * testsuite/libgomp.oacc-c-c++-common/lib-46.c: Likewise.
2652 * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
2653 * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
2654 * testsuite/libgomp.oacc-c-c++-common/lib-49.c: Likewise.
2655 * testsuite/libgomp.oacc-c-c++-common/lib-5.c: Likewise.
2656 * testsuite/libgomp.oacc-c-c++-common/lib-50.c: Likewise.
2657 * testsuite/libgomp.oacc-c-c++-common/lib-51.c: Likewise.
2658 * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
2659 * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
2660 * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
2661 * testsuite/libgomp.oacc-c-c++-common/lib-55.c: Likewise.
2662 * testsuite/libgomp.oacc-c-c++-common/lib-56.c: Likewise.
2663 * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
2664 * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
2665 * testsuite/libgomp.oacc-c-c++-common/lib-59.c: Likewise.
2666 * testsuite/libgomp.oacc-c-c++-common/lib-6.c: Likewise.
2667 * testsuite/libgomp.oacc-c-c++-common/lib-60.c: Likewise.
2668 * testsuite/libgomp.oacc-c-c++-common/lib-61.c: Likewise.
2669 * testsuite/libgomp.oacc-c-c++-common/lib-62.c: Likewise.
2670 * testsuite/libgomp.oacc-c-c++-common/lib-63.c: Likewise.
2671 * testsuite/libgomp.oacc-c-c++-common/lib-64.c: Likewise.
2672 * testsuite/libgomp.oacc-c-c++-common/lib-65.c: Likewise.
2673 * testsuite/libgomp.oacc-c-c++-common/lib-66.c: Likewise.
2674 * testsuite/libgomp.oacc-c-c++-common/lib-67.c: Likewise.
2675 * testsuite/libgomp.oacc-c-c++-common/lib-68.c: Likewise.
2676 * testsuite/libgomp.oacc-c-c++-common/lib-69.c: Likewise.
2677 * testsuite/libgomp.oacc-c-c++-common/lib-7.c: Likewise.
2678 * testsuite/libgomp.oacc-c-c++-common/lib-70.c: Likewise.
2679 * testsuite/libgomp.oacc-c-c++-common/lib-71.c: Likewise.
2680 * testsuite/libgomp.oacc-c-c++-common/lib-72.c: Likewise.
2681 * testsuite/libgomp.oacc-c-c++-common/lib-73.c: Likewise.
2682 * testsuite/libgomp.oacc-c-c++-common/lib-74.c: Likewise.
2683 * testsuite/libgomp.oacc-c-c++-common/lib-75.c: Likewise.
2684 * testsuite/libgomp.oacc-c-c++-common/lib-76.c: Likewise.
2685 * testsuite/libgomp.oacc-c-c++-common/lib-77.c: Likewise.
2686 * testsuite/libgomp.oacc-c-c++-common/lib-78.c: Likewise.
2687 * testsuite/libgomp.oacc-c-c++-common/lib-79.c: Likewise.
2688 * testsuite/libgomp.oacc-c-c++-common/lib-80.c: Likewise.
2689 * testsuite/libgomp.oacc-c-c++-common/lib-81.c: Likewise.
2690 * testsuite/libgomp.oacc-c-c++-common/lib-82.c: Likewise.
2691 * testsuite/libgomp.oacc-c-c++-common/lib-83.c: Likewise.
2692 * testsuite/libgomp.oacc-c-c++-common/lib-84.c: Likewise.
2693 * testsuite/libgomp.oacc-c-c++-common/lib-85.c: Likewise.
2694 * testsuite/libgomp.oacc-c-c++-common/lib-86.c: Likewise.
2695 * testsuite/libgomp.oacc-c-c++-common/lib-87.c: Likewise.
2696 * testsuite/libgomp.oacc-c-c++-common/lib-88.c: Likewise.
2697 * testsuite/libgomp.oacc-c-c++-common/lib-89.c: Likewise.
2698 * testsuite/libgomp.oacc-c-c++-common/lib-9.c: Likewise.
2699 * testsuite/libgomp.oacc-c-c++-common/lib-90.c: Likewise.
2700 * testsuite/libgomp.oacc-c-c++-common/lib-91.c: Likewise.
2701 * testsuite/libgomp.oacc-c-c++-common/lib-92.c: Likewise.
2702 * testsuite/libgomp.oacc-c-c++-common/nested-1.c: Likewise.
2703 * testsuite/libgomp.oacc-c-c++-common/nested-2.c: Likewise.
2704 * testsuite/libgomp.oacc-c-c++-common/offset-1.c: Likewise.
2705 * testsuite/libgomp.oacc-c-c++-common/parallel-1.c: Likewise.
2706 * testsuite/libgomp.oacc-c-c++-common/parallel-empty.c: Likewise.
2707 * testsuite/libgomp.oacc-c-c++-common/pointer-align-1.c: Likewise.
2708 * testsuite/libgomp.oacc-c-c++-common/present-1.c: Likewise.
2709 * testsuite/libgomp.oacc-c-c++-common/present-2.c: Likewise.
2710 * testsuite/libgomp.oacc-c-c++-common/reduction-1.c: Likewise.
2711 * testsuite/libgomp.oacc-c-c++-common/reduction-2.c: Likewise.
2712 * testsuite/libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
2713 * testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Likewise.
2714 * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Likewise.
2715 * testsuite/libgomp.oacc-c-c++-common/reduction-initial-1.c:
2716 Likewise.
2717 * testsuite/libgomp.oacc-c-c++-common/subr.h: Likewise.
2718 * testsuite/libgomp.oacc-c-c++-common/subr.ptx: Likewise.
2719 * testsuite/libgomp.oacc-c-c++-common/timer.h: Likewise.
2720 * testsuite/libgomp.oacc-c-c++-common/update-1-2.c: Likewise.
2721 * testsuite/libgomp.oacc-c-c++-common/update-1.c: Likewise.
2722 * testsuite/libgomp.oacc-fortran/abort-1.f90: Likewise.
2723 * testsuite/libgomp.oacc-fortran/abort-2.f90: Likewise.
2724 * testsuite/libgomp.oacc-fortran/acc_on_device-1-1.f90: Likewise.
2725 * testsuite/libgomp.oacc-fortran/acc_on_device-1-2.f: Likewise.
2726 * testsuite/libgomp.oacc-fortran/acc_on_device-1-3.f: Likewise.
2727 * testsuite/libgomp.oacc-fortran/asyncwait-1.f90: Likewise.
2728 * testsuite/libgomp.oacc-fortran/asyncwait-2.f90: Likewise.
2729 * testsuite/libgomp.oacc-fortran/asyncwait-3.f90: Likewise.
2730 * testsuite/libgomp.oacc-fortran/collapse-1.f90: Likewise.
2731 * testsuite/libgomp.oacc-fortran/collapse-2.f90: Likewise.
2732 * testsuite/libgomp.oacc-fortran/collapse-3.f90: Likewise.
2733 * testsuite/libgomp.oacc-fortran/collapse-4.f90: Likewise.
2734 * testsuite/libgomp.oacc-fortran/collapse-5.f90: Likewise.
2735 * testsuite/libgomp.oacc-fortran/collapse-6.f90: Likewise.
2736 * testsuite/libgomp.oacc-fortran/collapse-7.f90: Likewise.
2737 * testsuite/libgomp.oacc-fortran/collapse-8.f90: Likewise.
2738 * testsuite/libgomp.oacc-fortran/data-1.f90: Likewise.
2739 * testsuite/libgomp.oacc-fortran/data-2.f90: Likewise.
2740 * testsuite/libgomp.oacc-fortran/data-3.f90: Likewise.
2741 * testsuite/libgomp.oacc-fortran/data-4-2.f90: Likewise.
2742 * testsuite/libgomp.oacc-fortran/data-4.f90: Likewise.
2743 * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
2744 * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
2745 * testsuite/libgomp.oacc-fortran/data-already-3.f: Likewise.
2746 * testsuite/libgomp.oacc-fortran/data-already-4.f: Likewise.
2747 * testsuite/libgomp.oacc-fortran/data-already-5.f: Likewise.
2748 * testsuite/libgomp.oacc-fortran/data-already-6.f: Likewise.
2749 * testsuite/libgomp.oacc-fortran/data-already-7.f: Likewise.
2750 * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
2751 * testsuite/libgomp.oacc-fortran/lib-1.f90: Likewise.
2752 * testsuite/libgomp.oacc-fortran/lib-10.f90: Likewise.
2753 * testsuite/libgomp.oacc-fortran/lib-2.f: Likewise.
2754 * testsuite/libgomp.oacc-fortran/lib-3.f: Likewise.
2755 * testsuite/libgomp.oacc-fortran/lib-4.f90: Likewise.
2756 * testsuite/libgomp.oacc-fortran/lib-5.f90: Likewise.
2757 * testsuite/libgomp.oacc-fortran/lib-6.f90: Likewise.
2758 * testsuite/libgomp.oacc-fortran/lib-7.f90: Likewise.
2759 * testsuite/libgomp.oacc-fortran/lib-8.f90: Likewise.
2760 * testsuite/libgomp.oacc-fortran/map-1.f90: Likewise.
2761 * testsuite/libgomp.oacc-fortran/openacc_version-1.f: Likewise.
2762 * testsuite/libgomp.oacc-fortran/openacc_version-2.f90: Likewise.
2763 * testsuite/libgomp.oacc-fortran/pointer-align-1.f90: Likewise.
2764 * testsuite/libgomp.oacc-fortran/pset-1.f90: Likewise.
2765 * testsuite/libgomp.oacc-fortran/reduction-1.f90: Likewise.
2766 * testsuite/libgomp.oacc-fortran/reduction-2.f90: Likewise.
2767 * testsuite/libgomp.oacc-fortran/reduction-3.f90: Likewise.
2768 * testsuite/libgomp.oacc-fortran/reduction-4.f90: Likewise.
2769 * testsuite/libgomp.oacc-fortran/reduction-5.f90: Likewise.
2770 * testsuite/libgomp.oacc-fortran/reduction-6.f90: Likewise.
2771 * testsuite/libgomp.oacc-fortran/routine-1.f90: Likewise.
2772 * testsuite/libgomp.oacc-fortran/routine-2.f90: Likewise.
2773 * testsuite/libgomp.oacc-fortran/routine-3.f90: Likewise.
2774 * testsuite/libgomp.oacc-fortran/routine-4.f90: Likewise.
2775 * testsuite/libgomp.oacc-fortran/subarrays-1.f90: Likewise.
2776 * testsuite/libgomp.oacc-fortran/subarrays-2.f90: Likewise.
2777
f1f3453e
TS
27782015-01-10 Thomas Schwinge <thomas@codesourcery.com>
2779 Julian Brown <julian@codesourcery.com>
2780 David Malcolm <dmalcolm@redhat.com>
2781
2782 * configure.ac: Rename libgomp from "GNU OpenMP Runtime Library"
2783 to "GNU Offloading and Multi Processing Runtime Library". Change
2784 all users.
2785 * configure: Regenerate.
2786 * libgomp.texi: Update.
2787
f9a0eca4
TS
27882015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2789
b335ef4e
TS
2790 * configure.ac [tgt_dir] (offload_additional_lib_paths): Also add
2791 "$tgt_dir/lib32".
2792 * configure: Regenerate.
2793
f9a0eca4
TS
2794 * testsuite/lib/libgomp.exp (libgomp_init): Correctly match
2795 "intelmic" in $offload_targets.
2796
b67cd4e3
JJ
27972015-01-05 Jakub Jelinek <jakub@redhat.com>
2798
5624e564
JJ
2799 Update copyright years.
2800
b67cd4e3
JJ
2801 * libgomp.texi: Bump @copying's copyright year.
2802
3b41b583
KT
28032014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2804
2805 * testsuite/lib/libgomp.exp: Load target-utils.exp.
2806 Move load of target-supportes.exp earlier.
2807
2354caec
IV
28082014-12-10 Ilya Verbin <ilya.verbin@intel.com>
2809
2810 * testsuite/libgomp.c/target-9.c: New test.
2811
f50eecba
VR
28122014-12-09 Varvara Rainchik <varvara.rainchik@intel.com>
2813
2814 * config.h.in: Regenerate.
2815 * configure: Regenerate.
2816 * configure.ac: Add GCC_CHECK_EMUTLS.
2817 * libgomp.h: Add check for USE_EMUTLS: this case
2818 is equal to HAVE_TLS.
2819 * team.c: Likewise.
2820
68bc9270
UB
28212014-12-03 Uros Bizjak <ubizjak@gmail.com>
2822
2823 * configure.tgt (x86_64-*-linux*): Tune -m32 multilib to generic.
2824
476ff787
AT
28252014-11-28 Andrey Turetskiy <andrey.turetskiy@intel.com>
2826 Ilya Verbin <ilya.verbin@intel.com>
2827
2828 * testsuite/libgomp.c/target-critical-1.c: New test.
2829
31a30e62
JJ
28302014-11-26 Jakub Jelinek <jakub@redhat.com>
2831
2832 * testsuite/libgomp.c/examples-4/e.53.4.c: Add -DITESTITERS=20
68bc9270 2833 to dg-options unless expensive testing is on.
31a30e62
JJ
2834 (TESTITERS): Define to N if not defined.
2835 (main): Use TESTITERS instead of N.
2836 * testsuite/libgomp.c/examples-4/e.55.1.c: Define CHUNKSZ from
2837 dg-additional-options depending on whether expensive testing is on.
2838 * testsuite/libgomp.fortran/examples-4/e.55.1.f90 (e_55_1_mod):
2839 Decrease N to 100000 and CHUNKSZ to 10000.
2840
3f9e8f13
JJ
28412014-11-24 Jakub Jelinek <jakub@redhat.com>
2842
2843 PR fortran/63938
31a30e62
JJ
2844 * testsuite/libgomp.fortran/pr63938-1.f90: New test.
2845 * testsuite/libgomp.fortran/pr63938-2.f90: New test.
3f9e8f13 2846
c8451a46
SE
28472014-11-21 Steve Ellcey <sellcey@imgtec.com>
2848
2849 * config/linux/mips/futex.h (SYS_futex): Define if not already done.
2850
a699d672
L
28512014-11-21 H.J. Lu <hongjiu.lu@intel.com>
2852
2853 PR bootstrap/63784
2854 * configure: Regenerated.
2855
4a19f719
UB
28562014-11-19 Uros Bizjak <ubizjak@gmail.com>
2857
2858 * testsuite/libgomp.c/examples-4/e.53.5.c: Require
2859 vect_simd_clones effective target.
2860 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
2861
b1bf6c52
JJ
28622014-11-14 Jakub Jelinek <jakub@redhat.com>
2863
2864 * libgomp.c/examples-4/e.54.2.c (main): Use N / 8 instead
2865 of 32 as block_size.
2866 * libgomp.fortran/examples-4/e.54.2.f90 (e_54_1): Use n / 8
2867 instead of 32 as block_size.
2868
d64ae614
AT
28692014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
2870 Ilya Verbin <ilya.verbin@intel.com>
2871
2872 * Makefile.in: Regenerate.
2873 * configure: Regenerate.
2874 * configure.ac: Set up offload_additional_options,
2875 offload_additional_lib_paths and offload_targets.
2876 * testsuite/Makefile.am: Export environment variables: OFFLOAD_TARGETS,
2877 OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS.
2878 * testsuite/Makefile.in: Regenerate.
2879 * testsuite/lib/libgomp.exp (libgomp_init): Append
2880 offload_additional_lib_paths to LD_LIBRARY_PATH. Append
2881 offload_additional_options to ALWAYS_CFLAGS. Append liboffloadmic
2882 build directory to LD_LIBRARY_PATH for intelmic offload targets.
2883
122d7303
AT
28842014-11-13 Andrey Turetskiy <andrey.turetskiy@intel.com>
2885 Ilya Verbin <ilya.verbin@intel.com>
2886 Kirill Yukhin <kirill.yukhin@intel.com>
2887 Ilya Tocar <ilya.tocar@intel.com>
2888
2889 * testsuite/lib/libgomp.exp
2890 (check_effective_target_offload_device): New.
2891 * testsuite/libgomp.c++/c++.exp: Include tests from subdirectories.
2892 * testsuite/libgomp.c++/examples-4/e.51.5.C: New test.
2893 * testsuite/libgomp.c++/examples-4/e.53.2.C: Ditto.
2894 * testsuite/libgomp.c/examples-4/e.50.1.c: Ditto.
2895 * testsuite/libgomp.c/examples-4/e.50.2.c: Ditto.
2896 * testsuite/libgomp.c/examples-4/e.50.3.c: Ditto.
2897 * testsuite/libgomp.c/examples-4/e.50.4.c: Ditto.
2898 * testsuite/libgomp.c/examples-4/e.50.5.c: Ditto.
2899 * testsuite/libgomp.c/examples-4/e.51.1.c: Ditto.
2900 * testsuite/libgomp.c/examples-4/e.51.2.c: Ditto.
2901 * testsuite/libgomp.c/examples-4/e.51.3.c: Ditto.
2902 * testsuite/libgomp.c/examples-4/e.51.4.c: Ditto.
2903 * testsuite/libgomp.c/examples-4/e.51.6.c: Ditto.
2904 * testsuite/libgomp.c/examples-4/e.51.7.c: Ditto.
2905 * testsuite/libgomp.c/examples-4/e.52.1.c: Ditto.
2906 * testsuite/libgomp.c/examples-4/e.52.2.c: Ditto.
2907 * testsuite/libgomp.c/examples-4/e.53.1.c: Ditto.
2908 * testsuite/libgomp.c/examples-4/e.53.3.c: Ditto.
2909 * testsuite/libgomp.c/examples-4/e.53.4.c: Ditto.
2910 * testsuite/libgomp.c/examples-4/e.53.5.c: Ditto.
2911 * testsuite/libgomp.c/examples-4/e.54.2.c: Ditto.
2912 * testsuite/libgomp.c/examples-4/e.54.3.c: Ditto.
2913 * testsuite/libgomp.c/examples-4/e.54.4.c: Ditto.
2914 * testsuite/libgomp.c/examples-4/e.54.5.c: Ditto.
2915 * testsuite/libgomp.c/examples-4/e.54.6.c: Ditto.
2916 * testsuite/libgomp.c/examples-4/e.55.1.c: Ditto.
2917 * testsuite/libgomp.c/examples-4/e.55.2.c: Ditto.
2918 * testsuite/libgomp.c/examples-4/e.56.3.c: Ditto.
2919 * testsuite/libgomp.c/examples-4/e.56.4.c: Ditto.
2920 * testsuite/libgomp.c/examples-4/e.57.1.c: Ditto.
2921 * testsuite/libgomp.c/examples-4/e.57.2.c: Ditto.
2922 * testsuite/libgomp.c/examples-4/e.57.3.c: Ditto.
2923 * testsuite/libgomp.c/target-7.c: Fix test.
2924 * testsuite/libgomp.fortran/examples-4/e.50.1.f90: New test.
2925 * testsuite/libgomp.fortran/examples-4/e.50.2.f90: Ditto.
2926 * testsuite/libgomp.fortran/examples-4/e.50.3.f90: Ditto.
2927 * testsuite/libgomp.fortran/examples-4/e.50.4.f90: Ditto.
2928 * testsuite/libgomp.fortran/examples-4/e.50.5.f90: Ditto.
2929 * testsuite/libgomp.fortran/examples-4/e.51.1.f90: Ditto.
2930 * testsuite/libgomp.fortran/examples-4/e.51.2.f90: Ditto.
2931 * testsuite/libgomp.fortran/examples-4/e.51.3.f90: Ditto.
2932 * testsuite/libgomp.fortran/examples-4/e.51.4.f90: Ditto.
2933 * testsuite/libgomp.fortran/examples-4/e.51.5.f90: Ditto.
2934 * testsuite/libgomp.fortran/examples-4/e.51.6.f90: Ditto.
2935 * testsuite/libgomp.fortran/examples-4/e.51.7.f90: Ditto.
2936 * testsuite/libgomp.fortran/examples-4/e.52.1.f90: Ditto.
2937 * testsuite/libgomp.fortran/examples-4/e.52.2.f90: Ditto.
2938 * testsuite/libgomp.fortran/examples-4/e.53.1.f90: Ditto.
2939 * testsuite/libgomp.fortran/examples-4/e.53.2.f90: Ditto.
2940 * testsuite/libgomp.fortran/examples-4/e.53.3.f90: Ditto.
2941 * testsuite/libgomp.fortran/examples-4/e.53.4.f90: Ditto.
2942 * testsuite/libgomp.fortran/examples-4/e.53.5.f90: Ditto.
2943 * testsuite/libgomp.fortran/examples-4/e.54.2.f90: Ditto.
2944 * testsuite/libgomp.fortran/examples-4/e.54.3.f90: Ditto.
2945 * testsuite/libgomp.fortran/examples-4/e.54.4.f90: Ditto.
2946 * testsuite/libgomp.fortran/examples-4/e.54.5.f90: Ditto.
2947 * testsuite/libgomp.fortran/examples-4/e.54.6.f90: Ditto.
2948 * testsuite/libgomp.fortran/examples-4/e.55.1.f90: Ditto.
2949 * testsuite/libgomp.fortran/examples-4/e.55.2.f90: Ditto.
2950 * testsuite/libgomp.fortran/examples-4/e.56.3.f90: Ditto.
2951 * testsuite/libgomp.fortran/examples-4/e.56.4.f90: Ditto.
2952 * testsuite/libgomp.fortran/examples-4/e.57.1.f90: Ditto.
2953 * testsuite/libgomp.fortran/examples-4/e.57.2.f90: Ditto.
2954 * testsuite/libgomp.fortran/examples-4/e.57.3.f90: Ditto.
2955
1df3f842
JJ
29562014-11-13 Jakub Jelinek <jakub@redhat.com>
2957 Ilya Verbin <ilya.verbin@intel.com>
2958 Thomas Schwinge <thomas@codesourcery.com>
2959 Andrey Turetskiy <andrey.turetskiy@intel.com>
2960
2961 * libgomp.map (GOMP_4.0.1): New symbol version.
2962 Add GOMP_offload_register.
2963 * libgomp_target.h: New file.
2964 * splay-tree.h: New file.
2965 * target.c: Include config.h, libgomp_target.h, dlfcn.h, splay-tree.h.
2966 (gomp_target_init): New forward declaration.
2967 (gomp_is_initialized): New static variable.
2968 (splay_tree_node, splay_tree, splay_tree_key): New typedefs.
2969 (struct target_mem_desc, struct splay_tree_key_s, offload_image_descr):
2970 New structures.
2971 (offload_images, num_offload_images, devices, num_devices): New static
2972 variables.
2973 (splay_compare): New static function.
2974 (struct gomp_device_descr): New structure.
2975 (gomp_get_num_devices): Call gomp_target_init.
2976 (resolve_device, gomp_map_vars_existing, gomp_map_vars, gomp_unmap_tgt)
2977 (gomp_unmap_vars, gomp_update, gomp_init_device): New static functions.
2978 (GOMP_offload_register): New function.
2979 (GOMP_target): Arrange for host callback to be performed in a separate
2980 initial thread and contention group, inheriting ICVs from
2981 gomp_global_icv etc. Call gomp_map_vars and gomp_unmap_vars.
2982 Add device initialization and lookup for target function in splay tree.
2983 (GOMP_target_data): Add device initialization and call gomp_map_vars.
2984 (GOMP_target_end_data): Call gomp_unmap_vars.
2985 (GOMP_target_update): Add device initialization and call gomp_update.
2986 (gomp_load_plugin_for_device, gomp_register_images_for_device)
2987 (gomp_target_init): New static functions.
2988
85c64bbe
BS
29892014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2990 Thomas Schwinge <thomas@codesourcery.com>
2991 Ilya Verbin <ilya.verbin@intel.com>
2992 Andrey Turetskiy <andrey.turetskiy@intel.com>
2993
2994 * config.h.in: Regenerate.
2995 * configure: Regenerate.
2996 * configure.ac: Check for libdl, required for plugin support.
2997 (PLUGIN_SUPPORT): Define if plugins are supported.
2998 (enable_offload_targets): Support Intel MIC targets.
2999 (OFFLOAD_TARGETS): List of target names suitable for offloading.
3000
ebf6d33b
FXC
30012014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3002
3003 PR target/63610
3004 * configure: Regenerate.
3005
8c768629
RO
30062014-11-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3007
3008 * config/posix/lock.c (_XOPEN_SOURCE) Define as 600.
3009
c1d62412
MP
30102014-10-06 Marek Polacek <polacek@redhat.com>
3011
3012 * testsuite/libgomp.c/affinity-1.c: Include <sys/wait.h>.
3013 * testsuite/libgomp.c/nqueens-1.c: Include <stdlib.h>.
3014 * testsuite/libgomp.c/thread-limit-1.c: Include <omp.h>
3015 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
3016
44a0c6cb
MP
30172014-10-06 Marek Polacek <polacek@redhat.com>
3018
3019 * testsuite/libgomp.c/affinity-1.c: Fix implicit declarations.
3020 * testsuite/libgomp.c/nqueens-1.c: Likewise.
3021 * testsuite/libgomp.c/pr26943-3.c: Likewise.
3022 * testsuite/libgomp.c/pr26943-4.c: Likewise.
3023 * testsuite/libgomp.c/pr36802-2.c: Likewise.
3024 * testsuite/libgomp.c/pr36802-3.c: Likewise.
3025 * testsuite/libgomp.c/thread-limit-1.c: Likewise.
3026 * testsuite/libgomp.c/thread-limit-2.c: Likewise.
3027 * testsuite/libgomp.c/appendix-a/a.15.1.c: Include <omp.h>.
3028 * testsuite/libgomp.c/omp-loop02.c: Fix defaulting to int.
3029 * testsuite/libgomp.c/omp-parallel-for.c: Likewise.
3030 * testsuite/libgomp.c/omp-parallel-if.c: Likewise.
3031 * testsuite/libgomp.c/omp-single-1.c: Likewise.
3032 * testsuite/libgomp.c/omp-single-2.c: Likewise.
3033 * testsuite/libgomp.c/omp_matvec.c: Likewise.
3034 * testsuite/libgomp.c/omp_workshare3.c: Likewise.
3035 * testsuite/libgomp.c/omp_workshare4.c: Likewise.
3036 * testsuite/libgomp.c/shared-1.c: Fix defaulting to int. Fix implicit
3037 declarations.
3038
5771c391
JJ
30392014-10-03 Jakub Jelinek <jakub@redhat.com>
3040
3041 PR libgomp/61200
3042 * testsuite/libgomp.c/pr61200.c: New test.
3043
bce16b88
JJ
30442014-09-18 Jakub Jelinek <jakub@redhat.com>
3045
3046 PR c++/63248
3047 * testsuite/libgomp.c++/pr63248.C: New test.
3048
3696163c
JJ
30492014-08-04 Jakub Jelinek <jakub@redhat.com>
3050
3051 * task.c (GOMP_taskgroup_end): If taskgroup->num_children
3052 is not zero, but taskgroup->children is NULL and there are
3053 any task->children, schedule those instead of waiting.
3054 * testsuite/libgomp.c/depend-6.c: New test.
3055 * testsuite/libgomp.c/depend-7.c: New test.
3056 * testsuite/libgomp.c/depend-8.c: New test.
3057 * testsuite/libgomp.c/depend-9.c: New test.
3058 * testsuite/libgomp.c/depend-10.c: New test.
3059
0494285a
JJ
30602014-08-01 Jakub Jelinek <jakub@redhat.com>
3061
3062 * libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.
3063 (struct gomp_taskwait): New type.
3064 (struct gomp_task): Add taskwait and parent_depends_on, remove
3065 in_taskwait and taskwait_sem fields.
3066 (gomp_finish_task): Don't destroy taskwait_sem.
3067 * task.c (gomp_init_task): Don't init in_taskwait, instead init
3068 taskwait and parent_depends_on.
3069 (GOMP_task): For if (0) tasks with depend clause that depend on
3070 earlier tasks don't defer them, instead call
3071 gomp_task_maybe_wait_for_dependencies to wait for the dependencies.
3072 Initialize redundant_out field, for redundant out entries just
3073 move them at the end of linked list instead of removing them
3074 completely, and set redundant_out flag instead of redundant.
3075 (gomp_task_run_pre): Update last_parent_depends_on if scheduling
3076 that task.
3077 (gomp_task_run_post_handle_dependers): If parent is in
3078 gomp_task_maybe_wait_for_dependencies and newly runnable task
3079 is not parent_depends_on, queue it in parent->children linked
3080 list after all runnable tasks with parent_depends_on set.
3081 Adjust for addition of taskwait indirection.
3082 (gomp_task_run_post_remove_parent): If parent is in
3083 gomp_task_maybe_wait_for_dependencies and task to be removed
3084 is parent_depends_on, decrement n_depend and if needed awake
3085 parent. Adjust for addition of taskwait indirection.
3086 (GOMP_taskwait): Adjust for addition of taskwait indirection.
3087 (gomp_task_maybe_wait_for_dependencies): New function.
3088 * testsuite/libgomp.c/depend-5.c: New test.
3089
60ab4b44
TB
30902014-07-13 Tobias Burnus <burnus@net-b.de>
3091
3092 * testsuite/libgomp.fortran/pr34020.f90: Make compile
0494285a 3093 with TS 18508/Fortran 2015.
60ab4b44 3094
773ec47f
MP
30952014-07-06 Marek Polacek <polacek@redhat.com>
3096
3097 PR c/6940
3098 * testsuite/libgomp.c/appendix-a/a.29.1.c (f): Add dg-warnings.
3099
f707da16
JJ
31002014-07-03 Jakub Jelinek <jakub@redhat.com>
3101
3102 * testsuite/lib/libgomp.exp (libgomp_target_compile): If $source
3103 matches regex $lang_source_re, add $lang_include_flags to options.
3104 * testsuite/libgomp.c/c.exp: Unset lang_include_flags.
3105 * testsuite/libgomp.c++/c++.exp: Likewise.
3106 * testsuite/libgomp.fortran/fortran.exp: Likewise. Set lang_source_re
3107 and lang_include_flags instead of adding -fintrinsic-modules-path= to
3108 ALWAYS_CFLAGS.
3109 * testsuite/libgomp.graphite/graphite.exp: Unset lang_include_flags.
3110
07b6c044
TS
31112014-07-03 Thomas Schwinge <thomas@codesourcery.com>
3112
3113 * testsuite/libgomp.fortran/fortran.exp: Explain
3114 gfortran-dg-runtest usage.
3115
da6f124d
JJ
31162014-06-25 Jakub Jelinek <jakub@redhat.com>
3117
3118 * testsuite/libgomp.fortran/simd5.f90: New test.
3119 * testsuite/libgomp.fortran/simd6.f90: New test.
3120 * testsuite/libgomp.fortran/simd7.f90: New test.
3121
b46ebd6c
JJ
31222014-06-24 Jakub Jelinek <jakub@redhat.com>
3123
56ad0e38
JJ
3124 * testsuite/libgomp.c/for-2.c: Define SC to static for
3125 #pragma omp for simd testing.
3126 * testsuite/libgomp.c/for-2.h (SC): Define if not defined.
3127 (N(f5), N(f6), N(f7), N(f8), N(f10), N(f12), N(f14)): Use
3128 SC macro.
3129 * testsuite/libgomp.c/simd-14.c: New test.
3130 * testsuite/libgomp.c/simd-15.c: New test.
3131 * testsuite/libgomp.c/simd-16.c: New test.
3132 * testsuite/libgomp.c/simd-17.c: New test.
3133 * testsuite/libgomp.c++/for-10.C: Define SC to static for
3134 #pragma omp for simd testing.
3135 * testsuite/libgomp.c++/simd10.C: New test.
3136 * testsuite/libgomp.c++/simd11.C: New test.
3137 * testsuite/libgomp.c++/simd12.C: New test.
3138 * testsuite/libgomp.c++/simd13.C: New test.
3139
b46ebd6c
JJ
3140 * testsuite/libgomp.fortran/aligned1.f03: New test.
3141 * testsuite/libgomp.fortran/nestedfn5.f90: New test.
3142 * testsuite/libgomp.fortran/target7.f90: Surround loop spawning
3143 tasks with !$omp parallel !$omp single.
3144 * testsuite/libgomp.fortran/target8.f90: New test.
3145 * testsuite/libgomp.fortran/udr4.f90 (foo UDR, bar UDR): Adjust
3146 not to use trim in the combiner, instead call elemental function.
3147 (fn): New elemental function.
3148 * testsuite/libgomp.fortran/udr6.f90 (do_add, dp_add, dp_init):
3149 Make elemental.
3150 * testsuite/libgomp.fortran/udr7.f90 (omp_priv, omp_orig, omp_out,
3151 omp_in): Likewise.
3152 * testsuite/libgomp.fortran/udr12.f90: New test.
3153 * testsuite/libgomp.fortran/udr13.f90: New test.
3154 * testsuite/libgomp.fortran/udr14.f90: New test.
3155 * testsuite/libgomp.fortran/udr15.f90: New test.
3156
f014c653
JJ
31572014-06-18 Jakub Jelinek <jakub@redhat.com>
3158
3159 * omp_lib.f90.in (openmp_version): Set to 201307.
3160 * omp_lib.h.in (openmp_version): Likewise.
3161 * testsuite/libgomp.c/target-8.c: New test.
3162 * testsuite/libgomp.fortran/declare-simd-1.f90: Add notinbranch
3163 and inbranch clauses.
3164 * testsuite/libgomp.fortran/depend-3.f90: New test.
3165 * testsuite/libgomp.fortran/openmp_version-1.f: Adjust for new
3166 openmp_version.
3167 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
3168 * testsuite/libgomp.fortran/target1.f90: New test.
3169 * testsuite/libgomp.fortran/target2.f90: New test.
3170 * testsuite/libgomp.fortran/target3.f90: New test.
3171 * testsuite/libgomp.fortran/target4.f90: New test.
3172 * testsuite/libgomp.fortran/target5.f90: New test.
3173 * testsuite/libgomp.fortran/target6.f90: New test.
3174 * testsuite/libgomp.fortran/target7.f90: New test.
3175
92d28cbb
JJ
31762014-06-10 Jakub Jelinek <jakub@redhat.com>
3177
3178 PR fortran/60928
3179 * testsuite/libgomp.fortran/allocatable9.f90: New test.
3180 * testsuite/libgomp.fortran/allocatable10.f90: New test.
3181 * testsuite/libgomp.fortran/allocatable11.f90: New test.
3182 * testsuite/libgomp.fortran/allocatable12.f90: New test.
3183 * testsuite/libgomp.fortran/alloc-comp-1.f90: New test.
3184 * testsuite/libgomp.fortran/alloc-comp-2.f90: New test.
3185 * testsuite/libgomp.fortran/alloc-comp-3.f90: New test.
3186 * testsuite/libgomp.fortran/associate1.f90: New test.
3187 * testsuite/libgomp.fortran/associate2.f90: New test.
3188 * testsuite/libgomp.fortran/procptr1.f90: New test.
3189
5f23671d
JJ
31902014-06-06 Jakub Jelinek <jakub@redhat.com>
3191
3192 * testsuite/libgomp.fortran/simd1.f90: New test.
3193 * testsuite/libgomp.fortran/udr1.f90: New test.
3194 * testsuite/libgomp.fortran/udr2.f90: New test.
3195 * testsuite/libgomp.fortran/udr3.f90: New test.
3196 * testsuite/libgomp.fortran/udr4.f90: New test.
3197 * testsuite/libgomp.fortran/udr5.f90: New test.
3198 * testsuite/libgomp.fortran/udr6.f90: New test.
3199 * testsuite/libgomp.fortran/udr7.f90: New test.
3200 * testsuite/libgomp.fortran/udr8.f90: New test.
3201 * testsuite/libgomp.fortran/udr9.f90: New test.
3202 * testsuite/libgomp.fortran/udr10.f90: New test.
3203 * testsuite/libgomp.fortran/udr11.f90: New test.
3204
0389fbb5
UB
32052014-05-27 Uros Bizjak <ubizjak@gmail.com>
3206
3207 * testsuite/libgomp.fortran/declare-simd-1.f90: Require
3208 vect_simd_clones effective target.
3209 * testsuite/libgomp.fortran/declare-simd-2.f90: Ditto.
3210
decaaec8
JJ
32112014-05-21 Jakub Jelinek <jakub@redhat.com>
3212
3213 PR middle-end/61252
3214 * testsuite/libgomp.c++/simd-9.C: New test.
3215
72832460
UB
32162014-05-18 Uros Bizjak <ubizjak@gmail.com>
3217
3218 * libgomp.texi (Runitme Library Routines): Remove multiple @menu.
3219 (Environment Variables) Move OMP_PROC_BIND and OMP_STACKSIZE node
3220 texts according to their @menu entry positions.
3221
dd2fc525
JJ
32222014-05-11 Jakub Jelinek <jakub@redhat.com>
3223
3224 * testsuite/libgomp.fortran/cancel-do-1.f90: New test.
3225 * testsuite/libgomp.fortran/cancel-do-2.f90: New test.
3226 * testsuite/libgomp.fortran/cancel-parallel-1.f90: New test.
3227 * testsuite/libgomp.fortran/cancel-parallel-3.f90: New test.
3228 * testsuite/libgomp.fortran/cancel-sections-1.f90: New test.
3229 * testsuite/libgomp.fortran/cancel-taskgroup-2.f90: New test.
3230 * testsuite/libgomp.fortran/declare-simd-1.f90: New test.
3231 * testsuite/libgomp.fortran/declare-simd-2.f90: New test.
3232 * testsuite/libgomp.fortran/declare-simd-3.f90: New test.
3233 * testsuite/libgomp.fortran/depend-1.f90: New test.
3234 * testsuite/libgomp.fortran/depend-2.f90: New test.
3235 * testsuite/libgomp.fortran/omp_atomic5.f90: New test.
3236 * testsuite/libgomp.fortran/simd1.f90: New test.
3237 * testsuite/libgomp.fortran/simd2.f90: New test.
3238 * testsuite/libgomp.fortran/simd3.f90: New test.
3239 * testsuite/libgomp.fortran/simd4.f90: New test.
3240 * testsuite/libgomp.fortran/taskgroup1.f90: New test.
3241
95782571
JJ
32422014-05-02 Jakub Jelinek <jakub@redhat.com>
3243
3244 * testsuite/libgomp.c/simd-10.c: New test.
3245 * testsuite/libgomp.c/simd-11.c: New test.
3246 * testsuite/libgomp.c/simd-12.c: New test.
3247 * testsuite/libgomp.c/simd-13.c: New test.
3248
f7468577
JJ
32492014-04-24 Jakub Jelinek <jakub@redhat.com>
3250
42056eac
JJ
3251 * testsuite/libgomp.c++/atomic-14.C: Allow seq_cst and
3252 atomic type clauses in any order and optional comma in between.
3253 * testsuite/libgomp.c++/atomic-15.C: Likewise.
3254 * testsuite/libgomp.c/atomic-17.c: Likewise.
3255
f7468577
JJ
3256 * testsuite/libgomp.c/simd-7.c: New test.
3257 * testsuite/libgomp.c/simd-8.c: New test.
3258 * testsuite/libgomp.c/simd-9.c: New test.
3259 * testsuite/libgomp.c/loop-16.c: New test.
3260
ab18f2f5
RH
32612014-04-02 Richard Henderson <rth@redhat.com>
3262
3263 * config/linux/futex.h (futex_wait): Get error value from errno.
3264 (futex_wake): Likewise.
3265
8bcc90b0
JJ
32662014-03-25 Jakub Jelinek <jakub@redhat.com>
3267
3268 PR c++/60331
3269 * testsuite/libgomp.c++/udr-11.C: New test.
3270 * testsuite/libgomp.c++/udr-12.C: New test.
3271 * testsuite/libgomp.c++/udr-13.C: New test.
3272 * testsuite/libgomp.c++/udr-14.C: New test.
3273 * testsuite/libgomp.c++/udr-15.C: New test.
3274 * testsuite/libgomp.c++/udr-16.C: New test.
3275 * testsuite/libgomp.c++/udr-17.C: New test.
3276 * testsuite/libgomp.c++/udr-18.C: New test.
3277 * testsuite/libgomp.c++/udr-19.C: New test.
3278
18d73c7f
RS
32792014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
3280
3281 Update copyright years
3282
f9030485
RS
32832014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
3284
3285 * hashtab.h: Use the standard form for the copyright notice.
3286
98db73df
TB
32872014-01-02 Tobias Burnus <burnus@net-b.de>
3288
3289 * libgomp.texi: Bump @copying's copyright year.
3290
ae246f7f
AT
32912013-12-17 Andreas Tobler <andreast@gcc.gnu.org>
3292
3293 * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace
3294 alloca () with __builtin_alloca ().
3295 * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
3296 * testsuite/libgomp.c/lock-3.c: Likewise.
3297 * testsuite/libgomp.c/pr48591.c: Likewise.
3298
fa00a5fe
JJ
32992013-12-17 Jakub Jelinek <jakub@redhat.com>
3300
3301 PR testsuite/59534
3302 * testsuite/libgomp.fortran/retval1.f90 (e5): Avoid non-shortcircuited
3303 comparisons.
3304
e9792e1d
JJ
33052013-12-16 Jakub Jelinek <jakub@redhat.com>
3306
3307 PR libgomp/58756
3308 * testsuite/libgomp.c/pr58756.c: New test.
3309
cab37c89
JJ
33102013-12-12 Jakub Jelinek <jakub@redhat.com>
3311
3312 PR libgomp/59467
3313 * testsuite/libgomp.fortran/crayptr2.f90: Add private (d) clause to
3314 !$omp parallel.
3315
de14871c
TS
33162013-11-07 Thomas Schwinge <thomas@codesourcery.com>
3317
1707a5de
TS
3318 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -fopenmp to
3319 ALWAYS_CFLAGS.
3320 * testsuite/libgomp.c++/c++.exp (ALWAYS_CFLAGS): Add -fopenmp.
3321 * testsuite/libgomp.c/c.exp (ALWAYS_CFLAGS): Likewise.
3322 * testsuite/libgomp.fortran/fortran.exp (ALWAYS_CFLAGS): Likewise.
3323 * testsuite/libgomp.graphite/graphite.exp (ALWAYS_CFLAGS):
3324 Likewise.
3325
70f05c43
TS
3326 * libgomp_g.h: Include <stddef.h> for size_t.
3327
de14871c
TS
3328 * libgomp.spec.in: Update comment about libgomp's dependencies.
3329 * configure.ac: Likewise.
3330 * configure: Regenerate.
3331
83fd6c5b
TB
33322013-10-16 Tobias Burnus <burnus@net-b.de>
3333
3334 * libgomp.texi: (Runtime Library Routines): Update references for
3335 OpenMP 4.0. Add omp_get_cancellation, omp_get_default_device,
3336 omp_get_num_devices, omp_get_num_teams, omp_get_proc_bind,
3337 omp_get_team_num, omp_is_initial_device, omp_set_default_device.
3338 (Environment Variables): Update references for OpenMP 4.0. Add
3339 OMP_CANCELLATION, OMP_DEFAULT_DEVICE, OMP_PLACES.
3340 Move OMP_DISPLAY_ENV and OMP_PROC_BIND up to be in alphabetical
3341 order.
3342
c8673881
JJ
33432013-10-14 Jakub Jelinek <jakub@redhat.com>
3344
3345 * env.c (parse_bind_var): Initialize value to avoid
3346 (false positive) warning.
3347
f89163fd
JJ
33482013-10-12 Jakub Jelinek <jakub@redhat.com>
3349
3350 PR libgomp/58691
3351 * config/linux/proc.c (gomp_cpuset_popcount): Add unused attribute
3352 to check variable.
3353 (gomp_init_num_threads): Move i variable declaration into
3354 #ifdef CPU_ALLOC_SIZE block.
3355 * config/linux/affinity.c (gomp_affinity_init_level): Test
3356 gomp_places_list_len == 0 rather than gomp_places_list == 0
3357 when checking for topology reading error.
3358 * team.c (gomp_team_start): Don't handle bind == omp_proc_bind_false.
3359 * env.c (parse_affinity): Add ignore argument, if true, don't populate
3360 gomp_places_list, only parse env var and always return false.
3361 (parse_places_var): Likewise. Don't check gomp_global_icv.bind_var.
3362 (initialize_env): Always parse OMP_PLACES and GOMP_CPU_AFFINITY env
3363 vars, default to OMP_PROC_BIND=true if OMP_PROC_BIND wasn't specified
3364 and either of these variables were parsed correctly into a places
3365 list.
3366
1d340638
TS
33672013-10-11 Thomas Schwinge <thomas@codesourcery.com>
3368 Jakub Jelinek <jakub@redhat.com>
3369
3370 * testsuite/libgomp.graphite/force-parallel-1.c: Expect 4 instead
3371 of 5 loopfn matches.
3372 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
3373 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
3374 * testsuite/libgomp.graphite/force-parallel-4.c: Likewise.
3375 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
3376 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
3377 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
3378 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
3379 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
3380
71a81c21
TS
33812013-10-11 Thomas Schwinge <thomas@codesourcery.com>
3382
bd87f731
TS
3383 * Makefile.am (omp_lib.mod): Streamline rule.
3384 * Makefile.in: Regenerate.
3385
f5745bed
TS
3386 * libgomp.texi (Runtime Library Routines): C linkage, don't throw
3387 exceptions.
3388
b5512c66
TS
3389 * testsuite/libgomp.c/lib-1.c (main): Add missing error check.
3390 * testsuite/libgomp.fortran/lib1.f90: Likewise.
3391 * testsuite/libgomp.fortran/lib2.f: Likewise.
3392 * testsuite/libgomp.fortran/lib3.f: Likewise.
3393
451c19c4
TS
3394 * configure.ac: Typo fix.
3395 * configure: Regenerate.
3396
86a6016d
TS
3397 * testsuite/libgomp.fortran/openmp_version-1.f: New file.
3398 * testsuite/libgomp.fortran/openmp_version-2.f90: Likewise.
3399
71a81c21
TS
3400 * omp.h.in: Don't touch the user's namespace.
3401
acf0174b
JJ
34022013-10-11 Jakub Jelinek <jakub@redhat.com>
3403 Tobias Burnus <burnus@net-b.de>
3404 Richard Henderson <rth@redhat.com>
3405
3406 * target.c: New file.
3407 * Makefile.am (libgomp_la_SOURCES): Add target.c.
3408 * Makefile.in: Regenerated.
3409 * libgomp_g.h (GOMP_task): Add depend argument.
3410 (GOMP_barrier_cancel, GOMP_loop_end_cancel,
3411 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
3412 GOMP_target_end_data, GOMP_target_update, GOMP_teams,
3413 GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
3414 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
3415 GOMP_parallel, GOMP_cancel, GOMP_cancellation_point,
3416 GOMP_taskgroup_start, GOMP_taskgroup_end,
3417 GOMP_parallel_sections): New prototypes.
3418 * fortran.c (omp_is_initial_device): Add ialias_redirect.
3419 (omp_is_initial_device_): New function.
3420 (ULP, STR1, STR2, ialias_redirect): Removed.
3421 (omp_get_cancellation_, omp_get_proc_bind_, omp_set_default_device_,
3422 omp_set_default_device_8_, omp_get_default_device_,
3423 omp_get_num_devices_, omp_get_num_teams_, omp_get_team_num_): New
3424 functions.
3425 * libgomp.map (GOMP_barrier_cancel, GOMP_loop_end_cancel,
3426 GOMP_sections_end_cancel, GOMP_target, GOMP_target_data,
3427 GOMP_target_end_data, GOMP_target_update, GOMP_teams): Export
3428 @@GOMP_4.0.
3429 (omp_is_initial_device, omp_is_initial_device_, omp_get_cancellation,
3430 omp_get_cancellation_, omp_get_proc_bind, omp_get_proc_bind_,
3431 omp_set_default_device, omp_set_default_device_,
3432 omp_set_default_device_8_, omp_get_default_device,
3433 omp_get_default_device_, omp_get_num_devices, omp_get_num_devices_,
3434 omp_get_num_teams, omp_get_num_teams_, omp_get_team_num,
3435 omp_get_team_num_): Export @@OMP_4.0.
3436 * team.c (struct gomp_thread_start_data): Add place field.
3437 (gomp_thread_start): Clear thr->thread_pool and
3438 thr->task before returning. Use gomp_team_barrier_wait_final
3439 instead of gomp_team_barrier_wait. Initialize thr->place.
3440 (gomp_new_team): Initialize work_shares_to_free, work_share_cancelled,
3441 team_cancelled and task_queued_count fields.
3442 (gomp_free_pool_helper): Clear thr->thread_pool and thr->task
3443 before calling pthread_exit.
3444 (gomp_free_thread): No longer static. Use
3445 gomp_managed_threads_lock instead of gomp_remaining_threads_lock.
3446 (gomp_team_start): Add flags argument. Set
3447 thr->thread_pool->threads_busy to nthreads immediately after creating
3448 new pool. Use gomp_managed_threads_lock instead of
3449 gomp_remaining_threads_lock. Handle OpenMP 4.0 affinity.
3450 (gomp_team_end): Use gomp_managed_threads_lock instead of
3451 gomp_remaining_threads_lock. Use gomp_team_barrier_wait_final instead
3452 of gomp_team_barrier_wait. If team->team_cancelled, call
3453 gomp_fini_worshare on ws chain starting at team->work_shares_to_free
3454 rather than thr->ts.work_share.
3455 (initialize_team): Don't call gomp_sem_init here.
3456 * sections.c (GOMP_parallel_sections_start): Adjust gomp_team_start
3457 caller.
3458 (GOMP_parallel_sections, GOMP_sections_end_cancel): New functions.
3459 * env.c (gomp_global_icv): Add default_device_var, target_data and
3460 bind_var initializers.
3461 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
3462 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
3463 gomp_places_list_len): New variables.
3464 (parse_bind_var, parse_one_place, parse_places_var): New functions.
3465 (parse_affinity): Rewritten to construct OMP_PLACES list with unit
3466 sized places.
3467 (gomp_cancel_var): New global variable.
3468 (parse_int): New function.
3469 (handle_omp_display_env): New function.
3470 (initialize_env): Use it. Initialize default_device_var.
3471 Parse OMP_CANCELLATION env var. Use parse_bind_var to parse
3472 OMP_PROC_BIND instead of parse_boolean. Use parse_places_var for
3473 OMP_PLACES parsing. Don't call parse_affinity if OMP_PLACES has
3474 been successfully parsed (and call gomp_init_affinity in that case).
3475 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
3476 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
3477 omp_get_team_num, omp_is_initial_device): New functions.
3478 * libgomp.h: Include stdlib.h.
3479 (ialias_ulp, ialias_str1, ialias_str2, ialias_redirect, ialias_call):
3480 Define.
3481 (struct target_mem_desc): Forward declare.
3482 (struct gomp_task_icv): Add default_device_var, target_data, bind_var
3483 and thread_limit_var fields.
3484 (gomp_get_num_devices): New prototype.
3485 (gomp_cancel_var): New extern decl.
3486 (struct gomp_team): Add work_shares_to_free, work_share_cancelled,
3487 team_cancelled and task_queued_count fields. Add comments about
3488 task_{,queued_,running_}count.
3489 (gomp_cancel_kind): New enum.
3490 (gomp_work_share_end_cancel): New prototype.
3491 (struct gomp_task): Add next_taskgroup, prev_taskgroup, taskgroup,
3492 copy_ctors_done, dependers, depend_hash, depend_count, num_dependees
3493 and depend fields.
3494 (struct gomp_taskgroup): New type.
3495 (struct gomp_task_depend_entry,
3496 struct gomp_dependers_vec): New types.
3497 (gomp_finish_task): Free depend_hash if non-NULL.
3498 (struct gomp_team_state): Add place_partition_off
3499 and place_partition_len fields.
3500 (gomp_bind_var_list, gomp_bind_var_list_len, gomp_places_list,
3501 gomp_places_list_len): New extern decls.
3502 (struct gomp_thread): Add place field.
3503 (gomp_cpu_affinity, gomp_cpu_affinity_len): Remove.
3504 (gomp_init_thread_affinity): Add place argument.
3505 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
3506 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
3507 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
3508 gomp_affinity_init_level, gomp_affinity_print_place): New
3509 prototypes.
3510 (gomp_team_start): Add flags argument.
3511 (gomp_thread_limit_var, gomp_remaining_threads_count,
3512 gomp_remaining_threads_lock): Remove.
3513 (gomp_managed_threads_lock): New variable.
3514 (struct gomp_thread_pool): Add threads_busy field.
3515 (gomp_free_thread): New prototype.
3516 * task.c: Include hashtab.h.
3517 (hash_entry_type): New typedef.
3518 (htab_alloc, htab_free, htab_hash, htab_eq): New inlines.
3519 (gomp_init_task): Clear dependers, depend_hash, depend_count,
3520 copy_ctors_done and taskgroup fields.
3521 (GOMP_task): Add depend argument, handle depend clauses. If
3522 gomp_team_barrier_cancelled or if it's taskgroup has been
3523 cancelled, don't queue or start new tasks. Set copy_ctors_done
3524 field if needed. Initialize taskgroup field. If copy_ctors_done
3525 and already cancelled, don't discard the task. If taskgroup is
3526 non-NULL, enqueue the task into taskgroup queue. Increment
3527 num_children field in taskgroup. Increment task_queued_count.
3528 (gomp_task_run_pre, gomp_task_run_post_remove_parent,
3529 gomp_task_run_post_remove_taskgroup): New inline functions.
3530 (gomp_task_run_post_handle_depend_hash,
3531 gomp_task_run_post_handle_dependers,
3532 gomp_task_run_post_handle_depend): New functions.
3533 (GOMP_taskwait): Use them. If more than one new tasks
3534 have been queued, wake other threads if needed.
3535 (gomp_barrier_handle_tasks): Likewise. If
3536 gomp_team_barrier_cancelled, don't start any new tasks, just free
3537 all tasks.
3538 (GOMP_taskgroup_start, GOMP_taskgroup_end): New functions.
3539 * omp_lib.f90.in
3540 (omp_proc_bind_kind, omp_proc_bind_false,
3541 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
3542 omp_proc_bind_spread): New params.
3543 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
3544 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
3545 omp_get_team_num, omp_is_initial_device): New interfaces.
3546 (omp_get_dynamic, omp_get_nested, omp_in_parallel,
3547 omp_get_max_threads, omp_get_num_procs, omp_get_num_threads,
3548 omp_get_thread_num, omp_get_thread_limit, omp_set_max_active_levels,
3549 omp_get_max_active_levels, omp_get_level, omp_get_ancestor_thread_num,
3550 omp_get_team_size, omp_get_active_level, omp_in_final): Remove
3551 useless use omp_lib_kinds.
3552 * omp.h.in (omp_proc_bind_t): New typedef.
3553 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
3554 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
3555 omp_get_team_num, omp_is_initial_device): New prototypes.
3556 * loop.c (gomp_parallel_loop_start): Add flags argument, pass it
3557 through to gomp_team_start.
3558 (GOMP_parallel_loop_static_start, GOMP_parallel_loop_dynamic_start,
3559 GOMP_parallel_loop_guided_start, GOMP_parallel_loop_runtime_start):
3560 Adjust gomp_parallel_loop_start callers.
3561 (GOMP_parallel_loop_static, GOMP_parallel_loop_dynamic,
3562 GOMP_parallel_loop_guided, GOMP_parallel_loop_runtime,
3563 GOMP_loop_end_cancel): New functions.
3564 (GOMP_parallel_end): Add ialias_redirect.
3565 * hashtab.h: New file.
3566 * libgomp.texi (Environment Variables): Minor cleanup,
3567 update section refs to OpenMP 4.0rc2.
3568 (OMP_DISPLAY_ENV, GOMP_SPINCOUNT): Document these
3569 environment variables.
3570 * work.c (gomp_work_share_end, gomp_work_share_end_nowait): Set
3571 team->work_shares_to_free to thr->ts.work_share before calling
3572 free_work_share.
3573 (gomp_work_share_end_cancel): New function.
3574 * config/linux/proc.c: Include errno.h.
3575 (gomp_get_cpuset_size, gomp_cpuset_size, gomp_cpusetp): New variables.
3576 (gomp_cpuset_popcount): Add cpusetsize argument, use it instead of
3577 sizeof (cpu_set_t) to determine number of iterations. Fix up check
3578 extern decl. Use CPU_COUNT_S if available, or CPU_COUNT if
3579 gomp_cpuset_size is sizeof (cpu_set_t).
3580 (gomp_init_num_threads): Initialize gomp_cpuset_size,
3581 gomp_get_cpuset_size and gomp_cpusetp here, use gomp_cpusetp instead
3582 of &cpuset and pass gomp_cpuset_size instead of sizeof (cpu_set_t)
3583 to pthread_getaffinity_np. Free and clear gomp_cpusetp if it didn't
3584 contain any logical CPUs.
3585 (get_num_procs): Don't call pthread_getaffinity_np if gomp_cpusetp
3586 is NULL. Use gomp_cpusetp instead of &cpuset and pass
3587 gomp_get_cpuset_size instead of sizeof (cpu_set_t) to
3588 pthread_getaffinity_np. Check gomp_places_list instead of
3589 gomp_cpu_affinity. Adjust gomp_cpuset_popcount caller.
3590 * config/linux/bar.c (gomp_barrier_wait_end,
3591 gomp_barrier_wait_last): Use BAR_* defines.
3592 (gomp_team_barrier_wait_end): Likewise. Clear BAR_CANCELLED
3593 from state where needed. Set work_share_cancelled to 0 on last
3594 thread.
3595 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel_end,
3596 gomp_team_barrier_wait_cancel, gomp_team_barrier_cancel): New
3597 functions.
3598 * config/linux/proc.h (gomp_cpuset_popcount): Add attribute_hidden.
3599 Add cpusetsize argument.
3600 (gomp_cpuset_size, gomp_cpusetp): Declare.
3601 * config/linux/affinity.c: Include errno.h, stdio.h and string.h.
3602 (affinity_counter): Remove.
3603 (CPU_ISSET_S, CPU_ZERO_S, CPU_SET_S, CPU_CLR_S): Define
3604 if CPU_ALLOC_SIZE isn't defined.
3605 (gomp_init_affinity): Rewritten, if gomp_places_list is NULL, try
3606 silently create OMP_PLACES=threads, if it is non-NULL afterwards,
3607 bind current thread to the first place.
3608 (gomp_init_thread_affinity): Rewritten. Add place argument, just
3609 pthread_setaffinity_np to gomp_places_list[place].
3610 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
3611 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
3612 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
3613 gomp_affinity_init_level, gomp_affinity_print_place): New functions.
3614 * config/linux/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
3615 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
3616 (gomp_barrier_t): Add awaited_final field.
3617 (gomp_barrier_init): Initialize awaited_final field.
3618 (gomp_team_barrier_wait_final, gomp_team_barrier_wait_cancel,
3619 gomp_team_barrier_wait_cancel_end, gomp_team_barrier_cancel): New
3620 prototypes.
3621 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit. Use BAR_*
3622 defines.
3623 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final_start,
3624 gomp_team_barrier_cancelled): New inline functions.
3625 (gomp_barrier_last_thread,
3626 gomp_team_barrier_set_task_pending,
3627 gomp_team_barrier_clear_task_pending,
3628 gomp_team_barrier_set_waiting_for_tasks,
3629 gomp_team_barrier_waiting_for_tasks,
3630 gomp_team_barrier_done): Use BAR_* defines.
3631 * config/posix/bar.c (gomp_barrier_init): Clear cancellable field.
3632 (gomp_barrier_wait_end): Use BAR_* defines.
3633 (gomp_team_barrier_wait_end): Clear BAR_CANCELLED from state.
3634 Set work_share_cancelled to 0 on last thread, use __atomic_load_n.
3635 Use BAR_* defines.
3636 (gomp_team_barrier_wait_cancel_end, gomp_team_barrier_wait_cancel,
3637 gomp_team_barrier_cancel): New functions.
3638 * config/posix/affinity.c (gomp_init_thread_affinity): Add place
3639 argument.
3640 (gomp_affinity_alloc, gomp_affinity_init_place, gomp_affinity_add_cpus,
3641 gomp_affinity_remove_cpu, gomp_affinity_copy_place,
3642 gomp_affinity_same_place, gomp_affinity_finalize_place_list,
3643 gomp_affinity_init_level, gomp_affinity_print_place): New stubs.
3644 * config/posix/bar.h (BAR_TASK_PENDING, BAR_WAS_LAST,
3645 BAR_WAITING_FOR_TASK, BAR_INCR, BAR_CANCELLED): Define.
3646 (gomp_barrier_t): Add cancellable field.
3647 (gomp_team_barrier_wait_cancel, gomp_team_barrier_wait_cancel_end,
3648 gomp_team_barrier_cancel): New prototypes.
3649 (gomp_barrier_wait_start): Preserve BAR_CANCELLED bit.
3650 (gomp_barrier_wait_cancel_start, gomp_team_barrier_wait_final,
3651 gomp_team_barrier_cancelled): New inline functions.
3652 (gomp_barrier_wait_start, gomp_barrier_last_thread,
3653 gomp_team_barrier_set_task_pending,
3654 gomp_team_barrier_clear_task_pending,
3655 gomp_team_barrier_set_waiting_for_tasks,
3656 gomp_team_barrier_waiting_for_tasks,
3657 gomp_team_barrier_done): Use BAR_* defines.
3658 * barrier.c (GOMP_barrier_cancel): New function.
3659 * omp_lib.h.in (omp_proc_bind_kind, omp_proc_bind_false,
3660 omp_proc_bind_true, omp_proc_bind_master, omp_proc_bind_close,
3661 omp_proc_bind_spread): New params.
3662 (omp_get_cancellation, omp_get_proc_bind, omp_set_default_device,
3663 omp_get_default_device, omp_get_num_devices, omp_get_num_teams,
3664 omp_get_team_num, omp_is_initial_device): New externals.
3665 * parallel.c (GOMP_parallel, GOMP_cancel, GOMP_cancellation_point):
3666 New functions.
3667 (gomp_resolve_num_threads): Adjust for thread_limit now being in
3668 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
3669 infinity. If not nested, just return minimum of max_num_threads
3670 and icv->thread_limit_var and if thr->thread_pool, set threads_busy
3671 to the returned value. Otherwise, don't update atomically
3672 gomp_remaining_threads_count, but instead thr->thread_pool->threads_busy.
3673 (GOMP_parallel_end): Adjust for thread_limit now being in
3674 icv->thread_limit_var. Use UINT_MAX instead of ULONG_MAX as
3675 infinity. Adjust threads_busy in the pool rather than
3676 gomp_remaining_threads_count. Remember team->nthreads and call
3677 gomp_team_end before adjusting threads_busy, if not nested
3678 afterwards, just set it to 1 non-atomically. Add ialias.
3679 (GOMP_parallel_start): Adjust gomp_team_start caller.
3680 * testsuite/libgomp.c/atomic-14.c: Add parens to make it valid.
3681 * testsuite/libgomp.c/affinity-1.c: New test.
3682 * testsuite/libgomp.c/atomic-15.c: New test.
3683 * testsuite/libgomp.c/atomic-16.c: New test.
3684 * testsuite/libgomp.c/atomic-17.c: New test.
3685 * testsuite/libgomp.c/cancel-for-1.c: New test.
3686 * testsuite/libgomp.c/cancel-for-2.c: New test.
3687 * testsuite/libgomp.c/cancel-parallel-1.c: New test.
3688 * testsuite/libgomp.c/cancel-parallel-2.c: New test.
3689 * testsuite/libgomp.c/cancel-parallel-3.c: New test.
3690 * testsuite/libgomp.c/cancel-sections-1.c: New test.
3691 * testsuite/libgomp.c/cancel-taskgroup-1.c: New test.
3692 * testsuite/libgomp.c/cancel-taskgroup-2.c: New test.
3693 * testsuite/libgomp.c/depend-1.c: New test.
3694 * testsuite/libgomp.c/depend-2.c: New test.
3695 * testsuite/libgomp.c/depend-3.c: New test.
3696 * testsuite/libgomp.c/depend-4.c: New test.
3697 * testsuite/libgomp.c/for-1.c: New test.
3698 * testsuite/libgomp.c/for-1.h: New file.
3699 * testsuite/libgomp.c/for-2.c: New test.
3700 * testsuite/libgomp.c/for-2.h: New file.
3701 * testsuite/libgomp.c/for-3.c: New test.
3702 * testsuite/libgomp.c/pr58392.c: New test.
3703 * testsuite/libgomp.c/simd-1.c: New test.
3704 * testsuite/libgomp.c/simd-2.c: New test.
3705 * testsuite/libgomp.c/simd-3.c: New test.
3706 * testsuite/libgomp.c/simd-4.c: New test.
3707 * testsuite/libgomp.c/simd-5.c: New test.
3708 * testsuite/libgomp.c/simd-6.c: New test.
3709 * testsuite/libgomp.c/target-1.c: New test.
3710 * testsuite/libgomp.c/target-2.c: New test.
3711 * testsuite/libgomp.c/target-3.c: New test.
3712 * testsuite/libgomp.c/target-4.c: New test.
3713 * testsuite/libgomp.c/target-5.c: New test.
3714 * testsuite/libgomp.c/target-6.c: New test.
3715 * testsuite/libgomp.c/target-7.c: New test.
3716 * testsuite/libgomp.c/taskgroup-1.c: New test.
3717 * testsuite/libgomp.c/thread-limit-1.c: New test.
3718 * testsuite/libgomp.c/thread-limit-2.c: New test.
3719 * testsuite/libgomp.c/thread-limit-3.c: New test.
3720 * testsuite/libgomp.c/udr-1.c: New test.
3721 * testsuite/libgomp.c/udr-2.c: New test.
3722 * testsuite/libgomp.c/udr-3.c: New test.
3723 * testsuite/libgomp.c++/affinity-1.C: New test.
3724 * testsuite/libgomp.c++/atomic-10.C: New test.
3725 * testsuite/libgomp.c++/atomic-11.C: New test.
3726 * testsuite/libgomp.c++/atomic-12.C: New test.
3727 * testsuite/libgomp.c++/atomic-13.C: New test.
3728 * testsuite/libgomp.c++/atomic-14.C: New test.
3729 * testsuite/libgomp.c++/atomic-15.C: New test.
3730 * testsuite/libgomp.c++/cancel-for-1.C: New test.
3731 * testsuite/libgomp.c++/cancel-for-2.C: New test.
3732 * testsuite/libgomp.c++/cancel-parallel-1.C: New test.
3733 * testsuite/libgomp.c++/cancel-parallel-2.C: New test.
3734 * testsuite/libgomp.c++/cancel-parallel-3.C: New test.
3735 * testsuite/libgomp.c++/cancel-sections-1.C: New test.
3736 * testsuite/libgomp.c++/cancel-taskgroup-1.C: New test.
3737 * testsuite/libgomp.c++/cancel-taskgroup-2.C: New test.
3738 * testsuite/libgomp.c++/cancel-taskgroup-3.C: New test.
3739 * testsuite/libgomp.c++/cancel-test.h: New file.
3740 * testsuite/libgomp.c++/for-9.C: New test.
3741 * testsuite/libgomp.c++/for-10.C: New test.
3742 * testsuite/libgomp.c++/for-11.C: New test.
3743 * testsuite/libgomp.c++/simd-1.C: New test.
3744 * testsuite/libgomp.c++/simd-2.C: New test.
3745 * testsuite/libgomp.c++/simd-3.C: New test.
3746 * testsuite/libgomp.c++/simd-4.C: New test.
3747 * testsuite/libgomp.c++/simd-5.C: New test.
3748 * testsuite/libgomp.c++/simd-6.C: New test.
3749 * testsuite/libgomp.c++/simd-7.C: New test.
3750 * testsuite/libgomp.c++/simd-8.C: New test.
3751 * testsuite/libgomp.c++/target-1.C: New test.
3752 * testsuite/libgomp.c++/target-2.C: New test.
3753 * testsuite/libgomp.c++/target-2-aux.cc: New file.
3754 * testsuite/libgomp.c++/target-3.C: New test.
3755 * testsuite/libgomp.c++/taskgroup-1.C: New test.
3756 * testsuite/libgomp.c++/udr-1.C: New test.
3757 * testsuite/libgomp.c++/udr-2.C: New test.
3758 * testsuite/libgomp.c++/udr-3.C: New test.
3759 * testsuite/libgomp.c++/udr-4.C: New test.
3760 * testsuite/libgomp.c++/udr-5.C: New test.
3761 * testsuite/libgomp.c++/udr-6.C: New test.
3762 * testsuite/libgomp.c++/udr-7.C: New test.
3763 * testsuite/libgomp.c++/udr-8.C: New test.
3764 * testsuite/libgomp.c++/udr-9.C: New test.
3765
bd599dea
JJ
37662013-09-20 Jakub Jelinek <jakub@redhat.com>
3767
3768 PR testsuite/57605
3769 * testsuite/lib/libgomp.exp: Add -fdiagnostics-color=never to
3770 ALWAYS_CFLAGS.
3771
3cbe17f7
AM
37722013-09-20 Alan Modra <amodra@gmail.com>
3773
3774 * configure: Regenerate.
3775
4befd127
JJ
37762013-09-19 Jakub Jelinek <jakub@redhat.com>
3777
3778 * testsuite/libgomp.c/sections-2.c: New test.
3779
946c8f7b
MS
37802013-06-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
3781
3782 * testsuite/libgomp.fortran/strassen.f90:
3783 Add dg-skip-if aarch64_tiny.
3784
1ef3b58e
IS
37852013-06-20 Iain Sandoe <iain@codesourcery.com>
3786 Cesar Philippidis <cesar@codesourcery.com>
3787
3788 * testsuite/lib/libgomp.exp: Reorder lib loads into dependency order.
3789 Do not load_gcc_lib gcc-dg.exp and add a comment as to why.
3790 * testsuite/libgomp.c/c.exp: load_gcc_lib gcc-dg.exp.
3791 * testsuite/libgomp.fortran/fortran.exp: Likewise.
3792 * testsuite/libgomp.graphite/graphite.exp: Likewise.
3793 * testsuite/libgomp.c++/c++.exp: load_gcc_lib gcc-dg.exp.
3794 Use dg-runtest rather than gfortran-dg-runtest.
3795
9275f73a
TS
37962013-06-10 Thomas Schwinge <thomas@codesourcery.com>
3797
3798 * testsuite/libgomp.c/icv-2.c: Extend current handling of
3799 Linux-based x86 systems to cover all GNU systems.
3800 * testsuite/libgomp.c/lock-3.c: Likewise.
3801 * testsuite/libgomp.c/pr48591.c: Likewise.
3802
492992e2
TS
38032013-06-06 Thomas Schwinge <thomas@codesourcery.com>
3804
48df3acb
TS
3805 * configure.tgt (XCFLAGS): Add -ftls-model=initial-exec for
3806 GNU/Hurd, as done for Linux-based systems.
3807
492992e2
TS
3808 * config/posix/ptrlock.h: Fix comment.
3809
4fed6b25
TB
38102013-05-27 Tobias Burnus <burnus@net-b.de>
3811
3812 PR fortran/57423
3813 * libgomp.texi (omp_set_dynamic, omp_set_nested, omp_set_nested,
3814 omp_set_num_threads, omp_init_lock, omp_set_lock, omp_test_lock,
3815 omp_unset_lock, omp_destroy_lock, omp_init_nest_lock,
3816 omp_set_nest_lock, omp_test_nest_lock, omp_unset_nest_lock,
3817 omp_destroy_nest_lock): Correct arguments to match the one in
3818 the OpenMP spec.
3819 * omp_lib.f90.in (omp_init_lock, omp_init_nest_lock, omp_destroy_lock
3820 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock, omp_unset_lock,
3821 omp_unset_nest_lock, omp_set_dynamic, omp_set_nested,
3822 omp_set_num_threads, omp_test_lock, omp_test_nest_lock): Ditto.
3823
5a0f4dd3
JJ
38242013-05-16 Jakub Jelinek <jakub@redhat.com>
3825
3826 * testsuite/libgomp.c/loop-13.c: New test.
3827 * testsuite/libgomp.c/loop-14.c: New test.
3828 * testsuite/libgomp.c/loop-15.c: New test.
3829 * testsuite/libgomp.c++/loop-13.C: New test.
3830 * testsuite/libgomp.c++/loop-14.C: New test.
3831 * testsuite/libgomp.c++/loop-15.C: New test.
3832
6d840d99
JJ
38332013-02-06 Jakub Jelinek <jakub@redhat.com>
3834
3835 PR middle-end/56217
3836 * testsuite/libgomp.c++/pr56217.C: New test.
3837
bed8d8a6
AM
38382013-02-01 Alan Modra <amodra@gmail.com>
3839
3840 * task.c (GOMP_task, GOMP_taskwait): Comment.
3841
3b35cd04
DV
38422013-01-31 Dmitry Vyukov <dvyukov@gcc.gnu.org>
3843 Joost VandeVondele <Joost.VandeVondele@mat.ethz.ch>
3844
3845 PR libgomp/55561
3846 * config/linux/wait.h (do_spin): Use atomic load for addr.
3847 * config/linux/ptrlock.c (gomp_ptrlock_get_slow): Use atomic
3848 for intptr and ptrlock.
3849 * config/linux/ptrlock.h (gomp_ptrlock_get): Use atomic load
3850 for ptrlock.
3851
9a647288
AM
38522013-01-22 Alan Modra <amodra@gmail.com>
3853
3854 PR libgomp/51376
3855 PR libgomp/56073
3856 * task.c (GOMP_task): Revert 2011-12-09 change.
3857 (GOMP_taskwait): Likewise. Instead use atomic load with acquire
3858 barrier to read task->children..
3859 (gomp_barrier_handle_tasks): ..and matching atomic store with
3860 release barrier here when setting parent->children to NULL.
3861
f34dea03
JJ
38622013-01-16 Jakub Jelinek <jakub@redhat.com>
3863 Tobias Burnus <burnus@net-b.de>
3864
3865 PR driver/55884
3866 * testsuite/libgomp.fortran/fortran.exp: Use
3867 -fintrinsic-modules-path= instead of
3868 -fintrinsic-modules-path.
3869
8129609c
RS
38702013-01-14 Richard Sandiford <rdsandiford@googlemail.com>
3871
3872 Update copyright years.
3873
aa86bf1e
TB
38742012-12-19 Tobias Burnus <burnus@net-b.de>
3875
3876 * testsuite/libgomp.fortran/fortran.exp: Set
3877 -fintrinsic-modules-path.
3878
2865ea66
TB
38792012-12-19 Tobias Burnus <burnus@net-b.de>
3880
3881 * testsuite/libgomp.fortran/use_intrinsic_1.f90: New; moved
3882 from gcc/testsuite/gfortran.dg/gomp/use_intrinsic_1.f90.
3883
4c5ba8d0
JJ
38842012-11-21 Jakub Jelinek <jakub@redhat.com>
3885
3886 PR libgomp/55411
3887 * team.c (gomp_free_thread): Decrease gomp_managed_threads
3888 if pool had any threads_used.
3889
e9f958c2
JH
38902012-11-07 Jack Howarth <howarth@bromo.med.uc.edu>
3891
3892 * testsuite/libgomp.c++/pr24455.C: Use
3893 -Wl,-undefined,dynamic_lookup on darwin.
3894
a57d75dc
DE
38952012-11-07 David Edelsohn <dje.gcc@gmail.com>
3896
3897 * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.
3898
c6c08485
DH
38992012-10-24 Dominique d'Humieres <dominiq@lps.ens.fr>
3900
3901 * testsuite/libgomp.graphite/force-parallel-6.c: Adjust the loops.
3902
c1f37c00
IB
39032012-10-23 Ian Bolton <ian.bolton@arm.com>
3904 Jim MacArthur <jim.macarthur@arm.com>
3905 Marcus Shawcroft <marcus.shawcroft@arm.com>
3906 Nigel Stephens <nigel.stephens@arm.com>
3907 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3908 Richard Earnshaw <rearnsha@arm.com>
3909 Sofiane Naci <sofiane.naci@arm.com>
3910 Stephen Thomas <stephen.thomas@arm.com>
3911 Tejas Belagod <tejas.belagod@arm.com>
3912 Yufeng Zhang <yufeng.zhang@arm.com>
3913
3914 * configure.tgt: Add AArch64.
3915
7c424acd
JM
39162012-10-04 Jason Merrill <jason@redhat.com>
3917
3918 * testsuite/libgomp.c++/tls-init1.C: New.
3919
6608378b
DE
39202012-09-14 David Edelsohn <dje.gcc@gmail.com>
3921
3922 * configure: Regenerated.
3923
c24dbebb
CLT
39242012-08-29 Chung-Lin Tang <cltang@codesourcery.com>
3925
3926 * config/linux/mips/futex.h (sys_futex0): Change to static
3927 function with noinline, nomips16 attributes under MIPS16. Adjust
3928 asm statement to place 'li v0,SYS_futex' immediately before
3929 syscall insn.
3930
3d3949df
SL
39312012-07-04 Sandra Loosemore <sandra@codesourcery.com>
3932
3933 * libgomp.texi (Library Index): Renamed from "Index" to prevent
3934 conflict with index.html on case-insensitive file systems.
3935
68a12ef3
UB
39362012-07-03 Uros Bizjak <ubizjak@gmail.com>
3937
3938 * config/linux/x86/futex.h (cpu_relax): Use __builtin_ia32_pause.
3939 * testsuite/libgomp.c/sort-1.c (busy_wait): Ditto.
3940
33ad93b9 39412012-07-02 Richard Guenther <rguenther@suse.de>
68a12ef3
UB
3942 Michael Matz <matz@suse.de>
3943 Tobias Grosser <tobias@grosser.es>
3944 Sebastian Pop <sebpop@gmail.com>
33ad93b9
RG
3945
3946 * testsuite/libgomp.graphite/force-parallel-4.c: Adjust.
3947 * testsuite/libgomp.graphite/force-parallel-5.c: Likewise.
3948 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
3949 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
3950
e6fdc918
AS
39512012-06-28 Andreas Schwab <schwab@linux-m68k.org>
3952
3953 * libgomp.texi: Include gpl_v3.texi instead of gpl.texi.
3954
62e0a1ed
RG
39552012-06-22 Richard Guenther <rguenther@suse.de>
3956
3957 Merge from graphite branch
3958 2012-01-13 Tobias Grosser <tobias@grosser.es>
3959
3960 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
3961 * testsuite/libgomp.graphite/force-parallel-2.c: Likewise.
3962
26127932
JJ
39632012-06-07 Jakub Jelinek <jakub@redhat.com>
3964
3965 PR middle-end/53580
3966 * testsuite/libgomp.c/pr26943-2.c: Remove #pragma omp barrier,
3967 use GOMP_barrier () call instead.
3968 * testsuite/libgomp.c/pr26943-3.c: Likewise.
3969 * testsuite/libgomp.c/pr26943-4.c: Likewise.
3970 * testsuite/libgomp.fortran/vla4.f90: Remove !$omp barrier,
3971 call GOMP_barrier instead.
3972 * testsuite/libgomp.fortran/vla5.f90: Likewise.
3973
43fa5db5
JJ
39742012-06-06 Jakub Jelinek <jakub@redhat.com>
3975
3976 PR libgomp/52993
3977 * config/linux/lock.c (gomp_init_nest_lock_25): Fix up last
3978 argument to memset call.
3979
e6d5f8c9
L
39802012-05-16 H.J. Lu <hongjiu.lu@intel.com>
3981
3982 * configure: Regenerated.
3983
559d990c
MLI
39842012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
3985
3986 * testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
3987
b9c23a61
L
39882012-03-31 H.J. Lu <hongjiu.lu@intel.com>
3989
3990 PR bootstrap/52812
3991 * configure.tgt (i[456]86-*-linux*): Handle -mx32 like -m64.
3992
c140ddf3
JJ
39932012-03-22 Jakub Jelinek <jakub@redhat.com>
3994
3995 PR middle-end/52547
3996 * testsuite/libgomp.c/pr52547.c: New test.
3997
6a26a74d
BRF
39982012-03-16 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3999
4000 * testsuite/lib/libgomp.exp: load fortran-modules.exp
4001
b24513a1
RO
40022012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4003
4004 * configure.tgt (mips-sgi-irix6*): Remove.
4005
5c30094f
RO
40062012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4007
4008 * configure.tgt (alpha*-dec-osf*): Remove.
4009
4010 * config/osf/sem.h: Remove.
4011 * config/posix/lock.c (_XOPEN_SOURCE): Define unconditionally.
4012
a339c9d6
EB
40132012-02-29 Eric Botcazou <ebotcazou@adacore.com>
4014
4015 * config/linux/sparc/futex.h (cpu_relax): Read from CC register.
4016
cc2de92d
RO
40172012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4018
4019 PR libstdc++/52188
4020 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Remove symvers_renaming.
4021 Remove ENABLE_SYMVERS_SOL2.
4022 * configure: Regenerate.
4023 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB] (comma): New variable.
4024 (PREPROCESS): New variable.
4025 (libgomp.ver): New target.
4026 [LIBGOMP_BUILD_VERSIONED_SHLIB &&
4027 LIBGOMP_BUILD_VERSIONED_SHLIB_GNU]: Remove
4028 LIBGOMP_BUILD_VERSIONED_SHLIB_SOL2 handling.
4029 Use libgomp.ver.
4030 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Use libgomp.ver, libgomp.ver-sun.
4031 * Makefile.in: Regenerate.
4032
dd552284
WL
40332012-02-14 Walter Lee <walt@tilera.com>
4034
4035 * configure.tgt: Handle tilegx and tilepro.
4036 * config/linux/tile/futex.h: New file.
4037
31432e21
RG
40382012-02-08 Richard Guenther <rguenther@suse.de>
4039
4040 PR tree-optimization/46886
4041 * testsuite/libgomp.c/pr46886.c: New testcase.
4042
b9264b5f
MK
40432012-01-25 Matthias Klose <doko@ubuntu.com>
4044
4045 * config/linux/arm: Remove empty directory.
4046 * configure.tgt (config_path): Remove linux-arm for arm*-*-linux*.
4047
fbf7be80
AM
40482011-12-09 Alan Modra <amodra@gmail.com>
4049
4050 PR libgomp/51376
4051 * task.c (GOMP_taskwait): Don't access task->children outside of
4052 task_lock mutex region.
4053 (GOMP_task): Likewise.
4054
5de62d00
JJ
40552011-12-06 Jakub Jelinek <jakub@redhat.com>
4056
4057 PR libgomp/51132
4058 * testsuite/libgomp.graphite/force-parallel-1.c: Move large arrays
4059 to file scope.
4060 * testsuite/libgomp.graphite/force-parallel-3.c: Likewise.
4061 * testsuite/libgomp.graphite/force-parallel-6.c: Likewise.
4062 * testsuite/libgomp.graphite/force-parallel-7.c: Likewise.
4063 * testsuite/libgomp.graphite/force-parallel-8.c: Likewise.
4064 * testsuite/libgomp.graphite/force-parallel-9.c: Likewise.
4065
45608a43
AM
40662011-12-02 Alan Modra <amodra@gmail.com>
4067
4068 * config/linux/affinity.c: Use atomic rather than sync builtin.
4069 * config/linux/lock.c: Likewise.
4070 * config/linux/ptrlock.h: Likewise.
4071 * config/linux/ptrlock.c: Likewise.
4072 * config/linux/ptrlock.h (gomp_ptrlock_set): Always write here..
4073 * config/linux/ptrlock.c (gomp_ptrlock_set_slow): ..not here.
4074 * config/linux/futex.h (atomic_write_barrier): Delete unused function.
4075 * config/linux/alpha/futex.h (atomic_write_barrier): Likewise.
4076 * config/linux/ia64/futex.h (atomic_write_barrier): Likewise.
4077 * config/linux/mips/futex.h (atomic_write_barrier): Likewise.
4078 * config/linux/powerpc/futex.h (atomic_write_barrier): Likewise.
4079 * config/linux/s390/futex.h (atomic_write_barrier): Likewise.
4080 * config/linux/sparc/futex.h (atomic_write_barrier): Likewise.
4081 * config/linux/x86/futex.h (atomic_write_barrier): Likewise.
4082
ab6dd406
AM
40832011-11-30 Alan Modra <amodra@gmail.com>
4084
4085 PR libgomp/51298
4086 * config/linux/bar.h: Use atomic rather than sync builtins.
4087 * config/linux/bar.c: Likewise. Add missing acquire
4088 synchronisation on generation field.
4089 * task.c (gomp_barrier_handle_tasks): Regain lock so as to not
4090 double unlock.
4091
b40c885f
AM
40922011-11-30 Alan Modra <amodra@gmail.com>
4093
4094 * ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.
4095 * critical.c (GOMP_critical_start): Add MEMMODEL_RELEASE fence.
4096 * config/linux/mutex.h: Use atomic rather than sync builtins.
4097 * config/linux/mutex.c: Likewise. Comment. Use -1 for waiting state.
4098 * config/linux/omp-lock.h: Comment fix.
4099 * config/linux/arm/mutex.h: Delete.
4100 * config/linux/powerpc/mutex.h: Delete.
4101 * config/linux/ia64/mutex.h: Delete.
4102 * config/linux/mips/mutex.h: Delete.
4103
3e348fcc
AM
41042011-11-30 Alan Modra <amodra@gmail.com>
4105
4106 PR libgomp/51249
4107 * config/linux/sem.h: Rewrite.
4108 * config/linux/sem.c: Rewrite.
4109
cef86eb2
RH
41102011-11-28 Richard Henderson <rth@redhat.com>
4111
4112 * libgomp.h (enum memmodel): New.
4113
c6084f68
AT
41142011-11-21 Andreas Tobler <andreast@fgznet.ch>
4115
4116 * configure: Regenerate.
4117
06fe026c
MK
41182011-10-10 Matthias Klose <doko@ubuntu.com>
4119
4120 * config/posix95: Remove empty directory.
4121
a6c975bd
JJ
41222011-08-26 Jakub Jelinek <jakub@redhat.com>
4123
4124 * testsuite/libgomp.fortran/threadprivate4.f90: New test.
4125
c26dffff
JJ
41262011-08-19 Jakub Jelinek <jakub@redhat.com>
4127
4128 PR fortran/49792
4129 * testsuite/libgomp.fortran/pr49792-1.f90: New test.
4130 * testsuite/libgomp.fortran/pr49792-2.f90: New test.
4131
ddaad3c8
RO
41322011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4133
4134 * config/posix95/lock.c, posix95/omp-lock.h: Remove.
4135
98d03683
RO
41362011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4137
4138 PR libgomp/49965
4139 * testsuite/libgomp.c++/task-8.C: Replaced err by errval.
4140
e0b23d9f
UB
41412011-08-03 Uros Bizjak <ubizjak@gmail.com>
4142
4143 * config/linux/proc.h: New.
4144 * config/linux/proc.c: Include "proc.h". Do not include <sched.h>.
4145 (gomp_cpuset_popcount): Rename from cpuset_popcount. No more static.
4146 (gomp_init_num_threads): Update call to cpuset_popcount.
4147 (get_num_procs): Ditto.
4148 * config/linux/affinity.c (gomp_init_affinity): Call
4149 gomp_cpuset_popcount.
4150
20906c66
JJ
41512011-08-02 Jakub Jelinek <jakub@redhat.com>
4152
4153 PR fortran/42041
4154 PR fortran/46752
4155 * omp.h.in (omp_in_final): New prototype.
4156 * omp_lib.f90.in (omp_in_final): New interface.
4157 (omp_integer_kind, omp_logical_kind): Remove
4158 and replace all its uses in the module with 4.
4159 (openmp_version): Change to 201107.
4160 * omp_lib.h.in (omp_sched_static, omp_sched_dynamic,
4161 omp_sched_guided, omp_sched_auto): Use omp_sched_kind
4162 kind for the parameters.
4163 (omp_in_final): New external.
4164 (openmp_version): Change to 201107.
4165 * task.c (omp_in_final): New function.
4166 (gomp_init_task): Initialize final_task.
4167 (GOMP_task): Remove unused attribute from flags. Handle final
4168 tasks.
4169 (GOMP_taskyield): New function.
4170 (omp_in_final): Return true if if (false) or final (true) task
4171 or descendant of final (true).
4172 * fortran.c (omp_in_final_): New function.
4173 * libgomp.map (OMP_3.1): Export omp_in_final and omp_in_final_.
4174 (GOMP_3.0): Export GOMP_taskyield.
4175 * env.c (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New
4176 variables.
4177 (parse_unsigned_long_list): New function.
4178 (initialize_env): Use it for OMP_NUM_THREADS. Call parse_boolean
4179 with "OMP_PROC_BIND". If OMP_PROC_BIND=true, call gomp_init_affinity
4180 even if parse_affinity returned false.
4181 * config/linux/affinity.c (gomp_init_affinity): Handle
4182 gomp_cpu_affinity_len == 0.
4183 * libgomp_g.h (GOMP_taskyield): New prototype.
4184 * libgomp.h (struct gomp_task): Add final_task field.
4185 (gomp_nthreads_var_list, gomp_nthreads_var_list_len): New externs.
4186 * team.c (gomp_team_start): Override new task's nthreads_var icv
4187 if list form OMP_NUM_THREADS has been used and it has value for
4188 the new nesting level.
4189
4190 * testsuite/libgomp.c/atomic-11.c: New test.
4191 * testsuite/libgomp.c/atomic-12.c: New test.
4192 * testsuite/libgomp.c/atomic-13.c: New test.
4193 * testsuite/libgomp.c/atomic-14.c: New test.
4194 * testsuite/libgomp.c/reduction-6.c: New test.
4195 * testsuite/libgomp.c/task-5.c: New test.
4196 * testsuite/libgomp.c++/atomic-2.C: New test.
4197 * testsuite/libgomp.c++/atomic-3.C: New test.
4198 * testsuite/libgomp.c++/atomic-4.C: New test.
4199 * testsuite/libgomp.c++/atomic-5.C: New test.
4200 * testsuite/libgomp.c++/atomic-6.C: New test.
4201 * testsuite/libgomp.c++/atomic-7.C: New test.
4202 * testsuite/libgomp.c++/atomic-8.C: New test.
4203 * testsuite/libgomp.c++/atomic-9.C: New test.
4204 * testsuite/libgomp.c++/task-8.C: New test.
4205 * testsuite/libgomp.c++/reduction-4.C: New test.
4206 * testsuite/libgomp.fortran/allocatable7.f90: New test.
4207 * testsuite/libgomp.fortran/allocatable8.f90: New test.
4208 * testsuite/libgomp.fortran/crayptr3.f90: New test.
4209 * testsuite/libgomp.fortran/omp_atomic3.f90: New test.
4210 * testsuite/libgomp.fortran/omp_atomic4.f90: New test.
4211 * testsuite/libgomp.fortran/pointer1.f90: New test.
4212 * testsuite/libgomp.fortran/pointer2.f90: New test.
4213 * testsuite/libgomp.fortran/task4.f90: New test.
4214
42152011-08-02 Tobias Burnus <burnus@net-b.de>
4216
4217 * libgomp.texi: Update OpenMP spec references to 3.1.
4218 (omp_in_final,OMP_PROC_BIND): New sections.
4219 (OMP_NUM_THREADS): Document that the value can be now a list.
4220 (GOMP_STACKSIZE,GOMP_CPU_AFFINITY): Update @ref.
4221
c01ecafc
L
42222011-08-02 H.J. Lu <hongjiu.lu@intel.com>
4223
4224 * config/linux/x86/futex.h: Check __x86_64__ instead of
4225 __LP64__.
4226
25142650
JJ
42272011-07-29 Jakub Jelinek <jakub@redhat.com>
4228
4229 PR middle-end/49897
4230 PR middle-end/49898
4231 * testsuite/libgomp.c/pr49897-1.c: New test.
4232 * testsuite/libgomp.c/pr49897-2.c: New test.
4233 * testsuite/libgomp.c/pr49898-1.c: New test.
4234 * testsuite/libgomp.c/pr49898-2.c: New test.
4235
f53d712f
L
42362011-07-28 H.J. Lu <hongjiu.lu@intel.com>
4237
4238 * testsuite/lib/libgomp.exp (libgomp_init): Add -march=i486
4239 for ia32 instead of ilp32.
4240
4241 * testsuite/libgomp.c/atomic-1.c: Require ia32 instead of ilp32.
4242 * testsuite/libgomp.c/atomic-6.c: Likewise.
4243
3689198d
SP
42442011-07-23 Sebastian Pop <sebastian.pop@amd.com>
4245
4246 * testsuite/libgomp.graphite/force-parallel-1.c: Un-xfail.
4247 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust pattern.
4248
1a79cb73
RO
42492011-07-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4250
4251 PR libgomp/45351
4252 * config/osf/sem.h: New file.
4253 * configure.tgt (alpha*-dec-osf*): Prepend osf to config_path.
4254
c1f51484
RO
42552011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4256
4257 PR target/49541
4258 * testsuite/lib/libgomp.exp (libgomp_init): Don't add -lgomp to
4259 ldflags.
4260
bfee0724
JJ
42612011-07-15 Jakub Jelinek <jakub@redhat.com>
4262
4263 * config/linux/wait.h (do_spin): New inline, largely copied
4264 from do_wait, just don't do futex_wait here, instead return true if
4265 it should be done.
4266 (do_wait): Implement using do_spin.
4267 * config/linux/mutex.h (gomp_mutex_lock_slow): Add an int argument
4268 to prototype.
4269 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
4270 __sync_bool_compare_and_swap, pass the oldval to
4271 gomp_mutex_lock_slow.
4272 * config/linux/mutex.c (gomp_mutex_lock_slow): Add oldval argument.
4273 If all mutex contenders are just spinning and not sleeping, don't
4274 change state to 2 unnecessarily. Optimize the loop when state has
4275 already become 2 to use just one atomic operation per loop instead
4276 of two.
4277 * config/linux/ia64/mutex.h (gomp_mutex_lock_slow): Add an int argument
4278 to prototype.
4279 (gomp_mutex_lock): Use __sync_val_compare_and_swap instead of
4280 __sync_bool_compare_and_swap, pass the oldval to
4281 gomp_mutex_lock_slow.
4282
fb79f500
JJ
42832011-06-22 Jakub Jelinek <jakub@redhat.com>
4284
4285 PR libgomp/49490
4286 * iter.c (gomp_iter_static_next): For chunk size 0
4287 only use n ceil/ nthreads size for the first
4288 n % nthreads threads in the team instead of
4289 all threads except for the last few ones which
4290 get less work or none at all.
4291 * iter_ull.c (gomp_iter_ull_static_next): Likewise.
4292 * env.c (parse_schedule): If OMP_SCHEDULE doesn't have
4293 chunk argument, set run_sched_modifier to 0 for static
4294 resp. 1 for other kinds. If chunk argument is 0
4295 and not static, set value to 1.
4296
4577f730
JJ
42972011-05-19 Jakub Jelinek <jakub@redhat.com>
4298
ea93a47b
JJ
4299 PR c++/49043
4300 * testsuite/libgomp.c++/pr49043.C: New test.
4301
4577f730
JJ
4302 PR c++/48869
4303 * testsuite/libgomp.c++/pr48869.C: New test.
4304
e7385332
JJ
43052011-05-06 Jakub Jelinek <jakub@redhat.com>
4306
4307 PR fortran/48894
4308 * fortran.c: Include limits.h.
4309 (TO_INT): Define.
4310 (omp_set_dynamic_8_, omp_set_num_threads_8_): Use !!*set instead of
4311 *set.
4312 (omp_set_num_threads_8_, omp_set_schedule_8_,
4313 omp_set_max_active_levels_8_, omp_get_ancestor_thread_num_8_,
4314 omp_get_team_size_8_): Use TO_INT macro.
4315 * testsuite/libgomp.fortran/pr48894.f90: New test.
4316
20790697
JJ
43172011-04-13 Jakub Jelinek <jakub@redhat.com>
4318
4319 PR middle-end/48591
4320 * testsuite/libgomp.c/pr48591.c: New test.
4321
bf382f5f
RO
43222011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4323
4324 PR bootstrap/48135
4325 * acinclude.m4 (enable_symvers): Handle --disable-symvers.
4326 * configure: Regenerate.
4327
113a53c1
JJ
43282011-02-27 Jakub Jelinek <jakub@redhat.com>
4329
4330 PR fortran/47886
4331 * testsuite/libgomp.fortran/task3.f90: New test.
4332
0024f1af
TB
43332011-02-24 Tobias Burnus <burnus@net-b.de>
4334
4335 * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
4336
21e1e594
JJ
43372011-02-23 Jakub Jelinek <jakub@redhat.com>
4338
4339 PR libgomp/47854
4340 * libgomp.texi (omp_get_wtime): Don't say time in the past
4341 must be Unix Epoch.
4342
67962076
JJ
43432011-02-18 Jakub Jelinek <jakub@redhat.com>
4344
4345 PR libgomp/47804
4346 * testsuite/libgomp.fortran/fortran.exp: Check for both
4347 libquadmath.a and libquadmath.${shlib_ext}. If neither exists,
4348 but $blddir != "", still append ${blddir}/${lang_library_path}
4349 to ld_library_path.
4350
3808007c
TB
43512011-02-16 Tobias Burnus <burnus@net-b.de>
4352
4353 PR libgomp/47758
4354 * testsuite/libgomp.fortran/fortran.exp: Check for the existence
4355 of libquadmath.a before adding its libpath to ldflags.
4356
53b4d41d
JJ
43572011-02-14 Jakub Jelinek <jakub@redhat.com>
4358
4359 PR libgomp/47731
4360 * config/linux/futex.h (futex_wait): Pass NULL as timeout argument
4361 to FUTEX_WAIT futex syscall.
4362 * config/linux/wait.h: Include <futex.h> instead of "futex.h".
4363
029c8f3e
RW
43642011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4365
4366 * configure: Regenerate.
4367
bddd6626
BK
43682011-01-20 Benjamin Kosnik <bkoz@redhat.com>
4369
4370 PR libstdc++/36104
4371 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.
4372
f1d4ab26
GP
43732011-01-16 Gerald Pfeifer
4374
4375 * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.
4376
2b503136
JJ
43772010-12-14 Jakub Jelinek <jakub@redhat.com>
4378
4379 PR fortran/46874
4380 * libgomp.fortran/allocatable6.f90: New test.
4381
c0f9d583
RO
43822010-12-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4383
4384 * acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.
4385 * configure: Regenerate.
4386
7de6ba7a
DK
43872010-12-06 Dave Korn <dave.korn.cygwin@gmail.com>
4388
4389 PR target/40125
4390 PR lto/46695
4391 * configure.ac: Invoke ACX_LT_HOST_FLAGS.
4392 * Makefile.am (libgomp_la_LDFLAGS): Use lt_host_flags.
4393 * aclocal.m4: Regenerate.
4394 * configure: Regenerate.
4395 * Makefile.in: Regenerate.
4396 * testsuite/Makefile.in: Regenerate.
4397
b7516041
JJ
43982010-12-02 Jakub Jelinek <jakub@redhat.com>
4399
edaadf74
JJ
4400 PR fortran/46753
4401 * libgomp.fortran/pr46753.f90: New test.
4402
4c698cf8
JJ
4403 PR libgomp/43706
4404 * env.c (initialize_env): Default to spin count 300000
4405 instead of 20000000 if neither OMP_WAIT_POLICY nor GOMP_SPINCOUNT
4406 is specified.
4407
b7516041
JJ
4408 PR libgomp/45240
4409 * parallel.c (GOMP_parallel_end): Unlock gomp_remaining_threads_lock
4410 at the end if sync builtins aren't supported.
4411
6b43a34c
RO
44122010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4413
4414 * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.
4415
950691fa
RO
44162010-12-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4417
4418 * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.
4419
fb9041ea
IS
44202010-11-24 Iain Sandoe <iains@gcc.gnu.org>
4421
4422 * testsuite/libgomp.fortran/fortran.exp: Add paths for libquadmath.
4423
1ec601bf
FXC
44242010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4425 Tobias Burnus <burnus@net-b.de>
4426
4427 PR fortran/32049
3e348fcc 4428 * configure.ac:
1ec601bf
FXC
4429 * configure: Regenerate.
4430
d213e92e
MS
44312010-10-06 Marcus Shawcroft <marcus.shawcroft@arm.com>
4432
4433 * config/linux/futex.h: New.
4434 * config/linux/arm/mutex.h: New.
4435 * configure.tgt (arm*-*-linux*): Add config path.
4436
89d5c66f
SP
44372010-09-30 Sebastian Pop <sebastian.pop@amd.com>
4438
4439 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
4440
87350d4a
TB
44412010-09-23 Tobias Burnus <burnus@net-b.de>
4442
4443 * libgomp.texi (omp_get_nested, omp_set_nested, omp_set_dynamic):
4444 Change Fortran datatype to LOGICAL.
4445 (omp_set_lock, omp_test_lock, omp_unset_lock, omp_set_nested_lock,
4446 omp_unset_nested_lock): Use intent(inout) instead of intent(out).
4447
75bc9e5e
RW
44482010-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4449
4450 * configure: Regenerate.
4451
acb5c916
JJ
44522010-07-26 Jakub Jelinek <jakub@redhat.com>
4453
4454 * libgomp.texi: Add function keyword to a couple of Fortran
4455 interfaces, use integer instead of int for Fortran.
4456
6a2ba183
AH
44572010-07-26 Aldy Hernandez <aldyh@redhat.com>
4458
4459 * libgomp.texi: Fix spelling and pasto problems throughout.
4460 Adjust prototypes to match code.
4461
df161b69
TB
44622010-07-24 Tobias Burnus <burnus@net-b.de>
4463
4464 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: Add -w to
4465 silence -fwhole-file warning.
4466
16c9d3b1
RO
44672010-07-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4468
4469 * configure.tgt (*-*-solaris2.[56]*): Removed.
4470
6d28b933
RO
44712010-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4472
4473 * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.
4474 Define LIBGOMP_BUILD_VERSIONED_SHLIB_GNU,
4475 LIBGOMP_BUILD_VERSIONED_SHLIB_SUN automake conditionals.
4476 (HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT): Define unless
4477 targetting solaris2*.
4478 * configure: Regenerate.
4479 * config.h.in: Regenerate.
4480
4481 * Makefile.am [LIBGOMP_BUILD_VERSIONED_SHLIB]: Protect
4482 libgomp_version_script with LIBGOMP_BUILD_VERSIONED_SHLIB_GNU.
4483 Add libgomp_version_dep.
4484 [LIBGOMP_BUILD_VERSIONED_SHLIB_SUN]: Handle Sun symbol
4485 versioning.
4486 [!LIBGOMP_BUILD_VERSIONED_SHLIB]: Add libgomp_version_dep.
4487 (libgomp_la_DEPENDENCIES): Set to $(libgomp_version_dep).
4488 * Makefile.in: Regenerate.
4489
4490 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef unless
4491 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
4492 * libgomp.map (OMP_1.0): Move symbols both in OMP_1.0 and OMP_3.0
4493 to common block, protected by
4494 HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT.
4495
07a67d6a
GP
44962010-06-10 Gerald Pfeifer <gerald@pfeifer.com>
4497
4498 * libgomp.texi: Move to GFDL version 1.3. Update copyright years.
4499
dbd34b89
IS
45002010-06-09 Iain Sandoe <iains@gcc.gnu.org>
4501
4502 PR bootstrap/43170
4503 * configure: Regenerate.
4504
13917ae3
RW
45052010-05-04 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4506
4507 PR other/43620
4508 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
4509 * configure: Regenerate.
4510 * Makefile.in: Regenerate.
4511 * testsuite/Makefile.in: Regenerate.
4512
b83a701b
JJ
45132010-04-26 Jakub Jelinek <jakub@redhat.com>
4514
4515 PR c/43893
4516 * testsuite/libgomp.c/pr43893.c: New test.
4517 * testsuite/libgomp.c++/pr43893.C: New test.
4518
78db7d92
JJ
45192010-04-21 Jakub Jelinek <jakub@redhat.com>
4520
4521 PR middle-end/43570
4522 * testsuite/libgomp.fortran/vla8.f90: New test.
4523
5221d7a9
JJ
45242010-04-20 Jakub Jelinek <jakub@redhat.com>
4525
e4ba7a60
JJ
4526 PR libgomp/43706
4527 * config/linux/affinity.c (gomp_init_affinity): Decrease
4528 gomp_available_cpus if affinity mask confines the process to fewer
4529 CPUs.
4530 * config/linux/proc.c (get_num_procs): If gomp_cpu_affinity is
4531 non-NULL, just return gomp_available_cpus.
4532
5221d7a9
JJ
4533 PR libgomp/43569
4534 * sections.c (gomp_sections_init): Initialize ws->mode.
4535
289a9f86
UB
45362010-04-14 Uros Bizjak <ubizjak@gmail.com>
4537
4538 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but
4539 not unused bar variable.
4540 * configure: Regenerate.
4541
4d9e8446
RW
45422010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4543
4544 * Makefile.in: Regenerate.
4545 * aclocal.m4: Regenerate.
4546 * testsuite/Makefile.in: Regenerate.
4547
80f046cc
JJ
45482010-03-22 Jakub Jelinek <jakub@redhat.com>
4549
4550 PR libgomp/42942
4551 * env.c (parse_unsigned_long): Add ALLOW_ZERO argument.
4552 (initialize_env): Adjust callers.
4553 (omp_set_max_active_levels): Set gomp_max_active_levels_var even
4554 when the argument is 0.
4555
4556 * testsuite/libgomp.c/pr42942.c: New test.
4557
b58543c3
SP
45582010-03-08 Tobias Grosser <grosser@fim.uni-passau.de>
4559
4560 PR middle-end/42644
4561 PR middle-end/42130
4562 * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
4563 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
4564
41d1138f
RO
45652010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4566
4567 * testsuite/libgomp.c++/task-1.C: Renamed err to e.
4568 * testsuite/libgomp.c++/task-6.C: Likewise.
4569
6684eb28
SE
45702010-01-28 Steve Ellcey <sje@cup.hp.com>
4571
4572 * configure.tgt (*-*-hpux*): Add -frandom-seed flag.
4573
2122aa97
PB
45742010-01-26 Paolo Bonzini <bonzini@gnu.org>
4575
4576 * configure.ac: Test for executability of _the first word_ of GFORTRAN.
4577 * configure: Regenerate.
4578
057dd91d
JJ
45792010-01-26 Jakub Jelinek <jakub@redhat.com>
4580
4581 PR fortran/42866
4582 * testsuite/libgomp.fortran/allocatable5.f90: New test.
4583
d0709b6a
PB
45842010-01-20 Paolo Bonzini <bonzini@gnu.org>
4585
4586 * configure.ac: Test for executability of GFORTRAN.
4587 * configure: Regenerate.
4588
b9497ab5
RO
45892010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4590
4591 * configure: Regenerate.
4592
45de5648
L
45932010-01-04 H.J. Lu <hongjiu.lu@intel.com>
4594
4595 PR libgomp/42602
4596 * libgomp.fortran/recursion1.f90 (sub): Make 's' atomic.
4597
e74003a1
RG
45982010-01-03 Richard Guenther <rguenther@suse.de>
4599
4600 * testsuite/libgomp.fortran/recursion1.f90: New testcase.
4601
1b3abda8
SP
46022009-12-23 Sebastian Pop <sebpop@gmail.com>
4603
4604 * testsuite/libgomp.graphite/pr4118.c: New.
4605
e19977d3
IS
46062009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
4607
4608 * testsuite/libgomp.fortran/crayptr2.f90: Remove forced static linkage
4609 for darwin, protect the test with require-effective-target tls_runtime.
4610 * testsuite/libgomp.fortran/pr32550.f90: Ditto.
4611
1d32a772
IS
46122009-12-22 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
4613
4614 PR target/41605
4615 * testsuite/lib/libgomp.exp: Provide -B options to allow for
4616 link spec %s substitutions for static libraries.
4617
deb109b2
JH
46182009-12-18 Jack Howarth <howarth@bromo.med.uc.edu>
4619
4620 PR testsuite/42135
4621 * libgomp.graphite/force-parallel-2.c: Reduce array size.
4622
43e02a8a
RW
46232009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4624
4625 * Makefile.in: Regenerate.
4626 * configure: Regenerate.
4627 * testsuite/Makefile.in: Regenerate.
4628
17f35e23
DK
46292009-11-30 Dave Korn <dave.korn.cygwin@gmail.com>
4630
4631 * testsuite/lib/libgomp.exp (libgomp_init): Add host-dependent
4632 settings for LC_ALL and LANG.
4633
281e33e1
JJ
46342009-11-25 Jakub Jelinek <jakub@redhat.com>
4635
4636 PR fortran/42162
4637 * testsuite/libgomp.fortran/pr42162.f90: New test.
4638
2b32c27d
JJ
46392009-11-13 Jakub Jelinek <jakub@redhat.com>
4640
4641 PR middle-end/42029
281e33e1 4642 * testsuite/libgomp.c/pr42029.c: New test.
2b32c27d 4643
89c74f4a
JJ
46442009-10-26 Jakub Jelinek <jakub@redhat.com>
4645
4646 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid using too many
4647 *s. Accept ld version without text in ()s.
4648 * configure: Regenerated.
4649
7e06c3d6
EB
46502009-10-22 Razya Ladelsky <razya@il.ibm.com>
4651
4652 * testsuite/libgomp.graphite/force-parallel-2.c: Adjust scan.
4653
0046b1a7
RW
46542009-10-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4655
4656 PR libgomp/41418
4657 * configure.ac: Set FC to "no" if $GFORTRAN starts with "no"
4658 or a hyphen (happens with fortran language disabled).
4659 * configure: Regenerate.
4660
c82852f7
RW
46612009-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4662
4663 * acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid 'head',
4664 use sed script portable to Solaris /bin/sed for extracting ld
4665 version.
4666 * configure: Regenerate.
4667
98f3eb1f
AM
46682009-09-17 Alexander Monakov <amonakov@ispras.ru>
4669
4670 * testsuite/libgomp.graphite/bounds.c: New test.
4671
878f62e5
RW
46722009-09-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4673
4674 * Makefile.am (libgomp_la_LINK): New.
4675 * Makefile.in: Regenerate.
4676
df58e648
RW
46772009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4678
4679 * configure.ac (AC_PREREQ): Bump to 2.64.
4680
5213506e
RW
46812009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4682
70fa0efa
RW
4683 * Makefile.am (install-html, install-pdf): Remove.
4684 * Makefile.in: Regenerate.
4685
5213506e
RW
4686 * Makefile.in: Regenerate.
4687 * aclocal.m4: Regenerate.
4688 * config.h.in: Regenerate.
4689 * configure: Regenerate.
4690 * testsuite/Makefile.in: Regenerate.
4691
84fec8a5
RW
46922009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4693
4694 * Makefile.am (LINK): Add $(AM_LIBTOOLFLAGS) and $(LIBTOOLFLAGS).
4695 * Makefile.in: Regenerate.
4696
197c68cc
DK
46972009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4698
4699 * Makefile.am (libgomp_la_LDFLAGS): Add -bindir flag.
4700 * Makefile.in: Regenerate.
4701
693d54f2
TB
47022009-08-19 Tobias Burnus <burnus@net-b.de>
4703
4704 PR fortran/41102
4705 omp_lib.h.in: Fix -std=f95 errors.
4706
4707
8cac884c
DE
47082009-08-14 David Edelsohn <edelsohn@gnu.org>
4709
4710 * testsuite/libgomp.graphite: Move from gcc.dg/graphite.
4711 * testsuite/libgomp.graphite/graphite_autopar.exp: Delete.
4712 * testsuite/libgomp.graphite/graphite.exp: New.
4713
78729ee2
AT
47142009-08-05 Andreas Tobler <a.tobler@schweiz.org>
4715
4716 * testsuite/libgomp.fortran/fortran.exp: Add flags in case of shared
4717 only build.
4718
b13b7f39
DD
47192009-08-04 David Daney <ddaney@caviumnetworks.com>
4720
4721 * config/linux/mutex.h (gomp_mutex_unlock): Add comment about
4722 needed memory barrier semantics.
4723 * config/linux/mips/mutex.h: New file.
4724
1b3b24c2
RW
47252009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4726
4727 * configure.ac (_AC_ARG_VAR_PRECIOUS): Use m4_rename_force.
4728
396b7fa4
JM
47292009-07-16 Joseph Myers <joseph@codesourcery.com>
4730
4731 * configure: Regenerate.
4732
33cde516
RS
47332009-07-11 Richard Sandiford <rdsandiford@googlemail.com>
4734
4735 PR testsuite/40699
4736 PR testsuite/40707
4737 PR testsuite/40709
4738 * testsuite/lib/libgomp.exp: Revert 2009-07-02 and 2009-06-30 commits.
4739 * testsuite/libgomp.c/c.exp, testsuite/libgomp.c++/c++.exp,
4740 testsuite/libgomp.fortran/fortran.exp: Revert 2009-06-30 commits.
4741
bc21bfa5
RS
47422009-07-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4743
4744 * testsuite/lib/libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS
4745 options when choosing a multilib.
4746
b30bfd40
RS
47472009-06-30 Richard Sandiford <r.sandiford@uk.ibm.com>
4748
4749 * testsuite/lib/libgomp.exp (libgomp_init): Don't add "." to
4750 ld_library_path. Use add_path. Add just find_libgcc_s to
4751 ld_library_path, not every libgcc multilib directory.
4752 * testsuite/libgomp.c/c.exp (ld_library_path): Don't call
4753 gcc-set-multilib-library-path; rely on $always_ld_library_path instead.
4754 * testsuite/libgomp.c++/c++.exp (ld_library_path): Likewise.
4755 Use add_path.
4756 * testsuite/libgomp.fortran/fortran.exp (ld_library_path): Likewise.
4757
479c15c2
NF
47582009-06-09 Nathan Froyd <froydnj@codesourcery.com>
4759
4760 * Makefile.am (LTLDFLAGS): Define.
4761 (LINK): Define.
4762 * Makefile.in: Regenerate.
4763
667e6f89
JB
47642009-05-27 Janne Blomqvist <jb@gcc.gnu.org>
4765
4766 PR fortran/39718
4767 * testsuite/libgomp.fortran/fortran.exp: Don't link with
4768 libgfortranbegin, check existence of libgfortran.a instead of
4769 libgfortranbegin.a.
4770
6dea8e99
JJ
47712009-05-20 Jakub Jelinek <jakub@redhat.com>
4772
4773 PR libgomp/40174
4774 * team.c (gomp_thread_start): Destroy thr->release semaphore.
4775 (gomp_free_pool_helper): Likewise.
4776
34d01e1d
VL
47772009-04-20 Vasilis Liaskovitis <vliaskov@gmail.com>
4778 Jakub Jelinek <jakub@redhat.com>
4779
4780 PR fortran/35423
4781 * testsuite/libgomp.fortran/workshare2.f90: New test.
4782
748086b7
JJ
47832009-04-09 Nick Clifton <nickc@redhat.com>
4784
4785 * iter.c: Change copyright header to refer to version 3 of the
4786 GNU General Public License with version 3.1 of the GCC Runtime
4787 Library Exception and to point readers at the COPYING3 and
4788 COPYING3.RUNTIME files and the FSF's license web page.
4789 * alloc.c: Likewise.
4790 * barrier.c: Likewise.
4791 * config/bsd/proc.c: Likewise.
4792 * config/linux/affinity.c: Likewise.
4793 * config/linux/alpha/futex.h: Likewise.
4794 * config/linux/bar.c: Likewise.
4795 * config/linux/bar.h: Likewise.
4796 * config/linux/ia64/futex.h: Likewise.
4797 * config/linux/ia64/mutex.h: Likewise.
4798 * config/linux/lock.c: Likewise.
4799 * config/linux/mips/futex.h: Likewise.
4800 * config/linux/mutex.c: Likewise.
4801 * config/linux/mutex.h: Likewise.
4802 * config/linux/powerpc/futex.h: Likewise.
4803 * config/linux/proc.c: Likewise.
4804 * config/linux/ptrlock.c: Likewise.
4805 * config/linux/ptrlock.h: Likewise.
4806 * config/linux/s390/futex.h: Likewise.
4807 * config/linux/sem.c: Likewise.
4808 * config/linux/sem.h: Likewise.
4809 * config/linux/sparc/futex.h: Likewise.
4810 * config/linux/wait.h: Likewise.
4811 * config/linux/x86/futex.h: Likewise.
4812 * config/mingw32/proc.c: Likewise.
4813 * config/mingw32/time.c: Likewise.
4814 * config/posix/affinity.c: Likewise.
4815 * config/posix/bar.c: Likewise.
4816 * config/posix/bar.h: Likewise.
4817 * config/posix/lock.c: Likewise.
4818 * config/posix/mutex.h: Likewise.
4819 * config/posix/proc.c: Likewise.
4820 * config/posix/ptrlock.h: Likewise.
4821 * config/posix/sem.c: Likewise.
4822 * config/posix/sem.h: Likewise.
4823 * config/posix/time.c: Likewise.
4824 * config/posix95/lock.c: Likewise.
4825 * critical.c: Likewise.
4826 * env.c: Likewise.
4827 * error.c: Likewise.
4828 * fortran.c: Likewise.
4829 * iter_ull.c: Likewise.
4830 * libgomp.h: Likewise.
4831 * libgomp_f.h.in: Likewise.
4832 * libgomp_g.h: Likewise.
4833 * loop.c: Likewise.
4834 * loop_ull.c: Likewise.
4835 * omp.h.in: Likewise.
4836 * omp_lib.f90.in: Likewise.
4837 * omp_lib.h.in: Likewise.
4838 * ordered.c: Likewise.
4839 * parallel.c: Likewise.
4840 * sections.c: Likewise.
4841 * single.c: Likewise.
4842 * task.c: Likewise.
4843 * team.c: Likewise.
4844 * work.c: Likewise.
4845
48462009-04-09 Jakub Jelinek <jakub@redhat.com>
4847
4848 * testsuite/config/default.exp: Change copyright header to refer to
4849 version 3 of the GNU General Public License and to point readers
4850 at the COPYING3 file and the FSF's license web page.
4851
4f0ae266
JJ
48522009-04-08 Jakub Jelinek <jakub@redhat.com>
4853
4854 PR middle-end/39573
4855 * libgomp.c++/pr39573.C: New test.
4856
03742a9b
JJ
48572009-04-01 Jakub Jelinek <jakub@redhat.com>
4858
4859 PR other/39591
4860 * testsuite/libgomp.c/pr39591-1.c: New test.
4861 * testsuite/libgomp.c/pr39591-2.c: New test.
4862 * testsuite/libgomp.c/pr39591-3.c: New test.
4863
e50ea10b
UB
48642009-03-25 Uros Bizjak <ubizjak@gmail.com>
4865
4866 * testsuite/libgomp.c/atomic-5.c: Cleanup cpuid usage.
4867 * testsuite/libgomp.c/atomic-6.c: Ditto.
4868
c5cdb03f
JJ
48692009-03-23 Jakub Jelinek <jakub@redhat.com>
4870
4871 PR c/39495
4872 * testsuite/libgomp.c/loop-12.c: New test.
4873 * testsuite/libgomp.c/loop-11.c: New test.
4874 * testsuite/libgomp.c++/loop-11.C: New test.
4875 * testsuite/libgomp.c++/loop-12.C: New test.
4876 * testsuite/libgomp.c++/for-8.C: New test.
4877
7a9d3fe8
RW
48782009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4879
4880 * configure: Regenerate.
4881
3ad6b266
JJ
48822009-02-11 Jakub Jelinek <jakub@redhat.com>
4883
4884 PR middle-end/39154
4885 * testsuite/libgomp.c/pr39154.c: New test.
4886
b39dea08
ILT
48872009-01-30 Ian Lance Taylor <iant@google.com>
4888
4889 * acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set
4890 libgomp_ld_is_gold. Get gold version number.
4891 (LIBGOMP_ENABLE_SYMVERS): Gold always support symbol versioning.
4892 * configure: Rebuild.
4893
72c66596
IS
48942009-01-19 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
4895
e50ea10b 4896 * testsuite/lib/libgomp.exp: Add -B option for targets that
72c66596
IS
4897 use libgfortran.a%s in their specs.
4898
876080ff
JJ
48992009-01-07 Jakub Jelinek <jakub@redhat.com>
4900
4901 PR libgomp/38086
4902 * acinclude.m4 (HAVE_AS_SYMVER_DIRECTIVE): New check.
4903 * libgomp.h (LIBGOMP_GNU_SYMBOL_VERSIONING): Undefine if
4904 HAVE_AS_SYMVER_DIRECTIVE is not defined.
4905 * configure: Regenerated.
4906 * config.h.in: Likewise.
4907
e4ebaef3
JJ
49082008-12-28 Jakub Jelinek <jakub@redhat.com>
4909
4910 PR c++/38650
4911 * testsuite/libgomp.c/pr38650.c: New test.
4912 * testsuite/libgomp.c++/pr38650.C: New test.
4913
382017a6
JJ
49142008-12-27 Jakub Jelinek <jakub@redhat.com>
4915
4916 * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.
4917
79644b27
UB
49182008-12-26 Uros Bizjak <ubizjak@gmail.com>
4919
4920 * testsuite/libgomp.c/atomic-6.c: Add -mieee for alpha*-*-* targets.
4921
baafc534
RW
49222008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4923
4924 * configure: Regenerate.
4925
d9c194cb
JJ
49262008-12-08 Jakub Jelinek <jakub@redhat.com>
4927
4928 PR middle-end/36802
4929 * testsuite/libgomp.c/pr36802-1.c: New test.
4930 * testsuite/libgomp.c/pr36802-2.c: New test.
4931 * testsuite/libgomp.c/pr36802-3.c: New test.
4932
86a182bf
JJ
49332008-12-01 Janis Johnson <janis187@us.ibm.com>
4934
4935 PR libgomp/38270
4936 * config/linux/powerpc/mutex.h: New.
4937
956adfaf
JJ
49382008-12-01 Jakub Jelinek <jakub@redhat.com>
4939
a2d4cdc9
JJ
4940 PR c++/38257
4941 * testsuite/libgomp.c++/for-7.C: New test.
4942
956adfaf
JJ
4943 PR c++/38348
4944 * testsuite/libgomp.c++/for-6.C: New test.
4945
d4038ca2
JJ
49462008-11-26 Janis Johnson <janis187@us.ibm.com>
4947
4948 PR testsuite/28870
4949 * testsuite/lib/libgomp.exp: Include new timeout library files.
4950 (libgomp_target_compile): Set timeout value from new proc.
4951
8b159eea
SE
49522008-11-13 Steve Ellcey <sje@cup.hp.com>
4953
4954 PR libgomp/37938
4955 * config/linux/ia64/mutex.h: New.
4956
5c6ed53a
TB
49572008-11-04 Tobias Burnus <burnus@net-b.de>
4958
4959 PR libgomp/37935
4960 * libgomp.texi (Runtime library routines, environment variables):
4961 Update for OpenMP version 3.0.
4962
6b4a97ed
PG
49632008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4964 Steve Ellcey <sje@cup.hp.com>
4965
4966 * configure: Regenerate for new libtool.
4967 * Makefile.in: Ditto.
4968 * testsuite/Makefile.in: Ditto.
4969
e2b34106
JJ
49702008-09-19 Jakub Jelinek <jakub@redhat.com>
4971 Andreas Tobler <a.tobler@schweiz.org>
4972
4973 * config/bsd/proc.c: New file.
8c3b3600 4974 * configure.tgt (*-*-darwin*): Use config_path "bsd posix".
e2b34106
JJ
4975 * configure.ac: Check for header <sys/sysctl.h>
4976 * configure: Regenerate.
4977 * config.h.in: Likewise.
4978
3606b8bf
JJ
49792008-09-05 Janis Johnson <janis187@us.ibm.com>
4980
4981 * testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.
4982
6528b88d
AL
49832008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4984
4985 * Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.
4986 * Makefile.in: Regenerated.
4987 * testsuite/Makefile.in: Regenerated.
4988
d9b14b12 49892008-08-21 Nathan Froyd <froydnj@codesourcery.com>
8c9570df 4990
a16b68bb 4991 * testsuite/lib/libgomp.exp (libgomp_init): Only set things that
8c9570df
NF
4992 depend on blddir if blddir exists.
4993 (libgomp_target_compile): Likewise.
4994 * testsuite/libgomp.c++/c++.exp: Likewise.
4995 * testsuite/libgomp.fortran/fortran.exp: Likewise.
4996
70b1e376
RW
49972008-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4998
4999 * libgomp.texi: Update to GFDL 1.2. Update copyright years.
5000 Do not list GPL as Invariant Section.
5001
318e8c3f
IG
50022008-07-28 Ilie Garbacea <ilie@mips.com>
5003 Chao-ying Fu <fu@mips.com>
5004
5005 * configure.tgt: Enable futex for MIPS.
5006 * config/linux/mips/futex.h: New file.
5007
4db72361
JJ
50082008-07-16 Jakub Jelinek <jakub@redhat.com>
5009
5010 * team.c (gomp_team_end): Free team immediately if it has
5011 just one thread.
5012
87bd23b8
DE
50132008-07-08 David Edelsohn <edelsohn@gnu.org>
5014
5015 * testsuite/libgomp.c++/c++.exp: Append multilib library path.
5016 * testsuite/libgomp.fortran/fortran.exp: Same.
5017 * testsuite/libgomp.c/c.exp: Same.
5018 * testsuite/lib/libgomp.exp: Append AIX libgcc pthread multilib
5019 directory to library path first.
5020
323ff903
KW
50212008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5022
5023 * env.c (parse_stacksize): Add cast to avoid warning.
5024 (parse_spincount): Likewise.
5025
b357f682
JJ
50262008-06-27 Jakub Jelinek <jakub@redhat.com>
5027
ca2b1311
JJ
5028 * testsuite/libgomp.c/loop-10.c: New test.
5029 * libgomp.c/loop-3.c (main): Add lastprivate clause.
5030 * libgomp.c++/loop-6.C (main): Likewise.
5031
b357f682
JJ
5032 PR debug/36617
5033 * testsuite/libgomp.c/debug-1.c: New test.
5034
09a46078
JJ
50352008-06-19 Jakub Jelinek <jakub@redhat.com>
5036
5037 * testsuite/libgomp.c/nqueens-1.c: New test.
5038
2368a460
JJ
5039 PR c++/36523
5040 * testsuite/libgomp.c++/task-7.C: New function.
5041
18c04407
RW
50422008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5043
5044 * configure: Regenerate.
5045
9c4e59e0
JDA
50462008-06-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5047
5048 * env.c (initialize_env): Always initialize gomp_remaining_threads_lock
5049 mutex when HAVE_SYNC_BUILTINS isn't defined.
5050
6ccde948
RW
50512008-06-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5052
5053 * libgomp.texi (omp_test_lock): Fix typo.
5054
b896f9fd
TB
50552008-06-12 Tobias Burnus <burnus@net-b.de>
5056
5057 * omp_lib.f90.in: Add "implicit none".
5058
c34938a8
JJ
50592008-06-12 Jakub Jelinek <jakub@redhat.com>
5060
5061 PR middle-end/36506
5062 * testsuite/libgomp.c/reduction-5.c: New test.
5063
976e44e3
JJ
50642008-06-11 Jakub Jelinek <jakub@redhat.com>
5065
5f836cbb
JJ
5066 * libgomp.h (struct gomp_task): Add in_tied_task field.
5067 * task.c (gomp_init_task): Initialize it.
5068 (GOMP_task): Likewise. Call gomp_team_barrier_set_task_pending
5069 unconditionally. Don't call gomp_team_barrier_wake if
5070 current task is implicit or if(0) from implicit and number of
5071 running tasks is equal to nthreads - 1.
5072
01501fc8
JJ
5073 PR libgomp/36471
5074 * omp_lib.f90.in (omp_get_ancestor_thread_num_8,
5075 omp_get_team_size_8): Fix pastos.
5076
976e44e3
JJ
5077 PR libgomp/36469
5078 * configure.ac: Add AC_CHECK_FUNCS (strtoull).
5079 * configure: Regenerated.
5080 * config.h.in: Regenerated.
5081 * env.c (strtoull): Define to strtoul if HAVE_STRTOULL is not
5082 defined.
5083
e919209b
AT
50842008-06-06 Andreas Tobler <a.tobler@schweiz.org>
5085
5086 PR bootstrap/36452
5087 * loop_ull.c (GOMP_loop_ull_static_start): Adjust API.
5088 (GOMP_loop_ull_dynamic_start): Likewise.
5089 (GOMP_loop_ull_guided_start): Likewise.
5090 (GOMP_loop_ull_ordered_static_start): Likewise.
5091 (GOMP_loop_ull_ordered_dynamic_start): Likewise.
5092 (GOMP_loop_ull_ordered_guided_start): Likewise.
5093
a68ab351
JJ
50942008-06-06 Jakub Jelinek <jakub@redhat.com>
5095 Richard Henderson <rth@redhat.com>
5096 Ulrich Drepper <drepper@redhat.com>
5097 Jakob Blomer <jakob.blomer@ira.uka.de>
5098
5099 * configure.ac (LIBGOMP_GNU_SYMBOL_VERSIONING): New AC_DEFINE.
5100 Substitute also OMP_*LOCK_25*.
5101 * configure: Regenerated.
5102 * config.h.in: Regenerated.
5103 * Makefile.am (libgomp_la_SOURCES): Add loop_ull.c, iter_ull.c,
5104 ptrlock.c and task.c.
5105 * Makefile.in: Regenerated.
5106 * testsuite/Makefile.in: Regenerated.
5107 * task.c: New file.
5108 * loop_ull.c: New file.
5109 * iter_ull.c: New file.
5110 * libgomp.h: Include ptrlock.h.
5111 (enum gomp_task_kind): New type.
5112 (struct gomp_team): Add task_lock, task_queue, task_count,
5113 task_running_count, single_count fields. Add
5114 work_share_list_free_lock ifndef HAVE_SYNC_BUILTINS.
5115 Remove work_share_lock, generation_mask,
5116 oldest_live_gen, num_live_gen and init_work_shares fields, add
5117 work work_share_list_alloc, work_share_list_free and work_share_chunk
5118 fields. Change work_shares from pointer to pointers into an array.
5119 Change ordered_release field into gomp_sem_t ** from flexible array
5120 member. Add implicit_task and initial_work_shares fields.
5121 Move close to the end of the struct.
5122 (struct gomp_team_state): Add single_count, last_work_share,
5123 active_level and level fields, remove work_share_generation.
5124 (gomp_barrier_handle_tasks): New prototype.
5125 (gomp_finish_task): New inline function.
5126 (struct gomp_work_share): Move chunk_size, end, incr into
5127 transparent union/struct, add chunk_size_ull, end_ll, incr_ll and
5128 next_ll fields. Reshuffle fields. Add next_alloc,
5129 next_ws, next_free and inline_ordered_team_ids fields, change
5130 ordered_team_ids into pointer from flexible array member.
5131 Add mode field. Put lock and next into a different cache line
5132 from most of the write-once fields.
5133 (gomp_iter_ull_static_next, gomp_iter_ull_dynamic_next_locked,
5134 gomp_iter_ull_guided_next_locked, gomp_iter_ull_dynamic_next,
5135 gomp_iter_ull_guided_next): New prototypes.
5136 (gomp_new_icv): New prototype.
5137 (struct gomp_thread): Add thread_pool and task fields.
5138 (struct gomp_thread_pool): New type.
5139 (gomp_new_team): New prototype.
5140 (gomp_team_start): Change type of last argument.
5141 (gomp_new_work_share): Removed.
5142 (gomp_init_work_share, gomp_fini_work_share): New prototypes.
5143 (gomp_work_share_init_done): New static inline.
5144 (gomp_throttled_spin_count_var, gomp_available_cpus,
5145 gomp_managed_threads): New extern decls.
5146 (gomp_init_task): New prototype.
5147 (gomp_spin_count_var): New extern var decl.
5148 (LIBGOMP_GNU_SYMBOL_VERSIONING): Undef if no visibility
5149 or no alias support, or if not PIC.
5150 (gomp_init_lock_30, gomp_destroy_lock_30, gomp_set_lock_30,
5151 gomp_unset_lock_30, gomp_test_lock_30, gomp_init_nest_lock_30,
5152 gomp_destroy_nest_lock_30, gomp_set_nest_lock_30,
5153 gomp_unset_nest_lock_30, gomp_test_nest_lock_30, gomp_init_lock_25,
5154 gomp_destroy_lock_25, gomp_set_lock_25, gomp_unset_lock_25,
5155 gomp_test_lock_25, gomp_init_nest_lock_25, gomp_destroy_nest_lock_25,
5156 gomp_set_nest_lock_25, gomp_unset_nest_lock_25,
5157 gomp_test_nest_lock_25): New prototypes.
5158 (omp_lock_symver, strong_alias): Define.
5159 (gomp_remaining_threads_count, gomp_remaining_threads_lock): New
5160 decls.
5161 (gomp_end_task): New.
5162 (struct gomp_task_icv, gomp_global_icv): New.
5163 (gomp_thread_limit_var, gomp_max_active_levels_var): New.
5164 (struct gomp_task): New.
5165 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
5166 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
5167 (gomp_icv): New.
5168 (gomp_schedule_type): Reorder enum to match
5169 omp_sched_t.
5170 * team.c (struct gomp_thread_start_data): Add thread_pool and task
5171 fields.
5172 (gomp_thread_start): Add gomp_team_barrier_wait call.
5173 For non-nested case remove clearing of docked thread thr fields.
5174 Use pool fields instead of global gomp_* variables. Use
5175 gomp_barrier_wait_last when needed. Initialize ts.active_level.
5176 Create tasks for each member thread.
5177 (free_team): Only destroy team barrier, task_lock here and free it.
5178 (gomp_free_thread): Free last_team if non-NULL.
5179 (gomp_team_end): Call gomp_team_barrier_wait instead of
5180 gomp_barrier_wait. For nested case call one extra
5181 gomp_barrier_wait. Move here some destruction from free_team.
5182 Call free_team on pool->last_team if any, rather than freeing
5183 current team. Destroy work_share_list_free_lock ifndef
5184 HAVE_SYNC_BUILTINS.
5185 (gomp_new_icv): New function.
5186 (gomp_threads, gomp_threads_size, gomp_threads_used,
5187 gomp_threads_dock): Removed.
5188 (gomp_thread_destructor): New variable.
5189 (gomp_new_thread_pool, gomp_free_pool_helper, gomp_free_thread): New
5190 functions.
5191 (gomp_team_start): Create new pool if current thread doesn't have
3e348fcc 5192 one. Use pool fields instead of global gomp_* variables.
a68ab351
JJ
5193 Initialize thread_pool field for new threads. Clear single_count.
5194 Change last argument from ws to team, don't create
5195 new team, set ts.work_share to &team->work_shares[0] and clear
5196 ts.last_work_share. Don't clear ts.work_share_generation.
5197 If number of threads changed, adjust atomically gomp_managed_threads.
5198 Use gomp_init_task instead of gomp_new_task,
5199 set thr->task to the corresponding implicit_task array entry.
5200 Create tasks for each member thread. Initialize ts.level.
5201 (initialize_team): Call pthread_key_create on
5202 gomp_thread_destructor.
5203 (team_destructor): New function.
5204 (new_team): Removed.
5205 (gomp_new_team): New function.
5206 (free_team): Free gomp_work_share blocks chained through next_alloc,
5207 instead of freeing work_shares and destroying work_share_lock.
5208 (gomp_team_end): Call gomp_fini_work_share. If number of threads
5209 changed, adjust atomically gomp_managed_threads. Use gomp_end_task.
5210 * barrier.c (GOMP_barrier): Call gomp_team_barrier_wait instead
5211 of gomp_barrier_wait.
5212 * single.c (GOMP_single_copy_start): Call gomp_team_barrier_wait
5213 instead of gomp_barrier_wait. Call gomp_work_share_init_done
5214 if gomp_work_share_start returned true. Don't unlock ws->lock.
5215 (GOMP_single_copy_end): Call gomp_team_barrier_wait instead
5216 of gomp_barrier_wait.
5217 (GOMP_single_start): Rewritten if HAVE_SYNC_BUILTINS. Call
5218 gomp_work_share_init_done if gomp_work_share_start returned true.
5219 Don't unlock ws->lock.
5220 * work.c: Include stddef.h.
5221 (free_work_share): Use work_share_list_free_lock instead
5222 of atomic chaining ifndef HAVE_SYNC_BUILTINS. Add team argument.
5223 Call gomp_fini_work_share and then either free ws if orphaned, or
5224 put it into work_share_list_free list of the current team.
5225 (alloc_work_share, gomp_init_work_share, gomp_fini_work_share): New
5226 functions.
5227 (gomp_work_share_start, gomp_work_share_end,
5228 gomp_work_share_end_nowait): Rewritten.
5229 * omp_lib.f90.in Change some tabs to spaces to prevent warnings.
5230 (openmp_version): Set to 200805.
5231 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
5232 omp_sched_guided, omp_sched_auto): New parameters.
5233 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
5234 omp_set_max_active_levels, omp_get_max_active_levels,
5235 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
5236 omp_get_active_level): New interfaces.
5237 * omp_lib.h.in (openmp_version): Set to 200805.
5238 (omp_sched_kind, omp_sched_static, omp_sched_dynamic,
5239 omp_sched_guided, omp_sched_auto): New parameters.
5240 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
5241 omp_set_max_active_levels, omp_get_max_active_levels,
5242 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
5243 omp_get_active_level): New externals.
5244 * loop.c: Include limits.h.
5245 (GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Handle
5246 GFS_AUTO.
5247 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start):
5248 Likewise. Use gomp_icv.
5249 (gomp_loop_static_start, gomp_loop_dynamic_start): Clear
5250 ts.static_trip here.
5251 (gomp_loop_static_start, gomp_loop_ordered_static_start): Call
5252 gomp_work_share_init_done after gomp_loop_init. Don't unlock ws->lock.
5253 (gomp_loop_dynamic_start, gomp_loop_guided_start): Call
5254 gomp_work_share_init_done after gomp_loop_init. If HAVE_SYNC_BUILTINS,
5255 don't unlock ws->lock, otherwise lock it.
5256 (gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start): Call
5257 gomp_work_share_init_done after gomp_loop_init. Lock ws->lock.
5258 (gomp_parallel_loop_start): Call gomp_new_team instead of
5259 gomp_new_work_share. Call gomp_loop_init on &team->work_shares[0].
5260 Adjust gomp_team_start caller. Pass 0 as second argument to
5261 gomp_resolve_num_threads.
5262 (gomp_loop_init): For GFS_DYNAMIC, multiply ws->chunk_size by incr.
5263 If adding ws->chunk_size nthreads + 1 times after end won't
5264 overflow, set ws->mode to 1.
5265 * libgomp_g.h (GOMP_loop_ull_static_start, GOMP_loop_ull_dynamic_start,
5266 GOMP_loop_ull_guided_start, GOMP_loop_ull_runtime_start,
5267 GOMP_loop_ull_ordered_static_start,
5268 GOMP_loop_ull_ordered_dynamic_start,
5269 GOMP_loop_ull_ordered_guided_start,
5270 GOMP_loop_ull_ordered_runtime_start, GOMP_loop_ull_static_next,
5271 GOMP_loop_ull_dynamic_next, GOMP_loop_ull_guided_next,
5272 GOMP_loop_ull_runtime_next, GOMP_loop_ull_ordered_static_next,
5273 GOMP_loop_ull_ordered_dynamic_next, GOMP_loop_ull_ordered_guided_next,
5274 GOMP_loop_ull_ordered_runtime_next, GOMP_task, GOMP_taskwait): New
5275 prototypes.
5276 * libgomp.map: Export lock routines also @@OMP_2.0.
5277 (GOMP_loop_ordered_dynamic_first,
5278 GOMP_loop_ordered_guided_first, GOMP_loop_ordered_runtime_first,
5279 GOMP_loop_ordered_static_first): Remove.
5280 (GOMP_loop_ull_dynamic_next, GOMP_loop_ull_dynamic_start,
5281 GOMP_loop_ull_guided_next, GOMP_loop_ull_guided_start,
5282 GOMP_loop_ull_ordered_dynamic_next,
5283 GOMP_loop_ull_ordered_dynamic_start,
5284 GOMP_loop_ull_ordered_guided_next,
5285 GOMP_loop_ull_ordered_guided_start,
5286 GOMP_loop_ull_ordered_runtime_next,
5287 GOMP_loop_ull_ordered_runtime_start,
5288 GOMP_loop_ull_ordered_static_next,
5289 GOMP_loop_ull_ordered_static_start,
5290 GOMP_loop_ull_runtime_next, GOMP_loop_ull_runtime_start,
5291 GOMP_loop_ull_static_next, GOMP_loop_ull_static_start,
5292 GOMP_task, GOMP_taskwait): Export @@GOMP_2.0.
5293 (omp_set_schedule, omp_get_schedule,
5294 omp_get_thread_limit, omp_set_max_active_levels,
5295 omp_get_max_active_levels, omp_get_level,
5296 omp_get_ancestor_thread_num, omp_get_team_size, omp_get_active_level,
5297 omp_set_schedule_, omp_set_schedule_8_,
5298 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
5299 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
5300 omp_get_max_active_levels_, omp_get_level_,
5301 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
5302 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
5303 New exports @@OMP_3.0.
5304 * omp.h.in (omp_sched_t): New type.
5305 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
5306 omp_set_max_active_levels, omp_get_max_active_levels,
5307 omp_get_level, omp_get_ancestor_thread_num, omp_get_team_size,
5308 omp_get_active_level): New prototypes.
5309 * env.c (gomp_spin_count_var, gomp_throttled_spin_count_var,
5310 gomp_available_cpus, gomp_managed_threads, gomp_max_active_levels_var,
5311 gomp_thread_limit_var, gomp_remaining_threads_count,
5312 gomp_remaining_threads_lock): New variables.
5313 (parse_spincount): New function.
5314 (initialize_env): Call gomp_init_num_threads unconditionally.
5315 Initialize gomp_available_cpus. Call parse_spincount,
5316 initialize gomp_{,throttled_}spin_count_var
5317 depending on presence and value of OMP_WAIT_POLICY and
5318 GOMP_SPINCOUNT env vars. Handle GOMP_BLOCKTIME env var.
5319 Handle OMP_WAIT_POLICY, OMP_MAX_ACTIVE_LEVELS,
5320 OMP_THREAD_LIMIT, OMP_STACKSIZE env vars. Handle unit specification
5321 for GOMP_STACKSIZE. Initialize gomp_remaining_threads_count and
5322 gomp_remaining_threads_lock if needed. Use gomp_global_icv.
5323 (gomp_nthreads_var, gomp_dyn_var, gomp_nest_var,
5324 gomp_run_sched_var, gomp_run_sched_chunk): Remove.
5325 (gomp_global_icv): New.
5326 (parse_schedule): Use it. Parse "auto".
5327 (omp_set_num_threads): Use gomp_icv.
5328 (omp_set_dynamic, omp_get_dynamic, omp_set_nested, omp_get_nested):
5329 Likewise.
5330 (omp_get_max_threads): Move from parallel.c.
5331 (omp_set_schedule, omp_get_schedule, omp_get_thread_limit,
5332 omp_set_max_active_levels, omp_get_max_active_levels): New functions,
5333 add ialias.
5334 (parse_stacksize, parse_wait_policy): New functions.
5335 * fortran.c: Rewrite lock wrappers, if symbol versioning provide
5336 both wrappers for compatibility and new locks.
5337 (omp_set_schedule, omp_get_schedule,
5338 omp_get_thread_limit, omp_set_max_active_levels,
5339 omp_get_max_active_levels, omp_get_level,
5340 omp_get_ancestor_thread_num, omp_get_team_size,
5341 omp_get_active_level): New ialias_redirect.
5342 (omp_set_schedule_, omp_set_schedule_8_,
5343 omp_get_schedule_, omp_get_schedule_8_, omp_get_thread_limit_,
5344 omp_set_max_active_levels_, omp_set_max_active_levels_8_,
5345 omp_get_max_active_levels_, omp_get_level_,
5346 omp_get_ancestor_thread_num_, omp_get_ancestor_thread_num_8_,
5347 omp_get_team_size_, omp_get_team_size_8_, omp_get_active_level_):
5348 New functions.
5349 * parallel.c: Include limits.h.
5350 (gomp_resolve_num_threads): Add count argument. Rewritten.
5351 (GOMP_parallel_start): Call gomp_new_team and pass that as last
5352 argument to gomp_team_start. Pass 0 as second argument to
5353 gomp_resolve_num_threads.
5354 (GOMP_parallel_end): Decrease gomp_remaining_threads_count
5355 if gomp_thread_limit_var != ULONG_MAX.
5356 (omp_in_parallel): Implement using ts.active_level.
5357 (omp_get_max_threads): Move to env.c.
5358 (omp_get_level, omp_get_ancestor_thread_num,
5359 omp_get_team_size, omp_get_active_level): New functions,
5360 add ialias.
5361 * sections.c (GOMP_sections_start): Call gomp_work_share_init_done
5362 after gomp_sections_init. If HAVE_SYNC_BUILTINS, call
5363 gomp_iter_dynamic_next instead of the _locked variant and don't take
5364 lock around it, otherwise acquire it before calling
5365 gomp_iter_dynamic_next_locked.
5366 (GOMP_sections_next): If HAVE_SYNC_BUILTINS, call
5367 gomp_iter_dynamic_next instead of the _locked variant and don't take
5368 lock around it.
5369 (GOMP_parallel_sections_start): Call gomp_new_team instead of
5370 gomp_new_work_share. Call gomp_sections_init on &team->work_shares[0].
5371 Adjust gomp_team_start caller. Pass count as second argument to
5372 gomp_resolve_num_threads, don't adjust num_threads after the call.
5373 Use gomp_icv.
5374 * iter.c (gomp_iter_dynamic_next_locked): Don't multiply
5375 ws->chunk_size by incr.
5376 (gomp_iter_dynamic_next): Likewise. If ws->mode, use more efficient
5377 code.
5378 * libgomp_f.h.in (omp_lock_25_arg_t, omp_nest_lock_25_arg_t): New
5379 types.
5380 (omp_lock_25_arg, omp_nest_lock_25_arg): New macros.
5381 (omp_check_defines): Check even the compat defines.
5382 * config/linux/ptrlock.c: New file.
5383 * config/linux/ptrlock.h: New file.
5384 * config/linux/wait.h: New file.
5385 * config/posix/ptrlock.c: New file.
5386 * config/posix/ptrlock.h: New file.
5387 * config/linux/bar.h (gomp_team_barrier_wait,
5388 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
5389 (gomp_team_barrier_set_task_pending,
5390 gomp_team_barrier_clear_task_pending,
5391 gomp_team_barrier_set_waiting_for_tasks,
5392 gomp_team_barrier_waiting_for_tasks,
5393 gomp_team_barrier_done): New inlines.
5394 (gomp_barrier_t): Rewritten.
5395 (gomp_barrier_state_t): New typedef.
5396 (gomp_barrier_init, gomp_barrier_reinit, gomp_barrier_destroy,
5397 gomp_barrier_wait_start): Rewritten.
5398 (gomp_barrier_wait_end): Change second argument to
5399 gomp_barrier_state_t.
5400 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
5401 inlines.
5402 * config/linux/bar.c: Include wait.h instead of libgomp.h and
5403 futex.h.
5404 (gomp_barrier_wait_end): Rewritten.
5405 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
5406 gomp_team_barrier_wake, gomp_barrier_wait_last): New functions.
5407 * config/posix/bar.h (gomp_barrier_t): Add generation field.
5408 (gomp_barrier_state_t): New typedef.
5409 (gomp_team_barrier_wait,
5410 gomp_team_barrier_wait_end, gomp_team_barrier_wake): New prototypes.
5411 (gomp_barrier_wait_start): Or all but low 2 bits from generation
5412 into the return value. Return gomp_barrier_state_t.
5413 (gomp_team_barrier_set_task_pending,
5414 gomp_team_barrier_clear_task_pending,
5415 gomp_team_barrier_set_waiting_for_tasks,
5416 gomp_team_barrier_waiting_for_tasks,
5417 gomp_team_barrier_done): New inlines.
5418 (gomp_barrier_wait_end): Change second argument to
5419 gomp_barrier_state_t.
5420 (gomp_barrier_last_thread, gomp_barrier_wait_last): New static
5421 inlines.
5422 * config/posix/bar.c (gomp_barrier_init): Clear generation field.
5423 (gomp_barrier_wait_end): Change second argument to
3e348fcc 5424 gomp_barrier_state_t.
a68ab351
JJ
5425 (gomp_team_barrier_wait, gomp_team_barrier_wait_end,
5426 gomp_team_barrier_wake): New functions.
5427 * config/linux/mutex.c: Include wait.h instead of libgomp.h and
5428 futex.h.
5429 (gomp_futex_wake, gomp_futex_wait): New variables.
5430 (gomp_mutex_lock_slow): Call do_wait instead of futex_wait.
5431 * config/linux/lock.c: Rewrite to make locks task owned,
5432 for backwards compatibility provide the old entrypoints
5433 if symbol versioning. Include wait.h instead of libgomp.h and
5434 futex.h.
5435 (gomp_set_nest_lock_25): Call do_wait instead of futex_wait.
5436 * config/posix95/lock.c: Rewrite to make locks task owned,
5437 for backwards compatibility provide the old entrypoints
5438 if symbol versioning.
5439 * config/posix/lock.c: Rewrite to make locks task owned,
5440 for backwards compatibility provide the old entrypoints
5441 if symbol versioning.
5442 * config/linux/proc.c (gomp_init_num_threads): Use gomp_global_icv.
5443 (get_num_procs, gomp_dynamic_max_threads): Use gomp_icv.
5444 * config/posix/proc.c, config/mingw32/proc.c: Similarly.
5445 * config/linux/powerpc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5446 (sys_futex0): Return error code.
5447 (futex_wake, futex_wait): If ENOSYS was returned, clear
5448 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5449 (cpu_relax, atomic_write_barrier): New static inlines.
5450 * config/linux/alpha/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5451 (futex_wake, futex_wait): If ENOSYS was returned, clear
5452 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5453 (cpu_relax, atomic_write_barrier): New static inlines.
5454 * config/linux/x86/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5455 (sys_futex0): Return error code.
5456 (futex_wake, futex_wait): If ENOSYS was returned, clear
5457 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5458 (cpu_relax, atomic_write_barrier): New static inlines.
5459 * config/linux/s390/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5460 (sys_futex0): Return error code.
5461 (futex_wake, futex_wait): If ENOSYS was returned, clear
5462 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5463 (cpu_relax, atomic_write_barrier): New static inlines.
5464 * config/linux/ia64/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5465 (sys_futex0): Return error code.
5466 (futex_wake, futex_wait): If ENOSYS was returned, clear
5467 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5468 (cpu_relax, atomic_write_barrier): New static inlines.
5469 * config/linux/sparc/futex.h (FUTEX_WAIT, FUTEX_WAKE): Remove.
5470 (sys_futex0): Return error code.
5471 (futex_wake, futex_wait): If ENOSYS was returned, clear
5472 FUTEX_PRIVATE_FLAG in gomp_futex_wa{ke,it} and retry.
5473 (cpu_relax, atomic_write_barrier): New static inlines.
5474 * config/linux/sem.c: Include wait.h instead of libgomp.h and
5475 futex.h.
5476 (gomp_sem_wait_slow): Call do_wait instead of futex_wait.
5477 * config/linux/affinity.c: Assume HAVE_SYNC_BUILTINS.
5478 * config/linux/omp-lock.h (omp_lock_25_t, omp_nest_lock_25_t): New
5479 types.
5480 (omp_nest_lock_t): Change owner into void *, add lock field.
5481 * config/posix95/omp-lock.h: Include semaphore.h.
5482 (omp_lock_25_t, omp_nest_lock_25_t): New types.
5483 (omp_lock_t): Use sem_t instead of mutex if semaphores
5484 aren't broken.
5485 (omp_nest_lock_t): Likewise. Change owner to void *.
5486 * config/posix/omp-lock.h: Include semaphore.h.
5487 (omp_lock_25_t, omp_nest_lock_25_t): New types.
5488 (omp_lock_t): Use sem_t instead of mutex if semaphores
5489 aren't broken.
5490 (omp_nest_lock_t): Likewise. Add owner field.
5491
54922008-06-06 Jakub Jelinek <jakub@redhat.com>
5493
5494 * testsuite/libgomp.c/collapse-1.c: New test.
5495 * testsuite/libgomp.c/collapse-2.c: New test.
5496 * testsuite/libgomp.c/collapse-3.c: New test.
5497 * testsuite/libgomp.c/icv-1.c: New test.
5498 * testsuite/libgomp.c/icv-2.c: New test.
5499 * testsuite/libgomp.c/lib-2.c: New test.
5500 * testsuite/libgomp.c/lock-1.c: New test.
5501 * testsuite/libgomp.c/lock-2.c: New test.
5502 * testsuite/libgomp.c/lock-3.c: New test.
5503 * testsuite/libgomp.c/loop-4.c: New test.
5504 * testsuite/libgomp.c/loop-5.c: New test.
5505 * testsuite/libgomp.c/loop-6.c: New test.
5506 * testsuite/libgomp.c/loop-7.c: New test.
5507 * testsuite/libgomp.c/loop-8.c: New test.
5508 * testsuite/libgomp.c/loop-9.c: New test.
5509 * testsuite/libgomp.c/nested-3.c: New test.
5510 * testsuite/libgomp.c/nestedfn-6.c: New test.
5511 * testsuite/libgomp.c/sort-1.c: New test.
5512 * testsuite/libgomp.c/task-1.c: New test.
5513 * testsuite/libgomp.c/task-2.c: New test.
5514 * testsuite/libgomp.c/task-3.c: New test.
5515 * testsuite/libgomp.c/task-4.c: New test.
5516 * testsuite/libgomp.c++/c++.exp: Add libstdc++-v3 build includes
5517 to C++ testsuite default compiler options.
5518 * testsuite/libgomp.c++/collapse-1.C: New test.
5519 * testsuite/libgomp.c++/collapse-2.C: New test.
5520 * testsuite/libgomp.c++/ctor-10.C: New test.
5521 * testsuite/libgomp.c++/for-1.C: New test.
5522 * testsuite/libgomp.c++/for-2.C: New test.
5523 * testsuite/libgomp.c++/for-3.C: New test.
5524 * testsuite/libgomp.c++/for-4.C: New test.
5525 * testsuite/libgomp.c++/for-5.C: New test.
5526 * testsuite/libgomp.c++/loop-8.C: New test.
5527 * testsuite/libgomp.c++/loop-9.C: New test.
5528 * testsuite/libgomp.c++/loop-10.C: New test.
5529 * testsuite/libgomp.c++/task-1.C: New test.
5530 * testsuite/libgomp.c++/task-2.C: New test.
5531 * testsuite/libgomp.c++/task-3.C: New test.
5532 * testsuite/libgomp.c++/task-4.C: New test.
5533 * testsuite/libgomp.c++/task-5.C: New test.
5534 * testsuite/libgomp.c++/task-6.C: New test.
5535 * testsuite/libgomp.fortran/allocatable1.f90: New test.
5536 * testsuite/libgomp.fortran/allocatable2.f90: New test.
5537 * testsuite/libgomp.fortran/allocatable3.f90: New test.
5538 * testsuite/libgomp.fortran/allocatable4.f90: New test.
5539 * testsuite/libgomp.fortran/collapse1.f90: New test.
5540 * testsuite/libgomp.fortran/collapse2.f90: New test.
5541 * testsuite/libgomp.fortran/collapse3.f90: New test.
5542 * testsuite/libgomp.fortran/collapse4.f90: New test.
5543 * testsuite/libgomp.fortran/lastprivate1.f90: New test.
5544 * testsuite/libgomp.fortran/lastprivate2.f90: New test.
5545 * testsuite/libgomp.fortran/lib4.f90: New test.
5546 * testsuite/libgomp.fortran/lock-1.f90: New test.
5547 * testsuite/libgomp.fortran/lock-2.f90: New test.
5548 * testsuite/libgomp.fortran/nested1.f90: New test.
5549 * testsuite/libgomp.fortran/nestedfn4.f90: New test.
5550 * testsuite/libgomp.fortran/strassen.f90: New test.
5551 * testsuite/libgomp.fortran/tabs1.f90: New test.
5552 * testsuite/libgomp.fortran/tabs2.f: New test.
5553 * testsuite/libgomp.fortran/task1.f90: New test.
5554 * testsuite/libgomp.fortran/task2.f90: New test.
5555 * testsuite/libgomp.fortran/vla4.f90: Add dg-warning.
5556 * testsuite/libgomp.fortran/vla5.f90: Likewise.
5557 * testsuite/libgomp.c/pr26943-2.c: Likewise.
5558 * testsuite/libgomp.c/pr26943-3.c: Likewise.
5559 * testsuite/libgomp.c/pr26943-4.c: Likewise.
5560
7a0112e7
JJ
55612008-05-23 Jakub Jelinek <jakub@redhat.com>
5562
5563 PR c++/36308
5564 * testsuite/libgomp.c++/ctor-11.C: New test.
5565 * testsuite/libgomp.c++/ctor-12.C: New test.
5566
91a5b394
JJ
55672008-05-15 Janis Johnson <janis187@us.ibm.com>
5568
5569 * testsuite/lib/libgomp.exp: Load torture-options.exp from gcc lib.
5570
c18c98c0
JJ
55712008-05-07 Jakub Jelinek <jakub@redhat.com>
5572
5573 PR middle-end/36106
5574 * testsuite/libgomp.c/atomic-5.c: New test.
5575 * testsuite/libgomp.c/atomic-6.c: New test.
5576 * testsuite/libgomp.c/autopar-1.c: New test.
5577
6d26724a
RW
55782008-04-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5579
5580 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS)
5581 (LIBGOMP_CHECK_ATTRIBUTE_VISIBILITY)
5582 (LIBGOMP_CHECK_ATTRIBUTE_DLLEXPORT)
5583 (LIBGOMP_CHECK_ATTRIBUTE_ALIAS): Fix cache variable names.
5584 * configure: Regenerate.
5585 * Makefile.in, testsuite/Makefile.in: Likewise.
5586
deb984e6
PB
55872008-04-18 Paolo Bonzini <bonzini@gnu.org>
5588
5589 PR bootstrap/35457
5590 * aclocal.m4: Regenerate.
5591 * configure: Regenerate.
5592
9e775963
JJ
55932008-03-18 Jakub Jelinek <jakub@redhat.com>
5594
8119fc93
JJ
5595 PR middle-end/35611
5596 * testsuite/libgomp.c/atomic-4.c: New test.
5597
9e775963
JJ
5598 PR libgomp/35625
5599 * iter.c (gomp_iter_guided_next_locked): If q > n, set end to ws->end.
5600 (gomp_iter_guided_next): Likewise.
5601 * testsuite/libgomp.c/pr35625.c: New test.
5602
38d24731
RW
56032008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5604
5605 * aclocal.m4: Regenerate.
5606 * configure: Likewise.
5607 * Makefile.in: Likewise.
5608 * testsuite/Makefile.in: Likewise.
5609
d0fb20be
JJ
56102008-03-13 Jakub Jelinek <jakub@redhat.com>
5611
5612 PR middle-end/35185
5613 * testsuite/libgomp.c++/pr35185.C: New test.
5614
7c8f7639
JJ
56152008-03-12 Jakub Jelinek <jakub@redhat.com>
5616
5617 PR middle-end/35549
5618 * testsuite/libgomp.c/pr35549.c: New test.
5619
251923f5
JJ
56202008-03-06 Jakub Jelinek <jakub@redhat.com>
5621
5622 * testsuite/libgomp.c/atomic-3.c: New test.
5623
f489fba1
FXC
56242008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5625
5626 PR fortran/33197
251923f5 5627 * testsuite/libgomp.fortran/fortran.exp: Add .f08 and
f489fba1
FXC
5628 .F08 file suffixes.
5629
a1b25e49
PG
56302008-03-03 Peter O'Gorman <pogma@thewrittenword.com>
5631
5632 PR libgomp/33131
5633 * configure.ac: Add ACX_HEADER_STRING.
5634 * env.c: Include strings.h.
5635 * aclocal.m4: Regenerate.
5636 * config.h.in: Regenerate.
5637 * configure: Regenerate.
5638 * Makefile.in: Regenerate.
5639 * testsuite/Makefile.in: Regenerate.
5640
6837b3b8
JJ
56412008-02-15 Jakub Jelinek <jakub@redhat.com>
5642
ac84c062
JJ
5643 PR middle-end/35196
5644 * testsuite/libgomp.c/pr35196.c: New test.
5645
6837b3b8
JJ
5646 PR middle-end/35130
5647 * testsuite/libgomp.fortran/pr35130.f90: New test.
5648 * testsuite/libgomp.c/pr35130.c: New test.
5649
c256730c
JJ
56502008-01-25 Jakub Jelinek <jakub@redhat.com>
5651
5652 PR middle-end/33880
5653 * testsuite/libgomp.c/pr33880.c: New test.
5654 * testsuite/libgomp.fortran/pr33880.f90: New test.
5655
c8e95542 56562008-01-24 David Edelsohn <edelsohn@gnu.org>
d653fdfb
DE
5657
5658 * configure: Regenerate.
5659
0f3e711e
JJ
56602008-01-08 Jakub Jelinek <jakub@redhat.com>
5661
5662 * configure.ac: Move futex checking into ../config/futex.m4.
5663 * configure: Rebuilt.
5664 * aclocal.m4: Rebuilt.
5665 * Makefile.in: Rebuilt.
5666
5667 * configure.tgt: Rename have_tls to gcc_cv_have_tls to match
5668 2007-10-15 ../config/tls.m4 change.
5669
5259c813
JJ
56702007-12-19 Jakub Jelinek <jakub@redhat.com>
5671
5672 PR c++/34513
5673 * testsuite/libgomp.c/pr34513.c: New test.
5674 * testsuite/libgomp.c++/pr34513.C: New test.
5675
ae8d8879
JH
56762007-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
5677
5678 PR target/32765
5679 * testsuite/libgomp.fortran/crayptr2.f90: Move dg-options for darwin.
5680
2b4cf991
JJ
56812007-12-04 Jakub Jelinek <jakub@redhat.com>
5682
5683 * omp.h.in (__GOMP_NOTHROW): Define. Use it on omp_* prototypes.
5684
d2dda7fe
JJ
56852007-12-03 Jakub Jelinek <jakub@redhat.com>
5686
5687 * testsuite/libgomp.c/private-1.c: New test.
5688
d683ec81
PB
56892007-11-29 Andris Pavenis <andris.pavenis@iki.fi>
5690 Paolo Bonzini <bonzini@gnu.org>
5691
5692 * Makefile.am: Use space as vpath separator. Use 'vpath %'
5693 instead of 'VPATH ='.
5694 * Makefile.in: Regenerate.
5695
a7415017
MK
56962007-11-23 Matthias Klose <doko@ubuntu.com>
5697
5698 * configure.ac: Adjust makeinfo version check.
5699 * configure: Regenerate.
5700
78e47463
JJ
57012007-11-10 Jakub Jelinek <jakub@redhat.com>
5702
5703 PR fortran/34020
5704 * testsuite/libgomp.fortran/pr34020.f90: New test.
5705
239371f9
JJ
57062007-11-06 Jakub Jelinek <jakub@redhat.com>
5707
5708 PR c++/33894
5709 * testsuite/libgomp.c++/atomic-1.C: New test.
5710
98a5fa94
JJ
57112007-10-25 Jakub Jelinek <jakub@redhat.com>
5712
5713 PR libgomp/33275
5714 * testsuite/libgomp.fortran/omp_parse3.f90 (test_threadprivate):
5715 Make x and y integers rather than (implicit) reals. Add private (j)
5716 clause to the last omp parallel.
5717
3afcaaf4
MR
57182007-10-15 Maciej W. Rozycki <macro@linux-mips.org>
5719
5720 * configure: Regenerate following changes to ../config/tls.m4.
5721
bd69daef
JJ
57222007-09-28 Jakub Jelinek <jakub@redhat.com>
5723
5724 * testsuite/libgomp.fortran/stack.f90: New test.
5725
1d0bd356
DS
57262007-09-10 Danny Smith <dannysmith@users.sourceforge.net>
5727
5728 * config/mingw32/proc.c: New file.
5729
b3172cab
UB
57302007-09-05 Uros Bizjak <ubizjak@gmail.com>
5731
5732 * testsuite/libgomp.c/atomic-1.c: Include cpuid.h for i386 targets.
5733 (main): Use __get_cpuid to get i386 target fetaures.
5734 * testsuite/libgomp.c/atomic-2.c: Include cpuid.h for x86_64 targets.
5735 (main): Use __get_cpuid to get x86_64 target fetaures.
5736
6da17392
JH
57372007-08-15 Jack Howarth <howarth@bromo.med.uc.edu>
5738
5739 PR target/32765
5740 * testsuite/libgomp.fortran/pr32550.f90: Use -static-libgcc on Darwin.
5741 * testsuite/libgomp.fortran/crayptr2.f90: Likwise.
5742
e1c82219
JJ
57432007-07-12 Jakub Jelinek <jakub@redhat.com>
5744
5745 PR fortran/32550
5746 * testsuite/libgomp.fortran/pr32550.f90: New test.
5747 * testsuite/libgomp.fortran/crayptr2.f90: New test.
5748
12a27363
L
57492007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5750
5751 * aclocal.m4: Regenerated.
5752
5349080d
TB
57532007-07-05 Tobias Burnus <burnus@net-b.de>
5754
5755 PR fortran/32359
5756 * testsuite/libgomp.fortran/pr32359.f90: New.
5757
4f9c450c
JJ
57582007-07-02 Jakub Jelinek <jakub@redhat.com>
5759
5760 PR libgomp/32468
5761 * sections.c (GOMP_parallel_sections_start): Only decrease
5762 number of threads to COUNT if dyn_var is true.
5763 * testsuite/libgomp.c/pr32468.c: New test.
5764
28c67ed7
RO
57652007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5766
5767 PR libgomp/26308
5768 * config/posix/lock.c (_XOPEN_SOURCE): Don't define on Tru64 UNIX.
5769
64964499
JJ
57702007-06-21 Jakub Jelinek <jakub@redhat.com>
5771
5772 PR middle-end/32362
5773 * testsuite/libgomp.c/pr32362-1.c: New test.
5774 * testsuite/libgomp.c/pr32362-2.c: New test.
5775 * testsuite/libgomp.c/pr32362-3.c: New test.
5776
46d8fbd1
JJ
57772007-06-07 Jakub Jelinek <jakub@redhat.com>
5778
5779 * team.c (gomp_team_start): Fix setting up thread_attr
5780 stack size.
5781
82a6cadf
PB
57822007-06-02 Paolo Bonzini <bonzini@gnu.org>
5783
5784 * configure: Regenerate.
5785
1cf3d07d
SE
57862007-05-23 Steve Ellcey <sje@cup.hp.com>
5787
5788 * Makefile.in: Regenerate.
5789 * configure: Regenerate.
5790 * aclocal.m4: Regenerate.
5791 * testsuite/Makefile.in: Regenerate.
5792
12aac30b
JJ
57932007-05-04 Jakub Jelinek <jakub@redhat.com>
5794
5795 * config/linux/proc.c: New file.
5796
f1028b02
JJ
5797 PR libgomp/28482
5798 * configure.tgt: Don't link with -Wl,-z,nodlopen even on Linux.
5799
06785a48
DF
58002007-04-19 Daniel Franke <franke.daniel@gmail.com>
5801
5802 * libgomp.texi (GOMP_CPU_AFFINITY): Updated.
5803
b3b08ba0
MK
58042007-04-16 Matthias Klose <doko@debian.org>
5805
5806 * configure.tgt (i[456]86-*-linux*): Only add ia32 specific
5807 flags if not building with -m64.
5808 * testsuite/lib/libgomp-dg.exp (libgomp_init): Don't add -march
5809 flag for i?86-*-* targets, if current target matches -m64.
5810
6b2c5ce0
SE
58112007-04-14 Steve Ellcey <sje@cup.hp.com>
5812
5813 * Makefile.am: Add -I .. to ACLOCAL_AMFLAGS.
5814 * Makefile.in: Regenerate.
5815
dd56fe7c
JDA
58162007-04-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5817
5818 PR testsuite/31369
5819 * testsuite/libgomp.c++/c++.exp: Don't use concat when setting
5820 ld_library_path.
5821 * testsuite/libgomp.fortran/fortran.exp: Likewise.
5822
a0884cf0
JJ
58232007-04-04 Jakub Jelinek <jakub@redhat.com>
5824
5825 * libgomp.h (gomp_cpu_affinity, gomp_cpu_affinity_len): New extern
5826 decls.
5827 (gomp_init_affinity, gomp_init_thread_affinity): New prototypes.
5828 * env.c (gomp_cpu_affinity, gomp_cpu_affinity_len): New variables.
5829 (parse_affinity): New function.
5830 (initialize_env): Call it and gomp_init_affinity.
5831 * team.c (gomp_team_start): If gomp_cpu_affinity != NULL,
5832 create new pthread_attr_t and call gomp_init_thread_affinity
5833 on it for each thread before passing the attribute to pthread_create.
5834 * config/linux/affinity.c: New file.
5835 * config/posix/affinity.c: New file.
5836 * configure.ac (HAVE_PTHREAD_AFFINITY_NP): New test.
5837 * configure: Rebuilt.
5838 * config.h.in: Rebuilt.
5839 * Makefile.am (libgomp_la_SOURCES): Add affinity.c.
5840 * Makefile.in: Rebuilt.
5841
1850744b
AT
58422007-03-23 Andreas Tobler <a.tobler@schweiz.org>
5843
5844 * testsuite/lib/libgomp.exp (libgomp_init): Add -shared-libgcc for
5845 *-*-darwin*.
5846 * testsuite/libgomp.c++/c++.exp: Look for shared libstdc++ library
5847 and use it if found.
5848
516f1ed8
UB
58492007-03-18 Uros Bizjak <ubizjak@gmail.com>
5850
5851 * testsuite/config/default.exp: New file.
5852 * testsuite/lib/libgomp.exp: New file.
5853 * testsuite/lib/libgomp.dg (load_gcc_lib, libgomp_init,
5854 libgomp_target_compile, libgomp_option_help, libgomp_option_proc,
5855 load_lib *, load_gcc_lib *): Move to libgomp.exp.
5856 (libgomp_load): Remove.
5857 * testsuite/lib/libgomp.exp (libgomp_init): Compute
5858 always_ld_library_path, not ld_library_path. Set additional_flags
5859 to -march=i486 for ilp32 x86_64-*-* and i386-*-* targets.
5860 (target_compile): Do not call libgomp_init. Append lang_library_path
5861 and lang_link_flags to options.
5862 * testsuite/libgomp.c/c.exp: Set DEFAULT_FLAGS to -O2. Set
5863 ld_library_path from always_ld_library_path. Set LD_LIBRARY_PATH
5864 here.
5865 * testsuite/libgomp.c++/c++.exp: Set ld_library_path from
5866 always_ld_library_path. Set LD_LIBRARY_PATH here.
5867 * testsuite/libgomp.fortran/fortran.exp: Ditto.
5868 * testsuite/libgomp.c/atomic-1.c: Set dg-options to
5869 "-O2 -march=pentium" for ilp32 x86 targets. Simplify check for
5870 CX8 flag.
5871 * testsuite/libgomp.c/atomic-2.c: Set dg-options to "-O2 -mcx16" for
5872 lp64 x86 targets. Do not check for SSE3 bit. Do not define bit_SSE3.
5873 * testsuite/libgomp.c/pr29947-1.c: Remove default dg-options.
5874 * testsuite/libgomp.c/pr29947-1.c: Ditto.
5875 * testsuite/libgomp.c/atomic-10.c: Ditto.
5876
2ada56f5
JJ
58772007-03-21 Jakub Jelinek <jakub@redhat.com>
5878
5879 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: Add
5880 dg-final cleanup-modules line.
5881 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Likewise.
5882 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: Likewise.
5883 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: Likewise.
5884 * testsuite/libgomp.fortran/threadprivate2.f90: Likewise.
5885 * testsuite/libgomp.fortran/reduction5.f90: Likewise.
5886 * testsuite/libgomp.fortran/threadprivate3.f90: Likewise.
5887 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise.
5888
f210f1cd
AS
58892007-03-18 Andreas Schwab <schwab@suse.de>
5890
5891 * acinclude.m4: Adjust regular expression for ld version
5892 extraction.
5893 * configure: Regenerate.
5894
c4dc950d
BM
58952007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5896
5897 * Makefile.am: Add install-pdf target as copied from
5898 automake v1.10 rules.
5899 * Makefile.in: Regenerate
5900
e02a048f
JJ
59012007-02-07 Jakub Jelinek <jakub@redhat.com>
5902
78e075d4
JJ
5903 PR libgomp/28486
5904 * configure: Regenerate.
5905
e02a048f
JJ
5906 PR c++/30703
5907 * testsuite/libgomp.c++/pr30703.C: New test.
5908
60def7ed
JJ
59092007-02-02 Jakub Jelinek <jakub@redhat.com>
5910
5911 Revert:
5912 2006-07-05 Eric Christopher <echristo@apple.com>
5913 * configure.ac: Depend addition of -pthread on host OS.
5914 * configure: Regenerate.
5915
f1b0882e
RW
59162007-01-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5917
5918 * libgomp.texi: Fix spacing after abbreviations.
5919
748b9d7c
DF
59202007-01-31 Daniel Franke <franke.daniel@gmail.com>
5921
5922 PR libgomp/30546
5923 * configure.ac: Add check for makeinfo
5924 * Makefile.am: Redefined target libgomp.info, build libgomp.info only
5925 if an appropiate version of makeinfo is found.
5926 * aclocal.m4: Regenerated.
5927 * configure: Regenerated.
5928 * Makefile.in: Regenerated.
5929 * testsuite/Makefile.in: Regenerated.
5930
14734fc7
DF
59312007-01-29 Daniel Franke <franke.daniel@gmail.com>
5932
5933 PR libgomp/30540
5934 * libgomp.texi: More about implementation-dependent settings.
5935
7befd5d2
TB
59362007-01-26 Tobias Burnus <burnus@net-b.de>
5937
5938 * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.
5939
4288fea2
JJ
59402007-01-24 Jakub Jelinek <jakub@redhat.com>
5941
5942 PR middle-end/30494
5943 * testsuite/libgomp.c/pr30494.c: New test.
5944
627ab4b8
TT
59452007-01-15 Tom Tromey <tromey@redhat.com>
5946
5947 * configure: Rebuilt.
5948 * configure.ac: Fixed comment.
5949
7c2b7f45
DF
59502007-01-14 Daniel Franke <franke.daniel@gmail.com>
5951
5952 * libgomp.texi: Document implementation specific default values of
5953 environment variables.
5954
3721b9e1
DF
59552006-12-21 Daniel Franke <franke.daniel@gmail.com>
5956
5957 PR libgomp/28209
5958 * libgomp.texi: New file.
5959 * configure.ac: Add --enable-generated-files-in-srcdir option.
5960 * Makefile.am: Add info, dvi, pdf, html targets. On request, copy
5961 files to srcdir.
5962 * Makefile.in: Regenerated.
5963 * config.h.in: Regenerated.
5964 * testsuite/Makefile.in: Regenerated.
5965 * NOTES: Removed.
5966
62bd6216
DF
59672006-12-04 Daniel Franke <franke.daniel@gmail.com>
5968
5969 PR libgomp/29949
5970 * env.c (omp_set_num_threads): Set illegal thread count to 1.
5971
aad741f4
EB
59722006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5973
5974 * configure: Regenerate.
5975
22568cc6
JJ
59762006-12-04 Jakub Jelinek <jakub@redhat.com>
5977
5978 PR libgomp/29947
5979 * loop.c (gomp_loop_init): Make parameters signed. Set ws->end to
5980 start if there shouldn't be any loop iterations.
5981 (gomp_loop_ordered_static_start): Remove start == end test.
5982 * testsuite/libgomp.c/pr29947-1.c: New test.
5983 * testsuite/libgomp.c/pr29947-2.c: New test.
5984
a9690009
EB
59852006-12-02 Eric Botcazou <ebotcazou@libertysurf.fr>
5986
5987 * configure.tgt: Force initial-exec TLS model on Linux only.
5988
597c25e6
DJ
59892006-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5990
5991 * configure: Regenerated.
5992
6acf0b38
UB
59932006-11-09 Uros Bizjak <ubizjak@gmail.com>
5994
5995 * env.c (parse_schedule): Reject out of range values.
5996 (parse_unsigned_long): Reject out of range, negative or zero values.
5997
a7a53ca5
JJ
59982006-10-29 Jakub Jelinek <jakub@redhat.com>
5999
6000 PR fortran/29629
6001 * testsuite/libgomp.fortran/pr29629.f90: New test.
6002
6d4d216a
EB
60032006-10-24 Eric Botcazou <ebotcazou@libertysurf.fr>
6004
6005 PR libgomp/29494
6006 * configure.tgt: Use posix95 configuration for Solaris 2.5.1 and 2.6.
6007 * config/posix95: New directory.
6008 * config/posix95/omp-lock.h: New file.
6009 * config/posix95/lock.c: Likewise.
6010
5b043f08
GK
60112006-10-14 Geoffrey Keating <geoffk@apple.com>
6012
6013 * aclocal.m4: Regenerate.
6014 * configure: Regenerate.
6015
b50019f0
DS
60162006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
6017
6018 * testsuite/libgomp.c/barrier-1.c: Change timestamp tests from
6019 '<' to '<='.
6020
8887708e
DS
60212006-10-05 Danny Smith <dannysmith@users.sourceforge.net>
6022
6023 * acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from
6024 test.
6025 * configure: Regenerate.
6026 * fortran.c (ialias_redirect): Add __USER_LABEL_PREFIX__ to alias.
6027
9b9e4cd6
JJ
60282006-09-26 Jakub Jelinek <jakub@redhat.com>
6029
a70ad3bb
JJ
6030 PR middle-end/25261
6031 PR middle-end/28790
6032 * testsuite/libgomp.c/nestedfn-4.c: New test.
6033 * testsuite/libgomp.c/nestedfn-5.c: New test.
6034 * testsuite/libgomp.fortran/nestedfn3.f90: New test.
6035
9b9e4cd6
JJ
6036 PR fortran/29097
6037 * testsuite/libgomp.fortran/condinc1.f: New test.
6038 * testsuite/libgomp.fortran/condinc2.f: New test.
6039 * testsuite/libgomp.fortran/condinc3.f90: New test.
6040 * testsuite/libgomp.fortran/condinc4.f90: New test.
6041 * testsuite/libgomp.fortran/condinc1.inc: New file.
6042
2fb31455
TT
60432006-09-18 Tom Tromey <tromey@redhat.com>
6044
6045 * configure: Rebuilt.
6046
c663e301
JM
60472006-09-13 Joseph S. Myers <joseph@codesourcery.com>
6048
6049 PR c/28768
6050 PR preprocessor/14634
6051 * configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
6052 to AC_DEFINE.
6053 * configure: Regenerate.
6054
38371be9
SK
60552006-09-08 Steven G. Kargl <kargl@gcc.gnu.org>
6056
6057 * testsuite/libgomp.fortran/reduction3.f90: Change
6058 -2147483648 to -huge(i)-1 to avoid overflow.
6059 * testsuite/libgomp.fortran/reduction4.f90: Change
6060 Z'ffffffff' to not(0) to avoid overflow.
6061
571d5ac5
JM
60622006-08-26 Joseph S. Myers <joseph@codesourcery.com>
6063
6064 PR libgomp/25938
6065 * Makefile.am (libsubincludedir): New.
6066 (nodist_include_HEADERS): Rename to nodist_libsubinclude_HEADERS.
6067 * Makefile.in: Regenerate.
6068
89b3e3cd
JJ
60692006-08-17 Jakub Jelinek <jakub@redhat.com>
6070
6071 PR libgomp/28725
6072 * env.c: Include ctype.h.
6073 (parse_schedule, parse_unsigned_long, parse_boolean): Allow
6074 leading and/or trailing whitespace and compare strings case
6075 insensitively.
6076
742fae05
JJ
60772006-07-16 Jakub Jelinek <jakub@redhat.com>
6078
6079 PR fortran/28390
6080 * testsuite/libgomp.fortran/pr28390.f: New test.
6081
a1daed2d
EC
60822006-07-05 Eric Christopher <echristo@apple.com>
6083
6084 * configure.ac: Depend addition of -pthread on host OS.
6085 * configure: Regenerate.
6086
5d7b5199
JJ
60872006-06-21 Jakub Jelinek <jakub@redhat.com>
6088
6089 * critical.c (GOMP_critical_name_start): Fix *pptr initialization
6090 when gomp_mutex_t is larger than pointer and HAVE_SYNC_BUILTINS is
6091 defined.
6092
fe5568e9
JJ
60932006-06-20 Jakub Jelinek <jakub@redhat.com>
6094
6095 PR libgomp/26175
6096 PR libgomp/26477
6097 * configure.ac: If neither --enable-linux-futex nor
6098 --disable-linux-futex is passed, determine the default by checking
6099 for compiling and/or running against NPTL. With --enable-linux-futex,
6100 check if SYS_gettid and SYS_futex are defined.
6101 * configure: Rebuilt.
6102
c3b11a40
RH
61032006-06-14 Richard Henderson <rth@redhat.com>
6104
6105 PR libgomp/28008
6106 * env.c (initialize_env): Avoid using PTHREAD_STACK_MIN when
6107 undefined. Use GOMP_STACKSIZE not OMP_STACKSIZE for environment.
6108
d0d1b24d
RH
61092006-06-09 Richard Henderson <rth@redhat.com>
6110
6111 * env.c (gomp_nthreads_var): Change to unsigned long.
6112 (gomp_run_sched_chunk): Likewise.
6113 (parse_unsigned_long): Rename from parse_num_threads and generalize.
6114 (initialize_env): Initialize gomp_thread_attr.
6115 * libgomp.h (gomp_nthreads_var): Update decl.
6116 (gomp_run_sched_chunk): Likewise.
6117 (gomp_thread_attr): Declare.
6118 * team.c (gomp_thread_attr): Export.
6119 (initialize_team): Don't initialize it.
6120
cd75853e
JJ
61212006-06-09 Jakub Jelinek <jakub@redhat.com>
6122
6123 PR fortran/27916
6124 * testsuite/libgomp.fortran/pr27916-1.f90: New test.
6125 * testsuite/libgomp.fortran/pr27916-2.f90: New test.
6126
33815e0c
FXC
61272006-06-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6128
6129 * config/mingw32/time.c: New file.
6130 * configure.tgt: Use it.
6131
6667de0d
CD
61322006-05-23 Carlos O'Donell <carlos@codesourcery.com>
6133
6134 * Makefile.am: Add install-html target. Add install-html to .PHONY
6135 * Makefile.in: Regenerate.
6136
e962c46b
JDA
61372006-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6138
6139 PR libgomp/27612
6140 * testsuite/libgomp.c/sections-1.c: Require sync_int_long.
6141 * testsuite/libgomp.c/critical-1.c: Likewise.
6142 * testsuite/libgomp.c/loop-1.c: Likewise.
6143 * testsuite/libgomp.c/loop-2.c: Likewise.
6144 * testsuite/libgomp.c/single-1.c: Likewise.
6145 * testsuite/libgomp.c/ordered-1.c: Likewise.
6146 * testsuite/libgomp.c/ordered-2.c: Likewise.
6147
eeb1d9e0
JJ
61482006-05-15 Jakub Jelinek <jakub@redhat.com>
6149
6150 PR middle-end/27416
6151 * libgomp.fortran/pr27416-1.f90: New test.
6152
693d710f
JJ
61532006-05-03 Jakub Jelinek <jakub@redhat.com>
6154
6155 PR fortran/27395
6156 * testsuite/libgomp.fortran/pr27395-1.f90: New test.
6157 * testsuite/libgomp.fortran/pr27395-2.f90: New test.
6158
8ca5b2a2
JJ
61592006-05-02 Jakub Jelinek <jakub@redhat.com>
6160
6161 PR c++/26943
6162 * testsuite/libgomp.c/pr26943-1.c: New test.
6163 * testsuite/libgomp.c/pr26943-2.c: New test.
6164 * testsuite/libgomp.c/pr26943-3.c: New test.
6165 * testsuite/libgomp.c/pr26943-4.c: New test.
6166 * testsuite/libgomp.c++/pr27337.C: Remove barrier.
6167 * testsuite/libgomp.c++/pr26943.C: New test.
6168
077b0dfb
JJ
61692006-05-02 Jakub Jelinek <jakub@redhat.com>
6170
6171 PR middle-end/27337
6172 * testsuite/libgomp.c++/pr27337.C: New test.
6173
91b6c26d
JJ
61742006-04-26 Jakub Jelinek <jakub@redhat.com>
6175
6176 PR c/26171
6177 * testsuite/libgomp.c/pr26171.c: New test.
6178
60e1758f
RH
61792006-04-25 Richard Henderson <rth@redhat.com>
6180
6181 PR libgomp/25865
6182 * configure.ac: Use GCC_CHECK_TLS.
6183 * acinclude.m4 (LIBGOMP_CHECK_TLS): Remove.
6184 * Makefile.in, aclocal.m4, configure: Regenerate.
6185
615baed7
MK
61862006-04-10 Matthias Klose <doko@debian.org>
6187
6188 * testsuite/lib/libgomp.exp (libgomp_init): Recognize multilib
6189 directory names containing underscores.
6190
fae2b46b
JJ
61912006-03-21 Jakub Jelinek <jakub@redhat.com>
6192
6193 PR c++/26691
6194 * testsuite/libgomp.c++/pr26691.C: New test.
6195
11a5f608
JJ
61962006-03-13 Jakub Jelinek <jakub@redhat.com>
6197
6198 * testsuite/libgomp.fortran/retval2.f90: New test.
6199
1799e5d5
RH
62002006-03-09 Diego Novillo <dnovillo@redhat.com>
6201
6202 * testsuite/libgomp.c++: New directory.
6203
d349482e
AT
62042006-02-25 Shantonu Sen <ssen@opendarwin.org>
6205
6206 * config/posix/sem.h: Define BROKEN_POSIX_SEMAPHORES functions.
6207 * config/posix/sem.c: Implement the above.
6208
62092006-02-25 Andreas Tobler <a.tobler@schweiz.ch>
6210
6211 * configure.ac (HAVE_BROKEN_POSIX_SEMAPHORES): Check for darwin and
6212 define HAVE_BROKEN_POSIX_SEMAPHORES.
6213 * configure: Rebuilt.
6214 * config.h.in: Rebuilt.
6215
124452c9
FXC
62162006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6217
6218 PR bootstrap/26161
6219 * configure.ac: Remove AC_CHECK_HEADER for pthread.h. Add comment
6220 for the other pthread check.
6221 * configure: Regenerate.
6222 * config.h.in: Regenerate.
6223
dd8d6dfe
JJ
62242006-02-15 Jakub Jelinek <jakub@redhat.com>
6225
6226 PR libgomp/25938
6227 PR libgomp/25984
6228 * Makefile.am (fincludedir): New variable.
6229 (nodist_include_HEADERS): Remove Fortran files.
6230 (nodist_finclude_HEADERS): New variable.
6231 * Makefile.in: Regenerated.
6232
6c7a4dfd
JJ
62332006-02-13 Jakub Jelinek <jakub@redhat.com>
6234
6235 * testsuite/libgomp.fortran/vla7.f90: Add -w to options.
6236 Remove tests for returning assumed character length arrays.
6237
5142e08b
RS
62382006-02-12 Roger Sayle <roger@eyesopen.com>
6239 John David Anglin <dave@hiauly1.hia.nrc.ca>
6240
6241 PR libgomp/25936
6242 * configure.tgt: Link against -lrt for sem_init on HPUX v11 systems.
a1daed2d 6243
5821fba8
UW
62442006-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6245
6246 * testsuite/lib/libgomp-dg.exp: Load scanrtl.exp library.
6247
cb2bbc67
EB
62482006-02-07 Eric Botcazou <ebotcazou@libertysurf.fr>
6249
6250 * testsuite/lib/libgomp-dg.exp (libgomp_init): Compute multilib related
6251 part of LD_LIBRARY_PATH manually.
6252
f05ee80c
L
62532006-02-03 H.J. Lu <hongjiu.lu@intel.com>
6254
6255 PR libgomp/25852
6256 * testsuite/lib/libgomp-dg.exp (blddir): Set it in
6257 libgomp_init.
6258
03b8fe49
PB
62592005-01-25 Paolo Bonzini <bonzini@gnu.org>
6260
6261 PR libgomp/25884
f05ee80c
L
6262 * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
6263 * configure.ac (PERL): Don't set.
6264 (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
6265 (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
6266 OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
6267 * omp.h.in: Wrap the new configure substitutions with @ characters.
6268 * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
6269 * aclocal.m4, configure, Makefile.in: Regenerate.
6270 * mkomp_h.pl: Delete.
03b8fe49 6271
18cbfd85
PB
62722005-01-24 Paolo Bonzini <bonzini@gnu.org>
6273
6274 PR libgomp/25259
6275 * configure.ac: Use GCC_HEADER_STDINT.
6276 * libgomp.h: Include gstdint.h.
6277 * libgomp_f.h.in: Don't include stdint.h or inttypes.h.
6278 * configure, Makefile.in, testsuite/Makefile.in, aclocal.m4: Rebuild.
6279
c41303c6
RH
62802006-01-24 Richard Henderson <rth@redhat.com>
6281
6282 PR libgomp/25942
6283 * configure.ac: Add AM_MAINTAINER_MODE.
6284 * Makefile.in, aclocal.m4, configure, testsuite/Makefile.in: Rebuild.
6285
149b9553
DN
62862006-01-24 Diego Novillo <dnovillo@redhat.com>
6287
6288 * Makefile.in: Regenerate.
6289 * testsuite/Makefile.in: Regenerate.
6290 * aclocal.m4: Regenerate.
6291
192a50ad
AT
62922006-01-23 Andreas Tobler <a.tobler@schweiz.ch>
6293
6294 * config/posix/proc.c: Conditional include of sys/loadavg.h for
6295 Solaris.
6296 * configure.ac: Add check for loadavg.h.
6297 (link_gomp): Adjust comment.
6298 * configure: Regenerate.
6299 * config.h.in: Regenerate.
6300
a55b8e18
SE
63012006-01-21 Steve Ellcey <sje@cup.hp.com>
6302
6303 PR libgomp/25877
6304 * configure.ac: Remove check for alloca.h.
6305 * configure: Regenerate.
6306 * config.h.in: Regenerate.
6307 * libgomp.h: define gomp_alloca to be __builtin_alloca.
6308 * team.c: Remove use of alloca.h.
6309 Call gomp_alloca instead of alloca.
6310
692eeb34
SE
63112006-01-20 Steve Ellcey <sje@cup.hp.com>
6312
6313 PR libgomp/25877
6314 * team.c: Add include of alloca.h.
6315 * configure.ac: Add check for alloca.h.
6316 * configure: Regenerate.
6317 * config.h.in: Regenerate.
6318
953ff289
DN
63192006-01-17 Jakub Jelinek <jakub@redhat.com>
6320
6321 PR fortran/25219
6322 * testsuite/libgomp.fortran/pr25219.f90: New test.
6323
63242005-12-05 Uros Bizjak <uros@kss-loka.si>
6325
6326 * testsuite/libgomp.c/pr24455.c, testsuite/libgomp.c/copyin-1.c,
6327 testsuite/libgomp.c/copyin-2.c, testsuite/libgomp.c/copyin-3.c,
6328 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
6329 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
6330 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455.C,
6331 testsuite/libgomp.fortran/threadprivate1.f90,
6332 testsuite/libgomp.fortran/threadprivate2.f90,
6333 testsuite/libgomp.fortran/threadprivate3.f90,
6334 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
6335 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
6336 testsuite/libgomp.fortran/omp_parse3.f90: Change required
6337 effective-target to TLS runtime.
6338
6339 * testsuite/libgomp.fortran/pr25162.f: Require
6340 effective-target TLS runtime.
6341
63422005-12-01 Jakub Jelinek <jakub@redhat.com>
6343
6344 * testsuite/libgomp.fortran/nestedfn2.f90: New test.
6345 * testsuite/libgomp.c/nestedfn-3.c: New test.
6346
63472005-11-30 Jakub Jelinek <jakub@redhat.com>
6348
6349 PR fortran/25162
6350 * testsuite/libgomp.fortran/pr25162.f: New test.
6351
63522005-11-28 Jakub Jelinek <jakub@redhat.com>
6353
6354 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Fall back to
6355 CLOCK_REALTIME if clock_* (CLOCK_MONOTONIC, &ts) call failed.
6356
63572005-11-25 Jakub Jelinek <jakub@redhat.com>
6358
6359 * alloc.c, barrier.c, critical.c, env.c, error.c, fortran.c, iter.c,
6360 libgomp.h, libgomp_f.h.in, libgomp_g.h, loop.c, mkomp_h.pl, omp.h.in,
6361 omp_lib.f90.in, omp_lib.h.in, ordered.c, parallel.c, sections.c,
6362 single.c, team.c, work.c, config/linux/alpha/futex.h,
6363 config/linux/bar.c, config/linux/bar.h, config/linux/ia64/futex.h,
6364 config/linux/lock.c, config/linux/mutex.c, config/linux/mutex.h,
6365 config/linux/powerpc/futex.h, config/linux/s390/futex.h,
6366 config/linux/sem.c, config/linux/sem.h, config/linux/sparc/futex.h,
6367 config/linux/x86/futex.h, config/posix/bar.c, config/posix/bar.h,
6368 config/posix/lock.c, config/posix/mutex.h, config/posix/proc.c,
6369 config/posix/sem.c, config/posix/sem.h, config/posix/time.c: Update
6370 FSF address.
6371
63722005-11-18 Jakub Jelinek <jakub@redhat.com>
6373
6374 * Makefile.am: Move libgomp_f.h from nodist_include_HEADERS
6375 to nodist_noinst_HEADERS.
6376 * Makefile.in: Rebuilt.
6377
6378 * config/posix/omp-lock.h (omp_nest_lock_t): Change into struct,
6379 add integer count field.
6380 * config/posix/lock.c (omp_destroy_nest_lock): Adjust for
6381 omp_nest_lock_t type change.
6382 (omp_init_nest_lock): Likewise. Initialize count to 0.
6383 (omp_set_nest_lock): Adjust for omp_nest_lock_t type change.
6384 Increment count.
6385 (omp_unset_nest_lock): Adjust for omp_nest_lock_t type change.
6386 Decrement count.
6387 (omp_test_nest_lock): Adjust for omp_nest_lock_t type change.
6388 Increment count if successful and return the new nesting level.
6389 * config/linux/lock.c (omp_test_nest_lock): Return new nesting level.
6390 * omp_lib.f90.in (omp_test_lock): Fix LOCK argument type.
6391 * testsuite/libgomp.c/lib-1.c: New test.
6392 * testsuite/libgomp.fortran/lib1.f90: New test.
6393 * testsuite/libgomp.fortran/lib2.f: New test.
6394 * testsuite/libgomp.fortran/lib3.f: New test.
6395
63962005-11-17 Richard Henderson <rth@redhat.com>
6397
6398 PR 24845
6399 * Makefile.am (nodist_toolexeclib_HEADERS): New.
6400 * configure.ac (link_gomp): New. Substitute it.
6401 (AC_CONFIG_FILES): Add libgomp.spec.
6402 * libgomp.spec.in: New file.
6403 * Makefile.in, testsuite/Makefile.in, configure: Rebuild.
6404 * testsuite/lib/libgomp-dg.exp: Add -B${blddir}/ to flags.
6405
64062005-11-18 Jakub Jelinek <jakub@redhat.com>
6407
6408 * testsuite/libgomp.fortran/reduction1.f90: Adjust for
6409 reduction(-:var) behaving the same as reduction(+:var).
6410 * testsuite/libgomp.c/reduction-4.c: New test.
6411
64122005-11-15 Uros Bizjak <uros@kss-loka.si>
6413
6414 * testsuite/libgomp.c/pr24455-1.c, testsuite/libgomp.c/pr24455.c,
6415 testsuite/libgomp.c/copyin-1.c, testsuite/libgomp.c/copyin-2.c,
6416 testsuite/libgomp.c/copyin-3.c,
6417 testsuite/libgomp.c++/copyin-1.C, testsuite/libgomp.c++/copyin-2.C,
6418 testsuite/libgomp.c++/ctor-5.C, testsuite/libgomp.c++/ctor-8.C,
6419 testsuite/libgomp.c++/ctor-9.C, testsuite/libgomp.c++/pr24455-1.C,
6420 testsuite/libgomp.c++/pr24455.C,
6421 testsuite/libgomp.fortran/threadprivate1.f90,
6422 testsuite/libgomp.fortran/threadprivate2.f90,
6423 testsuite/libgomp.fortran/threadprivate3.f90,
6424 testsuite/libgomp.fortran/appendix-a/a.22.7.f9,
6425 testsuite/libgomp.fortran/appendix-a/a.22.8.f9,
6426 testsuite/libgomp.fortran/omp_parse3.f90: Require
6427 effective-target TLS.
6428
64292005-11-14 Diego Novillo <dnovillo@redhat.com>
6430
6431 * HEADER: Remove.
6432
64332005-11-13 Jakub Jelinek <jakub@redhat.com>
6434
6435 PR libgomp/24797
6436 * team.c (initialize_team): Pass NULL rather than free as
6437 pthread_key_create destructor. Initialize thread specific data
6438 pointer in initial thread to a static local variable rather than
6439 malloced memory.
6440
64412005-11-11 Uros Bizjak <uros@kss-loka.si>
6442
6443 * testsuite/lib/libgomp-dg.exp: Locate libgcc.a and append
6444 its location to ld_library_path.
6445
64462005-11-10 Diego Novillo <dnovillo@redhat.com>
6447
6448 * testsuite/libgomp.c/c.exp: Rename from dg.exp.
6449
64502005-11-10 Diego Novillo <dnovillo@redhat.com>
6451
6452 * testsuite/libgomp.c: Rename from libgomp.dg.
6453
64542005-11-09 Diego Novillo <dnovillo@redhat.com>
6455
6456 * testsuite/libgomp.c++/pr24455.C: Add copyin clause for
6457 threadprivate variable 'i'.
6458
64592005-11-09 Jakub Jelinek <jakub@redhat.com>
6460
6461 * config/linux/s390/futex.h: New file.
6462 * configure.tgt: Use it.
6463
6464 * testsuite/libgomp.fortran/omp_parse4.f90: Move n initialization
6465 before the parallel.
6466
64672005-11-08 Jakub Jelinek <jakub@redhat.com>
6468
6469 PR c++/24734
6470 * testsuite/libgomp.c++/master-1.C: New test.
6471
64722005-11-07 Jakub Jelinek <jakub@redhat.com>
6473
6474 * testsuite/libgomp.dg/copyin-3.c: New test.
6475
64762005-11-07 Jakub Jelinek <jakub@redhat.com>
6477
6478 * testsuite/libgomp.fortran/retval1.f90: New test.
6479 * testsuite/libgomp.fortran/vla7.f90: New test.
6480
64812005-11-06 Jakub Jelinek <jakub@redhat.com>
6482
6483 * testsuite/libgomp.fortran/vla2.f90: New test.
6484 * testsuite/libgomp.fortran/vla3.f90: New test.
6485 * testsuite/libgomp.fortran/vla4.f90: New test.
6486 * testsuite/libgomp.fortran/vla5.f90: New test.
6487 * testsuite/libgomp.fortran/vla6.f90: New test.
6488
64892005-11-01 Jakub Jelinek <jakub@redhat.com>
6490
6491 * config/linux/sparc/futex.h: New file.
6492 * configure.tgt: Use it.
6493 * testsuite/lib/libgomp-dg.exp: Use -mcpu=v9 for sparc testing.
6494
6495 * critical.c: Include stdlib.h.
6496 * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Avoid warnings about
6497 ignoring return value.
6498 * configure.ac: Don't put -Wc,-pthread into XCFLAGS until after
6499 LIBGOMP_CHECK_SYNC_BUILTINS check.
6500 * configure: Rebuilt.
6501
65022005-10-31 Jakub Jelinek <jakub@redhat.com>
6503
6504 * testsuite/libgomp.fortran/vla1.f90: New test.
6505
65062005-10-31 Richard Henderson <rth@redhat.com>
6507
6508 * testsuite/libgomp.fortran/character2.f90: Fix race condition
6509 setting 's' in different threads.
6510
65112005-10-31 Jakub Jelinek <jakub@redhat.com>
6512
6513 * libgomp.h (attribute_hidden, ialias): Define.
6514 * config/posix/proc.c (omp_get_num_procs): Add ialias.
6515 * config/posix/time.c (omp_get_wtime, omp_get_wtick): Likewise.
6516 * config/posix/lock.c (omp_init_lock, omp_init_nest_lock,
6517 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
6518 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
6519 omp_test_lock, omp_test_nest_lock): Likewise.
6520 * config/linux/lock.c (omp_init_lock, omp_init_nest_lock,
6521 omp_destroy_lock, omp_destroy_nest_lock, omp_set_lock,
6522 omp_set_nest_lock, omp_unset_lock, omp_unset_nest_lock,
6523 omp_test_lock, omp_test_nest_lock): Likewise.
6524 * env.c (omp_set_dynamic, omp_set_nested, omp_set_num_threads,
6525 omp_get_dynamic, omp_get_nested): Likewise.
6526 * parallel.c (omp_get_num_threads, omp_get_max_threads,
6527 omp_get_thread_num, omp_in_parallel): Likewise.
6528 * fortran.c (ialias_redirect): Define.
6529 (omp_init_lock, omp_init_nest_lock, omp_destroy_lock,
6530 omp_destroy_nest_lock, omp_set_lock, omp_set_nest_lock,
6531 omp_unset_lock, omp_unset_nest_lock, omp_test_lock,
6532 omp_test_nest_lock, omp_set_dynamic, omp_set_nested,
6533 omp_set_num_threads, omp_get_dynamic, omp_get_nested,
6534 omp_in_parallel, omp_get_max_threads, omp_get_num_procs,
6535 omp_get_num_threads, omp_get_thread_num, omp_get_wtick,
6536 omp_get_wtime): Add ialias_redirect.
6537
65382005-10-30 Jakub Jelinek <jakub@redhat.com>
6539
6540 * fortran.c: Include stdlib.h.
6541
65422005-10-29 Jakub Jelinek <jakub@redhat.com>
6543
6544 * Makefile.am (env.o, env.lo): Depend on libgomp_f.h.
6545 * Makefile.in: Regenerated.
6546
65472005-10-28 Jakub Jelinek <jakub@redhat.com>
6548
6549 * mkomp_h.pl: Remove all -Wc, option prefixes in $COMPILE.
6550 * libgomp_f.h.in (omp_check_defines): New function.
6551 * env.c: Include libgomp_f.h.
6552 (initialize_env): Call omp_check_defines.
6553
6554 * testsuite/libgomp.dg/copyin-2.c: New test.
6555 * testsuite/libgomp.c++/copyin-2.C: New test.
6556 * testsuite/libgomp.fortran/threadprivate3.f90: New test.
6557
6558 * testsuite/libgomp.fortran/threadprivate2.f90: New test.
6559 * testsuite/libgomp.fortran/sharing2.f90: New test.
6560
6561 * testsuite/libgomp.dg/copyin-1.c: New test.
6562 * testsuite/libgomp.c++/copyin-1.C: New test.
6563
65642005-10-26 Jakub Jelinek <jakub@redhat.com>
6565
6566 * testsuite/libgomp.fortran/crayptr1.f90: New test.
6567
6568 * testsuite/libgomp.fortran/workshare1.f90: New test.
6569
6570 * libgomp.fortran/appendix-a/a.28.5.f90: Change into compile
6571 only test.
6572 * libgomp.fortran/sharing1.f90: New test.
6573
65742005-10-24 Jakub Jelinek <jakub@redhat.com>
6575
6576 PR c++/24502
6577 * testsuite/libgomp.c++/loop-7.C: New test.
6578
6579 * testsuite/libgomp.dg/nestedfn-2.c: New test.
6580
6581 * testsuite/libgomp.dg/nestedfn-1.c: New test.
6582 * testsuite/libgomp.fortran/reduction6.f90: New test.
6583 * testsuite/libgomp.fortran/nestedfn1.f90: New test.
6584
65852005-10-23 Richard Henderson <rth@redhat.com>
6586
6587 * testsuite/libgomp.c++/ctor-1.C: New.
6588 * testsuite/libgomp.c++/ctor-2.C: New.
6589 * testsuite/libgomp.c++/ctor-3.C: New.
6590 * testsuite/libgomp.c++/ctor-4.C: New.
6591 * testsuite/libgomp.c++/ctor-5.C: New.
6592 * testsuite/libgomp.c++/ctor-6.C: New.
6593 * testsuite/libgomp.c++/ctor-7.C: New.
6594 * testsuite/libgomp.c++/ctor-8.C: New.
6595 * testsuite/libgomp.c++/ctor-9.C: New.
6596
65972005-10-21 Diego Novillo <dnovillo@redhat.com>
6598
6599 PR 24455
6600 * testsuite/libgomp.c++/pr24455-1.C: New test.
6601 * testsuite/libgomp.c++/pr24455.C: New test.
6602 * testsuite/libgomp.dg/pr24455-1.c: New test.
6603 * testsuite/libgomp.dg/pr24455.c: New test.
6604
66052005-10-20 Richard Henderson <rth@redhat.com>
6606
6607 * testsuite/libgomp.c++/loop-6.C: New.
6608 * testsuite/libgomp.dg/loop-3.c: New.
6609
66102005-10-20 Jakub Jelinek <jakub@redhat.com>
6611
6612 * testsuite/libgomp.fortran/jacobi.f: Don't make i and j
6613 explicitly private.
6614 * testsuite/libgomp.fortran/omp_parse1.f90 (test_do): Make i
6615 explicitly shared.
6616
66172005-10-19 Diego Novillo <dnovillo@redhat.com>
6618
6619 * testsuite/libgomp.fortran/jacobi.f: New test.
6620
66212005-10-19 Richard Henderson <rth@redhat.com>
6622
6623 * configure.tgt (i?86-linux): Default to with_arch instead of
6624 CFLAGS. Add -mtune to match target_cpu.
6625 (x86_64-linux): Tune to i686.
6626
6627 * fortran.c (omp_test_nest_lock_): Fix typo.
6628
66292005-10-19 Jakub Jelinek <jakub@redhat.com>
6630
6631 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
6632 gomp_ordered_sync): Do nothing if team->nthreads == 1.
6633 * testsuite/libgomp.dg/ordered-3.c: New test.
6634
6635 * testsuite/libgomp.dg/appendix-a/a.18.1.c: Remove unconditional abort.
6636 Remove volatile keyword.
6637
6638 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: Reorder variables
6639 in COMMON block to avoid warnings on 64-bit targets.
6640
66412005-10-18 Diego Novillo <dnovillo@redhat.com>
6642
6643 * testsuite/libgomp.dg/shared-3.c: New test.
6644
66452005-10-18 Jakub Jelinek <jakub@redhat.com>
6646
6647 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: Removed.
6648 * testsuite/libgomp.fortran/reduction5.f90: New test.
6649
66502005-10-18 Jakub Jelinek <jakub@redhat.com>
6651
6652 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: Add -ffixed-form to
6653 dg-options.
6654 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: Likewise. Enable
6655 flush loop now that __sync_synchronize has proper memory barrier.
6656 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: Fix a typo.
6657 Add -ffixed-form to dg-options.
6658
66592005-10-17 Diego Novillo <dnovillo@redhat.com>
6660
6661 * testsuite/libgomp.fortran/fortran.exp: Also gather tests
6662 from subdirectories.
6663 * testsuite/libgomp.fortran/appendix-a/a.15.1.f90: New test.
6664 * testsuite/libgomp.fortran/appendix-a/a.16.1.f90: New test.
6665 * testsuite/libgomp.fortran/appendix-a/a.18.1.f90: New test.
6666 * testsuite/libgomp.fortran/appendix-a/a.19.1.f90: New test.
6667 * testsuite/libgomp.fortran/appendix-a/a.2.1.f90: New test.
6668 * testsuite/libgomp.fortran/appendix-a/a.21.1.f90: New test.
6669 * testsuite/libgomp.fortran/appendix-a/a.22.7.f90: New test.
6670 * testsuite/libgomp.fortran/appendix-a/a.22.8.f90: New test.
6671 * testsuite/libgomp.fortran/appendix-a/a.26.1.f90: New test.
6672 * testsuite/libgomp.fortran/appendix-a/a.28.1.f90: New test.
6673 * testsuite/libgomp.fortran/appendix-a/a.28.2.f90: New test.
6674 * testsuite/libgomp.fortran/appendix-a/a.28.3.f90: New test.
6675 * testsuite/libgomp.fortran/appendix-a/a.28.4.f90: New test.
6676 * testsuite/libgomp.fortran/appendix-a/a.28.5.f90: New test.
6677 * testsuite/libgomp.fortran/appendix-a/a.3.1.f90: New test.
6678 * testsuite/libgomp.fortran/appendix-a/a.31.3.f90: New test.
6679 * testsuite/libgomp.fortran/appendix-a/a.31.4.f90: New test.
6680 * testsuite/libgomp.fortran/appendix-a/a.31.5.f90: New test.
6681 * testsuite/libgomp.fortran/appendix-a/a.33.3.f90: New test.
6682 * testsuite/libgomp.fortran/appendix-a/a.38.1.f90: New test.
6683 * testsuite/libgomp.fortran/appendix-a/a.39.1.f90: New test.
6684 * testsuite/libgomp.fortran/appendix-a/a.4.1.f90: New test.
6685 * testsuite/libgomp.fortran/appendix-a/a.40.1.f90: New test.
6686 * testsuite/libgomp.fortran/appendix-a/a.5.1.f90: New test.
6687 * testsuite/libgomp.fortran/appendix-a/a10.1.f90: New test.
6688
66892005-10-17 Jakub Jelinek <jakub@redhat.com>
6690
6691 * testsuite/libgomp.dg/dg.exp: Only unset lang_* if
6692 lang_library_path exists. Use find instead of glob to gather tests.
6693 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: Removed.
6694
66952005-10-17 Diego Novillo <dnovillo@redhat.com>
6696
6697 * testsuite/libgomp.dg/appendix-a/a.15.1.c: New test.
6698 * testsuite/libgomp.dg/appendix-a/a.16.1.c: New test.
6699 * testsuite/libgomp.dg/appendix-a/a.18.1.c: New test.
6700 * testsuite/libgomp.dg/appendix-a/a.19.1.c: New test.
6701 * testsuite/libgomp.dg/appendix-a/a.2.1.c: New test.
6702 * testsuite/libgomp.dg/appendix-a/a.21.1.c: New test.
6703 * testsuite/libgomp.dg/appendix-a/a.26.1.c: New test.
6704 * testsuite/libgomp.dg/appendix-a/a.29.1.c: New test.
6705 * testsuite/libgomp.dg/appendix-a/a.3.1.c: New test.
6706 * testsuite/libgomp.dg/appendix-a/a.39.1.c: New test.
6707 * testsuite/libgomp.dg/appendix-a/a.4.1.c: New test.
6708 * testsuite/libgomp.dg/appendix-a/a.5.1.c: New test.
6709 * testsuite/libgomp.dg/appendix-a/appendix-a.exp: New file.
6710
67112005-10-15 Jakub Jelinek <jakub@redhat.com>
6712
6713 * testsuite/libgomp.dg/vla-1.c: New test.
6714
6715 * testsuite/libgomp.fortran/reference2.f90: New test.
6716
6717 * testsuite/libgomp.fortran/character2.f90: Remove explicit
6718 declaration of omp_get_thread_num.
6719 * testsuite/libgomp.fortran/threadprivate1.f90: Likewise. Add
6720 use omp_lib.
6721
6722 * testsuite/libgomp.fortran/reduction1.f90: New test.
6723 * testsuite/libgomp.fortran/reduction2.f90: New test.
6724 * testsuite/libgomp.fortran/reduction3.f90: New test.
6725 * testsuite/libgomp.fortran/reduction4.f90: New test.
6726
67272005-10-13 Richard Henderson <rth@redhat.com>
6728
6729 * Makefile.am (libgomp_la_SOURCES): Add bar.c.
6730 * Makefile.in: Regenerate.
6731 * barrier.c (GOMP_barrier): Use gomp_barrier_wait.
6732 * libgomp.h: Include bar.h.
6733 (struct gomp_barrier): Remove.
6734 (struct gomp_team): Add barrier. Replace master_barrier with
6735 master_release. Replace threads with ordered_release.
6736 (struct gomp_thread): Replace barrier with release.
6737 * ordered.c (gomp_ordered_first): Update for ordered_release change.
6738 (gomp_ordered_last, gomp_ordered_next, gomp_ordered_static_init,
6739 gomp_ordered_static_next, gomp_ordered_sync): Likewise.
6740 * single.c (GOMP_single_copy_start): Use gomp_barrier_wait.
6741 (GOMP_single_copy_end): Likewise.
6742 * team.c (gomp_threads_dock): New.
6743 (gomp_barrier_init, gomp_barrier_destroy): Remove.
6744 (gomp_thread_start): Use gomp_barrier_wait.
6745 (new_team, free_team): Update for gomp_team changes.
6746 (gomp_team_start): Use gomp_barrier_wait and gomp_barrier_reinit.
6747 (gomp_team_end): Use gomp_barrier_wait.
6748 (initialize_team): Update for gomp_thread changes.
6749 * work.c (gomp_work_share_end): Use gomp_barrier_wait_start.
6750 (gomp_work_share_end_nowait): Use atomic ops when available.
6751 * config/linux/bar.c, config/linux/bar.h: New files.
6752 * config/posix/bar.c, config/posix/bar.h: New files.
6753
67542005-10-13 Jakub Jelinek <jakub@redhat.com>
6755
6756 * single.c (GOMP_single_copy_end): Don't segfault if team is NULL.
6757 * testsuite/libgomp.dg/single-2.c: New test.
6758
6759 * testsuite/libgomp.dg/dg.exp (lang_library_path, lang_test_file,
6760 lang_link_flags): Unset, so that they aren't inherited from previously
6761 sourced *.exp.
6762
6763 * testsuite/libgomp.fortran/threadprivate1.f90: New test.
6764
67652005-10-12 Richard Henderson <rth@redhat.com>
6766
6767 * testsuite/lib/libgomp-dg.exp: Set blddir at toplevel.
6768 (libgomp_init): Use lang_test_file, lang_library_path, and
6769 lang_link_flags, set by the subdirectory files. Add -fopenmp here.
6770
6771 * testsuite/libgomp.fortran/fortran.exp (lang_library_path): New.
6772 (lang_test_file, lang_link_flags): New.
6773 (DEFAULT_FFLAGS, ALWAYS_CFLAGS, multilibs, blddir): Remove.
6774
6775 * testsuite/libgomp.c++/c++.exp, testsuite/libgomp.c++/loop-1.C,
6776 testsuite/libgomp.c++/loop-2.C, testsuite/libgomp.c++/loop-3.C,
6777 testsuite/libgomp.c++/loop-4.C, testsuite/libgomp.c++/nested-1.C,
6778 testsuite/libgomp.c++/parallel-1.C,
6779 testsuite/libgomp.c++/reduction-1.C,
6780 testsuite/libgomp.c++/reduction-2.C,
6781 testsuite/libgomp.c++/reduction-3.C,
6782 testsuite/libgomp.c++/sections-1.C, testsuite/libgomp.c++/shared-1.C,
6783 testsuite/libgomp.c++/shared-2.C, testsuite/libgomp.c++/single-1.C,
6784 testsuite/libgomp.c++/single-2.C, testsuite/libgomp.c++/single-3.C:
6785 New files, largely cribbed from the C testsuite.
6786
67872005-10-12 Jakub Jelinek <jakub@redhat.com>
6788
6789 * testsuite/libgomp.fortran/character1.f90: New test.
6790 * testsuite/libgomp.fortran/character2.f90: New test.
6791
6792 * testsuite/libgomp.dg/nested-1.c: New test.
6793 * testsuite/libgomp.dg/nested-2.c: New test.
6794 * testsuite/libgomp.fortran/do1.f90: New test.
6795 * testsuite/libgomp.fortran/do2.f90: New test.
6796
6797 * testsuite/libgomp.fortran/reference1.f90: New test.
6798
67992005-10-11 Jakub Jelinek <jakub@redhat.com>
6800
6801 * testsuite/libgomp.dg/reduction-1.c: New test.
6802 * testsuite/libgomp.dg/reduction-2.c: New test.
6803 * testsuite/libgomp.dg/reduction-3.c: New test.
6804
68052005-10-10 Jakub Jelinek <jakub@redhat.com>
6806
6807 * testsuite/libgomp.dg/atomic-1.c: New test.
6808 * testsuite/libgomp.dg/atomic-2.c: New test.
6809
68102005-10-09 Richard Henderson <rth@redhat.com>
6811
6812 * critical.c (atomic_lock): New.
6813 (initialize_critical): Initialize it.
6814 (GOMP_atomic_start, GOMP_atomic_end): New.
6815 * libgomp.map: Export them.
6816 * libgomp_g.h: Declare them.
6817
6818 * testsuite/libgomp.dg/atomic-10.c: Move from gcc testsuite.
6819
68202005-10-02 Richard Henderson <rth@redhat.com>
6821
6822 * configure.ac: Move save_CFLAGS hack earlier. Append -Wall/-Werror
6823 to XCFLAGS instead of CFLAGS.
6824
68252005-09-30 Richard Henderson <rth@redhat.com>
6826
6827 * configure.ac: Determine whether -pthread or -lpthread is needed.
6828 * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
6829 * Makefine.in, configure: Rebuild.
6830
68312005-09-28 Richard Henderson <rth@redhat.com>
6832
6833 * testsuite/libgomp.dg/omp-loop03.c: Fix return code.
6834 * testsuite/libgomp.dg/omp-single-3.c: New test.
6835
68362005-09-28 Diego Novillo <dnovillo@redhat.com>
6837
6838 * testsuite/libgomp.dg/omp-single-2.c: New test.
6839 * testsuite/libgomp.dg/shared-2.c: Fix return code.
6840
68412005-09-27 Richard Henderson <rth@redhat.com>
6842
6843 * testsuite/libgomp.dg/omp-loop03.c: Add initial barrier.
6844 * testsuite/libgomp.dg/omp-parallel-for.c: Specify static schedule.
6845
68462005-09-27 Jakub Jelinek <jakub@redhat.com>
6847
6848 * testsuite/libgomp.dg/omp-loop03.c: New test.
6849
68502005-09-27 Diego Novillo <dnovillo@redhat.com>
6851
6852 * testsuite/libgomp.dg/omp-parallel-for.c: New test.
6853
68542005-09-27 Diego Novillo <dnovillo@redhat.com>
6855
6856 * testsuite/libgomp.dg/omp-single-1.c: New test.
6857 * testsuite/libgomp.dg/shared-1.c: Return 0.
6858 Add prototype for abort.
6859 * testsuite/libgomp.dg/shared-2.c: Likewise.
6860
68612005-09-26 Jakub Jelinek <jakub@redhat.com>
6862
6863 * testsuite/libgomp.fortran/omp_parse3.f90: Fix non-conforming
6864 constructs.
6865
68662005-09-26 Diego Novillo <dnovillo@redhat.com>
6867
6868 * testsuite/libgomp.dg/shared-1.c: New test.
6869 * testsuite/libgomp.dg/shared-2.c: New test.
6870
68712005-09-24 Richard Henderson <rth@redhat.com>
6872
6873 * testsuite/libgomp.dg/omp_workshare3.c: Mark dg-error.
6874
68752005-09-24 Richard Henderson <rth@redhat.com>
6876
6877 * iter.c (gomp_iter_static_next): Round up when computing number
6878 of iterations. Don't bother distributing a remainder equally.
6879
6880 * testsuite/libgomp.dg/omp-loop01.c (main1): Rename from main.
6881 Don't call srand. Zero b before testing.
6882 (main): New.
6883
68842005-09-24 Jakub Jelinek <jakub@redhat.com>
6885
6886 * testsuite/libgomp.fortran/omp_atomic1.f90: New test.
6887 * testsuite/libgomp.fortran/omp_atomic2.f90: New test.
6888
68892005-09-23 Jakub Jelinek <jakub@redhat.com>
6890
6891 * testsuite/libgomp.fortran/omp_parse1.f90: Add a test for !$omp do
6892 without !$omp end do, followed immediately by subroutine end.
6893
68942005-09-23 Diego Novillo <dnovillo@redhat.com>
6895
6896 * testsuite/libgomp.dg/omp-parallel-if.c: New test.
6897
68982005-09-22 Richard Henderson <rth@redhat.com>
6899
6900 * critical.c (GOMP_critical_name_start): Change argument to void**.
6901 Reuse the pointer space if the mutex fits.
6902 (GOMP_critical_name_end): Likewise.
6903 (initialize_critical): Don't define if GOMP_MUTEX_INIT_0.
6904 * libgomp_g.h (GOMP_critical_name_start): Update decl.
6905 (GOMP_critical_name_end): Likewise.
6906 * config/linux/mutex.h (GOMP_MUTEX_INIT_0): New.
6907 * config/posix/mutex.h (GOMP_MUTEX_INIT_0): New.
6908
69092005-09-20 Richard Henderson <rth@redhat.com>
6910
6911 * critical.c (GOMP_critical_name_start, GOMP_critical_name_end): New.
6912 (create_lock_lock): New.
6913 (initialize_critical): Initialize it.
6914 * libgomp.map (GOMP_critical_name_start, GOMP_critical_name_end): New.
6915 * libgomp_g.h (GOMP_ordered_start, GOMP_ordered_end): Declare.
6916
69172005-09-20 Diego Novillo <dnovillo@redhat.com>
6918
6919 * testsuite/libgom.dg/omp-loop01.c: Include stdio.h.
6920
69212005-09-20 Diego Novillo <dnovillo@redhat.com>
6922
6923 * testsuite/libgomp.dg/omp-loop01.c: New test.
6924 * testsuite/libgomp.dg/omp-loop02.c: New test.
6925
69262005-09-20 Jakub Jelinek <jakub@redhat.com>
6927
6928 * configure.ac (AC_PROG_FC): Add.
6929 (USE_FORTRAN): New automake conditional.
6930 * configure: Rebuilt.
6931 * Makefile.am (libgomp_la_SOURCES): Add fortran.c.
6932 (nodist_include_HEADERS): Add omp_lib.h, omp_lib.f90 and libgomp_f.h.
6933 If USE_FORTRAN, add also omp_lib.mod and omp_lib_kinds.mod.
6934 Add rules to build them.
6935 * Makefile.in: Rebuilt.
6936 * mkomp_h.pl: Compute and replace also OMP_LOCK_KIND and
6937 OMP_NEST_LOCK_KIND.
6938 * libgomp.map: Add Fortran wrappers.
6939 * libgomp_f.h.in: New file.
6940 * omp_lib.h.in: New file.
6941 * omp_lib.f90.in: New file.
6942 * fortran.c: New file.
6943 * testsuite/lib/libgomp-dg.exp: Load a few more .exp files.
6944 Append libgfortran directory to LD_LIBRARY_PATH if it exists.
6945 Add -Lpath_to_libgfortran and -lgfortran -lgfortranbegin if
6946 libgfortran has been built.
6947 * testsuite/libgomp.fortran/fortran.exp: New file.
6948 * testsuite/libgomp.fortran/omp_cond1.f: New test.
6949 * testsuite/libgomp.fortran/omp_cond2.f: New test.
6950 * testsuite/libgomp.fortran/omp_cond3.F90: New test.
6951 * testsuite/libgomp.fortran/omp_cond4.F90: New test.
6952 * testsuite/libgomp.fortran/omp_hello.f: New test.
6953 * testsuite/libgomp.fortran/omp_orphan.f: New test.
6954 * testsuite/libgomp.fortran/omp_parse1.f90: New test.
6955 * testsuite/libgomp.fortran/omp_parse2.f90: New test.
6956 * testsuite/libgomp.fortran/omp_parse3.f90: New test.
6957 * testsuite/libgomp.fortran/omp_parse4.f90: New test.
6958 * testsuite/libgomp.fortran/omp_reduction.f: New test.
6959 * testsuite/libgomp.fortran/omp_workshare1.f: New test.
6960 * testsuite/libgomp.fortran/omp_workshare2.f: New test.
6961
69622005-08-30 Richard Henderson <rth@redhat.com>
6963
6964 * loop.c (GOMP_loop_static_start): Provide fallback wrapper
6965 function for when aliases are not usable.
6966 (GOMP_loop_dynamic_start, GOMP_loop_guided_start,
6967 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
6968 GOMP_loop_ordered_guided_start, GOMP_loop_static_next,
6969 GOMP_loop_dynamic_next, GOMP_loop_guided_next,
6970 GOMP_loop_ordered_static_next, GOMP_loop_ordered_dynamic_next,
6971 GOMP_loop_ordered_guided_next): Likewise.
6972 * ordered.c (GOMP_ordered_start): Likewise.
6973
69742005-08-01 Diego Novillo <dnovillo@redhat.com>
6975
6976 * testsuite/libgomp.dg/dg.exp: Use -O2 for now.
6977 * testsuite/libgomp.dg/omp_hello.c: Fix return code
6978 * testsuite/libgomp.dg/omp_matvec.c: Likewise.
6979 * testsuite/libgomp.dg/omp_orphan.c: Likewise
6980 * testsuite/libgomp.dg/omp_reduction.c: Likewise
6981 * testsuite/libgomp.dg/omp_workshare1.c: Likewise
6982 * testsuite/libgomp.dg/omp_workshare2.c: Likewise
6983 * testsuite/libgomp.dg/omp_workshare3.c: Likewise
6984 * testsuite/libgomp.dg/omp_workshare4.c: Likewise
6985
69862005-07-07 Eric Christopher <echristo@redhat.com>
6987 Diego Novillo <dnovillo@redhat.com>
6988
6989 * testsuite/libgomp.dg/dg.exp: Add -fopenmp to DEFAULT_CFLAGS.
6990 * testsuite/libgomp.dg/omp_hello.c: Add standard includes, fix
6991 up code.
6992 * testsuite/libgomp.dg/omp_matvec.c: Ditto.
6993 * testsuite/libgomp.dg/omp_orphan.c: Ditto.
6994 * testsuite/libgomp.dg/omp_reduction.c: Ditto.
6995 * testsuite/libgomp.dg/omp_workshare1.c: Ditto.
6996 * testsuite/libgomp.dg/omp_workshare2.c: Ditto.
6997 * testsuite/libgomp.dg/omp_workshare3.c: Ditto.
6998 * testsuite/libgomp.dg/omp_workshare4.c: Ditto.
6999
70002005-06-13 Diego Novillo <dnovillo@redhat.com>
7001
7002 * TOPLEVEL.patch: Remove.
7003
70042005-05-16 Richard Henderson <rth@redhat.com>
7005
7006 * configure.ac: Test for clock_gettime.
7007 * config.h.in, configure: Rebuild.
7008 * config/posix/time.c: Use recommended TIME_WITH_SYS_TIME pattern.
7009 (omp_get_wtime): Use clock_gettime if available.
7010 (omp_get_wtick): Use clock_getres if available.
7011
70122005-05-11 Richard Henderson <rth@redhat.com>
7013
7014 * config/linux/ia64/futex.h: New file.
7015 * configure.tgt: Use it.
7016
7017 * team.c (gomp_barrier_init, gomp_barrier_destroy): Mark inline.
7018
70192005-05-07 Richard Henderson <rth@redhat.com>
7020
7021 * config/linux/powerpc/futex.h: New file.
7022 * configure.tgt: Use it.
7023
7024 * config/linux/i486/futex.h: Merge ...
7025 * config/linux/x86_64/futex.h: ... into ...
7026 * config/linux/x86/futex.h: ... here.
7027 * configure.tgt: Update to match.
7028
70292005-05-06 Richard Henderson <rth@redhat.com>
7030
7031 * config/linux/alpha/futex.h: Conditionally define SYS_futex.
7032 * config/linux/i486/futex.h: Likewise.
7033 * config/linux/x86_64/futex.h: Likewise.
7034
7035 * config/linux/lock.c: New file.
7036 * config/linux/omp-lock.h: New file.
7037
7038 * critical.c, env.h: Don't include omp.h
7039 * config/posix/lock.c: Include libgomp.h instead of omp.h.
7040 * config/posix/time.c: Likewise.
7041 * config/posix/omp-lock.h: New file.
7042 * libgomp.h: Include omp-lock.h and omp.h.
7043 * Makefile.am (nodist_include_HEADERS): New.
7044 (omp.h): New rule.
7045 * configure.ac (PERL): New.
7046 * mkomp_h.pl: New file.
7047 * omp.h.in: Rename from omp.h; replace omp_lock_t and omp_nest_lock_t
7048 with templates.
7049 * Makefile.in, configure, testsuite/Makefile.in: Rebuild.
7050
7051 * testsuite/lib/libgomp-dg.exp (libgomp_init): Add include into
7052 build directory. Re-add -march=i486 hack.
7053
7054 * testsuite/lib/libgomp-dg.exp (libgomp_compile_flags): Remove.
7055 (libgomp_link_flags): Remove.
7056 (libgomp_initialized): Remove.
7057 (libgomp_init): Don't protect from reinitialization. Copy code
7058 from libstdc++ for getting the multilib set correctly.
7059
70602005-05-05 Richard Henderson <rth@redhat.com>
7061
7062 * config/linux/alpha/futex.h: New file.
7063 * configure.tgt (alpha*-*-linux*): Use it.
7064
7065 * config/posix/mutex.c: New file.
7066 * config/posix/sem.c: Use libgomp.h.
7067
7068 * configure.tgt (x86_64-linux): Also test CC for -m32.
7069 * config/linux/x86_64/futex.h (futex_wait): Fix r10 usage.
7070
a1daed2d 7071 * testsuite/lib/libgomp-dg.exp (libgomp_link_flags): Add /
953ff289
DN
7072 after $gccpath.
7073
7074 * Makefile.am (SUBDIRS): New.
7075 (libgomp_la_LDFLAGS): Add -lpthread.
7076 * configure.ac (AM_INIT_AUTOMAKE): Enable dependencies.
7077 * Makefile.in, aclocal.m4, config.h.in, configure: Rebuild.
7078
7079 * libgomp_g.h: New file.
7080 * libgomp.h: Split out all public declarations to libgomp_g.h.
7081 Use pragma GCC visibility instead of ATTRIBUTE_HIDDEN.
7082 * config/linux/mutex.h: Remove ATTRIBUTE_HIDDEN.
7083 * config/linux/sem.h: Likewise.
7084 * config/posix/sem.h: Likewise.
7085
7086 * Makefile.am (AM_LDFLAGS): New.
7087 (libgomp_version_script): Split out from ...
7088 (libgomp_la_LDFLAGS): ... here.
7089 (libgomp_version_info): New.
7090 * acinclude.m4 (LIBGOMP_CHECK_TLS): Use LIBGOMP_ENABLE.
7091 (LIBGOMP_ENABLE): New.
7092 (LIBGOMP_CHECK_LINKER_FEATURES): New.
7093 (LIBGOMP_ENABLE_SYMVERS): New.
7094 * configure.ac (AC_INIT): Version 1.0.
7095 (enable-version-specific-runtime-libs): Use LIBGOMP_ENABLE.
7096 (enable-linux-futex): Likewise. Rename from enable-futex.
7097 (libtool_VERSION): New.
7098 (LIBGOMP_ENABLE_SYMVERS): Use it.
7099 * configure.tgt: Check with_gnu_ld wrt have_tls optimizations.
7100 * Makefile.in, aclocal.m4, configure: Rebuild.
7101
7102 * config/linux/mutex.c: Include libgomp.h instead of mutex.h.
7103 (gomp_mutex_unlock_slow): Fix typo.
7104 * config/linux/sem.c: Similarly.
7105 (gomp_sem_post_slow): Fix typo.
7106 * config/linux/sem.h (gomp_sem_post_slow): Fix typo.
7107 * config/linux/i486/futex.h: Remove USE_LINUX_SYSENTER code.
7108 [__PIC__] (sys_futex0): Don't use tmp output in asm.
7109
7110 * Makefile.am (AM_CFLAGS): Expand with XCFLAGS.
7111 (libgomp_la_LDFLAGS): Add top_srcdir to path.
7112 * acinclude.m4: Copy libtool.m4 stuff from libgfortran.
7113 * configure.ac: Check for getloadavg. Substitute XCFLAGS and
7114 XLDFLAGS. Add XCFLAGS to CFLAGS around LIBGOMP_CHECK_SYNC_BUILTINS.
7115 * configure.tgt: Set XCFLAGS and XLDFLAGS instead of CFLAGS and
7116 LDFLAGS. Pull enable_futex check to top-level.
7117 * libgomp.h: Fix sem.h and mutex.h includes. Define ATTRIBUTE_HIDDEN.
7118 * Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.
7119
7120 First attempt at real configury.
7121 * Makefile, config.h: Remove file.
7122 * Makefile.am, Makefile.in: New file.
7123 * acinclude.m4 aclocal.m4: New file.
7124 * configure.ac, configure.tgt, configure: New file.
7125
7126 * config/posix/lock.c: Rename from sys-lock.c.
7127 * config/posix/mutex.h: Rename from sys-mutex.h.
7128 * config/posix/sem.c: Rename from sys-sem.c.
7129 * config/posix/sem.h: Rename from sys-sem.h.
7130 * config/posix/proc.c: Rename from sys-proc.c.
7131 * config/posix/time.c: Rename from sys-proc.c.
7132
7133 * config/linux/mutex.c: New file.
7134 * config/linux/mutex.h: New file.
7135 * config/linux/sem.c: New file.
7136 * config/linux/sem.h: New file.
7137 * config/linux/i486/futex.h: New file.
7138 * config/linux/x86_64/futex.h: New file.
7139
71402005-05-04 Richard Henderson <rth@redhat.com>
7141
7142 * iter.c (gomp_iter_dynamic_next, gomp_iter_guided_next): New.
7143 * libgomp.h: Declare them.
7144 * loop.c (gomp_loop_dynamic_start, gomp_loop_guided_start,
7145 gomp_loop_dynamic_next, gomp_loop_guided_next): Use them.
7146
71472005-05-04 Richard Henderson <rth@redhat.com>
7148
7149 * libgomp-1 code drop
7150
71512005-05-04 Richard Henderson <rth@redhat.com>
7152
7153 * iter.c (gomp_iter_static_next): Return tri-state on 0.
7154 * ordered.c (gomp_ordered_static_next): Remove not_last argument.
7155 * libgomp.h (struct gomp_team_state): Make static_trip unsigned.
7156 (gomp_iter_static_next): Update.
7157 (gomp_ordered_static_next): Update.
7158 * loop.c (gomp_loop_static_start): Update for gomp_iter_static_next.
7159 (gomp_loop_ordered_static_start): Likewise. Exit early for a
7160 totally empty range.
7161 (gomp_loop_ordered_static_next): Refine test for calling
7162 gomp_ordered_static_next.
7163 * testsuite/ordered-1.c: Add case for more threads than iterations.
7164
7165 * iter.c (gomp_iter_runtime_next_locked): Remove.
7166 * loop.c (gomp_loop_static_start, gomp_loop_dynamic_start,
a1daed2d 7167 gomp_loop_guided_start, gomp_loop_ordered_static_start,
953ff289
DN
7168 gomp_loop_ordered_dynamic_start, gomp_loop_ordered_guided_start,
7169 gomp_loop_static_next, gomp_loop_dynamic_next, gomp_loop_guided_next,
7170 gomp_loop_ordered_static_next, gomp_loop_ordered_dynamic_next,
7171 gomp_loop_ordered_guided_next): Downcase name, make static, add
7172 an external alias with the old name.
7173 (GOMP_loop_runtime_start, GOMP_loop_ordered_runtime_start,
7174 GOMP_loop_runtime_next, GOMP_loop_ordered_runtime_next): Use a
7175 switch and call one of the above static functions.
7176 * libgomp.h: Update.
7177
7178 * work.c (gomp_work_share_start): Lock the mutex for !first too.
7179 * loop.c (GOMP_loop_static_start, GOMP_loop_dynamic_start,
7180 GOMP_loop_guided_start, GOMP_loop_runtime_start,
7181 GOMP_loop_ordered_static_start, GOMP_loop_ordered_dynamic_start,
7182 GOMP_loop_ordered_guided_start): Update to match.
7183 * sections.c (GOMP_sections_start): Likewise.
7184 * single.c (GOMP_single_start, GOMP_single_copy_start): Likewise.
7185
7186 * ordered.c (gomp_ordered_first, gomp_ordered_last, gomp_ordered_next,
7187 gomp_ordered_static_init, gomp_ordered_static_next): Rename s/_loop//.
7188 Use bounds check instead of modulus.
7189 (gomp_ordered_sync): Split out of GOMP_ordered_start.
7190 (gomp_ordered_last): Don't sync with ordered_owner here.
7191 (gomp_ordered_next): Likewise.
7192 (gomp_ordered_static_loop_next): Likewise.
7193 * loop.c, libgomp.h: Update to match.
7194
7195 * libgomp.h (GOMP_barrier): Declare.
7196
7197 * testsuite/barrier-1.c: New file.
7198 * testsuite/critical-1.c: New file.
7199 * testsuite/ordered-2.c: New file.
7200 * testsuite/ordered-1.c: New file.
7201 * testsuite/sections-1.c: New file.
7202 * testsuite/single-1.c: New file.
7203 * testsuite/Makefile (TESTS): Add them.
7204
72052005-05-04 Richard Henderson <rth@redhat.com>
7206
7207 * libgomp.h (struct gomp_work_share): Add ordered_owner.
7208 * loop.c (GOMP_loop_static_start): If not the startup thread,
7209 acquire the mutex to wait for initialization complete.
7210 (GOMP_loop_ordered_static_start): Likewise.
7211 (GOMP_loop_ordered_runtime_start): Likewise.
7212 (GOMP_loop_ordered_static_first): Remove.
7213 (GOMP_loop_ordered_dynamic_first): Remove.
7214 (GOMP_loop_ordered_guided_first): Remove.
7215 (GOMP_loop_ordered_runtime_first): Remove.
7216 * ordered.c (gomp_ordered_loop_first): Post to own release when
7217 we're the first thread.
7218 (gomp_ordered_loop_last): Wait on release if not owner.
7219 (gomp_ordered_loop_next): Likewise.
7220 (gomp_ordered_static_loop_init): New.
7221 (gomp_ordered_static_loop_next): Use ordered_owner.
7222 (GOMP_ordered_start): Likewise.
7223 * work.c (gomp_new_work_share): Initialize ordered_owner.
7224
72252005-05-03 Richard Henderson <rth@redhat.com>
7226
7227 * Makefile (OPT): New.
7228 (CFLAGS): Use it.
7229
7230 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
7231 * sections.c (GOMP_sections_end, GOMP_sections_end_nowait): New.
7232 * libgomp.h, libgomp.map, NOTES: Update to match.
7233
7234 * team.c (struct gomp_thread_start_data): Remove ts, fn, data.
7235 Add initialized and thr members.
7236 (gomp_thread_start): Pause when initially spawned to wait for
7237 the whole team to be created.
7238 (gomp_team_start): Release team members at the end.
7239
7240 * testsuite/loop-1.c (N): New. Use it instead of hardcoded 100.
7241 (f_foo_1): Use GOMP_loop_end.
7242 (f_foo_2): Use GOMP_loop_end_nowait.
7243
7244 * testsuite/loop-2.c: New file.
7245 * testsuite/Makefile (TESTS): Add it.
7246
72472005-05-03 Richard Henderson <rth@redhat.com>
7248
7249 * iter.c (gomp_iter_static_next): Fix overflow check typo.
7250 (gomp_iter_dynamic_next_locked): Fix overflow check thinko.
7251 * team.c (new_team): Initialize oldest_live_gen to 1 if no
7252 initial work_share.
7253
7254 * testsuite/Makefile: New file.
7255 * testsuite/loop-1.c: New file.
7256
72572005-05-03 Richard Henderson <rth@redhat.com>
7258
7259 Initial implementation and checkin.
21fa2a29
JJ
7260\f
7261Copyright (C) 2005-2016 Free Software Foundation, Inc.
7262
7263Copying and distribution of this file, with or without modification,
7264are permitted in any medium without royalty provided the copyright
7265notice and this notice are preserved.