Update copyright dates
[platform/upstream/gcc.git] / contrib / ChangeLog
index b714b88..edb1df7 100644 (file)
@@ -1,6 +1,314 @@
+2016-06-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * update-copyright.py (LibMudflapFilter): Remove.
+       (GCCCmdLine.__init__): Add gotools, libcc1.
+       Remove libmudflap.
+       List unhandled intl, libcilkrts, libgo, liboffloadmic,
+       maintainer-scripts.
+
+2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * download_prerequisites: Adjust gmp/mpfr/mpc versions.
+
+2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * compare-all-tests: Remove SH5 support.
+       * config-list.mk: Likewise.
+
+2016-04-28  Martin Liska  <mliska@suse.cz>
+
+       * analyze_brprob: Remove.
+       * analyze_brprob.py: New file.
+
+2016-04-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * gennews (files): Add files for GCC 6.
+
+2016-04-17  Jan Hubicka  <jh@suse.cz>
+
+       * analyze_brprob: Update comment.
+
+2016-04-13  Martin Sebor  <msebor@redhat.com>
+
+       * check_GNU_style.sh: Avoid false posivies in trailing operator
+       checks.
+
+2016-03-07  Martin Sebor  <msebor@redhat.com>
+
+       * check_GNU_style.sh (color): New global variable.
+       Add checks for trailing operators and spaces before left brackets.
+       Tightened up a check for a trailing left curly brace.
+       (g, ag, vg): Use color.
+       (col): Don't complain about excessively long lines with DejaGnu
+       directives.
+
+2016-03-06  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       * mklog: Look for the ChangeLog file in $cwd.
+
+2016-02-26  Joel Sherrill <joel@rtems.org>
+
+       * config-list.mk: Add aarch64-rtems and x86_64-rtems
+
+2016-01-19  Jonathan Wakely  <jwakely@redhat.com>
+
+       * uninclude: Fix third argument to gensub.
+
+2016-01-04  Jakub Jelinek  <jakub@redhat.com>
+
+       * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
+       as external author.
+
+2015-12-17  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
+       targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
+
+2015-12-06  Tobias Burnus  <burnus@net-b.de>
+
+       * download_prerequisites: Download ISL 0.15 instead of 0.14.
+
+2015-11-20  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: Split content of a list to multiple
+       lines.
+
+2015-11-19  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: Enhance list of FOR_EACH macros.
+
+2015-11-19  Martin Liska  <mliska@suse.cz>
+
+       * clang-format: New file.
+
+2015-11-11  Andrew MacLeod  <amacleod@redhat.com>
+
+       * header-tools: New.  Directory containing a set of tools for
+       manipulating header files.
+
+2015-10-30  Nathan Sidwell  <nathan@acm.org>
+
+       * config-list.mk (nvptx-none): Add it.
+
+2015-09-11  Markus Trippelsdorf  <markus@trippelsdorf.de>
+
+       * download_prerequisites: Make sure that script is run from
+       top level source directory.
+
+2015-08-27  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * update-copyright.py (GCCCmdLine): Add libvtv.
+
+2015-08-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * texi2pod.pl: Escape braces in regexp involving @strong{...}.
+
+2015-07-15  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (cat_with_prefix): Fix quoting.
+
+2015-06-02  Steve Ellcey  <sellcey@imgtec.com>
+
+       * test_installed (--target=): New option.
+
+2015-05-30  Mikhail Maltsev  <maltsevm@gmail.com>
+
+       * gimple.vim: New file.
+
+2015-05-18  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Add temp files tmp2 and tmp3.
+       (cat_with_prefix): New function, using global variable prefix.
+       (col): Make prefix a global variable. Rewrite to process file at a time
+       rather than line at a time.  Print part longer than 80 chars in red.
+
+2015-05-18  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
+
+2015-05-18  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
+
+2015-05-18  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Improve readability function calls.
+
+2015-05-16  James Bowman  <james.bowman@ftdichip.com>
+
+       * config-list.mk: Add FT32.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh (col): Fix tab size.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Put stdin into a temp file.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Read either from stdin, or from files.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Check if files exists.
+
+2015-05-12  Tom de Vries  <tom@codesourcery.com>
+
+       * check_GNU_style.sh: Don't use a filename prefix if we're only
+       processing one patch file.
+
+2015-05-12  Yury Gribov  <y.gribov@samsung.com>
+
+       * mklog: Ignore preprocessor directives.
+
+2015-04-22  Jakub Jelinek  <jakub@redhat.com>
+
+       * gennews (files): Add files for GCC 5.
+
+2015-03-06  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * dg-extract-results.sh: Check that the necessary python modules exist.
+
+2015-02-05  Ilya Verbin  <ilya.verbin@intel.com>
+
+       * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
+       liboffloadmic/plugin.
+
+2015-01-15  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * update-copyright.py (Copyright.__init__): Add a regexp for
+       "copyright = u'".
+       (Copyright.update_copyright): Don't add a space before the year
+       in that case.
+
+2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gcc_update (files_and_dependencies): Update rules for new
+       libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
+
+2015-01-12  Yury Gribov  <y.gribov@samsung.com>
+
+       * check_GNU_style.sh: Support patches coming from stdin.
+       Check that spaces are converted to tabs.
+       Make double-space-after-dot check more precice.
+
+2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config-list.mk (LIST): Add visium-elf.
+
+2015-01-05  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config-list.mk: Use shortest match for OPT to find the actual
+       target name.
+
+2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * dg-extract-results.sh: Use --text with grep to avoid issues with
+       binary files.  Fall back to cat -v, if that doesn't work.
+
+2014-12-12  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
+
+2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+           Yury Gribov  <y.gribov@samsung.com>
+
+       * vimrc: New file.
+
+2014-12-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * check_GNU_style.sh: Warn for incorrect number of spaces in function
+       call only if 0 or 2+ spaces found.
+
+2014-12-02  Tobias Burnus  <burnus@net-b.de>
+
+       * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
+
+2014-11-25  Tom de Vries  <tom@codesourcery.com>
+           Peter Bergner  <bergner@vnet.ibm.com>
+
+       * mklog: Handle .mklog.  Use git setting independent of presence .git
+       directory.
+
+2014-11-14  Tom de Vries  <tom@codesourcery.com>
+
+       * mklog: Move reading of .diff file up and add comment.  Copy diff_lines
+       to orig_diff_lines.  Use orig_diff_lines when appending patch.
+
+2014-11-11  David Malcolm  <dmalcolm@redhat.com>
+
+       * ChangeLog.jit: New.
+       * jit-coverage-report.py: New file: a script to print crude
+       code-coverage information for the libgccjit API.
+
+2014-11-11  Marat Zakirov  <m.zakirov@samsung.com>
+
+       * mklog: Symbol '}' stops search for changes.
+
+2014-11-11  Tobias Burnus  <burnus@net-b.de>
+
+       * download_prerequisites: Stop downloading CLooG.
+
+2014-11-07  Marat Zakirov  <m.zakirov@samsung.com>
+
+       * mklog: Always doubt in functions.
+       Add EOF protection.
+
+2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config-list.mk: Don't build Go for certain targets.
+
+2014-10-04  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * compare-all-tests: Don't test score-*.
+       * config-list.mk: Likewise.
+
+2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * dg-extract-results.py (output_variation): Always sort if do_sum.
+
+2014-09-22  Tom de Vries  <tom@codesourcery.com>
+
+       * mklog: Add --inline option.
+
+2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * dg-extract-results.py (Prog.result_re): Include options in test name.
+
+2014-09-19  Olivier Hainque  <hainque@adacore.com>
+
+       * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
+
+2014-09-18  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * config-list.mk (LIST): Add v850-rtems.
+
+2014-09-18  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+
+       * config-list.mk (LIST): Add arm-rtems.
+       Add nios2-rtems.  Remove extra option from powerpc-rtems.
+
+2014-09-08  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * compare-all-tests: Don't test picochip.
+       * config-list.mk: Likewise.
+
+2014-08-11  Mingjie Xing <mingjie.xing@gmail.com>
+
+       * texi2pod.pl (postprocess): Move command process for '@sc' to the
+       front of '@dfn'.  Add a new command process for '@t{...}', just print
+       the content.
+
+2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
+           Yury Gribov  <y.gribov@samsung.com>
+
+       * mklog: Run mklog as a filter.
+
 2014-07-21  Trevor Saunders  <tsaunders@mozilla.com>
 
-       mklog: Read name and email from git config when available.
+       mklog: Read name and email from git config when available.
 
 2014-06-28  Richard Biener  <rguenther@suse.de>
 
 
 2012-05-31  Marek Polacek  <polacek@redhat.com>
 
-       * mklog: Prevent printing three spaces after the date.
+       * mklog: Prevent printing three spaces after the date.
 
 2012-06-04   Diego Novillo  <dnovillo@google.com>
 
 
 2010-07-02  Iain Sandoe  <iains@gcc.gnu.org>
 
-       * compare-debug (Darwin): Remove '-x' flag from ld-based object
-       stripping.  Add a comment as to why we do it this way.
+       * compare-debug (Darwin): Remove '-x' flag from ld-based object
+       stripping.  Add a comment as to why we do it this way.
 
 2010-06-20  Alexandre Oliva  <aoliva@redhat.com>