summaryrefslogtreecommitdiff
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][FIX] Eliminate race on the IsSPMD globalJohannes Doerfert2022-02-214-4/+12
* [OpenMP][CUDA] Refine the logic to determine grid sizeShilei Tian2022-02-161-4/+6
* [OpenMP][libomp] Replace accidental VLA with KMP_ALLOCAJonathan Peyton2022-02-151-1/+1
* [OpenMP][Offloading] Fix infinite loop in applyToShadowMapEntriesShilei Tian2022-02-152-0/+59
* [Libomptarget] Replace Value RAII with default valueJoseph Huber2022-02-081-5/+6
* Revert "[OpenMP][FIX] Explicit barriers in SPMD mode are not aligned"Jon Chesterfield2022-02-011-0/+3
* [openmp] Disable tests that presently hang on CIJon Chesterfield2022-02-012-0/+10
* [OpenMP][FIX] Explicit barriers in SPMD mode are not alignedJohannes Doerfert2022-02-011-3/+0
* [OpenMP] Eliminate redundant barriers in the same blockJohannes Doerfert2022-02-013-1/+28
* [OpenMP] Remove new driver tests for AMDGPUJoseph Huber2022-01-311-1/+1
* [Libomptarget] Run GPU offloading tests using the new drvierJoseph Huber2022-01-316-3/+40
* [OpenMP][tests][NFC] Pin debug info to DWARF v4 for libarcher testsJoachim Protze2022-01-311-1/+1
* [OpenMP][NFC] Change error message on offloading failure to mention documenta...Joseph Huber2022-01-312-5/+22
* [Libomptarget] Reduce shared memory stack size to 512 and a message when it i...Joseph Huber2022-01-312-1/+4
* Set rpath on openmp executablesJon Chesterfield2022-01-311-0/+2
* Revert "Set rpath on openmp executables"Jon Chesterfield2022-01-311-2/+0
* Set rpath on openmp executablesJon Chesterfield2022-01-311-0/+2
* [openmp][cmake] `CMAKE_INSTALL_BINDIR` usage should not be quotedJohn Ericson2022-01-291-1/+1
* [OpenMP] Fix link error on Windows caused by `interop` functionsShilei Tian2022-01-291-0/+24
* [OpenMP] Fix wrong number in openmp/runtime/src/dllexportsShilei Tian2022-01-291-3/+3
* [OpenMP] disable build of old nvptx device runtimeYe Luo2022-01-281-2/+2
* Revert "[OpenMP] Ensure broken assumptions print once, not thousands of times."Ron Lieberman2022-01-284-33/+2
* [OpenMP] Ensure broken assumptions print once, not thousands of times.Joseph Huber2022-01-274-2/+33
* [OpenMP][NFCI] Pipe the IdentTy object through more new RT functionsJohannes Doerfert2022-01-274-38/+46
* Runtime for Interop directiveSri Hari Krishna Narayanan2022-01-2715-2/+762
* [openmp] Disable build of old runtimes by defaultJon Chesterfield2022-01-263-4/+4
* [openmp] Allow x87 fp functions only in Openmp runtime for x86.Malhar Jajoo2022-01-221-4/+11
* [openmp][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson2022-01-225-5/+12
* [Libomptarget] Change visibility to hidden for device RTLJoseph Huber2022-01-206-8/+10
* [OpenMP] Avoid costly shadow map traversals whenever possibleJohannes Doerfert2022-01-194-80/+115
* [OpenMP] Introduce an environment variable to disable atomic map clausesJohannes Doerfert2022-01-195-51/+89
* [OpenMP] Expand short verisions of OpenMP offloading triplesJoseph Huber2022-01-191-1/+1
* [openmp] Always pass valid triple to openmp-targets when using newRTLJon Chesterfield2022-01-191-2/+10
* [openmp][amdgpu] Remove xfail from test using declare target variableJon Chesterfield2022-01-191-1/+0
* [openmp][amdgpu] Disable tests on old runtime, enable tests on new oneJon Chesterfield2022-01-191-1/+1
* [openmp][amdgpu] Temporarily disable tests on old runtimeJon Chesterfield2022-01-191-1/+1
* [Libomptarget] Fix external visibility for internal variablesJoseph Huber2022-01-182-3/+4
* Revert "[Libomptarget] Fix external visibility for internal variables"Joseph Huber2022-01-182-4/+3
* [Libomptarget] Fix external visibility for internal variablesJoseph Huber2022-01-182-3/+4
* [OpenMP] Add use of TPAUSETerry Wilmarth2022-01-1811-91/+202
* [Libomptarget] Add `cold` to KeepAlive attributesJoseph Huber2022-01-172-2/+2
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-165-9/+5
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-165-5/+9
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-154-7/+5
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-154-5/+7
* [openmp][devicertl] Handle missing clang_toolJon Chesterfield2022-01-132-4/+13
* [Libomptarget] Fix multiply defined symbol during linkingJoseph Huber2022-01-132-1/+2
* [openmp] Mark used variables as retain as wellJon Chesterfield2022-01-134-4/+5
* [openmp][amdgpu] Replace unsigned long with uint64_tJon Chesterfield2022-01-102-13/+13
* [OpenMP][Offloading] Fixed a crash caused by dereferencing nullptrShilei Tian2022-01-051-1/+3