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
6d02e2d9
Commit
6d02e2d9
authored
Jun 05, 2018
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace. * testsuite/ChangeLog: Ditto. From-SVN: r261210
parent
9c5913b3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
16 deletions
+19
-16
gcc/ChangeLog
+17
-15
gcc/testsuite/ChangeLog
+2
-1
No files found.
gcc/ChangeLog
View file @
6d02e2d9
...
...
@@ -396,8 +396,7 @@
(find_func_clobbers): Likewise.
(ipa_pta_execute): Likewise.
(create_variable_info_for): For functions that are ifunc_resolver
resolve to a varinfo that contains the result of the resolver
call.
resolve to a varinfo that contains the result of the resolver call.
(associate_varinfo_to_alias): Do not treat ifunc resolvers as
aliases.
...
...
@@ -2276,8 +2275,8 @@
* config/aarch64/aarch64.c (aarch64_expand_vector_init): Modify
code generation for cases where splatting a value is not useful.
* simplify-rtx.c (simplify_ternary_operation): Simplify
vec_merge across a vec_duplicate and a paradoxical subreg forming
a vector
mode to a vec_concat.
vec_merge across a vec_duplicate and a paradoxical subreg forming
a vector
mode to a vec_concat.
2018-05-17 Olga Makhotina <olga.makhotina@intel.com>
...
...
@@ -2497,8 +2496,8 @@
2018-05-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
PR ipa/85734
* ipa-pure-const.c (warn_function_malloc): Pass value of known_finite
param
as true in call to suggest_attribute.
* ipa-pure-const.c (warn_function_malloc): Pass value of known_finite
param
as true in call to suggest_attribute.
2018-05-14 Segher Boessenkool <segher@kernel.crashing.org>
...
...
@@ -3091,7 +3090,8 @@
(thunderxt88_prefetch_tune): Likewise.
(thunderx_prefetch_tune): Likewise.
(thunderx2t99_prefetch_tune): Likewise.
(qdf24xx_prefetch_tune): Likewise. Set prefetch_dynamic_strides to false.
(qdf24xx_prefetch_tune): Likewise. Set prefetch_dynamic_strides
to false.
(aarch64_override_options_internal): Update to set
PARAM_PREFETCH_DYNAMIC_STRIDES.
* doc/invoke.texi (prefetch-dynamic-strides): Document new option.
...
...
@@ -3134,7 +3134,8 @@
(thunderxt88_prefetch_tune): Likewise.
(thunderx_prefetch_tune): Likewise.
(thunderx2t99_prefetch_tune): Likewise.
(qdf24xx_prefetch_tune): Likewise. Set prefetch_dynamic_strides to false.
(qdf24xx_prefetch_tune): Likewise. Set prefetch_dynamic_strides
to false.
(aarch64_override_options_internal): Update to set
PARAM_PREFETCH_DYNAMIC_STRIDES.
* doc/invoke.texi (prefetch-dynamic-strides): Document new option.
...
...
@@ -5838,7 +5839,8 @@
2018-03-27 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
PR target/81863
* config/arm/arm.c (arm_valid_symbolic_address): Handle arm_word_relocations
* config/arm/arm.c (arm_valid_symbolic_address): Handle
arm_word_relocations.
2018-03-27 Cesar Philippidis <cesar@codesourcery.com>
...
...
@@ -6458,8 +6460,7 @@
(layout::get_state_at_point): Likewise.
(layout::get_x_bound_for_row): Likewise.
(layout::print_line): Likewise.
(diagnostic_show_locus): Likewise for locals "last_line" and
"row".
(diagnostic_show_locus): Likewise for locals "last_line" and "row".
(selftest::diagnostic_show_locus_c_tests): Call test_line_span.
* input.c (selftest::test_linenum_comparisons): New function.
(selftest::input_c_tests): Call it.
...
...
@@ -7202,7 +7203,8 @@
* config/i386/immintrin.h (_wbinvd): New intrinsic.
* config/i386/pconfigintrin.h: New file.
* config/i386/wbnoinvdintrin.h: Ditto.
* config/i386/x86intrin.h: Add headers pconfigintrin.h and wbnoinvdintrin.h.
* config/i386/x86intrin.h: Add headers pconfigintrin.h and
wbnoinvdintrin.h.
* doc/invoke.texi (-mpconfig, -mwbnoinvd): New.
2018-03-05 Richard Biener <rguenther@suse.de>
...
...
@@ -9091,8 +9093,7 @@
(fix<uns>_trunc<IEEE128:mode><QHI:mode>2): Likewise.
(fctiw<u>z_<mode>_smallint): Rename fctiw<u>z_<mode>_smallint to
fix<uns>_trunc<SFDF:mode>si2_p8.
(fix_trunc<SFDF:mode><QHI:mode>2_internal): Delete, no longer
used.
(fix_trunc<SFDF:mode><QHI:mode>2_internal): Delete, no longer used.
(fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
(fix<uns>_<mode>_mem): Likewise.
(fctiw<u>z_<mode>_mem): Likewise.
...
...
@@ -10213,7 +10214,8 @@
2018-01-22 Sebastian Perta <sebastian.perta@renesas.com>
* config/rl78/rl78-protos.h (rl78_split_movdi): New function declaration.
* config/rl78/rl78-protos.h (rl78_split_movdi): New function
declaration.
* config/rl78/rl78.md (movdi): New define_expand.
* config/rl78/rl78.c (rl78_split_movdi): New function.
...
...
gcc/testsuite/ChangeLog
View file @
6d02e2d9
...
...
@@ -7346,7 +7346,8 @@
* gfortran.fortran-torture/execute/intrinsic_dprod.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_dummy.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_eoshift.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_fraction_exponent.f90:
Likewise.
* gfortran.fortran-torture/execute/intrinsic_index.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_integer.f90: Likewise.
* gfortran.fortran-torture/execute/intrinsic_leadz.f90: Likewise.
...
...
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