]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ChangeLog
isl.m4: Remove support for ISL 0.14.
[thirdparty/gcc.git] / gcc / ChangeLog
index 416961b632113ffa677450e1a79ebc529f16aee9..7ba091e8367156d9966b3c41c6f75c2c7bddbab9 100644 (file)
@@ -1,5 +1,130 @@
+2017-02-13  Richard Biener  <rguenther@suse.de>
+
+       * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
+       Remove.
+       * configure: Re-generate.
+       * config.in: Likewise.
+       * graphite-dependences.c: Simplify as if
+       HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
+       * graphite-isl-ast-to-gimple.c: Likewise.
+       * graphite-optimize-isl.c: Likewise.
+       * graphite-poly.c: Likewise.
+       * graphite-sese-to-poly.c: Likewise.
+       * graphite.h: Likewise.
+       * toplev.c: Include isl/version.h and use isl_version () for
+       printing the ISL version.
+       * doc/install.texi: Update ISL requirement.
+
+2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/standards.texi (Standards): Update reference to
+       Objective-C 2.0.
+
+2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
+       
+       * doc/extend.texi (Named Address Spaces): sourceware.org now
+       defaults to https.
+       * doc/install.texi (Binaries): Ditto.
+       (Specific): Ditto.
+
+2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * doc/cpp.texi: Replace "stringify"/"stringification" with C 
+       standard terminology "stringize"/"stringizing" throughout.
+       * doc/cppinternals.texi: Likewise.
+
+2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * doc/extend.texi: Fix some spelling mistakes and typos.
+       * doc/invoke.texi: Likewise.
+
+2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR ipa/79224
+       * params.def (inline-min-speedup) Change from 10 to 8.
+
+2017-02-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
+       4.5.
+
+2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR ipa/79224
+       * ipa-inline-analysis.c (get_minimal_bb): New function.
+       (record_modified): Use it.
+       (remap_edge_change_prob): Handle also ancestor functions.
+
+2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/contrib.texi (Contributors): Remove broken link into
+       the Mauve CVS repository.
+
+2017-02-11  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/79454
+       * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
+       result computation whenever lhs doesn't have vector mode, not
+       just when it has BLKmode.
+
+2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/makefile.texi (profiledbootstrap): Refer to the
+       installation instructions only in textual form.
+
+2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
+
+       PR target/79295
+       * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
+
+2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
+       (Specific): Update mingw-w64 reference.
+       (Binaries): Ditto.
+       (Specific): Remove broken link to Renesas RX processor.
+
+2017-02-10  Richard Biener  <rguenther@suse.de>
+
+       * toplev.c (process_options): Do not mention obsolete graphite
+       options when printing sorry message about missing graphite support.
+       Mention -floop-nest-optimize.
+
+2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
+       (vtst_p16): Likewise.
+       (vtstq_p8): Likewise.
+       (vtstq_p16): Likewise.
+       (vtst_p64): New.
+       (vtstq_p64): Likewise.
+       * config/arm/arm_neon.h (vgetq_lane_p64): New.
+       (vset_lane_p64): New.
+       (vsetq_lane_p64): New.
+
+2017-02-10  Jakub Jelinek  <jakub@redhat.com>
+
+       PR tree-optimization/79411
+       * tree-ssa-reassoc.c (is_reassociable_op): Return false if
+       stmt operands are SSA_NAMEs used in abnormal phis.
+       (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
+       phis.
+
+2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
+
+       PR ipa/70795
+       * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
+       flag if needed.
+
+2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
+
+       * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
+
 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
 
+       * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
+       to avoid warning.
+
        PR c/79413
        * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
        not arbitrary TREE_CONSTANT.