aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx
AgeCommit message (Expand)AuthorFilesLines
2023-05-21nvptx: Add suppport for __builtin_nvptx_brev instrinsic.Roger Sayle1-0/+32
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer1-4/+4
2023-05-18gcc: Fix nonportable shell syntax in "test" and "[" commands [PR105831]Michael Bäuerle1-1/+1
2023-05-05nvptx/mkoffload.cc: Add dummy proc for OpenMP rev-offload table [PR108098]Tobias Burnus1-0/+14
2023-01-16Update copyright years.Jakub Jelinek17-18/+18
2022-12-21nvptx: support bar.red instructionChung-Lin Tang2-0/+131
2022-11-19[PR other/104044] Remove extraneous semicolonsJeff Law1-1/+1
2022-11-19nvptx: In 'STARTFILE_SPEC', fix 'crt0.o' for '-mmainkernel'Thomas Schwinge1-1/+1
2022-11-16nvptx/mkoffload.cc: Fix "$nohost" checkTobias Burnus1-2/+4
2022-11-04Better integrate default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRU...Thomas Schwinge1-1/+0
2022-11-04Restore default 'sorry' 'TARGET_ASM_CONSTRUCTOR', 'TARGET_ASM_DESTRUCTOR'Thomas Schwinge1-0/+1
2022-09-26nvptx: Allow '--with-arch' to override the default '-misa'Thomas Schwinge2-5/+76
2022-09-26nvptx: Introduce dummy multilib option for default '-misa=sm_30'Thomas Schwinge1-1/+19
2022-09-26nvptx: Make default '-misa=sm_30' explicitThomas Schwinge3-1/+9
2022-09-26nvptx: forward '-v' command-line option to assemblerThomas Schwinge1-0/+4
2022-09-12nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possibleTobias Burnus1-4/+14
2022-09-09nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus2-12/+127
2022-09-05rename DBX_REGISTER_NUMBER to DEBUGGER_REGNOMartin Liska1-1/+1
2022-09-03nvptx: Silence unused variable warning in output_constant_pool_contents()Jan-Benedict Glaw1-0/+3
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska1-1/+0
2022-08-19mkoffload: Cleanup temporary omp_requires_fileTobias Burnus1-1/+3
2022-07-06Restore 'GOMP_offload_unregister_ver' functionalityThomas Schwinge1-4/+4
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus1-4/+25
2022-05-17Revert 'Use more ARRAY_SIZE.' for mkoffloadTobias Burnus1-3/+3
2022-05-16Use more ARRAY_SIZE.Martin Liska1-3/+3
2022-04-12Let nvptx-as figure out the target architecture [PR97348]Thomas Schwinge2-6/+0
2022-04-12Revert "[nvptx] Use --no-verify for sm_30"Thomas Schwinge1-1/+1
2022-04-12Revert "[nvptx] Fix ASM_SPEC workaround for sm_30"Thomas Schwinge1-18/+4
2022-03-31[nvptx] Fix ASM_SPEC workaround for sm_30Tom de Vries1-4/+18
2022-03-29[nvptx] Add __PTX_ISA_VERSION_{MAJOR,MINOR}__Tom de Vries3-0/+32
2022-03-29[nvptx] Update help text for m64Tom de Vries1-1/+2
2022-03-29[nvptx] Add march-mapTom de Vries1-0/+51
2022-03-29[nvptx] Add march alias for misaTom de Vries1-0/+4
2022-03-28[nvptx] Improve help description of misa and mptxTom de Vries4-6/+7
2022-03-22[nvptx] Use '%' as register prefixTom de Vries1-7/+8
2022-03-22[nvptx] Limit HFmode support to mexperimentalTom de Vries1-2/+2
2022-03-22[nvptx] Add mexperimentalTom de Vries1-0/+3
2022-03-22[nvptx] Use .alias directive for mptx >= 6.3Tom de Vries4-1/+94
2022-03-22[nvptx] Add warp sync at simt exitTom de Vries1-0/+4
2022-03-22nvptx: fix wrapping in an error message.Martin Liska1-2/+2
2022-03-10[nvptx] Use no,yes for attribute predicableTom de Vries1-20/+20
2022-03-10[nvptx] Disable warp sync in simt regionTom de Vries3-17/+58
2022-03-10[nvptx] Handle unused result in nvptx_unisimt_handle_setTom de Vries1-1/+3
2022-03-10[nvptx] Use bit-bucket operand for atom insnsTom de Vries2-6/+15
2022-03-10[nvptx] Use atom.and.b64 instead of atom.b64.andTom de Vries1-1/+1
2022-03-10[nvptx] Add multilib mptx=3.1Tom de Vries1-3/+1
2022-03-10[nvptx] Restore default to sm_30Tom de Vries2-2/+2
2022-03-03[nvptx] Build libraries with mptx=3.1Tom de Vries1-1/+1
2022-03-03[nvptx] Build libraries with misa=sm_30Tom de Vries1-0/+2
2022-03-03[nvptx] Use --no-verify for sm_30Tom de Vries1-1/+1