i386.md (*popcounthi2_1): New insn_and_split pattern.
[gcc.git] / gcc / ChangeLog
index d690a106c1db9e767cd0565b2095c110557d44a3..49484d79407e02762c3f4635800482d35d081435 100644 (file)
@@ -1,12 +1,17 @@
-2016-12-19  Will Schmidt  <will_schmidt@vnet.ibm.com>
+2016-12-19  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.md (*popcounthi2_1): New insn_and_split pattern.
 
-       *  config/rs6000/rs6000.c: Add handling for early expansion of
-       vector multiply builtins.
+2016-12-19  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * doc/cpp.texi: Clean up anachronistic C99 references and remove
+       discussion of very old GCC versions.
+       (Differences from previous versions): Delete entire section.
 
 2016-12-19  Will Schmidt  <will_schmidt@vnet.ibm.com>
 
        * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
-       early expansion of vector subtract builtins.
+       early expansion of vector multiply and subtract builtins.
 
 2016-12-19  David Malcolm  <dmalcolm@redhat.com>
 
        * config/arc/arc.md (mulsidi_600): Change to insn_and_split,
        generate new mul64 insn for core multiplication work.
        (umulsidi_600): Likewise, but use mulu64 insn.
-       (mul64): New pattern, content taken from old mulsidi_600 insn
-       pattern.
+       (mul64): New pattern, content taken from old mulsidi_600 insn pattern.
        (mulu64): Likewise, but using umulsidi_600.
        (mulsidi3): Remove move to destination, this is now handled by
        mulsidi_600 insn_and_split.