Sign in
llvm
/
llvm-project
/
openmp
/
HEAD
7d9649c
[OpenMP] Add Maintainers.md file
by David Spickett
· 4 days ago
main
master
305f337
[OpenMP][Build][Wasm][116552] Fixed build problem when compiling with Emscripten on Windows (#116874)
by Christian Oliveros
· 2 weeks ago
880f2de
[OpenMP] Don't hardcode _WIN32_WINNT for MinGW targets (#115708)
by Martin Storsjö
· 3 weeks ago
f0b4346
[Offload] Provide a CMake cache file to easily build offloading (#115074)
by Joseph Huber
· 4 weeks ago
0b3cd90
[OpenMP] Using `SimpleVLA` to handle vla usage in ompt-general.cpp. (#114583)
by Daniel Chen
· 5 weeks ago
f60b687
[NFC] Simple typo correction. (#114548)
by c8ef
· 5 weeks ago
540a11f
[OpenMP] Create versioned libgomp softlinks (#112973)
by Ye Luo
· 6 weeks ago
9bcf226
[OpenMP] Fix the test issue when `libomp` is built as a static library (#113522)
by Shilei Tian
· 6 weeks ago
0ca7f0d
Revert "Renormalize line endings whitespace only after dccebddb3b80"
by Luke Drummond
· 7 weeks ago
39a3736
[OpenMP] Fix missing gtid argument in __kmp_print_tdg_dot function (#111986)
by Josep Pinot
· 7 weeks ago
1929dfb
Renormalize line endings whitespace only after dccebddb3b80
by Luke Drummond
· 7 weeks ago
074133d
[openmp] Use core_siblings_list if physical_package_id not available (#111831)
by Nikita Popov
· 8 weeks ago
d4abdde
[flang][driver] rename flang-new to flang (#110023)
by Brad Richardson
· 8 weeks ago
0b5e55c
[openmp] Add option to disable tsan tests (#111548)
by Nikita Popov
· 8 weeks ago
9561897
[libomp][AIX] Use SO version "1" for AIX libomp (#111384)
by Xing Xue
· 9 weeks ago
906e3a9
[Offload][Doc] Add 'offload' in OpenMP target doc (#110141)
by Baodi Shan
· 9 weeks ago
e5ece49
[libomp][AIX] Ensure only libomp.a is published on AIX (#109016)
by Xing Xue
· 3 months ago
801b333
[OpenMP] LIBOMPTARGET_DEVICE_ARCHITECTURES requires semicolons (#107454)
by Joel E. Denny
· 3 months ago
b796290
[OpenMP] Support setting POSIX thread name on *BSD's and Solaris (#106489)
by Brad Smith
· 3 months ago
773da90
[OpenMP] Add support for pause with omp_pause_stop_tool (#97100)
by Hansang Bae
· 4 months ago
e7c9f44
[OpenMP] Miscellaneous small code improvements (#95603)
by Hansang Bae
· 4 months ago
487b16e
[OpenMP] Implement 'omp_alloc' on the device (#102526)
by Joseph Huber
· 4 months ago
a0f4a00
[OpenMP] Rename worker threads for improved debuggability (#102065)
by HighW4y2H3ll
· 4 months ago
fb04c1e
[OpenMP][AArch64] Fix branch protection in microtasks (#102317)
by Tulio Magno Quites Machado Filho
· 4 months ago
ff763f2
[openmp][runtime] Silence warnings
by Alexandre Ganea
· 4 months ago
c30899a
[openmp][WebAssembly] Allow openmp to compile and run under emscripten toolchain (#95169)
by arsnyder16
· 4 months ago
504a5b9
[Offload] Allow to record kernel launch stack traces (#100472)
by Johannes Doerfert
· 4 months ago
293c718
[Offload] Implement double free (and other allocation error) reporting (#100261)
by Johannes Doerfert
· 4 months ago
1d5a2ea
[OpenMP] Assign thread ids in the cpuinfo topology method (#91013)
by Jonathan Peyton
· 4 months ago
f079355
[OpenMP] Add topology and affinity changes for Meteor Lake (#91012)
by Jonathan Peyton
· 4 months ago
4925531
[OpenMP][libomp] Fix tasking debug assert (#95823)
by Jonathan Peyton
· 5 months ago
b7c1a0e
Clear release notes for upcoming LLVM 20 dev cycle
by Tobias Hieta
· 5 months ago
c7e1da5
[Clang][OpenMP] Add interchange directive (#93022)
by Michael Kruse
· 5 months ago
2934906
[Clang][OpenMP] Add reverse directive (#92916)
by Michael Kruse
· 5 months ago
3a33e25
[OpenMP] Use new OMPT state and sync kinds for barrier events (#95602)
by Hansang Bae
· 5 months ago
3a8e419
[OpenMP] Fix comparison to None in openmp/**.py (#94020)
by Eisuke Kawashima
· 5 months ago
ec76222
[OpenMP] Fix comparison to True/False in openmp/**.py (#94041)
by Eisuke Kawashima
· 5 months ago
d451e42
[openmp] Silence warning when building the x64 Windows LLVM release package
by Alexandre Ganea
· 5 months ago
ac9026b
[openmp] Add ompdModule dependency to check-ompd (#97736)
by Nikita Popov
· 5 months ago
7a1c6c5
[ompd] Fix strict aliasing violation in TargetValue::getValue() (#97739)
by Nikita Popov
· 5 months ago
2dfafd3
[OpenMP] Fix use of ompt_start_tool in ompd test. (#97616)
by Hansang Bae
· 5 months ago
ee0764c
[OpenMP] Add ompt_start_tool declaration in omp-tools.h (#97099)
by Hansang Bae
· 5 months ago
b9cdf36
[OpenMP][OMPT] Indicate loop schedule for worksharing-loop events (#97429)
by Joachim
· 5 months ago
fd41c07
[OpenMP] Add missing export for dynamic tracking patch (#97419)
by Gheorghe-Teodor Bercea
· 5 months ago
e2e846c
[OpenMP] [OMPT] Callback registration should not depend on the device init callback. (#96371)
by dhruvachak
· 5 months ago
03ccd85
[OpenMP][offload] Fix dynamic schedule tracking (#97065)
by Gheorghe-Teodor Bercea
· 5 months ago
278c260
[OpenMP] Fix test omp_parallel_num_threads_list.c to require fewer threads. (#96916)
by Terry Wilmarth
· 5 months ago
aaad9f1
[OpenMP] Add num_threads clause list format and strict modifier support (#85466)
by Terry Wilmarth
· 6 months ago
0bf57c2
[OpenMP][libomp] Remove Perl in favor of Python (#95307)
by Jonathan Peyton
· 6 months ago
10284eb
[OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Trip Counts (#89239)
by Tim Gymnich
· 6 months ago
abc39d0
[llvm-project] Fix typo "seperate" (#95373)
by Jay Foad
· 6 months ago
a4e9cf3
[OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801)
by estewart08
· 6 months ago
8379da6
[OpenMP][NFC] Fix warning for OpenMP standalone build (#93463)
by Joachim
· 6 months ago
9001521
[OpenMP][OMPT] Add missing callbacks for asynchronous target tasks (#93472)
by Joachim
· 6 months ago
85656af
Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)" (#94139)
by Shilei Tian
· 6 months ago
992d9bc
[OpenMP] Fix multiply installing `libomp.so` (#93685)
by Joseph Huber
· 6 months ago
89c508c
[OMPT] Set default values for tsan function pointers (#93568)
by Franklin Zhang
· 6 months ago
c815d52
Revert "Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)""
by Shilei Tian
· 7 months ago
bdbfc70
Reapply "[OpenMP][OMPX] Add shfl_down_sync (#93311)"
by Shilei Tian
· 7 months ago
a5452a6
[openmp] Revise IDE folder structure (#89750)
by Michael Kruse
· 7 months ago
854db61
Revert "[OpenMP][OMPX] Add shfl_down_sync (#93311)"
by Joseph Huber
· 7 months ago
b3f99e2
[OpenMP][AIX] Extend LIT test timeout limit (#93319)
by Xing Xue
· 7 months ago
9b8f400
[NFC][OpenMP][OMPX] Remove ';' that is outside of a function
by Shilei Tian
· 7 months ago
320a32e
[OpenMP][OMPX] No default argument for C API
by Shilei Tian
· 7 months ago
c2bf9e5
[OpenMP][OMPX] Add shfl_down_sync (#93311)
by Shilei Tian
· 7 months ago
9f6bb26
[OpenMP][OMPX] Add ballot_sync (#91297)
by Shilei Tian
· 7 months ago
21f232f
[Offload] Rework handling for loading vendor runtimes (#93073)
by Joseph Huber
· 7 months ago
a4c5bb1
[Clang] Refactor `__attribute__((assume))` (#84934)
by Sirraide
· 7 months ago
2dfdd1c
[Clang][OpenMP] Enable tile/unroll on iterator- and foreach-loops (#91459)
by Michael Kruse
· 7 months ago
14ca5f3
[OpenMP] Fix intermediate header locations for OpenMP
by Joseph Huber
· 7 months ago
89c803b
[OpenMP] Add back in `ENABLE_LIBOMPTARGET' definition
by Joseph Huber
· 7 months ago
92e8a15
[Offload] Correctly reject building on unsupported architectures (#92276)
by Joseph Huber
· 7 months ago
5e54e62
[Clang][OpenMP][Tile] Allow non-constant tile sizes. (#91345)
by Michael Kruse
· 7 months ago
8e01a13
[OpenMP][AIX] Implement __kmp_get_load_balance() for AIX (#91520)
by Xing Xue
· 7 months ago
6f74ae5
[OpenMP] [Flang] Resolved Issue llvm#76121: Implemented Check for Unhandled Arguments in __kmpc_fork_call_if (#82221)
by chandan singh
· 7 months ago
34b574b
[OpenMP] Fix child processes to use affinity_none (#91391)
by Jonathan Peyton
· 7 months ago
a64c7e6
[OpenMP] Fix task state and taskteams for serial teams (#86859)
by Jonathan Peyton
· 7 months ago
5ab0ec8
[NFC][OpenMP][OMPX] Move `declare variant` up
by Shilei Tian
· 7 months ago
971ad97
[OpenMP][CMake] Revert standalone build LIBOMP_HEADERS_INSTALL_PATH (#91243)
by David Tenty
· 7 months ago
da05c38
[OpenMP][AIX] Implement __kmp_is_address_mapped() for AIX (#90516)
by Xing Xue
· 7 months ago
c18dd89
[OpenMP][AIX] Use syssmt() to get the number of SMTs per physical CPU (#89985)
by Xing Xue
· 8 months ago
f99c47e
[Offload] Move `/openmp/libomptarget` to `/offload` (#75125)
by Johannes Doerfert
· 8 months ago
c2462ea
[OpenMP] Use half of available logical processors for collapse tests (#88319)
by Xing Xue
· 8 months ago
a6cbdd3
Revert "[Libomptarget] Rework Record & Replay to be a plugin member" (#89028)
by Jan Patrick Lehr
· 8 months ago
da075aa
[Libomptarget] Rework Record & Replay to be a plugin member (#88928)
by Joseph Huber
· 8 months ago
9845275
[OpenMP][test][AIX] Make 64 the max number of threads for capacity tests in AIX 32-bit (#88739)
by Xing Xue
· 8 months ago
cefce78
[OpenMP] Use a memory fence before incrementing the dispatch buffer index (#87995)
by Xing Xue
· 8 months ago
9b6f376
[Libomptarget] Split PowerPC into separate triples (#88773)
by Joseph Huber
· 8 months ago
c7032c0
[OpenMP] Fix re-locking hang found in issue 86684 (#88539)
by Jonathan Peyton
· 8 months ago
526ea74
[OpenMP][AIX] Fix test config for AIX (#88272)
by Xing Xue
· 8 months ago
151dcad
[Libomptarget] Add RPC-based printf implementation for OpenMP #85638
by Joseph Huber
· 8 months ago
f00d8bf
[Libomptarget][NFC] Fix unused variable warnings
by Joseph Huber
· 8 months ago
d29e601
[Libomp] Place generated OpenMP headers into build resource directory (#88007)
by Joseph Huber
· 8 months ago
50a1316
Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88083)
by Pete Steinfeld
· 8 months ago
f920cd1
[Libomp] Place generated OpenMP headers into build resource directory (#88007)
by Joseph Huber
· 8 months ago
f9127aa
[OpenMP] Unsupport absolute KMP_HW_SUBSET test for s390x (#87555)
by Jonathan Peyton
· 8 months ago
7a1cc8e
[OpenMP] Add absolute KMP_HW_SUBSET functionality (#85326)
by Jonathan Peyton
· 8 months ago
c76f55a
Revert "[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#85638)"
by Joseph Huber
· 8 months ago
41bb6e9
[Libomptarget] Add RPC-based `printf` implementation for OpenMP (#85638)
by Joseph Huber
· 8 months ago
a789685
[OpenMP] Fix nested parallel with tasking (#87309)
by Jonathan Peyton
· 8 months ago
Next »