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
e6d8b0c6
Commit
e6d8b0c6
authored
Apr 25, 2008
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ChangeLog: Fix whitespace.
From-SVN: r134663
parent
68d154b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
gcc/ChangeLog
+11
-11
gcc/testsuite/ChangeLog
+4
-4
No files found.
gcc/ChangeLog
View file @
e6d8b0c6
...
...
@@ -11,13 +11,13 @@
2008-04-24 Nathan Froyd <froydnj@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
* config/rs6000/rs6000.opt (mspe): Remove Var property.
* config/rs6000/rs6000.opt (mspe): Remove Var property.
(misel): Likewise.
* config/rs6000/rs6000.h (rs6000_spe): Declare.
* config/rs6000/rs6000.h (rs6000_spe): Declare.
(rs6000_isel): Likewise.
* config/rs6000/rs6000.c (rs6000_spe): New variable.
* config/rs6000/rs6000.c (rs6000_spe): New variable.
(rs6000_isel): New variable.
(rs6000_handle_option): Handle OPT_mspe and OPT_misel.
(rs6000_handle_option): Handle OPT_mspe and OPT_misel.
2008-04-24 Jakub Jelinek <jakub@redhat.com>
...
...
@@ -51,7 +51,7 @@
the original op1, rather than delta by step.
2008-04-22 Antoniu Pop <antoniu.pop@gmail.com>
Sebastian Pop <sebastian.pop@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
* tree-parloops.c (take_address_of, eliminate_local_variables_1,
eliminate_local_variables_stmt, eliminate_local_variables,
...
...
@@ -68,7 +68,7 @@
* tree-cfg.c (gather_blocks_in_sese_region): Extern.
2008-04-24 Ira Rosen <irar@il.ibm.com>
Richard Guenther <rguenther@suse.de>
Richard Guenther <rguenther@suse.de>
PR tree-optimization/36034
* tree-vect-analyze.c (vect_analyze_group_access): SLP is
...
...
@@ -80,9 +80,9 @@
* tree-ssa-propagate.c (fold_predicate_in): Update call to
vrp_evaluate_conditional.
* tree-vrp.c (vrp_evaluate_conditional_warnv): Remove.
(vrp_evaluate_conditional): Split the cond argument.
(vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
(simplify_stmt_for_jump_threading): Update call to
(vrp_evaluate_conditional): Split the cond argument.
(vrp_visit_cond_stmt): Use vrp_evaluate_conditional_warnv_with_ops.
(simplify_stmt_for_jump_threading): Update call to
vrp_evaluate_conditional.
2008-04-24 Ira Rosen <irar@il.ibm.com>
...
...
@@ -93,8 +93,8 @@
2008-04-24 Danny Smith <dannysmith@users.net>
* c-format.c (check_format_info_main): Use strncmp rather than a
magic prefix
to handle multichar length specs.
* c-format.c (check_format_info_main): Use strncmp rather than a
magic prefix
to handle multichar length specs.
* config/i386/msformat-c.c (format_length_info ms_printf_length_specs):
Don't prefix "I64" and "I32" with '\0'.
...
...
gcc/testsuite/ChangeLog
View file @
e6d8b0c6
...
...
@@ -10,9 +10,9 @@
*
gcc
.
dg
/
ia64
-
sync
-
1
.
c
:
Add
typedef
of
size_t
,
for
prototype
.
*
gcc
.
dg
/
ia64
-
sync
-
2
.
c
:
Likewise
.
*
gcc
.
dg
/
ia64
-
sync
-
3
.
c
:
Likewise
*
gcc
.
dg
/
large
-
size
-
array
.
c
:
Add
check
for
_WIN64
define
.
*
gcc
.
dg
/
large
-
size
-
array
.
c
:
Add
check
for
_WIN64
define
.
*
gcc
.
dg
/
large
-
size
-
array
-
3
.
c
:
Likewise
.
*
gcc
.
dg
/
large
-
size
-
array
-
2
.
c
:
Add
x86_64
-*-
mingw
*
for
ignore
error
*
gcc
.
dg
/
large
-
size
-
array
-
2
.
c
:
Add
x86_64
-*-
mingw
*
for
ignore
error
check
.
*
gcc
.
dg
/
large
-
size
-
array
-
4
.
c
:
Likewise
.
*
gcc
.
dg
/
max
-
1
.
c
:
Replace
use
of
long
by
ssize_t
.
...
...
@@ -21,7 +21,7 @@
*
gcc
.
dg
/
lower
-
subreg
-
1
.
c
:
Skip
IA64
platform
.
2008
-
04
-
24
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
2008
-
04
-
24
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
gcc
.
dg
/
vect
/
slp
-
15
.
c
:
Fix
scan
when
vect_int_mult
is
false
.
...
...
@@ -48,7 +48,7 @@
*
gcc
.
c
-
torture
/
execute
/
20080424
-
1
.
c
:
New
test
.
2008
-
04
-
24
Ira
Rosen
<
irar
@il
.
ibm
.
com
>
Richard
Guenther
<
rguenther
@suse
.
de
>
Richard
Guenther
<
rguenther
@suse
.
de
>
PR
tree
-
optimization
/
36034
*
gcc
.
c
-
torture
/
execute
/
pr36034
-
1
.
c
:
New
testcase
.
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