public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [gomp-nvptx 0/7] Various fixes
@ 2016-03-18 17:48 Alexander Monakov
  2016-03-18 17:48 ` [gomp-nvptx 1/7] libgomp: remove paste error in gomp_team_barrier_wait_end Alexander Monakov
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Monakov @ 2016-03-18 17:48 UTC (permalink / raw)
  To: gcc-patches

Hello,

I have committed the following patches to amonakov/gomp-nvptx branch to fix a
few bugs uncovered in recent testing (including testing on a 32-bit ARM
platform).  Patch 1 fixes an odd mispaste in bar.c, patches 2,5,6,7 address
32-bit portability issues, patch 3 works around a deadlock on error reporting
(this is a regression that is also visible on trunk with OpenACC offloading),
and patch 4 is a slightly more comprehensive fix to nvptx debuginfo generation.

Alexander Monakov (7):
  libgomp: remove paste error in gomp_team_barrier_wait_end
  nvptx libgcc: use attribute shared
  libgomp plugin: make cuMemFreeHost error non-fatal
  nvptx backend: re-enable line info generation
  nvptx backend: use POINTER_SIZE instead of BITS_PER_WORD
  nvptx backend: change mul.u32 to mul.lo.u32
  nvptx backend: define STACK_SIZE_MODE

 gcc/ChangeLog.gomp-nvptx      | 23 +++++++++++++++++++++++
 gcc/config/nvptx/nvptx.c      | 21 ++++++---------------
 gcc/config/nvptx/nvptx.h      |  1 +
 libgcc/ChangeLog.gomp-nvptx   |  8 ++++++++
 libgcc/config/nvptx/crt0.c    | 10 ++++------
 libgcc/config/nvptx/stacks.c  |  9 ++-------
 libgomp/ChangeLog.gomp-nvptx  |  9 +++++++++
 libgomp/config/nvptx/bar.c    |  2 --
 libgomp/plugin/plugin-nvptx.c |  2 +-
 9 files changed, 54 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-18 17:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-18 17:48 [gomp-nvptx 0/7] Various fixes Alexander Monakov
2016-03-18 17:48 ` [gomp-nvptx 1/7] libgomp: remove paste error in gomp_team_barrier_wait_end Alexander Monakov
2016-03-18 17:48 ` [gomp-nvptx 4/7] nvptx backend: re-enable line info generation Alexander Monakov
2016-03-18 17:48 ` [gomp-nvptx 2/7] nvptx libgcc: use attribute shared Alexander Monakov
2016-03-18 17:49 ` [gomp-nvptx 3/7] libgomp plugin: make cuMemFreeHost error non-fatal Alexander Monakov
2016-03-18 17:49 ` [gomp-nvptx 7/7] nvptx backend: define STACK_SIZE_MODE Alexander Monakov
2016-03-18 17:49 ` [gomp-nvptx 5/7] nvptx backend: use POINTER_SIZE instead of BITS_PER_WORD Alexander Monakov
2016-03-18 18:13 ` [gomp-nvptx 6/7] nvptx backend: change mul.u32 to mul.lo.u32 Alexander Monakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).