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
e9f64629
Commit
e9f64629
authored
Mar 14, 2007
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 31018 -- move TARGET_xxx in i386.md to tuning options
From-SVN: r122929
parent
62e00e94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
gcc/ChangeLog
+31
-0
No files found.
gcc/ChangeLog
View file @
e9f64629
2007-03-14 Michael Meissner <michael.meissner@amd.com>
PR 31018
* config/i386/i386.h (X86_TUNE_SHORTEN_X87_SSE): New tuning
option to replace hard coded TARGET_xxx in md file.
(X86_TUNE_AVOID_VECTOR_DECODE): Ditto.
(X86_TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
(X86_TUNE_SLOW_IMUL_IMM8): Ditto.
(X86_TUNE_MOVE_M1_VIA_OR): Ditto.
(X86_TUNE_NOT_UNPAIRABLE): Ditto.
(X86_TUNE_NOT_VECTORMODE): Ditto.
(TUNE_SHORTEN_X87_SSE): Use new tuning option.
(TUNE_AVOID_VECTOR_DECODE): Ditto.
(TUNE_SLOW_IMUL_IMM32_MEM): Ditto.
(TUNE_SLOW_IMUL_IMM8): Ditto.
(TUNE_MOVE_M1_VIA_OR): Ditto.
(TUNE_NOT_UNPAIRABLE): Ditto.
(TUNE_NOT_VECTORMODE): Ditto.
* config/i386/i386.c (ix86_tune_features): Fill in new tuning
options.
* config/i386/i386.md (fix_trunc?f?1_sse peephole2): Use new
tuning options instead of hard coded TARGET_xxx.
(fix ssemode peephole2's): Ditto.
(imul peephole2's): Ditto.
(movsi_or): Ditto.
(movdi_or_rex64): Ditto.
(move peephole2): Ditto.
(not peephole2's): Ditto.
2007-03-14 Dirk Mueller <dmueller@suse.de>
* c-common.h (empty_body_warning): Rename to empty_if_body_warning.
...
...
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