]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix missing ChangeLog entry for Graphite head files fix.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Nov 2015 00:12:21 +0000 (00:12 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Nov 2015 00:12:21 +0000 (00:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230780 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 13c213b6a7bb0211086565266b4afc30e0bc0b4f..0338c753ef4a35b90056d5ef56dd2f65aa764641 100644 (file)
        * config/aarch64/aarch64-builtins.c
        (aarch64_gimple_fold_builtin): Fold FMULX.
 
+2015-11-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * system.h: Don't poison calloc and strdup if USES_ISL is defined.
+       * graphite-dependences.c: Define USES_ISL.  Include ISL header files
+       after GCC header files and before graphite header files.
+       * graphite-dependences.c: Same.
+       * graphite-isl-ast-to-gimple.c: Same.
+       * graphite-optimize-isl.c: Same.
+       * graphite-poly.c: Same.
+       * graphite-scop-detection.c: Same.
+       * graphite-sese-to-poly.c: Same.
+       * graphite.c: Same.
+
 2015-11-23  Richard Biener  <rguenth@gcc.gnu.org>
            Jiong Wang  <jiong.wang@arm.com>