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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Removing the Makefile/Perl build system.
Jonathan Peyton
2015-09-14
10
-2353
/
+0
*
[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
20
-124
/
+107
*
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
*
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
11
-131
/
+229
*
Fix link error on Windows when LIBOMP_USE_DEBUGGER is off
Jonathan Peyton
2015-08-06
1
-2
/
+2
*
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
*
Patch out a fatal assertion in OpenMP runtime until preconditions are met
Jonathan Peyton
2015-07-23
1
-0
/
+4
*
Fix OMPT support for task frames, parallel regions, and parallel regions + loops
Jonathan Peyton
2015-07-21
8
-34
/
+167
*
Re-indent the CMake refactor to two-space indention
Jonathan Peyton
2015-07-15
1
-177
/
+177
*
Large Refactor of CMake build system
Jonathan Peyton
2015-07-15
1
-265
/
+241
*
Rename OMPT placeholder type names to be in the OMPT name space
Jonathan Peyton
2015-07-14
3
-15
/
+15
*
Fix some bugs in OMPT support
Jonathan Peyton
2015-07-13
8
-35
/
+80
*
fixed typo in debug assertion reported by John Mellor-Crummey
Andrey Churbanov
2015-07-13
1
-1
/
+1
*
Follow up to safe API patch
Jonathan Peyton
2015-07-09
2
-4
/
+2
*
Enable debugger support
Jonathan Peyton
2015-07-09
9
-6
/
+456
*
Fix OMPT event_barrer_end
Jonathan Peyton
2015-07-01
1
-1
/
+1
*
Remove _KMP_BUILD_TIME macro from kmp_version.c
Jonathan Peyton
2015-06-29
1
-1
/
+1
*
Remove use of assignment to multiple struct fields using .fieldname (OMPT)
Jonathan Peyton
2015-06-29
1
-6
/
+4
*
Fix OMPT state maintenance for barriers and missing init of implicit task id.
Jonathan Peyton
2015-06-29
2
-7
/
+18
*
Allow machine hierarchy expansion
Jonathan Peyton
2015-06-22
1
-10
/
+78
*
Re-enable Visual Studio Builds.
Jonathan Peyton
2015-06-22
2
-7
/
+4
*
Remove unused variables '__kmp_build_check_*' for non assert builds.
Jonathan Peyton
2015-06-11
1
-1
/
+5
*
Implement recursive CMake.
Jonathan Peyton
2015-06-11
1
-0
/
+339
*
Remove unused variables '__kmp_build_check_*'
Jonathan Peyton
2015-06-08
1
-1
/
+1
*
Remove unused variable warnings by deletion.
Jonathan Peyton
2015-06-08
11
-54
/
+2
[prev]
[next]