aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-22[nvptx] Add -mptx-commentTom de Vries2-0/+45
2022-02-21[nvptx] Initialize ptx regsTom de Vries2-0/+192
2022-02-19[nvptx] Use _ as destination operand of atom.exchTom de Vries2-10/+33
2022-02-19[nvptx] Don't skip atomic insns in nvptx_reorg_uniform_simtTom de Vries2-5/+17
2022-02-19[nvptx] Use nvptx_warpsync / nvptx_uniform_warp_check for -muniform-simtTom de Vries1-3/+31
2022-02-11[nvptx] Handle asm insn in prevent_branch_around_nothingTom de Vries1-0/+8
2022-02-10[nvptx] Handle sm_7x shared atomic store more optimalTom de Vries1-2/+20
2022-02-10[nvptx] Handle pre-sm_7x shared atomic store using atomic exchangeTom de Vries3-0/+53
2022-02-10[nvptx] Workaround sub.u16 driver JIT bugTom de Vries1-1/+8
2022-02-10nvptx: Tweak constraints on copysign instructionsRoger Sayle1-2/+2
2022-02-10PR target/104345: Use nvptx "set" instruction for cond ? -1 : 0Roger Sayle1-4/+54
2022-02-10nvptx: Fix and use BI mode logic instructions (e.g. and.pred)Roger Sayle1-19/+28
2022-02-10nvptx: Add support for 64-bit mul.hi (and other) instructionsRoger Sayle1-4/+87
2022-02-10nvptx: Expand QI mode operations using SI mode instructionsRoger Sayle1-7/+107
2022-02-10nvptx: Improved support for HFMode including neghf2 and abshf2Roger Sayle1-0/+43
2022-02-08[nvptx] Unbreak build, add PTX_ISA_SM70Tom de Vries2-0/+2
2022-02-08[nvptx] Choose -mptx default based on -misaTom de Vries4-19/+122
2022-02-08[nvptx] Fix 'main (int argc)' compilationTom de Vries1-3/+6
2022-02-08[nvptx] Fix .local atomic regressionsTom de Vries3-31/+58
2022-02-01[nvptx] Add uniform_warp_check insnTom de Vries2-4/+36
2022-02-01[nvptx] Add bar.warp.syncTom de Vries2-0/+14
2022-02-01[nvptx] Update default ptx isa to 6.3Tom de Vries1-1/+1
2022-02-01[nvptx] Update bar.sync for ptx isa 6.0Tom de Vries3-2/+8
2022-02-01[nvptx] Handle nop in prevent_branch_around_nothingTom de Vries1-0/+1
2022-02-01[nvptx] Add some support for .local atomicsTom de Vries1-2/+80
2022-02-01[nvptx] Fix reduction lockTom de Vries2-5/+49
2022-01-19nvptx: update fix for -Wformat-diagMartin Liska1-4/+4
2022-01-18nvptx: fix -Wformat-diag warningsMartin Liska2-7/+7
2022-01-17Change references of .c files to .cc filesMartin Liska5-6/+6