Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
53750ab0
Commit
53750ab0
authored
12 years ago
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Copyright years in gcc/config/epiphany .
From-SVN: r193944
parent
28131dfe
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
gcc/config/epiphany/epiphany-protos.h
+2
-1
gcc/config/epiphany/epiphany-sched.md
+1
-1
gcc/config/epiphany/epiphany.h
+1
-1
gcc/config/epiphany/epiphany.opt
+1
-1
gcc/config/epiphany/mode-switch-use.c
+2
-2
gcc/config/epiphany/predicates.md
+1
-2
gcc/config/epiphany/resolve-sw-modes.c
+2
-2
gcc/config/epiphany/t-epiphany
+1
-1
No files found.
gcc/config/epiphany/epiphany-protos.h
View file @
53750ab0
/* 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.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/epiphany-sched.md
View file @
53750ab0
;; 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.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/epiphany.h
View file @
53750ab0
/* 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.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/epiphany.opt
View file @
53750ab0
; 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.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/mode-switch-use.c
View file @
53750ab0
/* 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 */
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/predicates.md
View file @
53750ab0
;; 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.
;;
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/resolve-sw-modes.c
View file @
53750ab0
/* 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 */
...
...
This diff is collapsed.
Click to expand it.
gcc/config/epiphany/t-epiphany
View file @
53750ab0
# 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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment