]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2022-06-27 Andrew Stubbsamdgcn: libgomp plugin USM implementation devel/omp/gcc-11
2022-06-27 Andrew Stubbsamdgcn, openmp: Auto-detect USM mode and set HSA_XNACK
2022-06-27 Andrew Stubbsamdgcn: Support XNACK mode
2022-06-27 Tobias BurnusFix gfortran.dg/gomp/affinity-clause-1.f90
2022-06-27 Tobias BurnusFix gfortran.dg/gomp/num-teams-2.f90
2022-06-17 Chung-Lin Tangopenmp: Implement uses_allocators clause
2022-06-17 Chung-Lin Tangmiddle-end/103851 - ensure SSA names are released durin...
2022-06-14 Chung-Lin TangRevert "openmp: Implement uses_allocators clause"
2022-06-13 Chung-Lin Tangopenmp: Implement uses_allocators clause
2022-05-30 Andrew Jenner[PATCH] GCN: Implement __atomic_compare_exchange_{1...
2022-05-24 Andrew Stubbsamdgcn: Add gfx90a support
2022-05-24 Andrew Stubbsamdgcn: Remove LLVM 9 assembler/linker support
2022-05-12 Tobias BurnusOpenMP: Handle descriptors in target's firstprivate...
2022-05-12 Tobias BurnusFortran: Fix proc pointer as elemental arg handling
2022-04-27 Tobias BurnusFortran: Fix finalization resolution with deep copy...
2022-04-25 Tobias BurnusFortran: Fix finalization resolution with deep copy
2022-04-20 Tobias BurnusOpenMP: Fix use_device_{addr,ptr} with in-data-sharing arg
2022-04-20 Andrew Stubbsopenmp: unified_address support
2022-04-13 Andrew Stubbslibgomp: autodetect page sizes in pinned memory tests
2022-04-05 Chung-Lin TangOpenMP: Fix nested use_device_ptr
2022-04-02 Andrew Stubbsopenmp: Do USM transform for omp_target_alloc
2022-04-01 Hafiz Abid... Fix a crash due to mismatch of free and GOMP_alloc.
2022-03-30 Andrew Stubbsopenmp: BUILT_IN_GOMP_ENABLE_PINNED_MODE
2022-03-29 Andrew Stubbslibgomp, nvptx: report USM supported
2022-03-23 Tobias BurnusLTO: Fixes for renaming issues with offload/OpenMP...
2022-03-23 Tobias BurnusOpenMP/C++: Permit mapping classes with virtual members...
2022-03-11 Andrew Stubbsopenmp: -foffload-memory=pinned
2022-03-11 Hafiz Abid... openmp: Use libgomp memory allocation functions with...
2022-03-11 Andrew Stubbsopenmp, nvptx: ompx_unified_shared_mem_alloc
2022-03-11 Andrew Stubbsopenmp: allow requires unified_shared_memory
2022-03-11 Andrew Stubbsopenmp: Add -foffload-memory
2022-03-11 Andrew Stubbsopenmp, nvptx: low-lat memory access traits
2022-03-11 Andrew Stubbslibgomp, openmp: Add ompx_pinned_mem_alloc
2022-03-11 Andrew Stubbslibgomp: pinned memory
2022-03-11 Chung-Lin Tangopenmp: Allow classes with static members to be mappable
2022-03-10 Hafiz Abid... Fix an ICE with allocate directive.
2022-03-10 Hafiz Abid... Lower allocate directive (OpenMP 5.0).
2022-03-10 Hafiz Abid... Gimplify allocate directive (OpenMP 5.0).
2022-03-10 Hafiz Abid... Handle cleanup of omp allocated variables (OpenMP 5.0).
2022-03-10 Hafiz Abid... Translate allocate directive (OpenMP 5.0).
2022-03-10 Hafiz Abid... Add parsing support for allocate directive (OpenMP...
2022-03-08 Hafiz Abid... Set omp_requires_mask for dynamic_allocators.
2022-03-08 Hafiz Abid... Add a restriction on allocate clause (OpenMP 5.0)
2022-03-08 Hafiz Abid... Fix multiple issue in the testcase allocate-1.f90.
2022-03-08 Hafiz Abid... Add support for allocate clause (OpenMP 5.0).
2022-03-07 Harald AnlaufFortran: ICE with automatic character object, save...
2022-03-07 Harald AnlaufFortran: reject invalid non-constant pointer initializa...
2022-03-07 Tobias BurnusFortran: Avoid running into assert with -fcheck= +...
2022-03-02 Tobias BurnusFortran/OpenMP: class.cc fix for mapping of DT with...
2022-03-01 Tobias BurnusFortran/OpenMP: Support mapping of DT with allocatable...
2022-02-27 Tobias BurnusFortran/OpenMP: Fix depend-clause handling for c_ptr
2022-02-27 Tobias BurnusFortran/OpenMP: Fix depend-clause handling
2022-02-27 Tobias BurnusFortran/OpenMP: Avoid ICE for invalid char array in...
2022-02-27 Tobias Burnuslibgomp/testsuite: Improve omp_get_device_num() tests
2022-02-27 Tobias BurnusFortran: Handle compare in OpenMP atomic
2022-02-27 Tobias BurnusFortran/OpenMP: Support most of 5.1 atomic extensions
2022-02-27 Tobias BurnusFortran: openmp: Add support for thread_limit clause...
2022-02-27 Jakub Jelinekopenmp: Add support for thread_limit clause on target
2022-02-27 Tobias BurnusFortran/openmp: Fix '!$omp end'
2022-02-27 Tobias BurnusFortran/openmp: Add support for 2 argument num_teams...
2022-02-27 Jakub Jelinekopenmp: Add support for 2 argument num_teams clause
2022-02-27 Tobias BurnusOpenMP: Add strictly nested API call check [PR102972]
2022-02-24 Chung-Lin Tangopenmp: Handle C/C++ array reference base-pointers...
2022-02-18 Kwok Cheung... openmp: Improve handling of nested OpenMP metadirective...
2022-02-14 Kwok Cheung... openmp: More Fortran front-end fixes for metadirectives
2022-02-14 Kwok Cheung... openmp: Eliminate non-matching metadirective variants...
2022-02-14 Andrew Stubbsamdgcn: Allow vector reductions on constants
2022-01-31 Kwok Cheung... openmp: Fix error message in Fortran front-end
2022-01-28 Kwok Cheung... Add missing ChangeLog.omp entries for previous patch
2022-01-28 Kwok Cheung... openmp: Add warning when functions containing metadirec...
2022-01-27 Chung-Lin TangFix omp-low ICE for indirect references based off compo...
2022-01-27 Chung-Lin Tangopenmp: Fix ICE in [PR103705]
2022-01-25 Kwok Cheung... openmp: Add support for 'target_device' context selecto...
2022-01-25 Kwok Cheung... openmp: Metadirective fixes
2022-01-25 Kwok Cheung... openmp: Add testcases for metadirectives
2022-01-25 Kwok Cheung... openmp, fortran: Add Fortran support for parsing metadi...
2022-01-25 Kwok Cheung... openmp: Add C++ support for parsing metadirectives
2022-01-25 Kwok Cheung... openmp: Add support for streaming metadirectives and...
2022-01-25 Kwok Cheung... openmp: Add support for resolving metadirectives during...
2022-01-25 Kwok Cheung... openmp: Add middle-end support for metadirectives
2022-01-25 Kwok Cheung... openmp: Add C support for parsing metadirectives
2022-01-25 Richard BienerExpose stable sort algorithm to gcc_sort_r and add...
2022-01-23 Sandra LoosemoreFortran: Fix scope for OMP AFFINITY clause iterator...
2022-01-19 Marcel Vollweilerlibgomp, OpenMP: Fix issue for omp_get_device_num on...
2022-01-04 Chung-Lin Tanglibgomp: Fix GOMP_DEVICE_NUM_VAR stringification during...
2022-01-04 Chung-Lin Tangopenmp: Fix ICE in gimplify_omp_affinity [PR103643]
2021-12-22 Andrew Stubbsamdgcn: Change offload variable table discovery
2021-12-22 Andrew Stubbslibgomp, nvptx: low-latency memory allocator
2021-12-22 Andrew Stubbsnvptx: bump default to PTX 4.1
2021-12-22 Andrew StubbsOpenMP: allow requires dynamic_allocators
2021-12-08 Chung-Lin Tangfortran: OpenMP/OpenACC array mapping alignment fix...
2021-12-03 Chung-Lin Tangfortran: Fix setting of array lower bound for named...
2021-11-24 Tobias BurnusUpdate GMP/MPFR/MPC/ISL version in contrib/download_pre...
2021-11-17 Frederik Harwathopenacc: Adjust test expectations to new "kernels"...
2021-11-17 Frederik Harwathgraphite: Accept loops without data references
2021-11-17 Frederik Harwathgraphite: Adjust scop loop-nest choice
2021-11-17 Frederik Harwathgraphite: Tune parameters for OpenACC use
2021-11-17 Frederik Harwathopenacc: Disable pass_pre on outlined functions analyze...
2021-11-17 Frederik Harwathopenacc: Handle internal function calls in pass_lim
2021-11-17 Frederik Harwathopenacc: Warn about "independent" "kernels" loops with...
next
This page took 0.092145 seconds and 5 git commands to generate.