]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2022-06-21  Kwok Cheung... Update expected messages in kernels-decompose-2 tests
2022-06-21  Kwok Cheung... Fix is_oacc_parallel_or_serial for kernel regions
2022-06-21  Kwok Cheung... Update expected messages in OpenACC tests
2022-06-21  Thomas Schwinge[WIP] OpenMP 5.0: requires directive: workaround to...
2022-06-21  Andrew StubbsDWARF: late code range fixup
2022-06-21  Kwok Cheung... openmp: Scale type precision of collapsed iterator...
2022-06-21  Chung-Lin TangAllow static constexpr fields in mappable types for C++
2022-06-21  Andrew Stubbsnvptx: remove erroneous stack deletion
2022-06-21  Andrew StubbsDWARF: fix ICE caused by offload debug fix
2022-06-21  Chung-Lin TangOpenMP 5.0: requires directive
2022-06-21  Chung-Lin TangOpenMP 5.0: Allow multiple clauses mapping same variable
2022-06-21  Andrew StubbsCorrect fix offload dwarf info
2022-06-21  Andrew StubbsDWARF address space for variables
2022-06-21  Andrew StubbsFix offload dwarf info
2022-06-21  Julian Brown[og10] vect: Add target hook to prefer gather/scatter...
2022-06-21  Julian Brown[og10] openacc: Adjust loop lowering for AMD GCN
2022-06-21  Andrew Stubbsdwarf: Multi-register CFI address support
2022-06-21  Sandra LoosemoreRelax some restrictions on the loop bound in kernels...
2022-06-21  Sandra LoosemoreClean up loop variable extraction in OpenACC kernels...
2022-06-21  Sandra LoosemoreFix patterns in Fortran tests for kernels loop annotation.
2022-06-21  Sandra LoosemorePermit calls to builtins and intrinsics in kernels...
2022-06-21  Tobias BurnusUpdate dg-* in gfortran.dg/gomp/pr67500.f90
2022-06-21  Sandra LoosemoreAnnotate inner loops in "acc kernels loop" directives...
2022-06-21  Sandra LoosemoreAnnotate inner loops in "acc kernels loop" directives...
2022-06-21  Sandra LoosemoreAdd a "combined" flag for "acc kernels loop" etc direct...
2022-06-21  Kwok Cheung... Fix gfortran.dg/goacc/pr70828.f90 testcase
2022-06-21  Kwok Cheung... XFAIL tests in gfortran.dg/goacc/loop-2-kernels.f95
2022-06-21  Kwok Cheung... Fix failures in c-c++-common/goacc/note-parallelism...
2022-06-21  Tobias Burnuslibgomp.oacc-fortran/firstprivate-int.f90 fix for nonex...
2022-06-21  Kwok Cheung... Fix goacc/noncontig_array-1.c testcase
2022-06-21  Tobias BurnusOpenACC: fix privatization of by-reference arrays
2022-06-21  Sandra LoosemoreFix bug in processing of array dimensions in data clauses.
2022-06-21  Sandra LoosemoreAdditional Fortran testsuite fixes for kernels loops...
2022-06-21  Sandra LoosemoreKernels loops annotation: Fortran.
2022-06-21  Sandra LoosemoreAdd -fno-openacc-kernels-annotate-loops option to more...
2022-06-21  Sandra LoosemoreKernels loops annotation: C and C++.
2022-06-21  Kwok Cheung... Add XFAIL for libgomp.oacc-c-c++-common/data-firstpriva...
2022-06-21  Tobias BurnusFix vector handling for firstprivate of <= pointer...
2022-06-21  Julian BrownFix OpenACC "ephemeral" asynchronous host-to-device...
2022-06-21  Julian BrownFortran "declare create"/allocate support for OpenACC
2022-06-21  Julian BrownHandle references in OpenACC "private" clauses
2022-06-21  Tobias BurnusSilence compiler warnings
2022-06-21  Julian BrownOpenACC profiling-interface fixes for asynchronous...
2022-06-21  Julian BrownUpdate expected messages, errors and warnings for ...
2022-06-21  Julian BrownUse more appropriate var in localize_reductions call
2022-06-21  Julian BrownFix tree check failure with reduction localization
2022-06-21  Julian BrownReference reduction localization
2022-06-21  Julian BrownFix libgomp.oacc-fortran/lib-13.f90 async bug
2022-06-21  Julian BrownAdd missing exec_params libgomp plugin entry points
2022-06-21  Julian BrownNVPTX GOMP_OFFLOAD_openacc_async_construct arg fix...
2022-06-21  Kwok Cheung... Add changes to profiling interface from OG8 branch
2022-06-21  Julian BrownAssumed-size arrays with non-lexical data mappings
2022-06-21  Kwok Cheung... Fix expected messages in goacc tests
2022-06-21  Julian BrownFix lexically-nested data mappings for no_alloc or...
2022-06-21  Julian BrownFix references declared in lexically-enclosing OpenACC...
2022-06-21  Julian BrownAdd kernels for-index reuse testcase.
2022-06-21  Julian BrownUpdate OpenACC version to 2.6
2022-06-21  Thomas SchwingeMake new OpenACC kernels conversion the default; adjust...
2022-06-21  Thomas SchwingeUse "--param=openacc-kernels=parloops" to document...
2022-06-21  Maciej W. RozyckiDisable libstdc++ dependency for libffi
2022-06-21  Julian BrownTweak target selector for libgomp.oacc-c-c++-common...
2022-06-21  Julian BrownEnable firstprivate OpenACC reductions
2022-06-21  Julian BrownDon't mark OpenACC auto loops as independent inside...
2022-06-21  Julian BrownEnable GOMP_MAP_FIRSTPRIVATE_INT for OpenACC
2022-06-21  Julian BrownFix implicit mapping for array slices on lexically...
2022-06-21  Julian BrownDefault compute dimensions (compile time)
2022-06-21  Julian BrownGenerate sequential loop for OpenACC loop directive...
2022-06-21  Julian BrownReinstate kernels-restrict behaviour
2022-06-21  Julian BrownAdjustments and additions to testcases
2022-06-21  Julian BrownVarious OpenACC reduction enhancements - test cases
2022-06-21  Julian BrownVarious OpenACC reduction enhancements - ME and nvptx...
2022-06-21  Julian BrownVarious OpenACC reduction enhancements - FE changes
2022-06-21  Julian BrownAdd OpenACC Fortran support for deviceptr and variable...
2022-06-21  Julian BrownTweak error return value for acc_set_cuda_stream.
2022-06-21  Chung-Lin TangMerge non-contiguous array support patches.
2022-06-21  Kwok Cheung... Identify OMP development branch in output of 'gcc ...
2022-04-28  Jakub Jelinekcgraph: Don't verify semantic_interposition flag for...
2022-04-28  Thomas SchwingeFix up 'libgomp.oacc-fortran/print-1.f90' GCN offloadin...
2022-04-28  Iain Sandoec++, coroutines: Improve check for throwing final await...
2022-04-28  Iain Sandoec++, coroutines: Account for overloaded promise return_...
2022-04-28  Iain Sandoec++, coroutines: Make sure our temporaries are in a...
2022-04-28  Nathan Sidwellc++, coroutines: Avoid expanding within templates ...
2022-04-28  Iain Sandoetestsuite,X86: Fix missing USER_LABEL_PREFIX cases.
2022-04-28  Iain Sandoetestsuite: Add target requires for ifuncs to mv31.C.
2022-04-28  Marek Polacekc++: global-namespace-qualified var after class def...
2022-04-28  Jonathan Wakelylibstdc++: Fix error reporting in filesystem::copy...
2022-04-28  Iain Buclawd: Merge upstream dmd 313d28b3d, druntime e361d200.
2022-04-28  Jakub Jelineki386: Fix up ix86_gimplify_va_arg [PR105331]
2022-04-28  Jonathan Wakelydoc: Remove misleading text about multilibs for IEEE...
2022-04-28  François Dumontlibstdc++: Remove redundant line in versioned namespace...
2022-04-28  Rainer Orthdoc: Document Solaris D bootstrap requirements [PR...
2022-04-28  Richard Bienertree-optimization/105219 - bogus max iters for vectoriz...
2022-04-28  Kewen Lintestsuite: Add test case for pack/unpack bifs at soft...
2022-04-28  Jia-Wei Chentestsuite: Skip target not support -pthread [PR104676].
2022-04-28  Xi Ruoyaoloongarch: ignore zero-size fields in calling convention
2022-04-28  GCC AdministratorDaily bump.
2022-04-27  Jason Merrillc++: add comments
2022-04-27  Thomas KoenigFix oversight from previous commit to pr70673.
2022-04-27  Marek Polacekc++: enum in generic lambda at global scope [PR105398]
2022-04-27  Jakub Jelinektestsuite: Add testcase for dangling pointer equality...
next