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
adcfd489
Commit
adcfd489
authored
Oct 12, 2013
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r203489
parent
37d1c5db
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
36 deletions
+27
-36
gcc/ChangeLog
+23
-29
gcc/testsuite/ChangeLog
+4
-7
No files found.
gcc/ChangeLog
View file @
adcfd489
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
2013
-
10
-
11
Jeff
Law
<
law
@
redhat
.
com
>
2013
-
10
-
11
Jeff
Law
<
law
@
redhat
.
com
>
PR
tree
-
optimization
/
58640
PR
tree
-
optimization
/
58640
*
tree
-
ssa
-
threadupdate
.
c
(
mark_threaded_blocks
):
Truncate
jump
threading
*
tree
-
ssa
-
threadupdate
.
c
(
mark_threaded_blocks
):
Truncate
jump
paths
that
cross
over
two
loop
entry
points
.
threading
paths
that
cross
over
two
loop
entry
points
.
2013
-
10
-
11
Bill
Schmidt
<
wschmidt
@
linux
.
vnet
.
ibm
.
com
>
2013
-
10
-
11
Bill
Schmidt
<
wschmidt
@
linux
.
vnet
.
ibm
.
com
>
...
@@ -350,16 +350,14 @@
...
@@ -350,16 +350,14 @@
*
gimple
.
c
:
GIMPLE
statements
have
subcodes
,
not
sub
-
codes
.
*
gimple
.
c
:
GIMPLE
statements
have
subcodes
,
not
sub
-
codes
.
*
gimple
.
h
:
Likewise
.
*
gimple
.
h
:
Likewise
.
*
doc
/
generic
.
texi
(
OpenMP
):
OMP_CLAUSE_
*
are
subcodes
,
not
*
doc
/
generic
.
texi
(
OpenMP
):
OMP_CLAUSE_
*
are
subcodes
,
not
sub
-
codes
.
sub
-
codes
.
*
doc
/
generic
.
texi
(
Adding
new
DECL
node
types
):
Explain
*
_CHECK
*
doc
/
generic
.
texi
(
Adding
new
DECL
node
types
):
Explain
*
_CHECK
macros
.
macros
.
*
doc
/
gimple
.
texi
(
is_gimple_omp
):
Move
into
the
correct
section
.
*
doc
/
gimple
.
texi
(
is_gimple_omp
):
Move
into
the
correct
section
.
*
acinclude
.
m4
(
gcc_GAS_FLAGS
):
Add
more
gcc_cv_as_flags
*
acinclude
.
m4
(
gcc_GAS_FLAGS
):
Add
more
gcc_cv_as_flags
overrides
.
overrides
.
*
configure
:
Regenerate
.
*
configure
:
Regenerate
.
2013
-
10
-
11
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
2013
-
10
-
11
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
...
@@ -406,8 +404,7 @@
...
@@ -406,8 +404,7 @@
(scan_sharing_clauses): Ignore shared clause on teams construct.
(scan_sharing_clauses): Ignore shared clause on teams construct.
Handle OMP_CLAUSE__LOOPTEMP_ and new OpenMP 4.0 clauses.
Handle OMP_CLAUSE__LOOPTEMP_ and new OpenMP 4.0 clauses.
(create_omp_child_function): If inside target or declare target
(create_omp_child_function): If inside target or declare target
constructs, set "omp declare target" attribute on the child
constructs, set "omp declare target" attribute on the child function.
function.
(find_combined_for): New function.
(find_combined_for): New function.
(scan_omp_parallel): Handle combined loops.
(scan_omp_parallel): Handle combined loops.
(scan_omp_target, scan_omp_teams): New functions.
(scan_omp_target, scan_omp_teams): New functions.
...
@@ -416,8 +413,7 @@
...
@@ -416,8 +413,7 @@
(scan_omp_1_stmt): Call check_omp_nesting_restrictions also on
(scan_omp_1_stmt): Call check_omp_nesting_restrictions also on
selected builtin calls. Handle GIMPLE_OMP_TASKGROUP,
selected builtin calls. Handle GIMPLE_OMP_TASKGROUP,
GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS.
GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS.
(build_omp_barrier): Add lhs argument, return gimple rather than
(build_omp_barrier): Add lhs argument, return gimple rather than tree.
tree.
(omp_clause_aligned_alignment): New function.
(omp_clause_aligned_alignment): New function.
(lower_rec_simd_input_clauses): Only call SET_DECL_VALUE_EXPR
(lower_rec_simd_input_clauses): Only call SET_DECL_VALUE_EXPR
on decls.
on decls.
...
@@ -592,8 +588,7 @@
...
@@ -592,8 +588,7 @@
gimple_omp_teams_set_clauses): New inlines.
gimple_omp_teams_set_clauses): New inlines.
(CASE_GIMPLE_OMP): Add GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS
(CASE_GIMPLE_OMP): Add GIMPLE_OMP_TARGET, GIMPLE_OMP_TEAMS
and GIMPLE_OMP_TASKGROUP.
and GIMPLE_OMP_TASKGROUP.
* tree-core.h (enum omp_clause_code): Add new OpenMP 4.0 clause
* tree-core.h (enum omp_clause_code): Add new OpenMP 4.0 clause codes.
codes.
(enum omp_clause_depend_kind, enum omp_clause_map_kind,
(enum omp_clause_depend_kind, enum omp_clause_map_kind,
enum omp_clause_proc_bind_kind): New.
enum omp_clause_proc_bind_kind): New.
(union omp_clause_subcode): Add depend_kind, map_kind and
(union omp_clause_subcode): Add depend_kind, map_kind and
...
@@ -648,8 +643,8 @@
...
@@ -648,8 +643,8 @@
2013
-
10
-
10
Andrew
MacLeod
<
amacleod
@
redhat
.
com
>
2013
-
10
-
10
Andrew
MacLeod
<
amacleod
@
redhat
.
com
>
*
gimplify
.
c
:
Include
expr
.
h
and
tm_p
.
h
for
targets
with
special
va
-
arg
*
gimplify
.
c
:
Include
expr
.
h
and
tm_p
.
h
for
targets
with
special
padding
requirements
.
va
-
arg
padding
requirements
.
2013
-
10
-
10
Andrew
MacLeod
<
amacleod
@
redhat
.
com
>
2013
-
10
-
10
Andrew
MacLeod
<
amacleod
@
redhat
.
com
>
...
@@ -727,8 +722,8 @@
...
@@ -727,8 +722,8 @@
(
execute_warn_function_noreturn
,
gate_warn_function_noreturn
,
(
execute_warn_function_noreturn
,
gate_warn_function_noreturn
,
class
pass_warn_function_noreturn
,
make_pass_warn_function_noreturn
):
class
pass_warn_function_noreturn
,
make_pass_warn_function_noreturn
):
Move
to
ipa
-
pure
-
const
.
c
.
Move
to
ipa
-
pure
-
const
.
c
.
(
execute_fixup_cfg
,
class
pass_fixup_cfg
,
make_pass_fixup_cfg
):
Relocate
(
execute_fixup_cfg
,
class
pass_fixup_cfg
,
make_pass_fixup_cfg
):
from
tree
-
optimize
.
c
.
Relocate
from
tree
-
optimize
.
c
.
*
tree
-
optimize
.
c
(
execute_fixup_cfg
,
class
pass_fixup_cfg
,
*
tree
-
optimize
.
c
(
execute_fixup_cfg
,
class
pass_fixup_cfg
,
make_pass_fixup_cfg
):
Move
to
tree
-
cfg
.
c
.
make_pass_fixup_cfg
):
Move
to
tree
-
cfg
.
c
.
*
tree
-
chrec
.
h
:
(
enum
ev_direction
):
Relocate
here
from
tree
-
flow
.
h
.
*
tree
-
chrec
.
h
:
(
enum
ev_direction
):
Relocate
here
from
tree
-
flow
.
h
.
...
@@ -776,7 +771,8 @@
...
@@ -776,7 +771,8 @@
(
struct
int_tree_map
):
Relocate
from
tree
-
flow
.
h
.
(
struct
int_tree_map
):
Relocate
from
tree
-
flow
.
h
.
*
tree
-
sra
.
c
(
contains_view_convert_expr_p
):
Relocate
from
*
tree
-
sra
.
c
(
contains_view_convert_expr_p
):
Relocate
from
tree
-
flow
-
inline
.
h
and
make
static
.
tree
-
flow
-
inline
.
h
and
make
static
.
*
tree
-
ssa
-
alias
.
h
(
ranges_overlap_p
):
Relocate
from
tree
-
flow
-
inline
.
h
.
*
tree
-
ssa
-
alias
.
h
(
ranges_overlap_p
):
Relocate
from
tree
-
flow
-
inline
.
h
.
*
tree
-
ssa
-
operands
.
c
(
gimple_ssa_operands
):
Relocate
from
*
tree
-
ssa
-
operands
.
c
(
gimple_ssa_operands
):
Relocate
from
tree
-
flow
-
inline
.
h
and
make
static
.
tree
-
flow
-
inline
.
h
and
make
static
.
*
tree
.
h
(
is_global_var
,
may_be_aliased
):
Relocate
from
*
tree
.
h
(
is_global_var
,
may_be_aliased
):
Relocate
from
...
@@ -802,8 +798,8 @@
...
@@ -802,8 +798,8 @@
(
lsm_tmp_name_add
,
gen_lsm_tmp_name
,
get_lsm_tmp_name
):
Move
to
(
lsm_tmp_name_add
,
gen_lsm_tmp_name
,
get_lsm_tmp_name
):
Move
to
tree
-
ssa
-
loop
.
c
.
tree
-
ssa
-
loop
.
c
.
(
execute_sm_if_changed_flag_set
):
Change
get_lsm_tmp_name
call
.
(
execute_sm_if_changed_flag_set
):
Change
get_lsm_tmp_name
call
.
(
tree_ssa_loop_im
,
gate_tree_ssa_loop_im
,
pass_data_lim
,
make_pass_lim
):
(
tree_ssa_loop_im
,
gate_tree_ssa_loop_im
,
pass_data_lim
,
Relocate
here
from
tree
-
ssa
-
loop
.
c
.
make_pass_lim
):
Relocate
here
from
tree
-
ssa
-
loop
.
c
.
*
tree
-
ssa
-
loop
-
ivcanon
.
c
(
tree_num_loop_insns
):
Move
to
*
tree
-
ssa
-
loop
-
ivcanon
.
c
(
tree_num_loop_insns
):
Move
to
tree
-
ssa
-
loop
.
c
.
tree
-
ssa
-
loop
.
c
.
(
loop_edge_to_cancel
,
unloop_loops
):
Make
static
.
(
loop_edge_to_cancel
,
unloop_loops
):
Make
static
.
...
@@ -854,8 +850,8 @@
...
@@ -854,8 +850,8 @@
max_stmt_executions_int): Move from tree-ssa-loop-niter.c.
max_stmt_executions_int): Move from tree-ssa-loop-niter.c.
(get_estimated_loop_iterations): Factor out accessor from
(get_estimated_loop_iterations): Factor out accessor from
estimated_loop_iterations in tree-ssa-loop-niter.c.
estimated_loop_iterations in tree-ssa-loop-niter.c.
(get_max_loop_iterations): Factor out accessor from
_max_loop_iterations
(get_max_loop_iterations): Factor out accessor from
in tree-ssa-niter.c.
_max_loop_iterations
in tree-ssa-niter.c.
* loop-unroll.c (decide_unroll_constant_iterations,
* loop-unroll.c (decide_unroll_constant_iterations,
decide_unroll_runtime_iterations, decide_peel_simple,
decide_unroll_runtime_iterations, decide_peel_simple,
decide_unroll_stupid): Use new get_* accessors.
decide_unroll_stupid): Use new get_* accessors.
...
@@ -930,9 +926,8 @@
...
@@ -930,9 +926,8 @@
(cfun_save_arg_fprs_p, cfun_gpr_save_slot): New macros.
(cfun_save_arg_fprs_p, cfun_gpr_save_slot): New macros.
(s390_reg_clobbered_rtx, s390_regs_ever_clobbered): Change type of
(s390_reg_clobbered_rtx, s390_regs_ever_clobbered): Change type of
regs_ever_clobbered to char*.
regs_ever_clobbered to char*.
(s390_regs_ever_clobbered): Check crtl->saves_all_registers
(s390_regs_ever_clobbered): Check crtl->saves_all_registers instead
instead of cfun->has_nonlocal_label. Ignore frame related restore
of cfun->has_nonlocal_label. Ignore frame related restore INSNs.
INSNs.
(s390_register_info): Enable FPR save slots. Move/Copy some
(s390_register_info): Enable FPR save slots. Move/Copy some
functionality into ...
functionality into ...
(s390_register_info_gprtofpr, s390_register_info_stdarg_fpr)
(s390_register_info_gprtofpr, s390_register_info_stdarg_fpr)
...
@@ -948,11 +943,9 @@
...
@@ -948,11 +943,9 @@
(TARGET_HARD_REGNO_SCRATCH_OK): Define target hook.
(TARGET_HARD_REGNO_SCRATCH_OK): Define target hook.
(s390_initial_elimination_offset): Change offset calculation of
(s390_initial_elimination_offset): Change offset calculation of
the return address pointer.
the return address pointer.
(save_gprs): Deal with only r6 being saved from the call-saved
(save_gprs): Deal with only r6 being saved from the call-saved regs.
regs.
(restore_gprs): Set frame related flag.
(restore_gprs): Set frame related flag.
(s390_save_gprs_to_fprs, s390_restore_gprs_from_fprs): New
(s390_save_gprs_to_fprs, s390_restore_gprs_from_fprs): New functions.
functions.
(s390_emit_prologue): Call s390_register_info instead of
(s390_emit_prologue): Call s390_register_info instead of
s390_update_frame_layout. Call s390_save_gprs_to_fprs.
s390_update_frame_layout. Call s390_save_gprs_to_fprs.
(s390_emit_epilogue): Call s390_restore_gprs_from_fprs.
(s390_emit_epilogue): Call s390_restore_gprs_from_fprs.
...
@@ -1068,7 +1061,8 @@
...
@@ -1068,7 +1061,8 @@
* tree-ssa-threadedge.c: Fix some trailing whitespace problems.
* tree-ssa-threadedge.c: Fix some trailing whitespace problems.
* tree-ssa-threadedge.c (thread_through_normal_block): Broken out of ...
* tree-ssa-threadedge.c (thread_through_normal_block): Broken
out of ...
(thread_across_edge): Here. Call it.
(thread_across_edge): Here. Call it.
2013-10-04 Cary Coutant <ccoutant@google.com>
2013-10-04 Cary Coutant <ccoutant@google.com>
...
...
gcc/testsuite/ChangeLog
View file @
adcfd489
...
@@ -9,8 +9,7 @@
...
@@ -9,8 +9,7 @@
2013-10-11 Brooks Moses <bmoses@google.com>
2013-10-11 Brooks Moses <bmoses@google.com>
* g++.dg/ext/altivec-7.C: Check for standard vector-type name
* g++.dg/ext/altivec-7.C: Check for standard vector-type name mangling.
mangling.
2013-10-11 Jeff Law <law@redhat.com>
2013-10-11 Jeff Law <law@redhat.com>
...
@@ -631,8 +630,7 @@
...
@@ -631,8 +630,7 @@
2013-09-17 Nick Clifton <nickc@redhat.com>
2013-09-17 Nick Clifton <nickc@redhat.com>
* lib/target-supports.exp (check_effective_target_trampolines):
* lib/target-supports.exp (check_effective_target_trampolines):
Add MSP430 to the list of targets that do not support
Add MSP430 to the list of targets that do not support trampolines.
trampolines.
(check_profiling_available): Add MSP430 to the list of targets
(check_profiling_available): Add MSP430 to the list of targets
that do not support profiling.
that do not support profiling.
(check_effective_target_tls_runtime): Add MSP430 to the list of
(check_effective_target_tls_runtime): Add MSP430 to the list of
...
@@ -716,7 +714,7 @@
...
@@ -716,7 +714,7 @@
2013-09-13 Kai Tietz <ktietz@redhat.com>
2013-09-13 Kai Tietz <ktietz@redhat.com>
gcc.target/i386/pr57848.c: New file.
*
gcc.target/i386/pr57848.c: New file.
2013-09-13 Christian Bruel <christian.bruel@st.com>
2013-09-13 Christian Bruel <christian.bruel@st.com>
...
@@ -734,8 +732,7 @@
...
@@ -734,8 +732,7 @@
2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
2013-09-12 Paolo Carlini <paolo.carlini@oracle.com>
* g++.dg/template/pseudodtor2.C: Add column number to dg-error
* g++.dg/template/pseudodtor2.C: Add column number to dg-error strings.
strings.
* g++.dg/template/pseudodtor3.C: Likewise.
* g++.dg/template/pseudodtor3.C: Likewise.
2013-09-12 Richard Biener <rguenther@suse.de>
2013-09-12 Richard Biener <rguenther@suse.de>
...
...
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