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
3a81b570
Commit
3a81b570
authored
Nov 16, 2013
by
Aldy Hernandez
Committed by
Aldy Hernandez
Nov 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gimple.h (enum gf_mask): Change the ordering of GF_OMP_* bits.
From-SVN: r204894
parent
c4d1d6be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/gimple.h
+4
-4
No files found.
gcc/ChangeLog
View file @
3a81b570
2013
-
11
-
15
Aldy
Hernandez
<
aldyh
@
redhat
.
com
>
*
gimple
.
h
(
enum
gf_mask
):
Change
the
ordering
of
GF_OMP_
*
bits
.
2013
-
11
-
15
Kaz
Kojima
<
kkojima
@
gcc
.
gnu
.
org
>
2013
-
11
-
15
Kaz
Kojima
<
kkojima
@
gcc
.
gnu
.
org
>
*
config
/
sh
/
sh
.
c
(
barrier_align
):
Return
0
when
barrier_or_label
*
config
/
sh
/
sh
.
c
(
barrier_align
):
Return
0
when
barrier_or_label
gcc/gimple.h
View file @
3a81b570
...
@@ -102,13 +102,13 @@ enum gf_mask {
...
@@ -102,13 +102,13 @@ enum gf_mask {
GF_CALL_ALLOCA_FOR_VAR
=
1
<<
5
,
GF_CALL_ALLOCA_FOR_VAR
=
1
<<
5
,
GF_CALL_INTERNAL
=
1
<<
6
,
GF_CALL_INTERNAL
=
1
<<
6
,
GF_OMP_PARALLEL_COMBINED
=
1
<<
0
,
GF_OMP_PARALLEL_COMBINED
=
1
<<
0
,
GF_OMP_FOR_KIND_MASK
=
7
,
GF_OMP_FOR_KIND_MASK
=
3
<<
0
,
GF_OMP_FOR_KIND_FOR
=
0
<<
0
,
GF_OMP_FOR_KIND_FOR
=
0
<<
0
,
GF_OMP_FOR_KIND_DISTRIBUTE
=
1
<<
0
,
GF_OMP_FOR_KIND_SIMD
=
2
<<
0
,
GF_OMP_FOR_KIND_SIMD
=
2
<<
0
,
GF_OMP_FOR_KIND_CILKSIMD
=
3
<<
0
,
GF_OMP_FOR_KIND_CILKSIMD
=
3
<<
0
,
GF_OMP_FOR_KIND_DISTRIBUTE
=
1
<<
2
,
GF_OMP_FOR_COMBINED
=
1
<<
2
,
GF_OMP_FOR_COMBINED
=
1
<<
3
,
GF_OMP_FOR_COMBINED_INTO
=
1
<<
3
,
GF_OMP_FOR_COMBINED_INTO
=
1
<<
4
,
GF_OMP_TARGET_KIND_MASK
=
3
<<
0
,
GF_OMP_TARGET_KIND_MASK
=
3
<<
0
,
GF_OMP_TARGET_KIND_REGION
=
0
<<
0
,
GF_OMP_TARGET_KIND_REGION
=
0
<<
0
,
GF_OMP_TARGET_KIND_DATA
=
1
<<
0
,
GF_OMP_TARGET_KIND_DATA
=
1
<<
0
,
...
...
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