Fix columns order in openscop.
[official-gcc/graphite-test-results.git] / libgomp / ChangeLog.graphite
blobe73f61493bd9f4dbc8b1eb815bffc8ffe6dddbb2
1 2010-03-05  Tobias Grosser  <grosser@fim.uni-passau.de>
3         * testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
4         * testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
6 2010-02-07  Sebastian Pop  <sebastian.pop@amd.com>
8         * testsuite/libgomp.graphite/force-parallel-5.c: Un-XFAILed.
9         * testsuite/libgomp.graphite/pr41118.c: Renamed from pr4118.
11 2009-10-09  Sebastian Pop  <sebastian.pop@amd.com>
13         * testsuite/libgomp.graphite/graphite.exp (PARALLEL_CFLAGS): Add
14         -fno-loop-block.
16 2009-09-16  Alexander Monakov  <amonakov@ispras.ru>
18         * testsuite/libgomp.graphite/bounds.c: New.
20 2008-07-25  Sebastian Pop  <sebastian.pop@amd.com>
22         Reverted all the changes.  They are now tracked in the
23         streamization branch.
25 2008-03-15  Antoniu Pop  <antoniu.pop@gmail.com>
26             Sebastian Pop  <sebastian.pop@amd.com>
27             Jan Sjodin  <jan.sjodin@amd.com>
29         * stream.c, libgomp.h: Support for read/write sliding windows
30         in streams.
32 2008-03-15  Antoniu Pop  <antoniu.pop@gmail.com>
33             Sebastian Pop  <sebastian.pop@amd.com>
35         * libgomp/libgomp_g.h (GOMP_stream_align_push,
36         GOMP_stream_align_pop): Declared.
37         * libgomp/stream.c (gomp_stream_align_push,
38         gomp_stream_align_pop, GOMP_stream_align_push,
39         GOMP_stream_align_pop): New.
40         * libgomp/libgomp.h (gomp_stream_align_push,
41         gomp_stream_align_pop): Declared.
43 2008-02-27  Antoniu Pop  <antoniu.pop@gmail.com>
44             Sebastian Pop  <sebastian.pop@amd.com>
46         * libgomp_g.h (GOMP_stream_create, GOMP_stream_push,
47         GOMP_stream_head, GOMP_stream_pop, GOMP_stream_eos_p,
48         GOMP_stream_set_eos, GOMP_stream_destroy): Declared.
49         * stream.c (gomp_stream_used_space, gomp_stream_free_space,
50         gomp_stream_wait_used_space, gomp_stream_wait_free_space): Make 
51         static inline.
52         (gomp_stream_push, gomp_stream_pop): Changed elements types to char *.
53         (gomp_stream_pop): Do not return the element, do not copy the memory.
54         (gomp_stream_head, GOMP_stream_create, GOMP_stream_push,
55         GOMP_stream_head, GOMP_stream_pop, GOMP_stream_eos_p,
56         GOMP_stream_set_eos, GOMP_stream_destroy): New.
57         * libgomp.h (gomp_stream_used_space, gomp_stream_free_space,
58         gomp_stream_wait_used_space, gomp_stream_wait_free_space): Removed.
61 2008-02-22  Antoniu Pop  <antoniu.pop@gmail.com>
62             Sebastian Pop  <sebastian.pop@amd.com>
64         * Makefile.in: Regenerated.
65         * stream.c: New.
66         * libgomp.h (gomp_stream): New.
67         (gomp_stream_create, gomp_stream_used_space, gomp_stream_free_space,
68         gomp_stream_wait_used_space, gomp_stream_wait_free_space,
69         gomp_stream_push, gomp_stream_pop, gomp_stream_eos_p,
70         gomp_stream_set_eos, gomp_stream_destroy): Declared.
71         * Makefile.am (libgomp_la_SOURCES): Add dependence on stream.c.