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_os.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Fix incorrect property of __has_attribute() macro
Kelvin Li
2020-01-06
1
-1
/
+1
*
[OpenMP] Enable thread affinity on FreeBSD
David Carlier
2019-10-08
1
-1
/
+1
*
[OpenMP] RISCV64 port
Jonas Hahnfeld
2019-07-25
1
-2
/
+3
*
[OpenMP] Remove OMP spec versioning
Jonathan Peyton
2019-07-12
1
-2
/
+0
*
Use correct way to test for MIPS arch after rOMP355687
Dimitry Andric
2019-04-22
1
-5
/
+5
*
[mips] Use libatomic instead of GCC intrinsics for 64bit
Petar Jovanovic
2019-03-08
1
-10
/
+66
*
[OpenMP] Make use of sched_yield optional in runtime
Jonathan Peyton
2019-02-28
1
-3
/
+3
*
Guard a feature that unsupported by old GCC
Taewook Oh
2019-02-08
1
-1
/
+9
*
[OMPT] Make sure that OMPT is enabled when accessing internals of the runtime
Joachim Protze
2019-02-04
1
-0
/
+14
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenMP] Implement OpenMP 5.0 affinity format functionality
Jonathan Peyton
2018-12-13
1
-0
/
+2
*
[runtime] Disable KMP_HAVE_QUAD on NetBSD gcc
Michal Gorny
2018-12-11
1
-0
/
+3
*
Support clang compiling under windows-gnu and windows-msvc
Andrey Churbanov
2018-12-10
1
-2
/
+9
*
[OpenMP] Implement GOMP doacross compatibility
Jonathan Peyton
2018-07-30
1
-1
/
+4
*
[OpenMP] Use C++11 Atomics - barrier, tasking, and lock code
Jonathan Peyton
2018-07-09
1
-0
/
+40
*
Introduce GOMP_taskloop API
Jonathan Peyton
2018-04-18
1
-0
/
+8
*
Fix thread affinity on non-x86 Linux
Jonas Hahnfeld
2017-12-08
1
-4
/
+1
*
Cleanup version symbol macros and attributes/declspecs
Jonathan Peyton
2017-11-07
1
-14
/
+45
*
Apply formatting changes
Jonathan Peyton
2017-10-20
1
-6
/
+3
*
Minor code cleanup of Klocwork issues
Jonathan Peyton
2017-09-05
1
-0
/
+9
*
Fix comments and build messages concerning TSX
Jonathan Peyton
2017-07-28
1
-1
/
+2
*
For KMP_PAGE_SIZE, use getpagesize() on Unix, GetSystemInfo() on Windows
Dimitry Andric
2017-07-18
1
-8
/
+8
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.
Andrey Churbanov
2017-07-17
1
-110
/
+155
*
OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.
Andrey Churbanov
2017-07-03
1
-20
/
+29
*
Clang-format and whitespace cleanup of source code
Jonathan Peyton
2017-05-12
1
-487
/
+568
*
Cleanup: put i_maxmin members and ___kmp_size_type into traits_t
Jonathan Peyton
2017-01-27
1
-6
/
+13
*
Support of mips & mips64 for openmprtl
Sylvestre Ledru
2016-12-08
1
-4
/
+4
*
Use getpagesize() instead of PAGE_SIZE macro when KMP_OS_LINUX is true
Jonathan Peyton
2016-10-26
1
-2
/
+11
*
Renaming change: 41 -> 45 and 4.1 -> 4.5
Jonathan Peyton
2016-06-14
1
-1
/
+1
*
Use C++11 atomics for ticket locks implementation
Paul Osmialowski
2016-05-31
1
-0
/
+1
*
Fine tuning of TC* macros
Paul Osmialowski
2016-05-07
1
-0
/
+4
*
Removed unused __kmp_*_i8 functions.
Jonathan Peyton
2016-01-04
1
-25
/
+10
*
[STATS] Properly guard the tick_time() function and its uses
Jonathan Peyton
2015-12-17
1
-0
/
+5
*
Fix broken visual studio builds by disabling KMP_USE_TSX.
Jonathan Peyton
2015-12-14
1
-1
/
+2
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3
Jonathan Peyton
2015-12-11
1
-4
/
+5
*
Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2
Jonathan Peyton
2015-12-11
1
-0
/
+8
*
OpenMP Wait/release improvements.
Jonathan Peyton
2015-10-08
1
-2
/
+2
*
[OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()
Jonathan Peyton
2015-08-28
1
-2
/
+1
*
Update z_Linux_asm.s to use platform macros
Jonathan Peyton
2015-08-20
1
-16
/
+0
*
Allow CMAKE_OSX_ARCHITECTURES to build fat library.
Jonathan Peyton
2015-05-29
1
-128
/
+1
*
Allow gcc 5.x to compile library.
Jonathan Peyton
2015-05-27
1
-1
/
+1
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
1
-0
/
+3
*
Adding some 8-bit atomic operations for future use
Andrey Churbanov
2015-03-10
1
-0
/
+17
*
Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...
Andrey Churbanov
2015-02-20
1
-0
/
+5
*
Comments only: removing the Revision and Date svn variables from the top of a...
Andrey Churbanov
2015-01-27
1
-2
/
+0
*
Replaces KMP_OS_WINDOWS && KMP_ARCH_X86_64 or any combination of those two op...
Andrey Churbanov
2015-01-27
1
-6
/
+12
*
added support for PPC architectures (version 3): initial patch provided by Ca...
Andrey Churbanov
2015-01-19
1
-3
/
+12
*
Two fixes sent by C.Bergstrom: MB() does real synch for ARM; _Quad is not use...
Andrey Churbanov
2015-01-19
1
-1
/
+1
*
aarch64 port sent by C. Bergstrom
Andrey Churbanov
2015-01-13
1
-5
/
+10
*
I apologise in advance for the size of this check-in. At Intel we do
Jim Cownie
2014-10-07
1
-25
/
+14
[next]