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
bf321310
Commit
bf321310
authored
Aug 28, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
Aug 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/ia64.md (cstorebi4): Fix thinko.
From-SVN: r163618
parent
179ba6b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/ia64/ia64.md
+1
-1
No files found.
gcc/ChangeLog
View file @
bf321310
2010-08-28 Eric Botcazou <ebotcazou@adacore.com>
* config/ia64/ia64.md (cstorebi4): Fix thinko.
2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
2010-08-28 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.c (reorder_var_tracking_notes): This
* config/picochip/picochip.c (reorder_var_tracking_notes): This
function was dropping debug insns which caused PR45299.
function was dropping debug insns which caused PR45299.
2010-08-28 Uros Bizjak <ubizjak@gmail.com>
2010-08-28 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (extsuffix): New code attribute.
* config/i386/sse.md (extsuffix): New code attribute.
(sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
(sse4_1_<code>v8qiv8hi2): Macroize insn from sse4_1_extendv8qiv8hi2
and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
and sse4_1_zero_extendv8qiv8hi2 using any_extend code iterator.
...
...
gcc/config/ia64/ia64.md
View file @
bf321310
...
@@ -3988,7 +3988,7 @@
...
@@ -3988,7 +3988,7 @@
[
(match_operand:BI 2 "register_operand" "")
[
(match_operand:BI 2 "register_operand" "")
(match_operand:BI 3 "const_int_operand" "")]))]
(match_operand:BI 3 "const_int_operand" "")]))]
""
""
"ia64_expand_compare (&operands
[
0
]
, &operands
[
1
]
,
&operands[2
]);
")
"ia64_expand_compare (&operands
[
1
]
, &operands
[
2
]
,
&operands[3
]);
")
(define_expand "cstoresi4"
(define_expand "cstoresi4"
[
(set (match_operand:DI 0 "gr_register_operand" "")
[
(set (match_operand:DI 0 "gr_register_operand" "")
...
...
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