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
f77e2d2d
Commit
f77e2d2d
authored
Sep 16, 2013
by
Jan-Benedict Glaw
Committed by
Uros Bizjak
Sep 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alpha.c: Include tree-ssa.h.
* config/alpha.c: Include tree-ssa.h. From-SVN: r202621
parent
36875e8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
17 deletions
+24
-17
gcc/ChangeLog
+23
-17
gcc/config/alpha/alpha.c
+1
-0
No files found.
gcc/ChangeLog
View file @
f77e2d2d
2013-09-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* config/alpha.c: Include tree-ssa.h.
2013-09-16 Richard Biener <rguenther@suse.de>
* tree-loop-distribution.c (enum rdg_dep_type): Add control_dd.
...
...
@@ -35,7 +39,8 @@
PR target/48094
* config/darwin.c (darwin_objc2_section): Note if ObjC Metadata is
seen. (darwin_objc1_section): Likewise.
seen.
(darwin_objc1_section): Likewise.
(darwin_file_end): Emit Image Info section when required.
2013-09-14 Jan Hubicka <jh@suse.cz>
...
...
@@ -54,13 +59,13 @@
2013-09-14 Iain Sandoe <iain@codesourcery.com>
PR target/58269
config/i386/i386.c (ix86_function_arg_regno_p): Make Darwin use the
*
config/i386/i386.c (ix86_function_arg_regno_p): Make Darwin use the
xmm register set described in the psABI.
2013-09-13 Evgeny Gavrin <e.gavrin@samsung.com>
* dwarf2out.c (should_emit_struct_debug): Add check
for type_decl variable is not NULL.
* dwarf2out.c (should_emit_struct_debug): Add check
for type_decl variable is not NULL.
2013-09-13 Jacek Caban <jacek@codeweavers.com>
...
...
@@ -252,12 +257,13 @@
tree-flow-inline.h.
* tree-flow.h (_edge_var_map, edge_var_map_vector): Move to tree-ssa.h.
Move prototypes belonging to tree-ssa.c.
* tree-flow-inline.h (redirect_edge_var_map_def,
* tree-flow-inline.h (redirect_edge_var_map_def,
redirect_edge_var_map_result, redirect_edge_var_map_location): Move to
tree-ssa.h.
* gimple.h: Adjust prototypes.
* tree-ssa.c (useless_type_conversion_p, types_compatible_p): Move to...
* gimple.c (useless_type_conversion_p, types_compatible_p): Here.
* tree-ssa.c (useless_type_conversion_p, types_compatible_p): Move
to...
* gimple.c (useless_type_conversion_p, types_compatible_p): Here.
* tree.h: Move prototype to tree-ssa.h.
* gengtype.c (open_base_files): Replace tree-flow.h with tree-ssa.h.
* Makefile.in: (TREE_SSA_H, TREE_FLOW_H): Adjust dependencies.
...
...
@@ -267,11 +273,12 @@
ggc-page.c, gimple-fold.c, gimple-iterator.c, gimple-low.c,
gimple-pretty-print.c, gimple-ssa-strength-reduction.c,
gimple-streamer-in.c, gimple-streamer-out.c, gimple.c, gimplify.c,
graphite-blocking.c, graphite-clast-to-gimple.c, graphite-dependences.c,
graphite-interchange.c, graphite-optimize-isl.c, graphite-poly.c,
graphite-scop-detection.c, graphite-sese-to-poly.c, graphite.c,
ipa-cp.c, ipa-inline-analysis.c, ipa-inline-transform.c, ipa-inline.c,
ipa-prop.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa-utils.c,
graphite-blocking.c, graphite-clast-to-gimple.c,
graphite-dependences.c, graphite-interchange.c,
graphite-optimize-isl.c, graphite-poly.c, graphite-scop-detection.c,
graphite-sese-to-poly.c, graphite.c, ipa-cp.c, ipa-inline-analysis.c,
ipa-inline-transform.c, ipa-inline.c, ipa-prop.c, ipa-pure-const.c,
ipa-reference.c, ipa-split.c, ipa-utils.c,
loop-init.c, lto-cgraph.c, lto-section-in.c, lto-section-out.c,
lto-streamer-in.c, lto-streamer-out.c, lto-streamer.c, omp-low.c,
passes.c, predict.c, print-tree.c, profile.c, sese.c, targhooks.c,
...
...
@@ -563,12 +570,11 @@
* lra.c (lra): Clear lra_optional_reload_pseudos before every
constraint pass.
* lra-constraints.c (curr_insn_transform): Switch on optional
reloads.
Check destination too to check move insn.
* lra-constraints.c (curr_insn_transform): Switch on optional
reloads.
Check destination too to check move insn.
(undo_optional_reloads): Add check that the original peudo did not
changed its allocation and the optional reload was inherited on
last inheritance pass. Break loop after deciding to keep optional
reload.
changed its allocation and the optional reload was inherited on last
inheritance pass. Break loop after deciding to keep optional reload.
(lra_undo_inheritance): Add check that inherited pseudo still in
memory.
...
...
gcc/config/alpha/alpha.c
View file @
f77e2d2d
...
...
@@ -50,6 +50,7 @@ along with GCC; see the file COPYING3. If not see
#include "splay-tree.h"
#include "gimple.h"
#include "tree-flow.h"
#include "tree-ssa.h"
#include "tree-stdarg.h"
#include "tm-constrs.h"
#include "df.h"
...
...
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