aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx/mkoffload.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16gen-mul-tables.cc: Adjust include files.Andrew MacLeod1-2/+2
2015-10-05[PR other/65021] mkoffloads -save-temps handling, and cleanup cleanupThomas Schwinge1-10/+27
2015-10-02nvptx offloading linkingThomas Schwinge1-632/+45
2015-10-02[PR target/67822] OpenMP offloading to nvptx failsThomas Schwinge1-2/+5
2015-09-30mkoffload.c (process): Change offload data format.Nathan Sidwell1-7/+21
2015-09-30Pass on the verbose flag "-v" to/in the mkoffloadsThomas Schwinge1-0/+6
2015-09-30Use gcc/coretypes.h:enum offload_abi in mkoffloadsThomas Schwinge1-16/+40
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-9/+15
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell1-10/+14
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell1-5/+16
2015-07-17mkoffload.c (process): Constify host data.Nathan Sidwell1-2/+2
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell1-2/+3
2015-07-16plugin-nvptx.c (link_ptx): Constify string argument.Nathan Sidwell1-9/+19
2015-07-15mkoffload.c (process): Add C++ protection to emitted code.Nathan Sidwell1-1/+7
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge1-25/+31
2015-04-29[PR libgomp/65099] nvptx mkoffload: pass "-m32" or "-m64" to the compilerThomas Schwinge1-1/+17
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown1-3/+5
2015-02-18nvptx mkoffload: For non-installed testing, look in all COMPILER_PATHs for GC...Thomas Schwinge1-0/+103
2015-02-17nvptx mkoffload: Fix logic error in skipping of "strange" tokens.Thomas Schwinge1-1/+2
2015-02-11nvptx mkoffload: Initialize GCC diagnostic machinery before using it.Thomas Schwinge1-1/+4
2015-02-11nvptx mkoffload: __OPENMP_TARGET__ -> __OFFLOAD_TABLE__.Thomas Schwinge1-2/+2
2015-02-11nvptx mkoffload: Don't hard-code GOMP_DEVICE_NVIDIA_PTX.Thomas Schwinge1-2/+3
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-6/+7
2015-01-28nvptx mkoffload.Thomas Schwinge1-0/+907