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
1e3b6a3d
Commit
1e3b6a3d
authored
10 years ago
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years.
From-SVN: r219189
parent
5624e564
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
23 additions
and
19 deletions
+23
-19
gcc/jit/ChangeLog
+5
-1
gcc/jit/Make-lang.in
+1
-1
gcc/jit/config-lang.in
+1
-1
gcc/jit/dummy-frontend.c
+1
-1
gcc/jit/jit-builtins.c
+1
-1
gcc/jit/jit-builtins.h
+1
-1
gcc/jit/jit-common.h
+1
-1
gcc/jit/jit-playback.c
+1
-1
gcc/jit/jit-playback.h
+1
-1
gcc/jit/jit-recording.c
+1
-1
gcc/jit/jit-recording.h
+1
-1
gcc/jit/jit-result.c
+1
-1
gcc/jit/jit-result.h
+1
-1
gcc/jit/jit-tempdir.c
+1
-1
gcc/jit/jit-tempdir.h
+1
-1
gcc/jit/libgccjit++.h
+1
-1
gcc/jit/libgccjit.c
+1
-1
gcc/jit/libgccjit.h
+1
-1
gcc/jit/libgccjit.map
+1
-1
No files found.
gcc/jit/ChangeLog
View file @
1e3b6a3d
2015-01-05 Jakub Jelinek <jakub@redhat.com>
Update copyright years.
2014-12-19 David Malcolm <dmalcolm@redhat.com>
* jit-playback.c (gcc::jit::playback::context::build_cast): In
...
...
@@ -532,7 +536,7 @@
* Initial creation
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/Make-lang.in
View file @
1e3b6a3d
# Top level -*- makefile -*- fragment for libgccjit.so.
# Copyright (C) 2013-201
4
Free Software Foundation, Inc.
# Copyright (C) 2013-201
5
Free Software Foundation, Inc.
#This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/config-lang.in
View file @
1e3b6a3d
# Top level configure fragment for libgccjit.so.
# Copyright (C) 2013-201
4
Free Software Foundation, Inc.
# Copyright (C) 2013-201
5
Free Software Foundation, Inc.
#This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/dummy-frontend.c
View file @
1e3b6a3d
/* jit.c -- Dummy "frontend" for use during JIT-compilation.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-builtins.c
View file @
1e3b6a3d
/* jit-builtins.c -- Handling of builtin functions during JIT-compilation.
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-builtins.h
View file @
1e3b6a3d
/* jit-builtins.h -- Handling of builtin functions during JIT-compilation.
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-common.h
View file @
1e3b6a3d
/* Core of implementation of libgccjit.so
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-playback.c
View file @
1e3b6a3d
/* Internals of libgccjit: classes for playing back recorded API calls.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-playback.h
View file @
1e3b6a3d
/* Internals of libgccjit: classes for playing back recorded API calls.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-recording.c
View file @
1e3b6a3d
/* Internals of libgccjit: classes for recording calls made to the JIT API.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-recording.h
View file @
1e3b6a3d
/* Internals of libgccjit: classes for recording calls made to the JIT API.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-result.c
View file @
1e3b6a3d
/* Internals of libgccjit: implementation of gcc_jit_result
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-result.h
View file @
1e3b6a3d
/* Internals of libgccjit: implementation of gcc_jit_result
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-tempdir.c
View file @
1e3b6a3d
/* Managing temporary directories and their content within libgccjit.so
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/jit-tempdir.h
View file @
1e3b6a3d
/* Managing temporary directories and their content within libgccjit.so
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/libgccjit++.h
View file @
1e3b6a3d
/* A C++ API for libgccjit, purely as inline wrapper functions.
Copyright (C) 2014 Free Software Foundation, Inc.
Copyright (C) 2014
-2015
Free Software Foundation, Inc.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/libgccjit.c
View file @
1e3b6a3d
/* Implementation of the C API; all wrappers into the internal C++ API
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
Contributed by David Malcolm <dmalcolm@redhat.com>.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/libgccjit.h
View file @
1e3b6a3d
/* A pure C API to enable client code to embed GCC as a JIT-compiler.
Copyright (C) 2013-201
4
Free Software Foundation, Inc.
Copyright (C) 2013-201
5
Free Software Foundation, Inc.
This file is part of GCC.
...
...
This diff is collapsed.
Click to expand it.
gcc/jit/libgccjit.map
View file @
1e3b6a3d
# Linker script for libgccjit.so
# Copyright (C) 2013-201
4
Free Software Foundation, Inc.
# Copyright (C) 2013-201
5
Free Software Foundation, Inc.
# Contributed by David Malcolm <dmalcolm@redhat.com>.
#
# 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