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
9311a396
Commit
9311a396
authored
Jan 17, 2000
by
Kaveh Ghazi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyrights
From-SVN: r31465
parent
56bcf273
Hide whitespace changes
Inline
Side-by-side
Showing
45 changed files
with
45 additions
and
45 deletions
+45
-45
gcc/genattr.c
+1
-1
gcc/gencheck.c
+1
-1
gcc/gencodes.c
+1
-1
gcc/genconfig.c
+1
-1
gcc/genemit.c
+1
-1
gcc/genextract.c
+1
-1
gcc/genflags.c
+1
-1
gcc/gengenrtl.c
+1
-1
gcc/genoutput.c
+1
-1
gcc/genpeep.c
+1
-1
gcc/ggc-common.c
+1
-1
gcc/ggc-simple.c
+1
-1
gcc/ggc.h
+1
-1
gcc/global.c
+1
-1
gcc/graph.c
+1
-1
gcc/halfpic.h
+1
-1
gcc/integrate.h
+1
-1
gcc/lcm.c
+1
-1
gcc/loop.h
+1
-1
gcc/machmode.h
+1
-1
gcc/mbchar.h
+1
-1
gcc/mips-tdump.c
+1
-1
gcc/mips-tfile.c
+1
-1
gcc/prefix.c
+1
-1
gcc/print-rtl.c
+1
-1
gcc/profile.c
+1
-1
gcc/protoize.c
+1
-1
gcc/real.c
+1
-1
gcc/recog.c
+1
-1
gcc/recog.h
+1
-1
gcc/regs.h
+1
-1
gcc/reload.h
+1
-1
gcc/reorg.c
+1
-1
gcc/rtl.c
+1
-1
gcc/rtl.h
+1
-1
gcc/rtlanal.c
+1
-1
gcc/sbitmap.h
+1
-1
gcc/sdbout.h
+1
-1
gcc/simplify-rtx.c
+1
-1
gcc/stack.h
+1
-1
gcc/toplev.h
+1
-1
gcc/varray.c
+1
-1
gcc/varray.h
+1
-1
gcc/xcoffout.c
+1
-1
gcc/xcoffout.h
+1
-1
No files found.
gcc/genattr.c
View file @
9311a396
/* Generate attribute information (insn-attr.h) from machine description.
Copyright (C) 1991,
1994, 1996, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1991,
94, 96, 98, 99, 2000
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
This file is part of GNU CC.
...
...
gcc/gencheck.c
View file @
9311a396
/* Generate check macros for tree codes.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/gencodes.c
View file @
9311a396
/* Generate from machine description:
- some macros CODE_FOR_... giving the insn_code_number value
for each of the defined standard insn names.
Copyright (C) 1987,
1991, 1995, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1987,
91, 95, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genconfig.c
View file @
9311a396
/* Generate from machine description:
- some #define configuration flags.
Copyright (C) 1987,
1991, 1997, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1987,
91, 97-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genemit.c
View file @
9311a396
/* Generate code from machine description to emit insns as rtl.
Copyright (C) 1987, 88, 91, 94, 95, 97
, 98, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 94, 95, 97
-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genextract.c
View file @
9311a396
/* Generate code from machine description to extract operands from insn as rtl.
Copyright (C) 1987, 91-93, 97-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 91-93, 97-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genflags.c
View file @
9311a396
/* Generate from machine description:
- some flags HAVE_... saying which simple standard instructions are
available for this machine.
Copyright (C) 1987,
1991, 1995, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1987,
91, 95, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/gengenrtl.c
View file @
9311a396
/* Generate code to allocate RTL structures.
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genoutput.c
View file @
9311a396
/* Generate code from to output assembler insns as recognized from rtl.
Copyright (C) 1987, 88, 92, 94-95, 97-9
8, 1999
Copyright (C) 1987, 88, 92, 94-95, 97-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/genpeep.c
View file @
9311a396
/* Generate code from machine description to perform peephole optimizations.
Copyright (C) 1987, 89, 92, 97
, 98, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 89, 92, 97
-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/ggc-common.c
View file @
9311a396
/* Simple garbage collection for the GNU compiler.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/ggc-simple.c
View file @
9311a396
/* Simple garbage collection for the GNU compiler.
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/ggc.h
View file @
9311a396
/* Garbage collection for the GNU compiler.
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/global.c
View file @
9311a396
/* Allocate registers for pseudo-registers that span basic blocks.
Copyright (C) 1987, 88, 91, 94, 96-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 91, 94, 96-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/graph.c
View file @
9311a396
/* Output routines for graphical representation.
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1998, 1999
, 2000
Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
This file is part of GNU CC.
...
...
gcc/halfpic.h
View file @
9311a396
/* OSF/rose half-pic support definitions.
Copyright (C) 1992,
1996, 1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1992,
96-98, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/integrate.h
View file @
9311a396
/* Function integration definitions for GNU C-Compiler
Copyright (C) 1990, 1995, 1998 Free Software Foundation, Inc.
Copyright (C) 1990, 1995, 1998
, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/lcm.c
View file @
9311a396
/* Generic partial redundancy elimination with lazy code motion
support.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/loop.h
View file @
9311a396
/* Loop optimization definitions for GNU C-Compiler
Copyright (C) 1991, 1995, 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1991, 1995, 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/machmode.h
View file @
9311a396
/* Machine mode definitions for GNU C-Compiler; included by rtl.h and tree.h.
Copyright (C) 1991,
1993, 1994, 1996, 1998
Free Software Foundation, Inc.
Copyright (C) 1991,
93, 94, 96, 98, 99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/mbchar.h
View file @
9311a396
/* Various declarations for functions found in mbchar.c
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/mips-tdump.c
View file @
9311a396
/* Read and manage MIPS symbol tables from object modules.
Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999
Copyright (C) 1991, 1994, 1995, 1997, 1998, 1999
, 2000
Free Software Foundation, Inc.
Contributed by hartzell@boulder.colorado.edu,
Rewritten by meissner@osf.org.
...
...
gcc/mips-tfile.c
View file @
9311a396
...
...
@@ -2,7 +2,7 @@
contain debugging information specified by the GNU compiler
in the form of comments (the mips assembler does not support
assembly access to debug information).
Copyright (C) 1991, 93-95, 97
, 98, 1999
Free Software Foundation, Inc.
Copyright (C) 1991, 93-95, 97
-99, 2000
Free Software Foundation, Inc.
Contributed by Michael Meissner (meissner@cygnus.com).
This file is part of GNU CC.
...
...
gcc/prefix.c
View file @
9311a396
/* Utility to update paths from internal to external forms.
Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/print-rtl.c
View file @
9311a396
/* Print RTL for GNU C Compiler.
Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999
Copyright (C) 1987, 1988, 1992, 1997, 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/profile.c
View file @
9311a396
/* Calculate branch probabilities, and basic block execution counts.
Copyright (C) 1990, 91-94, 96-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1990, 91-94, 96-9
9, 2000
Free Software Foundation, Inc.
Contributed by James E. Wilson, UC Berkeley/Cygnus Support;
based on some ideas from Dain Samples of UC Berkeley.
Further mangling by Bob Manson, Cygnus Support.
...
...
gcc/protoize.c
View file @
9311a396
/* Protoize program - Original version by Ron Guilmette (rfg@segfault.us.com).
Copyright (C) 1989, 92-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1989, 92-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/real.c
View file @
9311a396
/* real.c - implementation of REAL_ARITHMETIC, REAL_VALUE_ATOF,
and support for XFmode IEEE extended real floating point arithmetic.
Copyright (C) 1993, 94-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1993, 94-9
9, 2000
Free Software Foundation, Inc.
Contributed by Stephen L. Moshier (moshier@world.std.com).
This file is part of GNU CC.
...
...
gcc/recog.c
View file @
9311a396
/* Subroutines used by or related to instruction recognition.
Copyright (C) 1987, 1988, 91-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 91-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/recog.h
View file @
9311a396
/* Declarations for interface to insn recognizer and insn-output.c.
Copyright (C) 1987,
1996, 1997, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1987,
96-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/regs.h
View file @
9311a396
/* Define per-register tables for data flow info and register allocation.
Copyright (C) 1987, 93-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 93-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/reload.h
View file @
9311a396
/* Communication between reload.c and reload1.c.
Copyright (C) 1987, 91-95, 97
, 1998
Free Software Foundation, Inc.
Copyright (C) 1987, 91-95, 97
-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/reorg.c
View file @
9311a396
/* Perform instruction reorganizations for delay slot filling.
Copyright (C) 1992, 93-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1992, 93-9
9, 2000
Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
Hacked by Michael Tiemann (tiemann@cygnus.com).
...
...
gcc/rtl.c
View file @
9311a396
/* Allocate and read RTL for GNU C Compiler.
Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999
Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/rtl.h
View file @
9311a396
/* Register Transfer Language (RTL) definitions for GNU C-Compiler
Copyright (C) 1987, 91-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 91-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/rtlanal.c
View file @
9311a396
/* Analyze RTL for C-Compiler
Copyright (C) 1987, 88, 92-9
8, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
9, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/sbitmap.h
View file @
9311a396
/* Simple bitmaps.
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/sdbout.h
View file @
9311a396
/* sdbout.h - Various declarations for functions found in sdbout.c
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/simplify-rtx.c
View file @
9311a396
/* Common subexpression elimination for GNU compiler.
Copyright (C) 1987, 88, 89, 92-
7, 1998, 1999
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-
99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/stack.h
View file @
9311a396
/* stack.h - structed access to object stacks
Copyright (C) 1988 Free Software Foundation, Inc.
Copyright (C) 1988
, 2000
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com).
This program is free software; you can redistribute it and/or modify it
...
...
gcc/toplev.h
View file @
9311a396
/* toplev.h - Various declarations for functions found in toplev.c
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1998, 1999
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/varray.c
View file @
9311a396
/* Virtual array support.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 1999, 2000
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GNU CC.
...
...
gcc/varray.h
View file @
9311a396
/* Virtual array support.
Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Copyright (C) 1998, 1999
, 2000
Free Software Foundation, Inc.
Contributed by Cygnus Solutions.
This file is part of GNU CC.
...
...
gcc/xcoffout.c
View file @
9311a396
/* Output xcoff-format symbol table information from GNU compiler.
Copyright (C) 1992,
1994, 1995, 1997, 1998
Free Software Foundation, Inc.
Copyright (C) 1992,
94, 95, 97-99, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
gcc/xcoffout.h
View file @
9311a396
/* XCOFF definitions. These are needed in dbxout.c, final.c,
and xcoffout.h.
Copyright (C) 1998 Free Software Foundation, Inc.
Copyright (C) 1998
, 2000
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
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