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
fc548411
Commit
fc548411
authored
Dec 09, 2019
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gcc/ prefix
From-SVN: r279130
parent
0fad54f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
17 deletions
+15
-17
gcc/ChangeLog
+15
-17
No files found.
gcc/ChangeLog
View file @
fc548411
...
...
@@ -29,7 +29,7 @@
2019-12-09 Hongtao Liu <hongtao.liu@intel.com>
* gcc/
common/config/i386/i386-common.c
*
common/config/i386/i386-common.c
(OPTION_MASK_ISA_AVX5124FMAPS_SET): Rename to
OPTION_MASK_ISA2_AVX5124FMAPS_SET.
(OPTION_MASK_ISA_AVX5124VNNIW_SET, OPTION_MASK_ISA_AVX512BF16_SET,
...
...
@@ -61,16 +61,16 @@
OPTION_MASK_ISA_VAES, OPTION_MASK_ISA_MOVDIR64B,
OPTION_MASK_ISA_WAITPKG, OPTION_MASK_ISA_CLDEMOTE,
OPTION_MASK_ISA_ENQCMD): Ditto.
* gcc/
config/i386/i386-builtin.def
*
config/i386/i386-builtin.def
(OPTION_MASK_ISA_AVX5124FMAPS, OPTION_MASK_ISA_AVX5124VNNIW,
OPTION_MASK_ISA_AVX512BF16, OPTION_MASK_ISA_AVX512VP2INTERSECT,
OPTION_MASK_ISA_WBNOINVD, OPTION_MASK_ISA_PTWRITE,
OPTION_MASK_ISA_RDPID, OPTION_MASK_ISA_VAES,
OPTION_MASK_ISA_MOVDIR64B, OPTION_MASK_ISA_ENQCMD): Ditto.
* gcc/
config/i386/i386-builtins.c (OPTION_MASK_ISA_MWAITX,
*
config/i386/i386-builtins.c (OPTION_MASK_ISA_MWAITX,
OPTION_MASK_ISA_CLZERO, OPTION_MASK_ISA_WAITPKG,
OPTION_MASK_ISA_CLDEMOTE, OPTION_MASK_ISA_WBNOINVD): Ditto.
* gcc/
config/i386/i386-c.c
*
config/i386/i386-c.c
(OPTION_MASK_ISA_AVX5124FMAPS, OPTION_MASK_ISA_AVX5124VNNIW,
OPTION_MASK_ISA_AVX512BF16, OPTION_MASK_ISA_AVX512VP2INTERSECT,
OPTION_MASK_ISA_PCONFIG, OPTION_MASK_ISA_WBNOINVD,
...
...
@@ -80,9 +80,9 @@
OPTION_MASK_ISA_VAES, OPTION_MASK_ISA_MOVDIR64B,
OPTION_MASK_ISA_WAITPKG, OPTION_MASK_ISA_CLDEMOTE,
OPTION_MASK_ISA_ENQCMD): Ditto.
* gcc/
config/i386/i386-option.c: Ditto
* gcc/
config/i386/i386.opt: Ditto..
* gcc/
config/i386/i386.h: (TARGET_ISA_AVX5124FMAPS,
*
config/i386/i386-option.c: Ditto
*
config/i386/i386.opt: Ditto..
*
config/i386/i386.h: (TARGET_ISA_AVX5124FMAPS,
TARGET_ISA_AVX5124VNNIW, TARGET_ISA_AVX512BF16,
TARGET_ISA_AVX512VP2INTERSECT, TARGET_ISA_PCONFIG,
TARGET_ISA_WBNOINVD, TARGET_ISA_SGX, TARGET_ISA_CX16,
...
...
@@ -147,7 +147,6 @@
2019-12-08 Sandra Loosemore <sandra@codesourcery.com>
Revert:
2019-12-05 Sandra Loosemore <sandra@codesourcery.com>
* config/nios2/linux.h (LINK_EH_SPEC): Define.
...
...
@@ -445,7 +444,7 @@
Handle variable offsets and indices.
* builtins.h (gimple_call_alloc_size): Declare.
(compute_objsize): Add argument.
* g
cc/g
imple-ssa-warn-restrict.c: Remove assertions.
* gimple-ssa-warn-restrict.c: Remove assertions.
* tree-ssa-strlen.c (handle_store): Handle calls to allocated objects.
2019-12-04 Julian Brown <julian@codesourcery.com>
...
...
@@ -516,7 +515,7 @@
2019-12-04 Kewen Lin <linkw@gcc.gnu.org>
PR target/92760
*
gcc/
config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Use
* config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Use
VECTOR_MEM_NONE_P instead of VECTOR_UNIT_NONE_P.
2019-12-03 Jan Hubicka <hubicka@ucw.cz>
...
...
@@ -1057,12 +1056,12 @@
2019-11-28 Kewen Lin <linkw@gcc.gnu.org>
PR target/92566
*
gcc/
config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Check
* config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Check
by VECTOR_UNIT_NONE_P instead.
2019-11-28 Hongtao Liu <hongtao.liu@inte.com>
*
gcc/
config/i386/sse.md (avx512f_maskcmp<mode>3):
* config/i386/sse.md (avx512f_maskcmp<mode>3):
Refine VF to VF_AVX512VL.
2019-11-27 Michael Meissner <meissner@linux.ibm.com>
...
...
@@ -1141,7 +1140,7 @@
2019-11-27 Kewen Lin <linkw@gcc.gnu.org>
PR tree-optimization/91790
*
gcc/
tree-vect-stmts.c (vectorizable_load): Use the adjusted
* tree-vect-stmts.c (vectorizable_load): Use the adjusted
DR for vect_setup_realignment when first_stmt_info is different
from first_stmt_info_for_drptr.
...
...
@@ -3917,7 +3916,7 @@
(maybe_warn_overlap): New function.
(pass_sprintf_length::compute_format_length): Call it.
(pass_sprintf_length::handle_gimple_call): Initialize new members.
*
gcc/
tree-ssa-strlen.c (): Also enable when -Wrestrict is on.
* tree-ssa-strlen.c (): Also enable when -Wrestrict is on.
2019-11-12 Ilya Leoshkevich <iii@linux.ibm.com>
...
...
@@ -4466,7 +4465,6 @@
Frederik Harwath <frederik@codesourcery.com>
Thomas Schwinge <thomas@codesourcery.com>
gcc/
* gimple.h (gf_mask): Add GF_OMP_TARGET_KIND_OACC_SERIAL
enumeration constant.
(is_gimple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_SERIAL.
...
...
@@ -4651,8 +4649,8 @@
2019-11-11 Jiufu Guo <guojiufu@linux.ibm.com>
PR tree-optimization/88760
*
gcc/
config/rs6000/rs6000.opt (-munroll-only-small-loops): New option.
*
gcc/
common/config/rs6000/rs6000-common.c
* config/rs6000/rs6000.opt (-munroll-only-small-loops): New option.
* common/config/rs6000/rs6000-common.c
(rs6000_option_optimization_table) [OPT_LEVELS_2_PLUS_SPEED_ONLY]:
Turn on -funroll-loops and -munroll-only-small-loops.
[OPT_LEVELS_ALL]: Turn off -fweb and -frename-registers.
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