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
a5cad800
Commit
a5cad800
authored
Jan 11, 1999
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyrights.
From-SVN: r24624
parent
a17fcad7
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
gcc/basic-block.h
+1
-1
gcc/caller-save.c
+1
-1
gcc/flow.c
+1
-1
gcc/function.c
+1
-1
gcc/gcse.c
+1
-1
gcc/global.c
+1
-1
gcc/graph.c
+1
-1
gcc/haifa-sched.c
+1
-1
gcc/local-alloc.c
+1
-1
gcc/regclass.c
+1
-1
gcc/regmove.c
+1
-1
gcc/reload1.c
+1
-1
gcc/reorg.c
+1
-1
gcc/sched.c
+1
-1
No files found.
gcc/basic-block.h
View file @
a5cad800
/* Define control and data flow tables, and regsets.
/* Define control and data flow tables, and regsets.
Copyright (C) 1987, 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1987, 1997, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/caller-save.c
View file @
a5cad800
/* Save and restore call-clobbered registers which are live across a call.
/* Save and restore call-clobbered registers which are live across a call.
Copyright (C) 1989, 1992, 94-95,
1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1989, 1992, 94-95,
97, 98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/flow.c
View file @
a5cad800
/* Data flow analysis for GNU compiler.
/* Data flow analysis for GNU compiler.
Copyright (C) 1987, 88, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/function.c
View file @
a5cad800
/* Expands front end tree to back end RTL for GNU C-Compiler
/* Expands front end tree to back end RTL for GNU C-Compiler
Copyright (C) 1987, 88, 89, 91-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 91-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/gcse.c
View file @
a5cad800
/* Global common subexpression elimination
/* Global common subexpression elimination
and global constant/copy propagation for GNU compiler.
and global constant/copy propagation for GNU compiler.
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Copyright (C) 1997, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/global.c
View file @
a5cad800
/* Allocate registers for pseudo-registers that span basic blocks.
/* Allocate registers for pseudo-registers that span basic blocks.
Copyright (C) 1987, 88, 91, 94, 96
, 1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 94, 96
-98, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/graph.c
View file @
a5cad800
/* Output routines for graphical representation.
/* Output routines for graphical representation.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999
Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/haifa-sched.c
View file @
a5cad800
/* Instruction scheduling pass.
/* Instruction scheduling pass.
Copyright (C) 1992, 93-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1992, 93-9
8, 1999
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
and currently maintained by, Jim Wilson (wilson@cygnus.com)
and currently maintained by, Jim Wilson (wilson@cygnus.com)
...
...
gcc/local-alloc.c
View file @
a5cad800
/* Allocate registers within a basic block, for GNU compiler.
/* Allocate registers within a basic block, for GNU compiler.
Copyright (C) 1987, 88, 91, 93-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 93-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/regclass.c
View file @
a5cad800
/* Compute register class preferences for pseudo-registers.
/* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 88, 91-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/regmove.c
View file @
a5cad800
/* Move registers around to reduce number of move instructions needed.
/* Move registers around to reduce number of move instructions needed.
Copyright (C) 1987, 88, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/reload1.c
View file @
a5cad800
/* Reload pseudo regs into hard regs for insns that require hard regs.
/* Reload pseudo regs into hard regs for insns that require hard regs.
Copyright (C) 1987, 88, 89, 92-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-9
8, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
This file is part of GNU CC.
...
...
gcc/reorg.c
View file @
a5cad800
/* Perform instruction reorganizations for delay slot filling.
/* Perform instruction reorganizations for delay slot filling.
Copyright (C) 1992, 93
, 94, 95, 96, 97, 1998
Free Software Foundation, Inc.
Copyright (C) 1992, 93
-98, 1999
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
Hacked by Michael Tiemann (tiemann@cygnus.com).
Hacked by Michael Tiemann (tiemann@cygnus.com).
...
...
gcc/sched.c
View file @
a5cad800
/* Instruction scheduling pass.
/* Instruction scheduling pass.
Copyright (C) 1992, 93-9
7, 1998
Free Software Foundation, Inc.
Copyright (C) 1992, 93-9
8, 1999
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Contributed by Michael Tiemann (tiemann@cygnus.com)
Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com)
Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com)
...
...
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