Sign in
android
/
toolchain
/
openmp_llvm
/
refs/heads/main
29dfe9f
Merge e518cda for LLVM update to 353983
by Yi Kong
· 6 years ago
llvm-r353983
main
master
e518cda
[OpenMP] Fix broken link to browse sources
by Jonathan Peyton
· 6 years ago
bde5687
[OpenMP] Remove accidental commit to config-ix.cmake in r353747
by Jonathan Peyton
· 6 years ago
e85e92b
[OpenMP] Fix thread_limits to work properly for teams construct
by Jonathan Peyton
· 6 years ago
41cad13
[OMPT] Remove test output from source tree
by Jonas Hahnfeld
· 6 years ago
87a0e36
Guard a feature that unsupported by old GCC
by Taewook Oh
· 6 years ago
9d191f0
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
by Joachim Protze
· 6 years ago
71c5f3c
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
by Joachim Protze
· 6 years ago
2853609
Adjust documentation for git migration.
by James Y Knight
· 6 years ago
95c11ec
Remove no longer needed Arm specific words in the LICENSE.txt file.
by Arnaud A. de Grandmaison
· 6 years ago
c1fe93a
NFC: fixed formatting to be consistent across the file
by Andrey Churbanov
· 6 years ago
f30a96a
Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.
by Andrey Churbanov
· 6 years ago
4b75f4e
Fix typos throughout the license files that somehow I and my reviewers
by Chandler Carruth
· 6 years ago
7e084d9
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
42bf584
Install new LLVM license structure and new developer policy.
by Chandler Carruth
· 6 years ago
e223da3
Revert r351311 "[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime"
by Hans Wennborg
· 6 years ago
4338c25
[OpenMP] Add omp_pause_resource* API
by Jonathan Peyton
· 6 years ago
da71b1e
[OpenMP] Output written by tests should go to build directory
by Joachim Protze
· 6 years ago
9c08284
[OpenMP] Remove compiler warning about unused value
by Joachim Protze
· 6 years ago
c7550f8
Fix compiler error in r351311
by Joachim Protze
· 6 years ago
16228bb
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
by Joachim Protze
· 6 years ago
c43ee4d
[OpenMP] Fix for nested proc_bind affinity bug
by Jonathan Peyton
· 6 years ago
9a1cb10
[OpenMP] Add lock function definitions to fix Bug 40042
by Jonathan Peyton
· 6 years ago
4cb0b6c
[OpenMP][Cmake] Allowed OpenMP testing detect test compiler with same generator
by Jonathan Peyton
· 6 years ago
eb95f61
[OpenMP] Fix performance regression in SPEC kdtree test
by Jonathan Peyton
· 6 years ago
f52d8cc
[OMPT] Second chunk of final OMPT 5.0 interface updates
by Joachim Protze
· 6 years ago
58ea7bd
Update year in license files
by Hans Wennborg
· 6 years ago
191c55a
Include toolchain/llvm_android OWNERS
by Chih-Hung Hsieh
· 6 years ago
llvm-svn.349610
4a3ebbf
Merge 7a5b758 for LLVM update to 349610
by Pirama Arumuga Nainar
· 6 years ago
985edb5
revert to previous base llvm-svn.346389
by Pirama Arumuga Nainar
· 6 years ago
2355503
[OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)
by Roman Lebedev
· 6 years ago
abb31f1
[OpenMP][libomptarget] Use shared memory variable for tracking parallel level
by Gheorghe-Teodor Bercea
· 6 years ago
766c19d
Doc: fixed description of a parameter of the __kmpc_taskloop
by Andrey Churbanov
· 6 years ago
12eef27
[OPENMP][NVPTX]Fix dynamic scheduling.
by Alexey Bataev
· 6 years ago
38895e6
[OPENMP][NVPTX]General formatting/code improvement, NFC.
by Alexey Bataev
· 6 years ago
900210a
[OPENMP][NVPTX]Improve performance + reduce number of used registers.
by Alexey Bataev
· 6 years ago
58df016
[OpenMP] Fix nvidia-cuda-toolkit detection on Debian/Ubuntu
by Joel E. Denny
· 6 years ago
a999c52
[OpenMP] Add omp_get_device_num() and update several other device API functions
by Jonathan Peyton
· 6 years ago
c0c737a
[OPENMP][NVPTX]Fix incompatibility of __syncthreads with LLVM, NFC.
by Alexey Bataev
· 6 years ago
270adfa
[libomptarget] Added install component for libomptarget
by Vyacheslav Zakharin
· 6 years ago
a04cc5f
[OPENMP][NVPTX]Added/fixed debugging messages, NFC.
by Alexey Bataev
· 6 years ago
6f4c90a
[OPENMP][NVPTX]Fixed initialization of the data-sharing interface.
by Alexey Bataev
· 6 years ago
b4efbcf
[OPENMP][NVPTX]Outline assert into noinline function, NFC.
by Alexey Bataev
· 6 years ago
1f1c3ec
[runtime] [test] Fix using %python path
by Michal Gorny
· 6 years ago
7a5b758
[Tests] [OpenMP] XFAIL also for ppc64le.
by Stefan Pintilie
· 6 years ago
4918c86
XFAIL Pair of OpenMP Tests for PowerPC LE Linux
by Stefan Pintilie
· 6 years ago
880387a
[Tests] fix non-determinism failure in testcase
by Joachim Protze
· 6 years ago
daa386b
[OMPT] First chunk of final OMPT 5.0 interface updates
by Joachim Protze
· 6 years ago
c89e125
[OMPT] Add testcase for thread_num provided by implicit task events
by Joachim Protze
· 6 years ago
f9fd93f
[OpenMP] version the affinity format tests and fix one test
by Jonathan Peyton
· 6 years ago
91e1c35
[OpenMP] Add affinity format tests
by Jonathan Peyton
· 6 years ago
600918d
[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
by Roman Lebedev
· 6 years ago
7635714
[OpenMP] Fix transient divide by zero bug in 32-bit code
by Jonathan Peyton
· 6 years ago
0918584
[OpenMP] Implement OpenMP 5.0 affinity format functionality
by Jonathan Peyton
· 6 years ago
12258aa
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39970
by Andrey Churbanov
· 6 years ago
3a4f262
[runtime] Disable KMP_HAVE_QUAD on NetBSD gcc
by Michal Gorny
· 6 years ago
ee84604
[runtime] Use getloadavg() on NetBSD as well
by Michal Gorny
· 6 years ago
67d037d
Implement __kmp_is_address_mapped() for NetBSD
by Kamil Rytarowski
· 6 years ago
9761977
Implement __kmp_gettid() for NetBSD
by Kamil Rytarowski
· 6 years ago
741abf8
[test] [runtime] Permit omp_get_wtick() to return 0.01
by Michal Gorny
· 6 years ago
84d57ed
[test] [runtime] Do not include alloca.h on NetBSD
by Michal Gorny
· 6 years ago
4bccfc4
[runtime] [test] Use more portable short options to sort(1)
by Michal Gorny
· 6 years ago
3ccd20f
[cmake] Use -std=gnu++11 to fix alloca() on NetBSD
by Michal Gorny
· 6 years ago
92f5818
[OpenMP] Fix a few build issues
by Jonathan Peyton
· 6 years ago
e90d5a5
[OPENMP][NVPTX]Revert __kmpc_shuffle_int64 to its original form.
by Alexey Bataev
· 6 years ago
a23f780
[OPENMP][NVPTX]Enable fast shuffles on 64bit values only if CUDA >= 9.
by Alexey Bataev
· 6 years ago
d089219
Support clang compiling under windows-gnu and windows-msvc
by Andrey Churbanov
· 6 years ago
a72c79b
Add OpenBSD support to OpenMP
by Kamil Rytarowski
· 6 years ago
b3d05ab
Add DragonFlyBSD support to OpenMP
by Kamil Rytarowski
· 6 years ago
ad8fb24
[OPENMP][NVPTX]Save registers for optimized builds with enabled logging.
by Alexey Bataev
· 6 years ago
5a8f745
[OPENMP][NVPTX]Correct type casting for printf args + simplified shfl64 function.
by Alexey Bataev
· 6 years ago
28c12c9
[OPENMP][NVPTX]Fix __kmpc_flush to flush the memory per system, not per block.
by Alexey Bataev
· 6 years ago
71a3151
[OpenMP][libomptarget] Flush intermediate values during team reduction
by Gheorghe-Teodor Bercea
· 6 years ago
fbdd0b2
Include toolchain/llvm_android OWNERS
by Chih-Hung Hsieh
· 6 years ago
b0a4d9c
[OPENMP][NVPTX]Make runtime compatible with the original runtime.
by Alexey Bataev
· 6 years ago
591fa69
Revert r347799: Add omp_get_device_num() and update other device API
by Jonathan Peyton
· 6 years ago
4bf5fcd
[OpenMP] Add stubs for Task affinity API
by Jonathan Peyton
· 6 years ago
9982959
[OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_none
by Jonathan Peyton
· 6 years ago
f421676
[OpenMP] Minor cleanup of debug code
by Jonathan Peyton
· 6 years ago
e80a48c
[OpenMP] Fixed possible array out of bound access
by Jonathan Peyton
· 6 years ago
03e17c4
[OpenMP] Add omp_get_device_num() and update several other device API functions
by Jonathan Peyton
· 6 years ago
2b5d510
[OpenMP][libomptarget] Add new version of SPMD deinit kernel function with argument
by Gheorghe-Teodor Bercea
· 6 years ago
d3bcab9
[OPENMP][NVPTX]Basic support for reductions across the teams.
by Alexey Bataev
· 6 years ago
1c39e0d
[OpenMP][libomptarget] Refactor SPMD and runtime requirement checking
by Gheorghe-Teodor Bercea
· 6 years ago
3de4398
[OPENMP][NVPTX]Improved lock/critical constructs.
by Alexey Bataev
· 6 years ago
744dd0c
Merge 72eb02b for LLVM update to 346389
by Chih-Hung Hsieh
· 6 years ago
69e4da4
Fix for bugzilla https://bugs.llvm.org/show_bug.cgi?id=39137.
by Andrey Churbanov
· 6 years ago
f5927ac
[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.
by Alexey Bataev
· 6 years ago
72eb02b
Add Hurd support.
by Andrey Churbanov
· 6 years ago
4a7ed29
Implementation of OpenMP 5.0 mutexinoutset task dependency type.
by Andrey Churbanov
· 6 years ago
cbf3509
[OPENMP][OFFLOADING]Change the lambda capturing flags.
by Alexey Bataev
· 6 years ago
f3f860a
[OPENMP][NVPTX]Fixed/improved support for globalization in team contexts.
by Alexey Bataev
· 6 years ago
35f8cbc
[OpenMP][libomptarget] Add runtime function for pushing coalesced global records
by Gheorghe-Teodor Bercea
· 6 years ago
78cad4d
[LIBOMPTARGET] Add support for mapping of lambda captures.
by Alexey Bataev
· 6 years ago
4925467
remove duplicate omp_control_tool export to fix windows build
by Andrey Churbanov
· 6 years ago
51ff827
Merge d81b10f for LLVM update to 344140
by Yi Kong
· 6 years ago
llvm-svn.344140
d81b10f
[OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere
by Jonathan Peyton
· 6 years ago
8e7e0d6
[OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHARED
by Jonathan Peyton
· 6 years ago
e9c3056
[OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects
by Jonathan Peyton
· 6 years ago
c393937
[OpenMP] Shutdown library on Windows if possible for better OMPT behavior
by Jonathan Peyton
· 6 years ago
Next »