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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory corruption in Windows debug library
Jonathan Peyton
2015-09-25
2
-6
/
+6
*
[OpenMP Testsuite] Change omp_get_wtime.c timer resolution to 3 percent
Jonathan Peyton
2015-09-24
1
-1
/
+1
*
[OpenMP Testsuite] Mac rpath specified when compiling tests
Jonathan Peyton
2015-09-24
2
-2
/
+1
*
Fix stats build problem.
Jonathan Peyton
2015-09-24
2
-4
/
+1
*
Update Reference.pdf files.
Jonathan Peyton
2015-09-23
2
-5855
/
+6168
*
OpenMP Initial testsuite change to purely llvm-lit based testing
Jonathan Peyton
2015-09-21
73
-0
/
+5992
*
Use sysconf for the number of cores on FreeBSD too.
Joerg Sonnenberger
2015-09-21
1
-13
/
+2
*
Complex division requires libm on NetBSD, add it.
Joerg Sonnenberger
2015-09-21
1
-0
/
+3
*
Add basic NetBSD support.
Joerg Sonnenberger
2015-09-21
6
-15
/
+25
*
Teach the Perl modules about NetBSD.
Joerg Sonnenberger
2015-09-21
2
-1
/
+6
*
libomp on NetBSD needs libc, libpthread and libm.
Joerg Sonnenberger
2015-09-21
1
-0
/
+2
*
Assume that all Unix-like systems will want to handle signals and
Joerg Sonnenberger
2015-09-21
1
-1
/
+1
*
Darwin is the exception when it comes to accessing environ, all other
Joerg Sonnenberger
2015-09-21
1
-4
/
+2
*
[OMPT] Simplify control variable logic for OMPT
Jonathan Peyton
2015-09-21
12
-157
/
+122
*
[OMPT] Overhaul OMPT initialization interface
Jonathan Peyton
2015-09-21
9
-158
/
+195
*
Fix the OpenMP 3.0 build
Jonathan Peyton
2015-09-21
7
-6
/
+25
*
[OMPT] Correct an incorrect OMPT ifdef
Jonathan Peyton
2015-09-18
1
-1
/
+1
*
Force the readelf call to be in English
Sylvestre Ledru
2015-09-16
1
-0
/
+5
*
Removing the Makefile/Perl build system.
Jonathan Peyton
2015-09-14
31
-7277
/
+30
*
[OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...
Jonathan Peyton
2015-09-10
2
-11
/
+19
*
Fix depth field bug and resize() function in hierarchical barrier
Jonathan Peyton
2015-09-10
2
-12
/
+26
*
Cleanup of affinity hierarchy code.
Jonathan Peyton
2015-09-10
4
-456
/
+310
*
Fix hanging barriers if number of parallel regions exceeds UINT_MAX
Jonathan Peyton
2015-09-10
4
-24
/
+24
*
Remove duplicate of num_threads assignment.
Jonathan Peyton
2015-09-02
1
-1
/
+0
*
Remove fork_context argument from __kmp_join_call() when OMPT is off
Jonathan Peyton
2015-08-31
4
-7
/
+28
*
Follow up to r246426 (Break Fortran Module Files build)
Jonathan Peyton
2015-08-31
1
-6
/
+7
*
D12403: Fix GCC warning 'always_inline function might not be inlinable'
Andrey Churbanov
2015-08-31
3
-3
/
+6
*
Fix for Fortran modules build (from C.Bergstrom)
Andrey Churbanov
2015-08-31
1
-6
/
+6
*
Add kmp_config.h.cmake
Jonathan Peyton
2015-08-28
1
-0
/
+92
*
[OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()
Jonathan Peyton
2015-08-28
24
-230
/
+128
*
Update README.txt to include table of supported Power processors
Jonathan Peyton
2015-08-27
1
-0
/
+14
*
Put taskdata variables under KMP_DEBUG guards.
Jonathan Peyton
2015-08-26
2
-4
/
+6
*
Replace variables with definitions inside KMP_DEBUG_ASSERT statements
Jonathan Peyton
2015-08-26
2
-7
/
+3
*
Remove redundant definition of thr in kmp_gsupport.c
Jonathan Peyton
2015-08-26
1
-2
/
+1
*
Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...
Jonathan Peyton
2015-08-26
2
-4
/
+0
*
Fix machine topology pruning.
Jonathan Peyton
2015-08-25
1
-17
/
+22
*
Update z_Linux_asm.s to use platform macros
Jonathan Peyton
2015-08-20
3
-35
/
+34
*
D11990: Lock-free start of serialized parallel regions
Andrey Churbanov
2015-08-18
1
-25
/
+30
*
D11988: Force serial reduction when team size is 1
Andrey Churbanov
2015-08-17
1
-4
/
+3
*
D11157: Fixed missed threads re-binding in case team size reduced via omp_set...
Andrey Churbanov
2015-08-17
1
-1
/
+2
*
Remove unused KMP_SETVERSION macro
Jonathan Peyton
2015-08-13
2
-12
/
+0
*
Fix two typos in documentation
Jonathan Peyton
2015-08-12
2
-2
/
+2
*
One line fix for hierarchical barrier
Jonathan Peyton
2015-08-12
1
-0
/
+1
*
Add recognition of the Intel 16.0 compiler in kmp_version.c
Jonathan Peyton
2015-08-12
1
-0
/
+2
*
Tidy statistics collection
Jonathan Peyton
2015-08-11
12
-131
/
+233
*
Fix link error on Windows when LIBOMP_USE_DEBUGGER is off
Jonathan Peyton
2015-08-06
2
-2
/
+3
*
D11156: Fix comments by eliminating possible trademark conflicts
Andrey Churbanov
2015-08-05
3
-9
/
+8
*
D11301: Remove the __kmp_invoke_microtask() that relies on libffi
Andrey Churbanov
2015-08-05
1
-55
/
+1
*
D11159: Fixing the stack offset functionality
Andrey Churbanov
2015-08-05
1
-3
/
+8
*
Update Build_With_CMake.txt to reflect changes in CMake refactor
Jonathan Peyton
2015-07-27
1
-131
/
+91
[next]