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
c6f0bffe
Commit
c6f0bffe
authored
Dec 10, 2012
by
Xinliang David Li
Committed by
Xinliang David Li
Dec 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable push/pop for latest x86 CPUs
From-SVN: r194374
parent
58748261
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+2
-2
No files found.
gcc/ChangeLog
View file @
c6f0bffe
2012
-
12
-
10
Xinliang
David
Li
<
davidxl
@google
.
com
>
*
config
/
i386
/
i386
.
c
:
Enable
push
/
pop
in
pro
/
epilogue
for
mordern
CPUs
.
2012
-
12
-
10
Steve
Ellcey
<
sellcey
@mips
.
com
>
2012
-
12
-
10
Steve
Ellcey
<
sellcey
@mips
.
com
>
*
config
/
mips
/
gnu
-
user
.
h
(
NO_SHARED_SPECS
)
:
Add
space
before
option
.
*
config
/
mips
/
gnu
-
user
.
h
(
NO_SHARED_SPECS
)
:
Add
space
before
option
.
gcc/config/i386/i386.c
View file @
c6f0bffe
...
@@ -1919,10 +1919,10 @@ static unsigned int initial_ix86_tune_features[X86_TUNE_LAST] = {
...
@@ -1919,10 +1919,10 @@ static unsigned int initial_ix86_tune_features[X86_TUNE_LAST] = {
m_P4_NOCONA
|
m_CORE2I7
|
m_ATOM
|
m_AMD_MULTIPLE
|
m_GENERIC
,
m_P4_NOCONA
|
m_CORE2I7
|
m_ATOM
|
m_AMD_MULTIPLE
|
m_GENERIC
,
/* X86_TUNE_PROLOGUE_USING_MOVE */
/* X86_TUNE_PROLOGUE_USING_MOVE */
m_PPRO
|
m_
CORE2I7
|
m_ATOM
|
m_ATHLON_K8
|
m_GENERIC
,
m_PPRO
|
m_
ATHLON_K8
,
/* X86_TUNE_EPILOGUE_USING_MOVE */
/* X86_TUNE_EPILOGUE_USING_MOVE */
m_PPRO
|
m_
CORE2I7
|
m_ATOM
|
m_ATHLON_K8
|
m_GENERIC
,
m_PPRO
|
m_
ATHLON_K8
,
/* X86_TUNE_SHIFT1 */
/* X86_TUNE_SHIFT1 */
~
m_486
,
~
m_486
,
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