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
d16b9d1c
Commit
d16b9d1c
authored
May 27, 2019
by
Uros Bizjak
Committed by
Uros Bizjak
May 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i386.h (STACK_SIZE_MODE): Define.
* config/i386/i386.h (STACK_SIZE_MODE): Define. From-SVN: r271663
parent
63be21c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.h
+4
-0
No files found.
gcc/ChangeLog
View file @
d16b9d1c
2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
* config/i386/i386.h (STACK_SIZE_MODE): Define.
2019-05-27 Richard Biener <rguenther@suse.de>
2019-05-27 Richard Biener <rguenther@suse.de>
PR tree-optimization/90637
PR tree-optimization/90637
...
...
gcc/config/i386/i386.h
View file @
d16b9d1c
...
@@ -1947,6 +1947,10 @@ do { \
...
@@ -1947,6 +1947,10 @@ do { \
#define STACK_SAVEAREA_MODE(LEVEL) \
#define STACK_SAVEAREA_MODE(LEVEL) \
((LEVEL) == SAVE_NONLOCAL ? (TARGET_64BIT ? TImode : DImode) : Pmode)
((LEVEL) == SAVE_NONLOCAL ? (TARGET_64BIT ? TImode : DImode) : Pmode)
/* Specify the machine_mode of the size increment
operand of an 'allocate_stack' named pattern. */
#define STACK_SIZE_MODE Pmode
/* A C expression whose value is zero if pointers that need to be extended
/* A C expression whose value is zero if pointers that need to be extended
from being `POINTER_SIZE' bits wide to `Pmode' are sign-extended and
from being `POINTER_SIZE' bits wide to `Pmode' are sign-extended and
greater then zero if they are zero-extended and less then zero if the
greater then zero if they are zero-extended and less then zero if the
...
...
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