bt-load.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 17 Feb 2005 22:41:35 +0000 (22:41 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 17 Feb 2005 22:41:35 +0000 (22:41 +0000)
* bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
Update copyright.

From-SVN: r95202

15 files changed:
gcc/ChangeLog
gcc/bt-load.c
gcc/cfgloop.c
gcc/config/arm/fpa.md
gcc/config/avr/avr.h
gcc/config/host-linux.c
gcc/convert.c
gcc/dominance.c
gcc/global.c
gcc/loop-invariant.c
gcc/stmt.c
gcc/tree-ssa-forwprop.c
gcc/tree-ssa-live.c
gcc/tree-ssanames.c
gcc/tree-vn.c

index 0fb1e729c8910ba0e77deed26ec468cfabeffcee..4bc796108713508b5b56bfb1ed8924fb4bef95ce 100644 (file)
@@ -1,3 +1,11 @@
+2005-02-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
+       loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
+       tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
+       config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
+       Update copyright.
+
 2005-02-17  Roger Sayle  <roger@eyesopen.com>
 
        PR tree-optimization/19917
index 3a02177774838b86c070f5dee81731a9f08ad286..0fc47a0c88b79c50eedb374f08847025007110ea 100644 (file)
@@ -1,5 +1,5 @@
 /* Perform branch target register load optimizations.
-   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 dededd46a5a5bbaf5d9176fdefebba40bcab9f77..4fb687c1ab6cfdf944c6de8b9c706b0776cf3d17 100644 (file)
@@ -1,5 +1,5 @@
 /* Natural loop discovery code for GNU compiler.
-   Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 54e1319097d19652a262839779f1f942f7af3248..02d0804b5f0c649f3018ee52cddcd774c7c6d489 100644 (file)
@@ -1,6 +1,6 @@
 ;;- Machine description for FPA co-processor for ARM cpus.
 ;;  Copyright 1991, 1993, 1994, 1995, 1996, 1996, 1997, 1998, 1999, 2000,
-;;  2001, 2002, 2003, 2004  Free Software Foundation, Inc.
+;;  2001, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 ;;  Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl)
 ;;  and Martin Simmons (@harleqn.co.uk).
 ;;  More major hacks by Richard Earnshaw (rearnsha@arm.com).
index 42832e86e6418c55168ae2a6b05825eb20791a66..6b54c37626b50d1f671c644dc3677a3cb7a19f39 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler,
    for ATMEL AVR at90s8515, ATmega103/103L, ATmega603/603L microcontrollers.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Denis Chertykov (denisc@overta.ru)
 
index 7683c720c05265d13022e240b3d143762529550c..0b17c6a19cda8ec651f47386280ca688ed09b26a 100644 (file)
@@ -1,5 +1,5 @@
 /* Linux host-specific hook definitions.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index f1a38c2d240768803d09f713c69de198b6e28b80..c48b242b6550fcea8e49fef11d76cf9b2f2481a6 100644 (file)
@@ -1,6 +1,6 @@
 /* Utility routines for data type conversion for GCC.
    Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
-   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 98067c4693d3112c3a842e8f146f2e2c866e33e8..f001c68024363ad5f8dbf00584293a468362f364 100644 (file)
@@ -1,5 +1,5 @@
 /* Calculate (post)dominators in slightly super-linear time.
-   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Matz (matz@ifh.de).
 
    This file is part of GCC.
index c94e2ad7cce3ffc643c01725fb3bc930f2faa952..edf974291b985cbb67d6879e0428fdb509ffcea1 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate registers for pseudo-registers that span basic blocks.
    Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998,
-   1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 92d8caad2f54a675c8bff98586b1f9a35d225b0b..92e9d3614f0a0e5723132541bad68cee85396d14 100644 (file)
@@ -1,5 +1,5 @@
 /* Rtl-level loop invariant motion.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
index 4f366c32264f5bb3cc9f2d71d080e6d711294845..5a9d5277ea5895fd9037c260d7ea023548894cae 100644 (file)
@@ -1,6 +1,7 @@
 /* Expands front end tree to back end RTL for GCC
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
-   1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 12bc551a92e4c6a73b7ac7beba7962aae105c063..fb079dd0e24092d034365a460ad81be75c3bedb4 100644 (file)
@@ -1,5 +1,5 @@
 /* Forward propagation of single use variables.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 13cd843e9511e69da641c5789e81101c363f3979..3add81b9a05b5ca3aaae3ba236e003961fb994ff 100644 (file)
@@ -1,5 +1,5 @@
 /* Liveness for SSA trees.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Andrew MacLeod <amacleod@redhat.com>
 
 This file is part of GCC.
index 7c181ed8d660ddf027b5cc27d80acdf6b27b3b56..38aab0bc295a91d439b22b8f70d0be760a4bd4bf 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic routines for manipulating SSA_NAME expressions
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
                                                                                 
 This file is part of GCC.
                                                                                 
index 22affffb0634f3dea15d67fe85a22cc32e94697e..f6263fd5dc495fa9c47b9eb67815315cd550d1bc 100644 (file)
@@ -1,5 +1,5 @@
 /* Value Numbering routines for tree expressions.
-   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>, Steven Bosscher
    <stevenb@suse.de> and Diego Novillo <dnovillo@redhat.com>