Commit 53750ab0 by Joern Rennecke

Update Copyright years in gcc/config/epiphany .

From-SVN: r193944
parent 28131dfe
/* Definitions of target machine for GNU compiler, EPIPHANY cpu.
Copyright (C) 2000, 2004, 2007, 2009, 2011 Free Software Foundation, Inc.
Copyright (C) 2000, 2004, 2007, 2009, 2011, 2012
Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
......
;; DFA scheduling description for EPIPHANY
;; Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2004, 2006, 2007, 2009, 2012 Free Software Foundation, Inc.
;; Contributed by Embecosm on behalf of Adapteva, Inc.
;; This file is part of GCC.
......
/* Definitions of target machine for GNU compiler, Argonaut EPIPHANY cpu.
Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005,
2007, 2009, 2011 Free Software Foundation, Inc.
2007, 2009, 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
......
; Options for the Adapteva EPIPHANY port of the compiler
;
; Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
; Copyright (C) 2005, 2007, 2009, 2011, 2012 Free Software Foundation, Inc.
; Contributed by Embecosm on behalf of Adapteva, Inc.
;
; This file is part of GCC.
......
/* Insert USEs in instructions that require mode switching.
This should probably be merged into mode-switching.c .
Copyright (C) 2011 Free Software Foundation, Inc.
Copyright (C) 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
......@@ -76,7 +76,7 @@ struct rtl_opt_pass pass_mode_switch_use =
{
RTL_PASS,
"mode_switch_use", /* name */
OPTGROUP_NONE, /* optinfo_flags */
OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
insert_uses, /* execute */
NULL, /* sub */
......
;; Predicate definitions for code generation on the EPIPHANY cpu.
;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
;; 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
;; Copyright (C) 1994, 1995, 1997-2012
;; Free Software Foundation, Inc.
;; Contributed by Embecosm on behalf of Adapteva, Inc.
;;
......
/* Mode switching cleanup pass for the EPIPHANY cpu.
Copyright (C) 2000, 2011 Free Software Foundation, Inc.
Copyright (C) 2000, 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
......@@ -166,7 +166,7 @@ struct rtl_opt_pass pass_resolve_sw_modes =
{
RTL_PASS,
"resolve_sw_modes", /* name */
OPTGROUP_NONE, /* optinfo_flags */
OPTGROUP_NONE, /* optinfo_flags */
gate_resolve_sw_modes, /* gate */
resolve_sw_modes, /* execute */
NULL, /* sub */
......
# Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003,
# 2004, 2009, 2010, 2011 Free Software Foundation, Inc.
# 2004, 2009-2012 Free Software Foundation, Inc.
# Contributed by Embecosm on behalf of Adapteva, Inc.
#
# This file is part of GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment