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
a2f45fe6
Commit
a2f45fe6
authored
May 22, 2015
by
Trevor Saunders
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some dates in ChangeLogs
From-SVN: r223547
parent
ed05b790
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
gcc/ChangeLog
+7
-7
gcc/c-family/ChangeLog
+2
-2
No files found.
gcc/ChangeLog
View file @
a2f45fe6
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
(vmull_p64): Likewise.
(vmull_p64): Likewise.
(vmull_high_p64): Likewise.
(vmull_high_p64): Likewise.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* final.c (final_scan_insn): Don't check HAVE_peephole with the
* final.c (final_scan_insn): Don't check HAVE_peephole with the
preprocessor.
preprocessor.
...
@@ -70,37 +70,37 @@
...
@@ -70,37 +70,37 @@
* genconfig.c (main): Alwways define HAVE_peephole.
* genconfig.c (main): Alwways define HAVE_peephole.
* genpeep.c: Don't emit checks of HAVE_peephole.
* genpeep.c: Don't emit checks of HAVE_peephole.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
* combine.c, expmed.c, expr.c, optabs.c optabs.h, toplev.c: DOn't
check HAVE_conditional_move with the preprocessor.
check HAVE_conditional_move with the preprocessor.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* genconfig.c (main): Always define HAVE_conditional_move.
* genconfig.c (main): Always define HAVE_conditional_move.
* combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
* combine.c, expmed.c, expr.c, ifcvt.c, optabs.c, optabs.h,
toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
toplev.c, tree-ssa-phiopt.c: Don't check if HAVE_conditional_move
is defined.
is defined.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
* combine.c, df-problems.c, df-scan.c, emit-rtl.c, reginfo.c,
reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
reload.c, rtlanal.c: Remove comparison of ARG_FRAME_POINTER_REGNUM
and FRAME_POINTER_REGNUM with the preprocessor.
and FRAME_POINTER_REGNUM with the preprocessor.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* defaults.h: Add default for STACK_PUSH_CODE.
* defaults.h: Add default for STACK_PUSH_CODE.
* expr.c: Don't redefine STACK_PUSH_CODE.
* expr.c: Don't redefine STACK_PUSH_CODE.
* recog.c: Likewise.
* recog.c: Likewise.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
* builtins.c, dwarf2cfi.c, explow.c, expr.c, recog.c,
sched-deps.c: Use if instead of preprocessor checks with
sched-deps.c: Use if instead of preprocessor checks with
STACK_GROWS_DOWNWARD.
STACK_GROWS_DOWNWARD.
2015-05-2
0
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2015-05-2
1
Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
* *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
* *.c: Check the value of STACK_GROWS_DOWNWARD rather than if it
is defined.
is defined.
...
...
gcc/c-family/ChangeLog
View file @
a2f45fe6
...
@@ -3,12 +3,12 @@
...
@@ -3,12 +3,12 @@
PR
c
/
47043
PR
c
/
47043
*
c
-
common
.
c
(
handle_deprecated_attribute
):
Allow
CONST_DECL
.
*
c
-
common
.
c
(
handle_deprecated_attribute
):
Allow
CONST_DECL
.
2015
-
05
-
2
0
Trevor
Saunders
<
tbsaunde
+
gcc
@
tbsaunde
.
org
>
2015
-
05
-
2
1
Trevor
Saunders
<
tbsaunde
+
gcc
@
tbsaunde
.
org
>
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Use
if
instead
of
#
if
with
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Use
if
instead
of
#
if
with
STACK_GROWS_DOWNWARD
.
STACK_GROWS_DOWNWARD
.
2015
-
05
-
2
0
Trevor
Saunders
<
tbsaunde
+
gcc
@
tbsaunde
.
org
>
2015
-
05
-
2
1
Trevor
Saunders
<
tbsaunde
+
gcc
@
tbsaunde
.
org
>
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Check
the
value
of
*
c
-
cppbuiltin
.
c
(
c_cpp_builtins
):
Check
the
value
of
STACK_GROWS_DOWNWARD
rather
than
if
it
is
defined
.
STACK_GROWS_DOWNWARD
rather
than
if
it
is
defined
.
...
...
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