aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-15[libomptarget][nfc] Make interface.h target independentHEADmasterJon Chesterfield
2019-10-08[OpenMP] Enable thread affinity on FreeBSDDavid Carlier
2019-10-08Don't assume Type from `readelf -d` has parenthesesAndrey Churbanov
2019-10-08Don't link libm with -Wl,--as-needed on FreeBSDAndrey Churbanov
2019-10-04[libomptarget][nfc] Update remaining uint32 to use lanemask_tJon Chesterfield
2019-10-04Use named constant to indicate all lanes, to handle 32 and 64 wide architecturesJon Chesterfield
2019-09-28[OpenMP] FreeBSD address check if mapped more nativeDavid Carlier
2019-09-27[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...Sergey Dmitriev
2019-09-25fixed test: eliminated race condition which might cause deadlockAndrey Churbanov
2019-09-25Enable tasks dependencies hashmaps resizing.Andrey Churbanov
2019-09-04[OpenMP] Change initialization of __kmp_globalJonas Hahnfeld
2019-09-03[OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.Alexey Bataev
2019-09-03[libomptarget] Refactor activemask macro to inline functionJon Chesterfield
2019-08-28Use target_impl functions to replace more inline asmJon Chesterfield
2019-08-28[libomptarget] Refactor syncthreads macro to inline functionJon Chesterfield
2019-08-28[libomptarget] Refactor syncwarp macro to inline functionJon Chesterfield
2019-08-28Fix build break due to close brace lost in mergeJon Chesterfield
2019-08-28[libomptarget] Refactor shfl_down_sync macro to inline functionJon Chesterfield
2019-08-28[libomptarget] Refactor shfl_sync macro to inline functionJon Chesterfield
2019-08-26[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.Alexey Bataev
2019-08-23[OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.Alexey Bataev
2019-08-20Force honoring nthreads-var and thread-limit-var inside teams construct on hostJonathan Peyton
2019-08-15[OpenMP] Enable warning about "implicit fallthrough"Jonas Hahnfeld
2019-08-15[OpenMP] Remove 'unnecessary parentheses'Jonas Hahnfeld
2019-08-15[OMPT] Resolve warnings because of ints in if conditionsJonas Hahnfeld
2019-08-15[OpenMP] Turn on -Wall compiler warnings by defaultJonas Hahnfeld
2019-08-13Factor architecture dependent code out of loop.cuJon Chesterfield
2019-08-12Cleanup unused variable.Andrey Churbanov
2019-08-09[OpenMP][libomptarget] Add support for close map modifierGheorghe-Teodor Bercea
2019-08-09[libomptarget] Remove duplicate RTLRequiresFlags per deviceJonas Hahnfeld
2019-08-07[OpenMP][libomptarget] Add support for unified memory for regular mapsGheorghe-Teodor Bercea
2019-08-07Use forceinline. Necessary for nvcc to inline small functions within the bitc...Jon Chesterfield
2019-08-06[OPENMP][OFFLOADING]Fix the test, NFC.Alexey Bataev
2019-08-05[OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton
2019-08-05[OpenMP] Fix broken build due to new OMPT testsHansang Bae
2019-08-05[libomptarget] Harmonize emitting CUDA errors and general debug messages.Michael Kruse
2019-08-04[OpenMP 5.0] libomptarget interface for declare mapper functions.Michael Kruse
2019-08-03Add OMPT support for teams constructHansang Bae
2019-07-30[OpenMP] Rename last file to cpp and remove LIBOMP_CFLAGSJonas Hahnfeld
2019-07-25[openmp] Workaround bug in old Android pthread_attr_setstacksizeYi Kong
2019-07-25[OpenMP] Fix build of stubs library, NFC.Jonas Hahnfeld
2019-07-25[OPENMP][NVPTX]Perform memory flush if number of threads to sync is 1 or less.Alexey Bataev
2019-07-25[OpenMP] RISCV64 portJonas Hahnfeld
2019-07-23[libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld
2019-07-22[OMPT] Cleanup reset of exit_frame pointerJonas Hahnfeld
2019-07-22Delete empty fileJonas Hahnfeld
2019-07-18[OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...Alexey Bataev
2019-07-17[OPENMP] Resolve lost LoopTripCnt for subsequent loops in same thread.Ron Lieberman
2019-07-17Remove REQUIRES OMP spec version within lit testsJonathan Peyton
2019-07-16[OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld