Daily bump.
[gcc.git] / gcc / config / nvptx /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-16 Martin Liskaopts: Remove all usages of Report keyword.
2020-10-20 Tobias Burnuscollect-utils.c, lto-wrapper + mkoffload: Improve ...
2020-10-15 Tom de Vries[nvptx] Remove -m32
2020-10-13 Tobias Burnusnvptx/mkoffload.c: Add missing fclose
2020-10-12 Tom de Vries[nvptx] Fix -msoft-stack-reserve-local format
2020-10-10 Tom de Vries[nvptx] Replace dots in function names
2020-10-10 Tom de Vries[nvptx] Factor out write_fn_proto_1
2020-10-09 Tom de Vries[nvptx] Set -misa=sm_35 by default
2020-10-01 Tom de Vries[nvptx] Emit mov.u32 instead of cvt.u32.u32 for truncsiqi2
2020-09-30 Tom de Vries[nvptx] Add type arg to TARGET_LIBC_HAS_FUNCTION
2020-09-25 Tom de Vries[nvptx] Fix Wimplicit-fallthrough in nvptx.c with ...
2020-09-23 Tom de Vries[nvptx] Split up function ref plus const
2020-09-23 Tom de Vries[nvptx] Handle move from DF subreg to DF reg in nvptx_o...
2020-09-11 Tom de Vries[libatomic] Add nvptx support
2020-09-11 Tom de Vries[nvptx] Fix UB in nvptx_assemble_value
2020-09-11 Tom de Vries[nvptx] Fix printing of 128-bit constant (negative...
2020-09-10 Tom de Vries[nvptx] Fix printing of 128-bit constant
2020-09-09 Tom de Vries[nvptx] Fix Wformat in nvptx_assemble_decl_begin
2020-09-09 Tom de Vries[nvptx] Fix boolean type test in write_fn_proto
2020-08-12 Tom de Vries[nvptx] Fix array dimension in nvptx_assemble_decl_begin
2020-08-04 Roger Sayle[PATCH] nvptx: Add support for PTX highpart multiplicat...
2020-08-04 Tom de Vries[nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffle
2020-07-31 Roger Saylenvptx: Define TARGET_TRULY_NOOP_TRUNCATION to false
2020-07-30 Roger Saylenvptx: Provide vec_set<mode> and vec_extract<vmode...
2020-07-29 Roger Saylenvptx: Support floating point reciprocal instructions
2020-07-28 Tom de Vriesnvptx: Support 16-bit shifts and extendqihi2
2020-07-08 Kwok Cheung Yeungamdgcn, nvptx: Handle -fpic/-fPIC in mkoffload
2020-07-06 Roger Saylenvptx: Add support for vadd.add and vsub.add instructions.
2020-07-03 Roger Sayle[PATCH] nvptx: Add support for popcount and widening...
2020-07-03 Roger Saylenvptx: Fix ICE in nvptx_vector_alignment on gcc.dg...
2020-06-23 Alexandre Olivahandle dumpbase in offloading, adjust testsuite
2020-03-17 Jakub JelinekFix up duplicated duplicated words mostly in comments
2020-01-01 Jakub JelinekUpdate copyright years.
2019-11-01 Jakub Jelinekre PR bootstrap/92314 (missing omp-device-properties...
2019-10-31 Jakub Jelinekconfigure.ac: Compute and substitute omp_device_propert...
2019-08-20 Richard SandifordUse function_arg_info for TARGET_FUNCTION_ARG_ADVANCE
2019-08-20 Richard SandifordUse function_arg_info for TARGET_FUNCTION_(INCOMING_)ARG
2019-08-20 Richard SandifordUse function_arg_info for TARGET_PASS_BY_REFERENCE
2019-08-13 Richard SandifordUse checking forms of DECL_FUNCTION_CODE (PR 91421)
2019-06-18 Tom de Vries[nvptx] Use define_insn parametrization
2019-06-17 Tom de Vries[nvptx] Fix missing mode warnings in nvptx.md, omp...
2019-06-16 Tom de Vries[nvptx] Fix some missing mode warnings in nvptx.md
2019-06-13 Jakub Jelineknvptx.c (nvptx_sese_number, [...]): Don't wrap ei varia...
2019-06-12 Tom de Vries[nvptx] Assert fork has at most one join in nvptx_find_par
2019-06-11 Jakub Jelinekre PR target/90811 ([nvptx] ptxas error on OpenMP offlo...
2019-04-05 Martin LiskaRemove usage of apostrophes in error and warning messag...
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-02-22 Thomas Schwinge[PR72741] Use 'oacc_build_routine_dims' for Fortran...
2019-01-15 Tom de Vries[nvptx] Handle assignment to gang-level reduction variable
2019-01-12 Tom de Vries[nvptx] Enable setting vector length using -fopenacc-dim
2019-01-12 Tom de Vries[nvptx] Enable large vectors
2019-01-12 Tom de Vries[nvptx] Apply vector-partitionable routines workaround...
2019-01-12 Tom de Vries[nvptx] Allow default vl to be overridden in nvptx_goac...
2019-01-12 Tom de Vries[nvptx] Verify dimension limits after applying defaults
2019-01-12 Tom de Vries[openacc] Add used parameter to TARGET_GOACC_VALIDATE_DIMS
2019-01-11 Tom de Vries[nvptx] Don't allow vector_length 64 with num_workers 16
2019-01-11 Tom de Vries[nvptx] Move PTX_CTA_SIZE up
2019-01-07 Tom de Vries[nvptx] Force vl32 if calling vector-partitionable...
2019-01-07 Tom de Vries[nvptx] Handle large vector reductions
2019-01-07 Tom de Vries[nvptx] Don't emit barriers for empty loops -- fix
2019-01-07 Tom de Vries[nvptx] Add support for a per-worker broadcast buffer...
2019-01-07 Tom de Vries[nvptx] Allow larger PTX_MAX_VECTOR_LENGTH in nvptx_goa...
2019-01-07 Tom de Vries[nvptx] Postpone warnings in nvptx_goacc_validate_dims_1
2019-01-07 Tom de Vries[nvptx] Eliminate PTX_VECTOR_LENGTH
2019-01-07 Tom de Vries[nvptx] Add asserts in nvptx_goacc_validate_dims
2019-01-03 Tom de Vries[nvptx] Add nvptx_mach_vector_length, nvptx_mach_max_wo...
2019-01-03 Tom de Vries[nvptx] Factor out populate_offload_attrs
2019-01-03 Tom de Vries[nvptx] Add early-out cases in nvptx_goacc_validate_dims
2019-01-03 Tom de Vries[nvptx] Eliminate changed local var in nvptx_goacc_vali...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 Tom de Vries[nvptx] Add PTX_CTA_SIZE
2018-12-19 Tom de Vries[nvptx] Use MAX, MIN, ROUND_UP macros
2018-12-19 Tom de Vries[nvptx] Make nvptx state propagation function names...
2018-12-19 Tom de Vries[nvptx] Rename worker_bcast variables to oacc_bcast
2018-12-19 Tom de Vries[nvptx] Generalize bar.sync instruction
2018-12-19 Tom de Vries[nvptx] Only use one logical barrier resource
2018-12-19 Tom de Vries[nvptx] Use TARGET_SET_CURRENT_FUNCTION
2018-12-17 Tom de Vries[nvptx] Move macro defs to top of nvptx.c
2018-12-17 Tom de Vries[nvptx] Add PTX_WARP_SIZE
2018-12-17 Tom de Vries[nvptx] Fix whitespace in nvptx_single and nvptx_neuter...
2018-12-17 Tom de Vries[nvptx] Unify C/Fortran routine handling in nvptx_goacc...
2018-12-17 Tom de Vries[nvptx] Rewrite nvptx_goacc_validate_dims to use predic...
2018-09-17 Cesar Philippidis[nvptx] Add atomic_fetch* support for SImode arguments.
2018-09-05 Cesar Philippidis[nvptx] Basic -misa support for nvptx
2018-08-03 Tom de Vries[c++] Don't emit exception tables for UI_NONE
2018-08-02 Tom de Vries[nvptx] Ignore c++ exceptions
2018-08-01 Tom de Vries[nvptx] Define TARGET_HAVE_SPECULATION_SAFE_VALUE
2018-07-30 Cesar Philippidis[nvptx, offloading] Determine default workers at runtime
2018-05-09 Tom de Vries[nvptx] Make trap insn noreturn
2018-05-05 Tom de Vries[nvptx] Add workaround for subsequent bar.syncs
2018-05-01 Tom de Vries[nvptx] Improve "offload compiler not found" message...
2018-04-26 Tom de Vries[nvptx] Verify bar.sync position
2018-04-26 Tom de Vries[nvptx] Fix branch-around-nothing
2018-04-20 Nathan Sidwell[nvptx] Fix calls to vector and worker routines
2018-04-12 Tom de Vries[nvptx] Fix handling of extern var with flexible array...
2018-04-09 Tom de Vries[nvptx] Add memory_barrier insn
2018-04-05 Tom de Vries[nvptx] Fix neutering of bb with only cond jump
2018-03-27 Cesar Philippidisre PR target/85056 ([nvptx] wrong declaration of extern...
2018-03-20 Tom de Vries[nvptx] Fix bar.sync position
next