Update copyright years.
From-SVN: r232055
This commit is contained in:
parent
21fa2a29dc
commit
818ab71a41
12553 changed files with 24463 additions and 22264 deletions
|
@ -49,7 +49,7 @@ configure GCC with --enable-maintainer-mode to get the master catalog
|
|||
rebuilt.
|
||||
|
||||
|
||||
Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2016 Free Software Foundation, Inc.
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Update copyright years.
|
||||
|
||||
* gcc.c (process_command): Update copyright notice dates.
|
||||
* gcov-dump.c (print_version): Ditto.
|
||||
* gcov.c (print_version): Ditto.
|
||||
|
|
|
@ -57,7 +57,7 @@ Feb 1, 1998:
|
|||
DEFTREECODE (CLASS_METHOD_DECL, "class_method_decl", 'd', 0)
|
||||
|
||||
|
||||
Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998-2016 Free Software Foundation, Inc.
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile for GNU Compiler Collection
|
||||
# Run 'configure' to generate Makefile from Makefile.in
|
||||
|
||||
# Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
#This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is intended to contain a few notes about writing C code
|
||||
within GCC so that it compiles without error on the full range of
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dnl Copyright (C) 2005-2015 Free Software Foundation, Inc.
|
||||
dnl Copyright (C) 2005-2016 Free Software Foundation, Inc.
|
||||
dnl
|
||||
dnl This file is part of GCC.
|
||||
dnl
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Inline functions to test validity of reg classes for addressing modes.
|
||||
Copyright (C) 2006-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Alias analysis for GNU C
|
||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||
Contributed by John Carr (jfc@mit.edu).
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Exported functions from alias.c
|
||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Functions to support a pool of allocatable objects.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Functions to support a pool of allocatable objects
|
||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||
Contributed by Daniel Berlin <dan@cgsoftware.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* AddressSanitizer, a fast memory error detector.
|
||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||
Contributed by Kostya Serebryany <kcc@google.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* AddressSanitizer, a fast memory error detector.
|
||||
Copyright (C) 2011-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2016 Free Software Foundation, Inc.
|
||||
Contributed by Kostya Serebryany <kcc@google.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Functions dealing with attribute handling, used by most front ends.
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Declarations and definitions dealing with attribute handling.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Discovery of auto-inc and auto-dec instructions.
|
||||
Copyright (C) 2006-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006-2016 Free Software Foundation, Inc.
|
||||
Contributed by Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Read and annotate call graph profile from the auto profile data file.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
Contributed by Dehao Chen (dehao@google.com)
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* auto-profile.h - Defines data exported from auto-profile.c
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
Contributed by Dehao Chen (dehao@google.com)
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Common Backend requirements.
|
||||
|
||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
Contributed by Andrew MacLeod <amacleod@redhat.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Define control flow data structures for the CFG.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Basic block reordering routines for the GNU compiler.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Basic block reordering routines for the GNU compiler.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Functions to support general ended bitmaps.
|
||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Functions to support general ended bitmaps.
|
||||
Copyright (C) 1997-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/* Perform branch target register load optimizations.
|
||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
Contributed by Joseph Myers <jsm28@cam.ac.uk>.
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Expand builtin functions.
|
||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file contains the definitions and documentation for the
|
||||
builtins used in the GNU compiler.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Expand builtin functions.
|
||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Update copyright years.
|
||||
|
||||
2015-12-21 David Malcolm <dmalcolm@redhat.com>
|
||||
|
||||
* c-common.c (binary_op_error): Convert first param from
|
||||
|
@ -5976,7 +5980,7 @@
|
|||
* c-common.c: Include gt-c-family-c-common.h.
|
||||
* c-pragma.c: Include gt-c-family-c-pragma.h.
|
||||
|
||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||
This file contains the builtin functions for Array
|
||||
notations.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||
Intel Corporation
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* Print GENERIC declaration (functions, variables, types) trees coming from
|
||||
the C and C++ front-ends as well as macros in Ada syntax.
|
||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||
Adapted from tree-pretty-print.c by Arnaud Charlet <charlet@adacore.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Interface for -fdump-ada-spec capability.
|
||||
Copyright (C) 2010-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2010-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file contains routines to construct and validate Cilk Plus
|
||||
constructs within the C and C++ front ends.
|
||||
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Aldy Hernandez <aldyh@redhat.com>.
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Subroutines shared by all languages that are variants of C.
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file contains the definitions and documentation for the
|
||||
additional tree codes used in the GNU C compiler (see tree.def
|
||||
for the standard codes).
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
Written by Benjamin Chelf <chelf@codesourcery.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Definitions for c-common.c.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Define builtin-in macros for the C family front ends.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Tree-dumping functionality for C-family languages.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
Written by Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Check calls to formatted I/O functions (-Wformat).
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Check calls to formatted I/O functions (-Wformat).
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
by the C-based front ends. The structure of gimplified, or
|
||||
language-independent, trees is dictated by the grammar described in this
|
||||
file.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
Lowering of expressions contributed by Sebastian Pop <s.pop@laposte.net>
|
||||
Re-written to support lowering of whole function trees, documentation
|
||||
and miscellaneous cleanups by Diego Novillo <dnovillo@redhat.com>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Implementation of -Wmisleading-indentation
|
||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Definitions for c-indentation.c.
|
||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Mainly the interface between cpplib and the C front ends.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Definitions of Objective-C front-end entry points used for C and C++.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file contains routines to construct OpenACC and OpenMP constructs,
|
||||
called from parsing in the C and C++ front ends.
|
||||
|
||||
Copyright (C) 2005-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2005-2016 Free Software Foundation, Inc.
|
||||
Contributed by Richard Henderson <rth@redhat.com>,
|
||||
Diego Novillo <dnovillo@redhat.com>.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* C/ObjC/C++ command line option handling.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
Contributed by Neil Booth.
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Precompiled header implementation for the C languages.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Preprocess only, using cpplib.
|
||||
Copyright (C) 1995-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2016 Free Software Foundation, Inc.
|
||||
Written by Per Bothner, 1994-95.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Handle #pragma, system V.4 style. Supports #pragma weak and #pragma pack.
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Pragma related interfaces.
|
||||
Copyright (C) 1995-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Subroutines common to both C and C++ pretty-printers.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Various declarations for the C and C++ pretty-printers.
|
||||
Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
Contributed by Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* This file contains subroutine used by the C front-end to construct GENERIC.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
Written by Benjamin Chelf (chelf@codesourcery.com).
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Default initializers for C-family target hooks.
|
||||
Copyright (C) 2011-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2016 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Target hook definitions for C-family front ends.
|
||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Data structure definitions for target-specific C-family behavior.
|
||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Marek Polacek <polacek@redhat.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* UndefinedBehaviorSanitizer, undefined behavior detector.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Marek Polacek <polacek@redhat.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; Options for the C, ObjC, C++ and ObjC++ front ends.
|
||||
; Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
||||
; Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||
;
|
||||
; This file is part of GCC.
|
||||
;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||
This file contains the CilkPlus Intrinsics
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||
Intel Corporation
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Specific flags and argument handling of the C preprocessor.
|
||||
Copyright (C) 1999-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Stub functions for Objective-C and Objective-C++ routines
|
||||
that are called from within the C and C++ front-ends,
|
||||
respectively.
|
||||
Copyright (C) 1991-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
Update copyright years.
|
||||
|
||||
2016-01-04 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/68908
|
||||
|
@ -3160,7 +3164,7 @@
|
|||
* c-decl.c: Likewise. Include gt-c-c-decl.h, not gt-c-decl.h.
|
||||
* c-parser.c: Likewise. Include gt-c-c-parser.h, not gt-c-parser.h.
|
||||
|
||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Top level -*- makefile -*- fragment for GNU C - C language.
|
||||
# Copyright (C) 1994-2015 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2016 Free Software Foundation, Inc.
|
||||
|
||||
#This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* This file is part of the Intel(R) Cilk(TM) Plus support
|
||||
This file contains routines to handle Array Notation expression
|
||||
handling routines in the C Compiler.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
Contributed by Balaji V. Iyer <balaji.v.iyer@intel.com>,
|
||||
Intel Corporation.
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* Generate information regarding function declarations and definitions based
|
||||
on information stored in GCC's tree structure. This code implements the
|
||||
-aux-info option.
|
||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||
Contributed by Ron Guilmette (rfg@segfault.us.com).
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Language-level data type conversion for GNU C.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Process declarations and variables for C compiler.
|
||||
Copyright (C) 1988-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1988-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Various diagnostic subroutines for the GNU C language.
|
||||
Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2000-2016 Free Software Foundation, Inc.
|
||||
Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Support for fully folding sub-trees of an expression for C compiler.
|
||||
Copyright (C) 1992-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1992-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Language-specific hook definitions for C front end.
|
||||
Copyright (C) 1991-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1991-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Definitions for C language specific types.
|
||||
Copyright (C) 2009-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2009-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Some code common to C and ObjC front ends.
|
||||
Copyright (C) 2001-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Language hooks common to C and ObjC front ends.
|
||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||
Contributed by Ziemowit Laski <zlaski@apple.com>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Parser for C and Objective-C.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
Parser actions based on the old Bison parser; structure somewhat
|
||||
influenced by and fragments based on the C++ parser.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Definitions for C parsing and type checking.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Build expressions with type checking for C compiler.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Top level configure fragment for GNU C - C language.
|
||||
# Copyright (C) 1994-2015 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1994-2016 Free Software Foundation, Inc.
|
||||
|
||||
#This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Specific flags and argument handling of the C front-end.
|
||||
Copyright (C) 1999-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Save and restore call-clobbered registers which are live across a call.
|
||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Convert function calls to rtl insns, for GNU C compiler.
|
||||
Copyright (C) 1989-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1989-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Declarations and data types for RTL call insn generation.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Conditional compare related functions
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Conditional comapre related functions.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Flags on basic blocks and edges.
|
||||
Copyright (C) 2012-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2012-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph manipulation code for GNU compiler.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph manipulation code header file.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph analysis code for GNU compiler.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph analysis header file.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph building code for GNU compiler.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow graph building header file.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow optimization code for GNU compiler.
|
||||
Copyright (C) 1987-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Control flow optimization header file.
|
||||
Copyright (C) 2014-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2014-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* A pass for lowering trees to RTL.
|
||||
Copyright (C) 2004-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Header file for lowering trees to RTL.
|
||||
Copyright (C) 2013-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2013-2016 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Hooks for cfg representation specific functions.
|
||||
Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Hooks for cfg representation specific functions.
|
||||
Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2016 Free Software Foundation, Inc.
|
||||
Contributed by Sebastian Pop <s.pop@laposte.net>
|
||||
|
||||
This file is part of GCC.
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue