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
b8a17fa2
Commit
b8a17fa2
authored
Apr 19, 2011
by
John David Anglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing entry.
From-SVN: r172713
parent
abe36b81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
1 deletions
+32
-1
gcc/ChangeLog
+32
-1
No files found.
gcc/ChangeLog
View file @
b8a17fa2
...
@@ -341,6 +341,37 @@
...
@@ -341,6 +341,37 @@
* ipa-inline-analysis.c (inline_read_summary): Read size/time
* ipa-inline-analysis.c (inline_read_summary): Read size/time
in same order as they're written.
in same order as they're written.
2011-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* config/pa/predicates.md: Reorganize and simplify predicates.
Eliminate duplicate code checks.
(arith_operand): Rename to arith14_operand
(reg_or_ior_operand): Rename to reg_or_cint_ior_operand.
* config/pa/pa.md: Use renamed operands.
* config/pa/pa-protos.h (symbolic_operand): Delete declaration.
(tls_symbolic_operand, function_label_operand, lhs_lshift_cint_operand,
arith11_operand, adddi3_operand, indexed_memory_operand,
symbolic_memory_operand, int11_operand, reg_or_cint_move_operand,
arith5_operand, uint5_operand, pic_label_operand, plus_xor_ior_operator,
borx_reg_operand, shadd_operand, arith_operand, read_only_operand,
move_dest_operand, move_src_operand, prefetch_cc_operand,
prefetch_nocc_operand, and_operand, ior_operand, arith32_operand,
uint32_operand, reg_before_reload_operand, reg_or_0_operand,
reg_or_0_or_nonsymb_mem_operand, pre_cint_operand, post_cint_operand,
div_operand, int5_operand, movb_comparison_operator,
ireg_or_int5_operand, call_operand_address, ior_operand, fp_reg_operand,
arith_double_operand, ireg_operand, lhs_lshift_operand,
pc_or_label_operand, non_hard_reg_operand, eq_neq_comparison_operator,
integer_store_memory_operand): Likewise.
* config/pa/pa.c (adddi3_operand): Move to predicates.md.
(integer_store_memory_operand, read_only_operand,
function_label_operand, borx_reg_operand,
non_hard_reg_operand): Likewise.
(eq_neq_comparison_operator): Delete unused operator.
(legitimize_pic_address): Use VOIDmode for mode argument in calls to
function_label_operand.
(emit_move_sequence): Likewise.
2011-04-16 Uros Bizjak <ubizjak@gmail.com>
2011-04-16 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (sseunpackmode): New mode attribute.
* config/i386/sse.md (sseunpackmode): New mode attribute.
...
@@ -1656,7 +1687,7 @@
...
@@ -1656,7 +1687,7 @@
PR target/48366
PR target/48366
* config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
* config/pa/pa.c (hppa_register_move_cost): Increase to 18 cost of
move from floating point to shift amount register
.
move from floating point to shift amount register.
(emit_move_sequence): Remove secondary reload support for floating
(emit_move_sequence): Remove secondary reload support for floating
point to shift amount amount register copies.
point to shift amount amount register copies.
(pa_secondary_reload): Return GENERAL_REGS for floating point/shift
(pa_secondary_reload): Return GENERAL_REGS for floating point/shift
...
...
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