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
58b23af8
Commit
58b23af8
authored
Jan 13, 2003
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 2003 copyright notices for constraints string patch, also 2002 notice
for genoutput.c . From-SVN: r61258
parent
dcd1c2b8
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
12 additions
and
12 deletions
+12
-12
gcc/config/s390/s390.h
+1
-1
gcc/defaults.h
+1
-1
gcc/genoutput.c
+2
-2
gcc/local-alloc.c
+1
-1
gcc/ra-build.c
+1
-1
gcc/recog.c
+1
-1
gcc/regclass.c
+1
-1
gcc/regmove.c
+1
-1
gcc/reload.c
+1
-1
gcc/reload1.c
+1
-1
gcc/stmt.c
+1
-1
No files found.
gcc/config/s390/s390.h
View file @
58b23af8
/* Definitions of target machine for GNU compiler, for IBM S/390
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC.
...
...
gcc/defaults.h
View file @
58b23af8
/* Definitions of various defaults for tm.h macros.
Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002
Copyright (C) 1992, 1996, 1997, 1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com)
...
...
gcc/genoutput.c
View file @
58b23af8
/* Generate code from to output assembler insns as recognized from rtl.
Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000
Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1992, 1994, 1995, 1997, 1998, 1999, 2000
, 2002,
2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/local-alloc.c
View file @
58b23af8
/* Allocate registers within a basic block, for GNU compiler.
Copyright (C) 1987, 1988, 1991, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/ra-build.c
View file @
58b23af8
/* Graph coloring register allocator
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 2001, 2002
, 2003
Free Software Foundation, Inc.
Contributed by Michael Matz <matz@suse.de>
and Daniel Berlin <dan@cgsoftware.com>
...
...
gcc/recog.c
View file @
58b23af8
/* Subroutines used by or related to instruction recognition.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/regclass.c
View file @
58b23af8
/* Compute register class preferences for pseudo-registers.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1997, 1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/regmove.c
View file @
58b23af8
/* Move registers around to reduce number of move instructions needed.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/reload.c
View file @
58b23af8
/* Search an insn for pseudo regs that must be in hard regs and are not.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/reload1.c
View file @
58b23af8
/* Reload pseudo regs into hard regs for insns that require hard regs.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
gcc/stmt.c
View file @
58b23af8
/* Expands front end tree to back end RTL for GNU C-Compiler
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
This file is part of GCC.
...
...
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