summaryrefslogtreecommitdiff
path: root/openmp
AgeCommit message (Expand)Author
2025-09-20[openmp][test] Don't use random Flang by defaultMichael Kruse
2025-09-20[OpenMP] Allow Fortran tests (#150722)Michael Kruse
2025-09-19[OpenMP][NFC] Clean up a bunch of warnings and clang-tidy messages (#159831)Joseph Huber
2025-09-19[LLVM] Simplify GPU runtimes flag handling (#159802)Joseph Huber
2025-09-16[OpenMP] Document how to specify flags to device libraries (#159053)Tulio Magno Quites Machado Filho
2025-09-15[OpenMP] [Tests] Update test broken by #157364 (#158751)Sirraide
2025-09-11[offload][OpenMP] Remove device code for num_threads strict (#157893)Robert Imschweiler
2025-09-08[OpenMP] Fix incorrect CUDA bc path after library change (#157547)Joseph Huber
2025-09-08[OpenMP] Change build of OpenMP device runtime to be a separate runtime (#136...Joseph Huber
2025-08-31[openmp] Fix missing include directory in omptest tool (#156194)Michał Górny
2025-08-30[OpenMP] Use Clang resource dir only in bootstrapping build (#156018)Michael Kruse
2025-08-28Revert "[OpenMP][clang] 6.0: num_threads strict (part 3: codegen)" (#155809)Robert Imschweiler
2025-08-28[OpenMP][clang] 6.0: num_threads strict (part 3: codegen) (#146405)Robert Imschweiler
2025-08-27[OpenMP][ompTest] Guard installation of all components (#155433)Michael Halkenhäuser
2025-08-27[Flang-RT][OpenMP] Define _GLIBCXX_NO_ASSERTIONS (#155440)Michael Kruse
2025-08-22[OpenMP][omptest] Skip omptest build if LLVM_INCLUDE_TESTS=OFF (#155020)Michael Halkenhäuser
2025-08-22[OpenMP][omptest] Enforce test case order for 'standalone' build (#154977)Michael Halkenhäuser
2025-08-22Reland: [OpenMP] Add ompTest library to OpenMP (#154786)Michael Halkenhäuser
2025-08-21Revert "Fix Debug Build Using GCC 15" (#154877)dpalermo
2025-08-21Fix Debug Build Using GCC 15 (#152223)Patrick Simmons
2025-08-21Revert "[OpenMP] Add ompTest library to OpenMP" (#154742)Jan Patrick Lehr
2025-08-21[OpenMP] Add ompTest library to OpenMP (#147381)Michael Halkenhäuser
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty
2025-08-20[OpenMP][OMPD] Fix GDB plugin to work correctly when installed (#153956)Michał Górny
2025-08-18[OpenMP][Test][NFC] output tool data as hex to improve readibility (#152757)Joachim
2025-08-15[OpenMP] Update ompdModule.c printf to match argument type (#152785)CatherineMoore
2025-08-15[OpenMP] Update printf statement with missing argument. (#153704)CatherineMoore
2025-08-14[OpenMP] Update printf stmt in kmp_settings.cpp (#152800)CatherineMoore
2025-08-06[OFFLOAD][OPENMP] 6.0 compatible interop interface (#143491)Alex Duran
2025-08-05[OpenMP] Fix LLVM_ENABLE_PROJECTS=openmp build (#151117)Michael Kruse
2025-07-26[OpenMP] Update %preload-tool definition on DarwinAiden Grossman
2025-07-26[OpenMP] Remove %preload-tool definition from archer tests (#150779)Aiden Grossman
2025-07-26[OpenMP] Move tool tests out of individual folders (#150780)Aiden Grossman
2025-07-26[OpenMP] Fix tool tests 9475ed84909463ad594602dd76583f4ff12efcd0Aiden Grossman
2025-07-25[OpenMP] Remove uses of %T from lit tests (#150723)Aiden Grossman
2025-07-26[OpenMP] Fix runtimes default build (#149871)Michael Kruse
2025-07-21[OpenMP] Fixup bugs found during fuzz testing (#143455)Jonathan Peyton
2025-07-21[OpenMP] [NFC] Remove KMP_NESTED_HOT_TEAMS macro (#143584)Jonathan Peyton
2025-07-21[OpenMP] Improve performance of ticket lock (x86) (#143557)Jonathan Peyton
2025-07-18[OpenMP] [NFC] Remove dead code: building task stack (#143589)Jonathan Peyton
2025-07-08Reland: [OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#147532)Robert Imschweiler
2025-07-08[OpenMP] OpenMP ThreadSet clause - basic runtime (#144409)Ritanya-B-Bharadwaj
2025-07-07Revert "[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime)" (#147...Robert Imschweiler
2025-07-07[OpenMP][clang] 6.0: num_threads strict (part 1: host runtime) (#146403)Robert Imschweiler
2025-07-03Drop timestamp in generated source code (#146822)Bernhard M. Wiedemann
2025-06-27[OpenMP][test][NFC] Temporarily disabling failing testJoachim Jenke
2025-06-25[OpenMP] Fix various alignment issues (#142376)Rainer Orth
2025-06-25 [OpenMP] avoid segv for a lock that has already been destroyed (#145625)Larry Meadows
2025-06-13[OpenMP] Remove declaration and usage of __AMDGCN_WAVEFRONT_SIZE (#143761)nicebert
2025-06-12[OpenMP][Flang]Fix omp_get_cancellation return type from integer to logical (...Yang Zaizhou