diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-08 17:49:42 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-03-08 17:49:42 +0000 |
commit | f6fb4255a802b0789523194342b5b5a4202e9700 (patch) | |
tree | 491ea26a8d4dee6b9957773dcf2fe7792ac49a67 /libgomp | |
parent | b43389bdff99f059d2f593c0b3b5b3332f8131f2 (diff) | |
download | gcc-f6fb4255a802b0789523194342b5b5a4202e9700.tar.gz |
Add forgotten ChangeLog entries.
Eric pointed out that my ChangeLog was incorrect. As I forgot to
commit it at all, here the corrected ChangeLogs for the last commit.
gcc/
2010-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
Ramakrishna Upadrasta <Ramakrishna.Upadrasta@inria.fr>
* graphite-clast-to-gimple.c (clast_to_gcc_expression): Also
handle conversions from pointer to integers.
(gcc_type_for_cloog_iv): Choose the smalles signed integer as an
induction variable, to be able to work with code generated by
CLooG.
* graphite-sese-to-poly.c (scop_ivs_can_be_represented): New.
(build_poly_scop): Bail out if we cannot codegen a loop.
gcc/testsuite/
2010-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
* gcc.dg/graphite/id-18.c: New.
* gcc.dg/graphite/run-id-pr42644.c: New.
libgomp/
2010-03-05 Tobias Grosser <grosser@fim.uni-passau.de>
* testsuite/libgomp.graphite/force-parallel-1.c: Adjust.
* testsuite/libgomp.graphite/force-parallel-2.c: Adjust.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog.graphite | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog.graphite b/libgomp/ChangeLog.graphite index ee2cddb7013..74049a9fb87 100644 --- a/libgomp/ChangeLog.graphite +++ b/libgomp/ChangeLog.graphite @@ -1,3 +1,8 @@ +2010-03-05 Tobias Grosser <grosser@fim.uni-passau.de> + + * testsuite/libgomp.graphite/force-parallel-1.c: Adjust. + * testsuite/libgomp.graphite/force-parallel-2.c: Adjust. + 2010-02-07 Sebastian Pop <sebastian.pop@amd.com> * testsuite/libgomp.graphite/force-parallel-5.c: Un-XFAILed. |