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
f84b87aa
Commit
f84b87aa
authored
Jan 29, 2015
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i386.c (ix86_mode_after): Make static.
* config/i386/i386.c (ix86_mode_after): Make static. From-SVN: r220245
parent
62c00445
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
44 deletions
+53
-44
gcc/ChangeLog
+52
-43
gcc/config/i386/i386.c
+1
-1
No files found.
gcc/ChangeLog
View file @
f84b87aa
2015-01-29 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (ix86_mode_after): Make static.
2015-01-29 Richard Biener <rguenther@suse.de>
2015-01-29 Richard Biener <rguenther@suse.de>
PR tree-optimization/64844
PR tree-optimization/64844
...
@@ -407,7 +411,7 @@
...
@@ -407,7 +411,7 @@
* config/arm/arm.c (arm_file_start): Update the assignment of
* config/arm/arm.c (arm_file_start): Update the assignment of
Tag_ABI_HardFP_use.
Tag_ABI_HardFP_use.
201
4
-01-25 James Greenhalgh <james.greenhalgh@arm.com>
201
5
-01-25 James Greenhalgh <james.greenhalgh@arm.com>
* config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
* config/arm/arm-cores.def (cortex-a57): Use the new Cortex-A57
pipeline model.
pipeline model.
...
@@ -814,8 +818,7 @@
...
@@ -814,8 +818,7 @@
2015-01-21 Alan Hayward <alan.hayward@arm.com>
2015-01-21 Alan Hayward <alan.hayward@arm.com>
* rtlanal.c (subreg_get_info): Exit early for simple and common
* rtlanal.c (subreg_get_info): Exit early for simple and common cases.
cases.
2015-01-21 Richard Henderson <rth@redhat.com>
2015-01-21 Richard Henderson <rth@redhat.com>
...
@@ -920,11 +923,13 @@
...
@@ -920,11 +923,13 @@
2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2015-01-20 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* config/tilegx/mul-tables.c: Move symtab.h include after coretypes.h include.
* config/tilegx/mul-tables.c: Move symtab.h include after
* config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h, vec.h,
coretypes.h include.
machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h, flags.h, statistics.h,
* config/tilepro/mul-tables.c: Add includes hashtab.h, hash-set.h,
double-int.h, real.h, fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h,
vec.h, machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h,
insn-config.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
flags.h, statistics.h, double-int.h, real.h, fixed-value.h, alias.h,
wide-int.h, inchash.h, tree.h, insn-config.h, expmed.h, dojump.h,
explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
2015-01-20 Igor Zamyatin <igor.zamyatin@intel.com>
...
@@ -1288,7 +1293,8 @@
...
@@ -1288,7 +1293,8 @@
(rl78_asm_init_sections): Initialize it.
(rl78_asm_init_sections): Initialize it.
(rl78_select_section): Put __far readonly symbols in .frodata.
(rl78_select_section): Put __far readonly symbols in .frodata.
(rl78_make_type_far): New.
(rl78_make_type_far): New.
(rl78_insert_attributes): Force all readonly symbols to be __far when -mes0.
(rl78_insert_attributes): Force all readonly symbols to be
__far when -mes0.
(rl78_asm_out_integer): New.
(rl78_asm_out_integer): New.
* config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
* config/rl78/rl78.h (ADDR_SPACE_NEAR): New.
* config/rl78/rl78.opt (-mes0): New.
* config/rl78/rl78.opt (-mes0): New.
...
@@ -1954,7 +1960,7 @@
...
@@ -1954,7 +1960,7 @@
* config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
* config/arm/aarch-cost-tables.h: Add cost tables for APM XGene-1
* doc/invoke.texi: Document -mcpu=xgene1.
* doc/invoke.texi: Document -mcpu=xgene1.
2015-
10
-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
2015-
01
-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* dojump.h: New header file.
* dojump.h: New header file.
* explow.h: Likewise.
* explow.h: Likewise.
...
@@ -1979,20 +1985,22 @@
...
@@ -1979,20 +1985,22 @@
(tree_expr_size): Likewise.
(tree_expr_size): Likewise.
Include calls.h dojump.h emit-rtl.h explow.h expmed.h
Include calls.h dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
fixed-value.h hashtab.h statistics.h stmt.h varasm.h.
* genemit.c (main): Generate includes statistics.h, real.h, fixed-value.h,
* genemit.c (main): Generate includes statistics.h, real.h,
insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
fixed-value.h, insn-config.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
* genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h, function.h,
statistics.h, real.h, fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h,
stmt.h.
stmt.h.
* genopinit.c (main): Generate includes hashtab.h, hard-reg-set.h,
function.h, statistics.h, real.h, fixed-value.h, expmed.h, dojump.h,
explow.h, emit-rtl.h, stmt.h.
* genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
* genoutput.c (main): Generate includes hashtab.h, statistics.h, real.h,
fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
fixed-value.h, expmed.h, dojump.h, explow.h, emit-rtl.h, stmt.h.
* genemit.c (open_base_files): Generate includes flags.h, statistics.h, real.h,
* genemit.c (open_base_files): Generate includes flags.h, statistics.h,
fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h,
real.h, fixed-value.h, tree.h, expmed.h, dojump.h, explow.h, calls.h,
stmt.h.
emit-rtl.h, varasm.h, stmt.h.
* config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h, hash-set.h, vec.h,
* config/tilepro/gen-mul-tables.cc: Generate includes hashtab.h,
machmode.h, tm.h, hard-reg-set.h, input.h, function.h, rtl.h, flags.h, statistics.h,
hash-set.h, vec.h, machmode.h, tm.h, hard-reg-set.h, input.h,
double-int.h, real.h, fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h,
function.h, rtl.h, flags.h, statistics.h, double-int.h, real.h,
insn-config.h, expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
fixed-value.h, alias.h, wide-int.h, inchash.h, tree.h, insn-config.h,
expmed.h, dojump.h, explow.h, calls.h, emit-rtl.h, varasm.h, stmt.h.
* config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
* config/tilegx/mul-tables.c: Include alias.h calls.h dojump.h
double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
double-int.h emit-rtl.h explow.h expmed.h fixed-value.h flags.h
function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
function.h hard-reg-set.h hash-set.h hashtab.h inchash.h input.h
...
@@ -2002,12 +2010,12 @@
...
@@ -2002,12 +2010,12 @@
explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
explow.h expmed.h fixed-value.h flags.h function.h hard-reg-set.h
hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
hash-set.h hashtab.h inchash.h input.h insn-config.h machmode.h
real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
real.h statistics.h stmt.h tree.h varasm.h vec.h wide-int.h.
* cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
emit-rtl.h
* cfgloopanal.c: Include alias.h calls.h dojump.h double-int.h
e
xplow.h expmed.h fixed-value.h flags.h inchash.h insn-config
.h
e
mit-rtl.h explow.h expmed.h fixed-value.h flags.h inchash
.h
real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
insn-config.h
real.h statistics.h stmt.h tree.h varasm.h wide-int.h.
* loop-iv.c: Likewise.
* loop-iv.c: Likewise.
* lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
emit-rtl.h
* lra-assigns.c: Include alias.h calls.h dojump.h double-int.h
explow.h expmed.h fixed-value.h flags.h inchash.h real.h
e
mit-rtl.h e
xplow.h expmed.h fixed-value.h flags.h inchash.h real.h
statistics.h stmt.h tree.h varasm.h wide-int.h.
statistics.h stmt.h tree.h varasm.h wide-int.h.
* lra-constraints.c: Likewise.
* lra-constraints.c: Likewise.
* lra-eliminations.c: Likewise.
* lra-eliminations.c: Likewise.
...
@@ -2024,9 +2032,9 @@
...
@@ -2024,9 +2032,9 @@
* reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
* reload.c: Include alias.h calls.h dojump.h double-int.h emit-rtl.h
explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
explow.h expmed.h fixed-value.h inchash.h real.h rtl.h
statistics.h stmt.h tree.h varasm.h wide-int.h.
statistics.h stmt.h tree.h varasm.h wide-int.h.
* caller-save.c: Include alias.h calls.h dojump.h double-int.h
emit-rtl.h
* caller-save.c: Include alias.h calls.h dojump.h double-int.h
e
xplow.h expmed.h fixed-value.h inchash.h real.h statistics
.h
e
mit-rtl.h explow.h expmed.h fixed-value.h inchash.h real
.h
stmt.h tree.h varasm.h wide-int.h.
st
atistics.h st
mt.h tree.h varasm.h wide-int.h.
* combine-stack-adj.c: Likewise.
* combine-stack-adj.c: Likewise.
* cse.c: Likewise.
* cse.c: Likewise.
* ddg.c: Likewise.
* ddg.c: Likewise.
...
@@ -2068,9 +2076,9 @@
...
@@ -2068,9 +2076,9 @@
insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
insn-config.h real.h rtl.h statistics.h stmt.h tm.h varasm.h.
* rtl-chkp.c: Likewise.
* rtl-chkp.c: Likewise.
* tree-chkp-opt.c: Likewise.
* tree-chkp-opt.c: Likewise.
* config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
explow.h
* config/arm/arm-builtins.c: Include calls.h dojump.h emit-rtl.h
exp
med.h fixed-value.h flags.h function.h hard-reg-set.h hashtab
.h
exp
low.h expmed.h fixed-value.h flags.h function.h hard-reg-set
.h
insn-config.h real.h statistics.h stmt.h varasm.h.
hashtab.h
insn-config.h real.h statistics.h stmt.h varasm.h.
* ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
* ipa-icf.c: Include calls.h dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
statistics.h stmt.h.
statistics.h stmt.h.
...
@@ -2232,23 +2240,24 @@
...
@@ -2232,23 +2240,24 @@
* config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
* config/nvptx/nvptx.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
fixed-value.h flags.h hard-reg-set.h insn-config.h real.h
statistics.h stmt.h varasm.h.
statistics.h stmt.h varasm.h.
* gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h
* gimplify.c: Include dojump.h emit-rtl.h explow.h expmed.h
flags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
f
ixed-value.h f
lags.h hashtab.h insn-config.h real.h rtl.h statistics.h.
* asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
* asan.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
flags.h hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h.
* ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
* ipa-devirt.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
fixed-value.h flags.h hashtab.h insn-config.h real.h rtl.h
statistics.h stmt.h varasm.h.
statistics.h stmt.h varasm.h.
* ipa-polymorphic-call.c: Likewise.
* ipa-polymorphic-call.c: Likewise.
* config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h expmed.h
* config/aarch64/aarch64.c: Include dojump.h emit-rtl.h explow.h
fixed-value.h flags.h hashtab.h insn-config.h real.h statistics.h
stmt.h.
* config/c6x/c6x.c: Likewise.
* config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h explow.h
expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
statistics.h stmt.h.
* config/c6x/c6x.c: Likewise.
* config/aarch64/aarch64-builtins.c: Include dojump.h emit-rtl.h
explow.h expmed.h fixed-value.h flags.h hashtab.h insn-config.h real.h
statistics.h stmt.h varasm.h.
statistics.h stmt.h varasm.h.
* ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h fixed-value.h
* ipa-prop.c: Include dojump.h emit-rtl.h explow.h expmed.h
hashtab.h insn-config.h real.h rtl.h statistics.h stmt.h varasm.h.
fixed-value.h hashtab.h insn-config.h real.h rtl.h statistics.h
stmt.h varasm.h.
* ipa-split.c: Likewise.
* ipa-split.c: Likewise.
* tree-eh.c: Likewise.
* tree-eh.c: Likewise.
* tree-ssa-dce.c: Likewise.
* tree-ssa-dce.c: Likewise.
...
@@ -2312,8 +2321,8 @@
...
@@ -2312,8 +2321,8 @@
fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
fixed-value.h insn-config.h real.h statistics.h stmt.h varasm.h.
* tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
* tree-inline.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
fixed-value.h real.h rtl.h statistics.h stmt.h varasm.h.
* builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h
* builtins.c: Include dojump.h emit-rtl.h explow.h expmed.h
real.h statistics.h stmt.h.
fixed-value.h
real.h statistics.h stmt.h.
* config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
* config/arc/arc.c: Include dojump.h emit-rtl.h explow.h expmed.h
fixed-value.h statistics.h stmt.h.
fixed-value.h statistics.h stmt.h.
* config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
* config/visium/visium.c: Include dojump.h emit-rtl.h explow.h expmed.h
...
...
gcc/config/i386/i386.c
View file @
f84b87aa
...
@@ -16719,7 +16719,7 @@ ix86_avx_u128_mode_after (int mode, rtx_insn *insn)
...
@@ -16719,7 +16719,7 @@ ix86_avx_u128_mode_after (int mode, rtx_insn *insn)
/* Return the mode that an insn results in. */
/* Return the mode that an insn results in. */
int
static
int
ix86_mode_after
(
int
entity
,
int
mode
,
rtx_insn
*
insn
)
ix86_mode_after
(
int
entity
,
int
mode
,
rtx_insn
*
insn
)
{
{
switch
(
entity
)
switch
(
entity
)
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