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
2e6a5989
Commit
2e6a5989
authored
27 years ago
by
Robert Lipe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rats. Forgot to change copyrights on the first commit.
From-SVN: r17902
parent
69d4ca36
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
gcc/c-lang.c
+1
-1
gcc/collect2.c
+1
-1
gcc/emit-rtl.c
+1
-1
gcc/explow.c
+1
-1
gcc/genopinit.c
+1
-1
gcc/libgcc2.c
+1
-1
gcc/optabs.c
+1
-1
gcc/profile.c
+1
-1
gcc/reg-stack.c
+1
-1
gcc/rtlanal.c
+1
-1
gcc/sched.c
+1
-1
gcc/stmt.c
+1
-1
gcc/tlink.c
+1
-1
gcc/varasm.c
+1
-1
No files found.
gcc/c-lang.c
View file @
2e6a5989
/* Language-specific hook definitions for C front end.
Copyright (C) 1991, 1995, 1997 Free Software Foundation, Inc.
Copyright (C) 1991, 1995, 1997
, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/collect2.c
View file @
2e6a5989
/* Collect static initialization info into data structures that can be
traversed by C++ initialization and finalization routines.
Copyright (C) 1992, 93
, 94, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 93
-97, 1998
Free Software Foundation, Inc.
Contributed by Chris Smith (csmith@convex.com).
Heavily modified by Michael Meissner (meissner@cygnus.com),
Per Bothner (bothner@cygnus.com), and John Gilmore (gnu@cygnus.com).
...
...
This diff is collapsed.
Click to expand it.
gcc/emit-rtl.c
View file @
2e6a5989
/* Emit RTL for the GNU C-Compiler expander.
Copyright (C) 1987, 88, 92-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
7, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/explow.c
View file @
2e6a5989
/* Subroutines for manipulating rtx's in semantically interesting ways.
Copyright (C) 1987, 91, 94, 95, 96,
1997
Free Software Foundation, Inc.
Copyright (C) 1987, 91, 94, 95, 96,
97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/genopinit.c
View file @
2e6a5989
/* Generate code to initialize optabs from machine description.
Copyright (C) 1993,
1994, 1995, 1996, 1997
Free Software Foundation, Inc.
Copyright (C) 1993,
94-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/libgcc2.c
View file @
2e6a5989
/* More subroutines needed by GCC output code on some machines. */
/* Compile this one with gcc. */
/* Copyright (C) 1989, 92
, 93, 94, 95, 96, 1997
Free Software Foundation, Inc.
/* Copyright (C) 1989, 92
-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/optabs.c
View file @
2e6a5989
/* Expand the basic unary and binary arithmetic operations, for GNU compiler.
Copyright (C) 1987, 88, 92-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
7, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/profile.c
View file @
2e6a5989
/* Calculate branch probabilities, and basic block execution counts.
Copyright (C) 1990, 91
, 92, 93, 94, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1990, 91
-94, 97, 1998
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.
...
...
This diff is collapsed.
Click to expand it.
gcc/reg-stack.c
View file @
2e6a5989
/* Register to Stack convert for GNU compiler.
Copyright (C) 1992, 93
, 94, 95, 96, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 93
-97, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/rtlanal.c
View file @
2e6a5989
/* Analyze RTL for C-Compiler
Copyright (C) 1987, 88, 92-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 92-9
7, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/sched.c
View file @
2e6a5989
/* Instruction scheduling pass.
Copyright (C) 1992, 93-9
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1992, 93-9
7, 1998
Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com)
Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com)
...
...
This diff is collapsed.
Click to expand it.
gcc/stmt.c
View file @
2e6a5989
/* Expands front end tree to back end RTL for GNU C-Compiler
Copyright (C) 1987, 88, 89, 92-
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-
7, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/tlink.c
View file @
2e6a5989
/* Scan linker error messages for missing template instantiations and provide
them.
Copyright (C) 1995 Free Software Foundation, Inc.
Copyright (C) 1995
, 1998
Free Software Foundation, Inc.
Contributed by Jason Merrill (jason@cygnus.com).
This file is part of GNU CC.
...
...
This diff is collapsed.
Click to expand it.
gcc/varasm.c
View file @
2e6a5989
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987, 88, 89, 92-
6, 1997
Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92-
7, 1998
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
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