aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-01[nvptx] Handle DCmode in define_expand "omp_simt_xchg_{bfly,idx}"Tom de Vries2-4/+33
2022-03-01[nvptx] Add nvptx-gen.h and nvptx-gen.optTom de Vries8-27/+281
2022-03-01[nvptx] Use nvptx-sm.def for t-omp-deviceTom de Vries2-4/+36
2022-03-01[nvptx] Add nvptx-sm.defTom de Vries4-42/+57
2022-02-28[nvptx] Add -mptx=_Tom de Vries3-1/+6
2022-02-24[nvptx] Add missing t-omp-device isasTom de Vries2-2/+8
2022-02-24[nvptx] Add shf.{l,r}.wrap insnTom de Vries1-0/+16
2022-02-24[nvptx] Fix dummy location in gen_commentTom de Vries1-1/+1
2022-02-23nvptx: Back-end portion of a fix for PR target/104489.Roger Sayle1-1/+2
2022-02-22nvptx: Add -misa=sm_70Tobias Burnus3-0/+7
2022-02-22nvptx: Add -mptx=6.0Tobias Burnus1-0/+3