forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* brig-builtins.def: Treat HSAIL barrier builtins as setjmp/longjump style functions. * brigfrontend/brig-to-generic.cc: Ensure per WI copies of private variables are aligned too. * rt/workitems.c: Assume the host runtime allocates the work group memory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253160 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
visit0r
committed
Sep 25, 2017
1 parent
3eaed19
commit 749920a
Showing
6 changed files
with
36 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2017-09-25 Pekka Jaaskelainen <[email protected]> | ||
|
||
* brig-builtins.def: Treat HSAIL barrier builtins as | ||
setjmp/longjump style functions. | ||
|
||
2017-09-25 Richard Sandiford <[email protected]> | ||
|
||
* target.def (constant_alignment): New hook. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2017-05-13 Pekka Jääskeläinen <[email protected]> | ||
|
||
* brigfrontend/brig-to-generic.cc: Ensure per WI copies of | ||
private variables are aligned too. | ||
|
||
2017-09-17 Thomas Schwinge <[email protected]> | ||
|
||
* Make-lang.in (GO_TEXI_FILES): Rename to... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2017-09-25 Pekka Jääskeläinen <[email protected]> | ||
|
||
* rt/workitems.c: Assume the host runtime allocates the work group | ||
memory. | ||
2017-05-03 Pekka Jääskeläinen <[email protected]> | ||
|
||
* rt/workitems.c: Removed a leftover comment. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters