index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openmp
/
runtime
/
src
/
kmp_lock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Remove 'unnecessary parentheses'
Jonas Hahnfeld
2019-08-15
1
-8
/
+8
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-42
/
+20
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Add lock function definitions to fix Bug 40042
Jonathan Peyton
2019-01-15
1
-0
/
+41
*
[OMPT] First chunk of final OMPT 5.0 interface updates
Joachim Protze
2018-12-18
1
-4
/
+4
*
[OpenMP] Fixes for LIBOMP_OMP_VERSION=45/40
Roman Lebedev
2018-12-15
1
-1
/
+1
*
[OpenMP] Fix a few build issues
Jonathan Peyton
2018-12-10
1
-1
/
+2
*
Support clang compiling under windows-gnu and windows-msvc
Andrey Churbanov
2018-12-10
1
-1
/
+2
*
[OpenMP] Cleanup code
Jonathan Peyton
2018-08-09
1
-61
/
+90
*
[OpenMP] Fix build errors when building with KMP_DEBUG_ADAPTIVE_LOCKS=1
Jonathan Peyton
2018-07-30
1
-10
/
+11
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-52
/
+52
*
Add missing memory barrier for queuing locks
Jonas Hahnfeld
2017-12-08
1
-0
/
+1
*
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...
Jonas Hahnfeld
2017-11-03
1
-3
/
+4
*
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
Joachim Protze
2017-11-03
1
-4
/
+3
*
[OpenMP] Fix race condition in omp_init_lock
Jonathan Peyton
2017-11-01
1
-3
/
+4
*
Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).
Joachim Protze
2017-11-01
1
-24
/
+23
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-2
/
+0
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-4
/
+4
*
remove deprecated register storage class specifier
Ed Maste
2017-07-07
1
-2
/
+2
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-22
/
+15
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-3397
/
+3004
*
Fix memory error in case of reinit using kmp_set_defaults() for lock code.
Jonathan Peyton
2017-01-18
1
-0
/
+6
*
Follow up to r289732: Update comments in source files to reference .cpp files
Jonathan Peyton
2016-12-14
1
-2
/
+2
*
[OpenMP] Enable ThreadSanitizer to check OpenMP programs
Jonas Hahnfeld
2016-11-07
1
-5
/
+34
*
Fix bugs in TAS and futex lock
Jonathan Peyton
2016-06-28
1
-3
/
+3
*
Use C++11 atomics for ticket locks implementation
Paul Osmialowski
2016-05-31
1
-74
/
+84
*
Remove trailing whitespace in src/ directory
Jonathan Peyton
2016-05-20
1
-2
/
+2
*
Clean all the mess around KMP_USE_FUTEX and kmp_lock.h
Paul Osmialowski
2016-05-16
1
-6
/
+6
*
Fine tuning of TC* macros
Paul Osmialowski
2016-05-07
1
-1
/
+1
*
Exponential back off logic for test-and-set lock
Jonathan Peyton
2016-04-14
1
-3
/
+43
*
Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0
Jonathan Peyton
2016-03-30
1
-1
/
+1
*
Add missing cleanup code for cached indirect lock pool.
Jonathan Peyton
2016-01-22
1
-0
/
+1
*
Removed unused __kmp_*_i8 functions.
Jonathan Peyton
2016-01-04
1
-2
/
+2
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3
Jonathan Peyton
2015-12-11
1
-90
/
+1
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2
Jonathan Peyton
2015-12-11
1
-98
/
+199
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes
Jonathan Peyton
2015-12-11
1
-96
/
+114
*
Replace DYNA_* names with KMP_* names
Jonathan Peyton
2015-12-03
1
-67
/
+67
*
[OMPT] Add OMPT events for API locking
Jonathan Peyton
2015-10-16
1
-41
/
+59
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
1
-4
/
+2
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
1
-3
/
+0
*
Fix spelling errors
Jonathan Peyton
2015-05-22
1
-1
/
+1
*
These are the actual changes in the runtime to issue OMPT-related functions. ...
Andrey Churbanov
2015-04-29
1
-0
/
+36
*
This is a preparation patch to get information about the actual release statu...
Andrey Churbanov
2015-04-29
1
-36
/
+53
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-7
/
+7
*
Two warning messages fixed.
Andrey Churbanov
2015-02-20
1
-2
/
+1
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-22
/
+593
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
aarch64 port sent by C. Bergstrom
Andrey Churbanov
2015-01-13
1
-2
/
+2
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-734
/
+443
*
Fix typos
Alp Toker
2014-02-24
1
-3
/
+3
[next]