* Makefile.in (build/genmatch.o): Depend on internal-fn.def.
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Nov 2015 20:00:33 +0000 (21:00 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 26 Nov 2015 20:00:33 +0000 (21:00 +0100)
From-SVN: r230982

gcc/ChangeLog
gcc/Makefile.in

index a5b9c4eb0eaca0415953e5caf45feb35b64104d9..87c97e094686f92e94a623ac548dfcfe3c9112ed 100644 (file)
@@ -1,3 +1,7 @@
+2015-11-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * Makefile.in (build/genmatch.o): Depend on internal-fn.def.
+
 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
 
        * doc/install.texi (Prerequisites): Increase ISL requirement to
@@ -5,7 +9,7 @@
 
 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
 
-       * gcc/config/aarch64/arm_neon.h
+       * config/aarch64/arm_neon.h
        (vqrdmlah_laneq_s16, vqrdmlah_laneq_s32): New.
        (vqrdmlahq_laneq_s16, vqrdmlahq_laneq_s32): New.
        (vqrdmlsh_lane_s16, vqrdmlsh_lane_s32): New.
@@ -21,7 +25,7 @@
 
 2015-11-26  Matthew Wahab  <matthew.wahab@arm.com>
 
-       * gcc/config/aarch64/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New.
+       * config/aarch64/arm_neon.h (vqrdmlah_s16, vqrdmlah_s32): New.
        (vqrdmlahq_s16, vqrdmlahq_s32): New.
        (vqrdmlsh_s16, vqrdmlsh_s32): New.
        (vqrdmlshq_s16, vqrdmlshq_s32): New.
 
 2015-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
 
-       * gcc/config/aarch64/aarch64.md (add<mode>3):
+       * config/aarch64/aarch64.md (add<mode>3):
        Block early expansion into 2 add instructions.
        (add<mode>3_pluslong): New pattern to combine complex
        immediates into 2 additions.
        PR tree-optimization/68327
        * tree-vect-loop.c (vect_determine_vectorization_factor): Don't
        compute vectype for non-relevant mask producers.
-       * gcc/tree-vect-stmts.c (vectorizable_comparison): Check stmt
+       * tree-vect-stmts.c (vectorizable_comparison): Check stmt
        relevance earlier.
 
 2015-11-23  Tom de Vries  <tom@codesourcery.com>
 
 2015-11-13  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * gcc/omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.
+       * omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.
        (oacc_loop_fixed_partitions): Correct return type to bool.
        (oacc_loop_auto_partitions): New.
        (oacc_loop_partition): Take mask argument, call
 
 2015-11-12  Brad Lucier  <lucier@math.purdue.edu>
 
-       * gcc/cprop.c (is_too_expensive): Remove.
+       * cprop.c (is_too_expensive): Remove.
        (gcse.h): Include.
        (one_cprop_pass): Call gcse_or_cprop_is_too_expensive, not
        is_too_expensive.
-       * gcc/gcse.h (gcse_or_cprop_is_too_expensive): Declare.
-       * gcc/gcse.c (is_too_expensive): Rename to ...
+       * gcse.h (gcse_or_cprop_is_too_expensive): Declare.
+       * gcse.c (is_too_expensive): Rename to ...
        (gcse_or_cprop_is_too_expensive): ... this.
        Expand warning to add required size of max-gcse-memory.
        (one_pre_gcse_pass): Use it.
        (one_code_hoisting_pass): Use it.
-       * gcc/params.def (max-gcse-memory): Increase from 50MB to 128MB.
+       * params.def (max-gcse-memory): Increase from 50MB to 128MB.
 
 2015-11-12  James Norris  <jnorris@codesourcery.com>
            Joseph Myers  <joseph@codesourcery.com>
index 0fd8d99d3af1c6f9bb7ba8cb0ce6d0ab4c1a26d3..bee28797ae798e4f685259fde794a96ecfd564e6 100644 (file)
@@ -2598,7 +2598,7 @@ build/genmddump.o : genmddump.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H)    \
   coretypes.h $(GTM_H) errors.h $(READ_MD_H) gensupport.h
 build/genmatch.o : genmatch.c $(BCONFIG_H) $(SYSTEM_H) \
   coretypes.h errors.h $(HASH_TABLE_H) hash-map.h $(GGC_H) is-a.h \
-  tree.def builtins.def
+  tree.def builtins.def internal-fn.def
 build/gencfn-macros.o : gencfn-macros.c $(BCONFIG_H) $(SYSTEM_H)       \
   coretypes.h errors.h $(HASH_TABLE_H) hash-set.h builtins.def internal-fn.def