aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRoman Gareev <gareevroman@gmail.com>2014-07-28 05:49:05 +0000
committerRoman Gareev <romangareev@gcc.gnu.org>2014-07-28 05:49:05 +0000
commit333cc5184301dc7efafa0f71d2493f4fd88bc106 (patch)
treea64ee9748dd0ade19d5f96a37b24732e951c380a /gcc/ChangeLog
parentfa42c489de55da5a5e1b28867ca4863b4d2f4692 (diff)
downloadgcc-333cc5184301dc7efafa0f71d2493f4fd88bc106.zip
gcc-333cc5184301dc7efafa0f71d2493f4fd88bc106.tar.gz
gcc-333cc5184301dc7efafa0f71d2493f4fd88bc106.tar.bz2
[gcc/]
* graphite-isl-ast-to-gimple.c: (graphite_create_new_guard): New function. (translate_isl_ast_node_if): New function. (translate_isl_ast): Add calling of translate_isl_ast_node_if. [gcc/testsuite] * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase. From-SVN: r213109
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 62a4e64..187f988 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-28 Roman Gareev <gareevroman@gmail.com>
+
+ * graphite-isl-ast-to-gimple.c:
+ (graphite_create_new_guard): New function.
+ (translate_isl_ast_node_if): New function.
+ (translate_isl_ast): Add calling of translate_isl_ast_node_if.
+
+ * gcc.dg/graphite/isl-ast-gen-if-1.c: New testcase.
+
2014-07-27 Anthony Green <green@moxielogic.com>
* config.gcc: Add moxie-*-moxiebox* configuration.