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
7b31ff5e
Commit
7b31ff5e
authored
Dec 11, 2014
by
David Malcolm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move changelog entries from r218617 from gcc/ChangeLog to gcc/jit/ChangeLog
From-SVN: r218637
parent
35291c7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
gcc/ChangeLog
+0
-18
gcc/jit/ChangeLog
+18
-0
No files found.
gcc/ChangeLog
View file @
7b31ff5e
...
...
@@ -78,24 +78,6 @@
get_terminal_width
and
use
same
-
named
common
function
.
(
gfc_error_init_1
):
Update
call
.
2014
-
12
-
10
Ulrich
Drepper
<
drepper
@
gmail
.
com
>
Minor
interface
cleanups
of
libgccjit
*
jit
/
jit
-
playback
.
c
(
convert_to_dso
):
Use
auto_vec
instead
of
automatic
array
to
build
up
command
line
.
*
jit
/
jit
-
recording
.
c
(
recording
::
context
::
set_str_option
):
Make
copy
of
the
string
.
(
recording
::
context
::~
context
):
Free
string
options
.
*
jit
/
jit
-
recording
.
h
(
recording
::
context
):
Adjust
type
of
m_str_options
member
.
*
jit
/
libgccjit
.
h
:
Adjust
comment
about
gcc_jit_context_set_str_option
parameter
begin
used
after
the
call
.
Update
comment
now
that
all
interfaces
are
copy
strings
if
necessary
.
*
jit
/
libgccjit
++.
h
(
gccjit
::
context
):
Add
set_str_option
member
function
.
2014
-
12
-
10
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
*
gdbhooks
.
py
(
class
DWDieRefPrinter
):
New
class
.
gcc/jit/ChangeLog
View file @
7b31ff5e
...
...
@@ -4,6 +4,24 @@
Document new function.
* docs/_build/texinfo/libgccjit.texi: Regenerate.
2014-12-10 Ulrich Drepper <drepper@gmail.com>
Minor interface cleanups of libgccjit
* jit-playback.c (convert_to_dso): Use auto_vec instead
of automatic array to build up command line.
* jit-recording.c (recording::context::set_str_option):
Make copy of the string.
(recording::context::~context): Free string options.
* jit-recording.h (recording::context): Adjust type
of m_str_options member.
* libgccjit.h: Adjust comment about
gcc_jit_context_set_str_option parameter being used after
the call.
Update comment now that all interfaces are copy strings
if necessary.
* libgccjit++.h (gccjit::context): Add set_str_option
member function.
2014-12-10 David Malcolm <dmalcolm@redhat.com>
* docs/cp/index.rst: New file.
...
...
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