OSDN Git Service

[ORC] Add a missing '&'.
[android-x86/external-llvm-project.git] / openmp /
2020-10-16 George Rokos[libomptarget] Fix copy-to motion for PTR_AND_OBJ entri...
2020-10-15 JonChesterfield[openmp][libomptarget] Include header from LLVM source...
2020-10-12 JonChesterfield[libomptarget][amdgcn] Implement partial barrier
2020-10-08 Joseph Huber[OpenMP] Change CMake Configuration to Build for Highes...
2020-10-06 Pushpinder Singh[OpenMP][RTL] Remove dead code
2020-10-05 Joachim Protze[OpenMP][Archer][Tests] NFC: fix spurious test failure
2020-10-05 Joachim Protze[OpenMP][Tests] NFC: fix flaky test failure caused...
2020-09-30 Joachim Protze[OpenMP][libarcher] Allow all possible argument separat...
2020-09-30 Joachim Protze[OpenMP][OMPT] Update OMPT tests for newly added GOMP...
2020-09-30 Joachim Protze[OpenMP][libomptarget] make omp_get_initial_device...
2020-09-29 JonChesterfield[nfc][libomptarget] Drop parameter to named_sync
2020-09-29 Manoel Roemmer[OpenMP][VE plugin] Fixing failure to build VE plugin...
2020-09-27 Joseph Huber[OpenMP] Add Missing _static Director for OpenMP Docume...
2020-09-24 Ye Luo[OpenMP] cmake option LIBOMPTARGET_NVPTX_MAX_SM for...
2020-09-24 Peyton, Jonathan L[OpenMP] Fix if0 task with dependencies in the runtime
2020-09-24 Peyton, Jonathan L[OpenMP] Introduce GOMP taskwait depend in the runtime
2020-09-24 Peyton, Jonathan L[OpenMP] Introduce GOMP mutexinoutset in the runtime
2020-09-24 Peyton, Jonathan L[OpenMP] Introduce GOMP teams support in runtime
2020-09-21 Ye Luo[OpenMP] Protect unrecogonized CUDA error code
2020-09-18 Joseph Huber[OpenMP] Initial Support for OpenMP Webpage Documentation
2020-09-18 JonChesterfield[libomptarget] Disable build of amdgpu plugin as it...
2020-09-15 Joseph Huber[OpenMP] Additional Information for Libomptarget Mappings
2020-09-11 Raul Tambre[CMake][OpenMP] Simplify getting CUDA library directory
2020-09-09 Joseph Huber[OpenMP] Begin Printing Information Dumps In Libomptarg...
2020-09-07 Pushpinder Singh[OpenMP][AMDGPU] Use DS_Max_Warp_Number instead of...
2020-09-07 Raul Tambre[CMake][OpenMP] Remove old dead CMake code
2020-09-01 Joseph Huber[OpenMP] Consolidate error handling and debug messages...
2020-08-28 Alexey Bataev[LIBOMPTARGET]Do not try to optimize bases for the...
2020-08-28 Shilei Tian[OpenMP] Fixed wrong test command in the test private_m...
2020-08-26 Joseph Huber[OpenMP] Always emit debug messages that indicate offlo...
2020-08-26 JonChesterfield[libomptarget][amdgpu] Improve thread safety, remove...
2020-08-26 Jon Chesterfield[libomptarget][amdgpu] Update plugin CMake to work...
2020-08-26 AndreyChurbanov[OpenMP] Fix import library installation with MinGW
2020-08-26 AndreyChurbanov[OpenMP] Fix build on macOS sdk 10.12 and newer
2020-08-25 Shilei Tian[OpenMP] Pack first-private arguments to improve effici...
2020-08-24 Dimitry AndricAdd <stdarg.h> include to kmp_os.h, to get the va_list...
2020-08-24 Dimitry AndricMove special va_list handling to kmp_os.h
2020-08-24 AndreyChurbanov[OpenMP] Check if _MSC_VER is defined before using it
2020-08-24 Shilei Tian[NFC][OpenMP] Remove outdated comments about potential...
2020-08-20 Shilei Tian[OpenMP] Introduce target memory manager
2020-08-19 Shilei Tian[OpenMP] Refactored the function `DeviceTy::data_exchange`
2020-08-19 Jon Chesterfield[libomptarget][amdgpu] Support building with static...
2020-08-17 George Rokos[libomptarget][NFC] Sort list of plugins in chronologic...
2020-08-16 Johannes Doerfert[OpenMP][CUDA] Keep one kernel list per device, not...
2020-08-16 Johannes Doerfert[OpenMP][CUDA] Cache the maximal number of threads...
2020-08-15 Jon Chesterfield[libomptarget] Implement host plugin for amdgpu
2020-08-14 Joachim Protze[OpenMP] Fix releasing of stack memory
2020-08-06 Joel E. Denny[OpenMP] Fix ref count dec for implicit map of partial...
2020-08-05 Joel E. Denny[OpenMP] Fix `target data` exit for array extension
2020-08-05 Joel E. Denny[OpenMP] Fix `present` diagnostic for array extension
2020-08-05 George Rokos[libomptarget][NFC] Replace `%ld` with PRId64 for data...
2020-08-05 Alexey Bataev[LIBOMPTARGET]Fix order of mapper data for targetDataEn...
2020-08-05 Joel E. Denny[OpenMP] Fix `omp target update` for array extension
2020-08-05 Joel E. Denny[OpenMP] Fix `present` for exit from `omp target data`
2020-08-04 Adrian Pop[OpenMP] support build on msys2/mingw with clang or gcc
2020-08-04 AndreyChurbanov[OpenMP] Don't use MSVC workaround with MinGW
2020-08-04 David BlaikieOpenMP: Fix typo variabls -> variables
2020-07-31 Shilei Tian[OpenMP] Fixed the issue that target memory deallocatio...
2020-07-31 Joachim Protze[OpenMP] Use weak attribute in interface only for stati...
2020-07-31 Shilei Tian[OpenMP] Refactored the function `targetDataEnd`
2020-07-31 Shilei Tian[OpenMP] Refactored the function `target`
2020-07-30 Alexey Bataev[OPENMP]Fix PR46824: Global declare target pointer...
2020-07-30 Alexey BataevRevert "[OPENMP]Fix PR46824: Global declare target...
2020-07-30 Alexey Bataev[OPENMP]Fix PR46824: Global declare target pointer...
2020-07-29 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-29 Shilei Tian[OpenMP] Replaced mutex lock/unlock in `target` with...
2020-07-29 Joel E. DennyRevert "[OpenMP] Implement TR8 `present` motion modifie...
2020-07-29 Shilei Tian[NFC][OpenMP] Renamed all variable and function names...
2020-07-28 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-28 Jinsong JiRe-land "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
2020-07-28 Joel E. Denny[OpenMP] Fix libomptarget negative tests to expect...
2020-07-28 Joachim Protze[OpenMP][Tests] Enable nvptx64 testing for most libompt...
2020-07-27 Jinsong JiRevert "[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support"
2020-07-27 Ye Luo[OpenMP] Add more pass-through functions in DeviceTy
2020-07-27 Jinsong Ji[PowerPC] Remove QPX/A2Q BGQ/BGP CNK support
2020-07-24 Johannes Doerfert[OpenMP] Use `abort` not `error` for fatal runtime...
2020-07-24 David Truby[openmp] Don't copy exports into the source folder...
2020-07-23 Shilei TianRevert "[OpenMP] Wait for kernel prior to memory deallo...
2020-07-23 Shilei Tian[OpenMP] Wait for kernel prior to memory deallocation
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-22 Joel E. Denny[OpenMP] Implement TR8 `present` map type modifier...
2020-07-22 Joel E. DennyRevert "[OpenMP] Implement TR8 `present` map type modif...
2020-07-22 Joel E. Denny[OpenMP] Implement TR8 `present` map type modifier...
2020-07-22 Joachim Protze[OpenMP][NFC] pass on env variables to libomptarget...
2020-07-21 Saiyedul Islam[OpenMP] Temporarily disable failing runtime tests...
2020-07-21 AndreyChurbanov[OpenMP] add missed REQUIRES:ompt for 2 OMPT tests
2020-07-21 AndreyChurbanov[OpenMP] libomp build fix without OMPT_SUPPORT
2020-07-20 AndreyChurbanov[OpenMP] libomp cleanup: add checks of bad memory access
2020-07-20 AndreyChurbanov[OpenMP] libomp cleanup: add check of input global...
2020-07-20 Joachim Protze[OpenMP][Tests][NFC] Mark compatibility with older...
2020-07-17 AndreyChurbanov[OpenMP] libomp cleanup: check presence of hwloc object...
2020-07-17 AndreyChurbanov[OpenMP] libomp: add itt notifications for teams constr...
2020-07-16 serge-sans-pailleHarmonize Python shebang
2020-07-16 AndreyChurbanov[openmp] libomp: added itt notifications for task,...
2020-07-16 George Rokos[OpenMP][Offload] Declare mapper runtime implementation
2020-07-11 Johannes Doerfert[OpenMP] Silence unused symbol warning with proper...
2020-07-11 Johannes Doerfert[OpenMP][NFC] Remove unused (always fixed) arguments
2020-07-11 Johannes Doerfert[OpenMP][NFC] Remove unused and untested code from...
2020-07-07 Joachim Protze[OpenMP][Tests] Update compatibility with GCC (NFC)
2020-07-07 Ye Luo[OpenMP] Use primary context in CUDA plugin
next