aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx
AgeCommit message (Expand)AuthorFilesLines
2024-02-21OpenMP/nvptx: support 'arch(nvptx64)' as context selectorTobias Burnus2-2/+3
2024-01-29nvptx.opt: Add sm_89 and sm_90a to -march-map=Tobias Burnus1-0/+6
2024-01-04Add generated .opt.urls filesDavid Malcolm2-0/+31
2024-01-03nvptx: Restructure code generating function map labelsKwok Cheung Yeung1-2/+4
2024-01-03Update copyright years.Jakub Jelinek17-18/+18
2023-12-07strub: enable conditional supportAlexandre Oliva1-0/+3
2023-12-05Add a new target hook: TARGET_START_CALL_ARGSRichard Sandiford1-2/+2
2023-12-02Allow target attributes in non-gnu namespacesRichard Sandiford1-4/+3
2023-11-20Trivial typo fix in variadicMarc Poulhiès2-9/+9
2023-11-15Update nvptx's bitrev<mode>2 pattern to use BITREVERSE rtx.Roger Sayle1-4/+1
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung2-2/+91
2023-11-06nvptx: Use the usual '#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)'Thomas Schwinge1-0/+3
2023-10-18nvptx: Use fatal_error when -march= is missing not an assert [PR111093]Tobias Burnus1-2/+3
2023-09-12nvptx 'TARGET_USE_LOCAL_THUNK_ALIAS_P', 'TARGET_SUPPORTS_ALIASES'Thomas Schwinge1-0/+5
2023-08-09targhooks: Extend legitimate_address_p with code_helper [PR110248]Kewen Lin1-1/+1
2023-06-30Flip the nvptx port to LRASegher Boessenkool1-3/+0
2023-06-14driver: Forward '-lgfortran', '-lm' to offloading compilationThomas Schwinge1-0/+12
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