aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/nvptx
AgeCommit message (Expand)AuthorFilesLines
2021-02-10nvptx: properly use flag_patchable_function_entryMartin Liska1-1/+5
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-12-16opts: Remove all usages of Report keyword.Martin Liska1-8/+8
2020-10-20collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filenameTobias Burnus1-2/+4
2020-10-15[nvptx] Remove -m32Tom de Vries1-3/+5
2020-10-13nvptx/mkoffload.c: Add missing fcloseTobias Burnus1-0/+1
2020-10-12[nvptx] Fix -msoft-stack-reserve-local formatTom de Vries1-1/+1
2020-10-10[nvptx] Replace dots in function namesTom de Vries1-3/+54
2020-10-10[nvptx] Factor out write_fn_proto_1Tom de Vries1-19/+23
2020-10-09[nvptx] Set -misa=sm_35 by defaultTom de Vries2-2/+6
2020-10-01[nvptx] Emit mov.u32 instead of cvt.u32.u32 for truncsiqi2Tom de Vries1-3/+7
2020-09-30[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTIONTom de Vries1-0/+20
2020-09-25[nvptx] Fix Wimplicit-fallthrough in nvptx.c with -save-tempsTom de Vries1-2/+2
2020-09-23[nvptx] Split up function ref plus constTom de Vries1-0/+18
2020-09-23[nvptx] Handle move from DF subreg to DF reg in nvptx_output_mov_insnTom de Vries1-1/+6
2020-09-11[libatomic] Add nvptx supportTom de Vries1-0/+16
2020-09-11[nvptx] Fix UB in nvptx_assemble_valueTom de Vries1-1/+3
2020-09-11[nvptx] Fix printing of 128-bit constant (negative case)Tom de Vries1-1/+4
2020-09-10[nvptx] Fix printing of 128-bit constantTom de Vries1-1/+5
2020-09-09[nvptx] Fix Wformat in nvptx_assemble_decl_beginTom de Vries1-1/+1
2020-09-09[nvptx] Fix boolean type test in write_fn_protoTom de Vries1-1/+1
2020-08-12[nvptx] Fix array dimension in nvptx_assemble_decl_beginTom de Vries1-2/+2
2020-08-05[PATCH] nvptx: Add support for PTX highpart multiplications (HI/SI)Roger Sayle1-0/+48
2020-08-04[nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffleTom de Vries1-0/+38
2020-07-31nvptx: Define TARGET_TRULY_NOOP_TRUNCATION to falseRoger Sayle1-0/+11
2020-07-30nvptx: Provide vec_set<mode> and vec_extract<vmode><mode> patternsRoger Sayle1-0/+80
2020-07-29nvptx: Support floating point reciprocal instructionsRoger Sayle1-0/+9
2020-07-28nvptx: Support 16-bit shifts and extendqihi2Tom de Vries1-9/+16
2020-07-08amdgcn, nvptx: Handle -fpic/-fPIC in mkoffloadKwok Cheung Yeung1-2/+13
2020-07-06nvptx: Add support for vadd.add and vsub.add instructions.Roger Sayle1-0/+16
2020-07-03[PATCH] nvptx: Add support for popcount and widening multiply instructionsRoger Sayle1-0/+44
2020-07-03nvptx: Fix ICE in nvptx_vector_alignment on gcc.dg/attr-vector_size.cRoger Sayle1-2/+15
2020-06-23handle dumpbase in offloading, adjust testsuiteAlexandre Oliva1-2/+29
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-11-02re PR bootstrap/92314 (missing omp-device-properties', needed by 's-omp-devic...Jakub Jelinek2-5/+4
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek2-0/+34
2019-08-20Use function_arg_info for TARGET_FUNCTION_ARG_ADVANCERichard Sandiford1-4/+1
2019-08-20Use function_arg_info for TARGET_FUNCTION_(INCOMING_)ARGRichard Sandiford1-8/+7
2019-08-20Use function_arg_info for TARGET_PASS_BY_REFERENCERichard Sandiford1-4/+2
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-1/+1
2019-06-18[nvptx] Use define_insn parametrizationTom de Vries3-34/+9
2019-06-17[nvptx] Fix missing mode warnings in nvptx.md, omp partTom de Vries3-9/+42
2019-06-16[nvptx] Fix some missing mode warnings in nvptx.mdTom de Vries1-5/+5
2019-06-13nvptx.c (nvptx_sese_number, [...]): Don't wrap ei variable name in the declar...Jakub Jelinek1-8/+7
2019-06-12[nvptx] Assert fork has at most one join in nvptx_find_parTom de Vries1-0/+1
2019-06-11re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek1-1/+1
2019-04-05Remove usage of apostrophes in error and warning messages (PR translation/899...Martin Liska1-1/+1
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska2-2/+3
2019-02-22[PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi...Thomas Schwinge1-35/+0