]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 11:36:31 +0000 (11:36 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jan 2005 11:36:31 +0000 (11:36 +0000)
c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
combine.c, config.gcc, coverage.h, cse.c, cselib.c,
defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
output.h, postreload-gcse.c, postreload.c, recog.c,
resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93827 138bc75d-0d04-0410-961f-82ee72b054a4

63 files changed:
gcc/ChangeLog
gcc/basic-block.h
gcc/c-common.c
gcc/c-cppbuiltin.c
gcc/c-lang.c
gcc/c-tree.h
gcc/cfgbuild.c
gcc/cgraph.c
gcc/cgraph.h
gcc/collect2.c
gcc/combine.c
gcc/config.gcc
gcc/coverage.h
gcc/cse.c
gcc/cselib.c
gcc/defaults.h
gcc/df.c
gcc/dwarf2asm.c
gcc/dwarf2out.c
gcc/explow.c
gcc/expr.c
gcc/flow.c
gcc/fold-const.c
gcc/gcse.c
gcc/ggc-page.c
gcc/gimple-low.c
gcc/gimplify.c
gcc/ifcvt.c
gcc/langhooks-def.h
gcc/lcm.c
gcc/optabs.h
gcc/output.h
gcc/postreload-gcse.c
gcc/postreload.c
gcc/recog.c
gcc/resource.c
gcc/rtl.def
gcc/rtlanal.c
gcc/sched-deps.c
gcc/sched-rgn.c
gcc/targhooks.h
gcc/toplev.c
gcc/tree-data-ref.c
gcc/tree-eh.c
gcc/tree-flow.h
gcc/tree-loop-linear.c
gcc/tree-mudflap.h
gcc/tree-nrv.c
gcc/tree-optimize.c
gcc/tree-outof-ssa.c
gcc/tree-pass.h
gcc/tree-scalar-evolution.c
gcc/tree-ssa-copy.c
gcc/tree-ssa-dce.c
gcc/tree-ssa-dse.c
gcc/tree-ssa-loop-ivopts.c
gcc/tree-ssa-operands.c
gcc/tree-ssa-pre.c
gcc/tree-ssa.c
gcc/tree-vectorizer.c
gcc/tree.def
gcc/unwind-dw2-fde-darwin.c
gcc/var-tracking.c

index cf9dd40ee111442d4fa4a0372af741184dd971c3..e919750dc087cfb6d20485adf95bd179808712fe 100644 (file)
@@ -1,3 +1,21 @@
+2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
+       c-tree.h, cfgbuild.c, cgraph.c, cgraph.h, collect2.c,
+       combine.c, config.gcc, coverage.h, cse.c, cselib.c,
+       defaults.h, df.c, dwarf2asm.c, dwarf2out.c, explow.c, expr.c,
+       flow.c, fold-const.c, gcse.c, ggc-page.c, gimple-low.c,
+       gimplify.c, ifcvt.c, langhooks-def.h, lcm.c, optabs.h,
+       output.h, postreload-gcse.c, postreload.c, recog.c,
+       resource.c, rtl.def, rtlanal.c, sched-deps.c, sched-rgn.c,
+       targhooks.h, toplev.c, tree-data-ref.c, tree-eh.c,
+       tree-flow.h, tree-loop-linear.c, tree-mudflap.h, tree-nrv.c,
+       tree-optimize.c, tree-outof-ssa.c, tree-pass.h,
+       tree-scalar-evolution.c, tree-ssa-copy.c, tree-ssa-dce.c,
+       tree-ssa-dse.c, tree-ssa-loop-ivopts.c, tree-ssa-operands.c,
+       tree-ssa-pre.c, tree-ssa.c, tree-vectorizer.c, tree.def,
+       unwind-dw2-fde-darwin.c, var-tracking.c: Update copyright.
+
 2005-01-18  Richard Henderson  <rth@redhat.com>
 
        PR target/19496
index d377fb6362bc5b955388078c50052907f872bd33..e742c928cb716847b7a70d1f505456edaef475f6 100644 (file)
@@ -1,5 +1,5 @@
 /* Define control and data flow tables, and regsets.
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index fd6df502ca92bb60cf09c7e4104da3683bceb782..8f2c9cb29a782335afba895ba8e7310a6b9b0572 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines shared by all languages that are variants of C.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2c9039ef45fa697df3d04daf9791a2fec632394a..75effe97e7bf400ee5d9461cfcc0fe637f73910e 100644 (file)
@@ -1,5 +1,5 @@
 /* Define builtin-in macros for the C family front ends.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 5217102224f0f6124d93ba349203977744fd44e6..9384515c7c554baca7aab7e29b8168e7666f0425 100644 (file)
@@ -1,6 +1,6 @@
 /* Language-specific hook definitions for C front end.
    Copyright (C) 1991, 1995, 1997, 1998,
-   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index f684e13bd8ebee1048e81eec931b2e04fc9f448e..073f93ec3851ae144b5e8d1f8beb075b5e9562b6 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for C parsing and type checking.
    Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a21c726e3c7dd2059540ec76cb511591e4b2acae..fdfbccae0c3a25f82fdb774cbd4eda5bb1be852f 100644 (file)
@@ -1,6 +1,6 @@
 /* Control flow graph building code for GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 1c06616214910f650f3535d3d5dad60cf024885f..a5c9b848ad97a0d12f8c04fa363edc1d2855df97 100644 (file)
@@ -1,5 +1,5 @@
 /* Callgraph handling code.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Jan Hubicka
 
 This file is part of GCC.
index a30e54885882fb68b3d57f6ebe273816af8e35c0..d106f36e3ac24aac5ac8b59c552b1aa48c88b4bb 100644 (file)
@@ -1,5 +1,5 @@
 /* Callgraph handling code.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Jan Hubicka
 
 This file is part of GCC.
index a951a3d13f6615d553edc17771fd24c30417a6d9..90ad456b5fa2e02ccb5c0781058b1cc6be2ca606 100644 (file)
@@ -1,7 +1,7 @@
 /* Collect static initialization info into data structures that can be
    traversed by C++ initialization and finalization routines.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Chris Smith (csmith@convex.com).
    Heavily modified by Michael Meissner (meissner@cygnus.com),
    Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
index 4f9ddfbd8e0673166e4536df76450eb3c0a903e2..594c468651741337091f27e6f0cd8aad414bd1f1 100644 (file)
@@ -1,6 +1,6 @@
 /* Optimize by combining instructions for GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 581c1060bb9558a318cda94dd061435d9e01a899..0099148f4a9bc5b746bbc24d4c2c950103d704ab 100644 (file)
@@ -1,5 +1,5 @@
 # GCC target-specific configuration file.
-# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 # Free Software Foundation, Inc.
 
 #This file is part of GCC.
index 36b370a29ac3f5af6db332fc1d5deec7ff42749d..033d3fdf12045d7993d015838d5e5375c7b5cb71 100644 (file)
@@ -1,5 +1,5 @@
 /* coverage.h - Defines data exported from coverage.c
-   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index eee27422f8c57031cbcc5db0c618c4ba6a38a630..9e3e4965a388eb5531cf4bd542f0ae9fd551c153 100644 (file)
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -1,6 +1,6 @@
 /* Common subexpression elimination for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 13c3a1f421ef2a858dcf0c07ca892121a37180be..c64e0874eeff0f18a766ec20bc7b08898347eafd 100644 (file)
@@ -1,6 +1,6 @@
 /* Common subexpression elimination library for GNU compiler.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8d342b927a0b5d243e320ba51759f6c7a23bbcd2..7c8812963940181ebec0ef3a36b586670a7bad2a 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of various defaults for tm.h macros.
-   Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@monkeys.com)
 
index 81ba0ea0932806b4842fadf194e9146889f95644..18089fecd7cb7ec9b0b651dc76e7dfb87851776e 100644 (file)
--- a/gcc/df.c
+++ b/gcc/df.c
@@ -1,5 +1,5 @@
 /* Dataflow support routines.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz,
                                     mhayes@redhat.com)
index ae8af709ede2af5d4bac5c63f1cb0c5839ab40e1..91dc91f40b958f5c4cb8371964010b5c37ac6413 100644 (file)
@@ -1,5 +1,5 @@
 /* Dwarf2 assembler output helper routines.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7b8141153e588ddbd33f9d4af382c3c9b09fd33a..76f67a5d0c6c01f187f48601aca2ae0e9a8b949f 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Dwarf2 format symbol table information from GCC.
    Copyright (C) 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Gary Funck (gary@intrepid.com).
    Derived from DWARF 1 implementation of Ron Guilmette (rfg@monkeys.com).
    Extensively modified by Jason Merrill (jason@cygnus.com).
index 6460bb9bbd72b22cabd1bfce7d4d21e4f6919014..c1cd34cddc87c3af4107254b0577caa73d8ecb35 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for manipulating rtx's in semantically interesting ways.
    Copyright (C) 1987, 1991, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 2e1320ec33628200d22352583c6f3fc83b6f7aa6..1d157a1426f1a2649f59251d00d8ca29e1c9c951 100644 (file)
@@ -1,6 +1,6 @@
 /* Convert tree expression to rtl instructions, for GNU compiler.
    Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index e3d10a13814df541ce78d413d0f3a6431e536a5e..446d8a3db68660f5cb2ff2e91b7af3e17fa04731 100644 (file)
@@ -1,6 +1,6 @@
 /* Data flow analysis for GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 24bd28bb6b9674f7e7d8f7212d20bffe9c634c42..f22411d924e55edd63c7afa0025ff42f4f0ffa50 100644 (file)
@@ -1,6 +1,6 @@
 /* Fold a constant sub-tree into a single node for C-compiler
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 67f8053e9c811167dc487ff3daf58cc121bff0c6..1b2fdbe3d688c210fe6b39bb814d2481b8925c50 100644 (file)
@@ -1,6 +1,6 @@
 /* Global common subexpression elimination/Partial redundancy elimination
    and global constant/copy propagation for GNU compiler.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 362bfe19763ccf9f8716f643f8d0d9b87b8ec66d..131731f1e7ecada53122d5389855c0243b863349 100644 (file)
@@ -1,5 +1,5 @@
 /* "Bag-of-pages" garbage collector for the GNU compiler.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index d86cc00307ec09586f4304e2c3e246919ba9c97d..eb495288eee539726190a584e80d751094c6e5a6 100644 (file)
@@ -1,6 +1,6 @@
 /* Tree lowering pass.  Lowers GIMPLE into unstructured form.
 
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0c8cc95179b34ad0e9d6c08395a146be3daf6f20..29c733bd52e860cb98ad3e4954621a3f021635a2 100644 (file)
@@ -1,6 +1,6 @@
 /* Tree lowering pass.  This pass converts the GENERIC functions-as-trees
    tree representation into the GIMPLE form.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Major work done by Sebastian Pop <s.pop@laposte.net>,
    Diego Novillo <dnovillo@redhat.com> and Jason Merrill <jason@redhat.com>.
 
index 5eea041d4047add13aed4250164f0d0e8c0ff52f..49f9065c840d9f5def7541ed5f0d503ed9f0a9f6 100644 (file)
@@ -1,5 +1,6 @@
 /* If-conversion support.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index f91d4312714b8baa7a9cfd1e3527afe16e40386b..59083ad7b563ea7aea728e0f5b100377ad097053 100644 (file)
@@ -1,5 +1,5 @@
 /* Default macros to initialize the lang_hooks data structure.
-   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Alexandre Oliva  <aoliva@redhat.com>
 
 This file is part of GCC.
index f4300e2d8e95c956d9196d181ea8ff0bcb68a530..f83dc1d244482b1605fff97089d53eeced953310 100644 (file)
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -1,5 +1,5 @@
 /* Generic partial redundancy elimination with lazy code motion support.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 539c94ba8a2ad9e79d6204ed0662f414d6dc6907..56f7e4c7b812f0cc859e09d7e84ed2f2542af679 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for code generation pass of GNU compiler.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index a5d5418d29af672e2069031f5a3a01a0245bdcf0..830178836bda620197654296485dada801ea8076 100644 (file)
@@ -1,7 +1,7 @@
 /* Declarations for insn-output.c.  These functions are defined in recog.c,
    final.c, and varasm.c.
    Copyright (C) 1987, 1991, 1994, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 70e60452fd09422a0c70ec5c9780b2bac2f1b56a..75ca2572176c2b3ca5326a80769ee0dd562fb0ae 100644 (file)
@@ -1,5 +1,5 @@
 /* Post reload partially redundant load elimination
-   Copyright (C) 2004
+   Copyright (C) 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 917af6997abce50fffe57ea9faf941cff17640bd..df10eb49425cf8f8ceab64f481c2f69e05e8ddd5 100644 (file)
@@ -1,6 +1,6 @@
 /* Perform simple optimizations to clean up the result of reload.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 6fc3cf9ad647d4a526799ee133288368e8ed917c..4dfdca1fbebfdeafca69679d2a85cab2e06dc15c 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines used by or related to instruction recognition.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index aa419ceac9ceb4f64065aac24e3456de37eaf138..ce86aafde3667765f0c6f00511a37402b490bd55 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 7bee09b1c6ddfd1df97610e5135fc11ac76b5a81..b37d7e5eee618027989195bd9a64bd8def875e0a 100644 (file)
@@ -1,7 +1,8 @@
 /* This file contains the definitions and documentation for the
    Register Transfer Expressions (rtx's) that make up the
    Register Transfer Language (rtl) used in the Back End of the GNU compiler.
-   Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2004
+   Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2004,
+   2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 2cae7edace9abe937d2bbab86b593956f2241b32..607f74cad55551c32dccc4dfb07d3a9c702afd26 100644 (file)
@@ -1,6 +1,6 @@
 /* Analyze RTL for C-Compiler
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 52f6e5b1746c5184f7ae94f0e294f7ea74c5f9ed..13dd6e784561ee1aaf37de1a135f92e1fecf43eb 100644 (file)
@@ -1,7 +1,7 @@
 /* Instruction scheduling pass.  This file computes dependencies between
    instructions.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
index 3fae7904fc0e662542ab042d1cc293643f6a8bc8..f4f73f86f2f0851f986ed276b15ebd1827b1aa0b 100644 (file)
@@ -1,6 +1,6 @@
 /* Instruction scheduling pass.
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
    and currently maintained by, Jim Wilson (wilson@cygnus.com)
 
index fb16245d30c91446342602fa329fee6fde35d90f..1965bbdb60c289661daa4d36fa68ba4e4dddfeba 100644 (file)
@@ -1,5 +1,5 @@
 /* Default target hook functions.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8ef19f773eaa6ba8a1ffab3dec88bcc2a49231d3..50790a10413bfff2f05b776f2f8e9d0c6f786dc4 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level of GCC compilers (cc1, cc1plus, etc.)
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 112522efc2a4095af756851e8d0eaafb6185cf2c..145312f04f393e5efc26d198f976fad8d85449cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Data references and dependences detectors.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index a613db78a92c14ce26815d9ece4c71526549ca05..20660e4e279022865c47c48cd9be6a2935844ea7 100644 (file)
@@ -1,5 +1,5 @@
 /* Exception handling semantics and decomposition for trees.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7dc809c256c1beb18a6b744730ea9f793fae7455..f97435af975c5f9517f69676f2fb8f58f0020e3f 100644 (file)
@@ -1,5 +1,5 @@
 /* Data and Control Flow Analysis for Trees.
-   Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
index 8309789d0946990123131a6cda515a5606b0afff..6c8bafe89c3aded000727119559ff9285b421a0f 100644 (file)
@@ -1,5 +1,5 @@
 /* Linear Loop transforms
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dberlin@dberlin.org>.
 
 This file is part of GCC.
index ace8263bcf31389f8350d6e3ca3b957d49b26e2b..9d530150c5cca594381f626390bc28d27d957a67 100644 (file)
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
 
 This file is part of GCC.
index 71de0db82c2279b5080c4e1770ce89385f07061c..64e9636a5ad15f6a54ee0b28ea90756c00e727e1 100644 (file)
@@ -1,5 +1,5 @@
 /* Language independent return value optimizations
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 85cfb3a87df461d440f7e78fd2fa89adcf26426b..6b28d082aa50d042bc73f9dafa8cd1e9cb9a6f71 100644 (file)
@@ -1,5 +1,5 @@
 /* Top-level control of tree optimizations.
-   Copyright 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
index 7342a20523b252686d5eab9c394ac5978950b46b..05b86eb0cbbe7f4f967e28e3ce4a569d00111204 100644 (file)
@@ -1,5 +1,5 @@
 /* Convert a program in SSA form into Normal form.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by Andrew Macleod <amacleod@redhat.com>
 
 This file is part of GCC.
index 4468fe5d6c5e4467d521072987fa2a17606c3fc1..3ad4cbb7be1210e32846eb976326512426c62dc9 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for describing one tree-ssa optimization pass.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    Contributed by Richard Henderson <rth@redhat.com>
 
 This file is part of GCC.
index 1ffeb0bd6c12233b2dc4a91f960a7fe7448d264a..c1c10358f8f999dbb310a96223ebd7cc50524934 100644 (file)
@@ -1,5 +1,5 @@
 /* Scalar evolution detector.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
index c679eb221be8420dd45da9403869887c85c1dee8..83500471739a1f071f1fd2cd59371e9214192521 100644 (file)
@@ -1,5 +1,5 @@
 /* Const/copy propagation and SSA_NAME replacement support routines.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4f72d82f92c6f6c8f6a8de94770cf937080fba1c..87f6561415a738ace8eb75cfc19244527efab5d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Dead code elimination pass for the GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Ben Elliston <bje@redhat.com>
    and Andrew MacLeod <amacleod@redhat.com>
    Adapted to use control dependence by Steven Bosscher, SUSE Labs.
index 5b4482767d8792e6a29b9ee0dba948d4855e4c0c..5d29e03a70dc6bc621dd7af1bb4f34cf3579e6cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Dead store elimination
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 475f45eb8f42441527f50d3fb40d90fe5a505bd2..d35ae517767d0e9a595c67db3dc856586104b896 100644 (file)
@@ -1,5 +1,5 @@
 /* Induction variable optimizations.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index 2ca208ef8fc5151bd14d5dfa5e3776159aece70f..0f279128f9c5282e4507fafb90b441ca88503ef6 100644 (file)
@@ -1,5 +1,5 @@
 /* SSA operands management for trees.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index ae3e66d677bd2bbd0b1e60ef907f9961bb6d7372..b6dedbcaadbaff6b267c8feaf6b78e27be024e09 100644 (file)
@@ -1,5 +1,5 @@
 /* SSA-PRE for trees.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Daniel Berlin <dan@dberlin.org> and Steven Bosscher
    <stevenb@suse.de> 
 
index fe608f61987e65ba767017d7e20160ed1221ecf2..aa6f5239eb9e607e6d70ccb3c7f70b3ed173a163 100644 (file)
@@ -1,5 +1,5 @@
 /* Miscellaneous SSA utility functions.
-   Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 9276b89f3e5ac9b8069cd79780d6d465287c6ea6..4fc0c3f58568f9a300f2061efb13dfae9dfe3b57 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop Vectorization
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Dorit Naishlos <dorit@il.ibm.com>
 
 This file is part of GCC.
index 37f85ad77bd6bd3e0da0991af6e36d41e1629015..a03f2bbb8fa15b4a012e07f0ff90ccf5573f0544 100644 (file)
@@ -1,6 +1,6 @@
 /* This file contains the definitions and documentation for the
    tree codes used in GCC.
-   Copyright (C) 1987, 1988, 1993, 1995, 1997, 1998, 2000, 2001, 2004
+   Copyright (C) 1987, 1988, 1993, 1995, 1997, 1998, 2000, 2001, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 12c9ed377f0e5dad2623a7ef54cfda23ce0c2b8e..98662080ff6a85c1493c1f82b943a683b967e2e7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index f1f36614509f85f55b3047143514a9391edb8520..14a1dc263f6fc2863c8ddce4d4d24a317b504bfc 100644 (file)
@@ -1,5 +1,5 @@
 /* Variable tracking routines for the GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.