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
...
*
[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
*
LibompMicroTests.cmake: Invoke 'test' instead of using '[ x -eq y ]'
Hans Wennborg
2015-07-24
1
-1
/
+1
*
Patch out a fatal assertion in OpenMP runtime until preconditions are met
Jonathan Peyton
2015-07-23
1
-0
/
+4
*
[CMake] Fix libomp_check_linker_flag function
Jonathan Peyton
2015-07-23
1
-1
/
+1
*
Fix OMPT support for task frames, parallel regions, and parallel regions + loops
Jonathan Peyton
2015-07-21
8
-34
/
+167
*
[cmake] Support enabling -Werror in the OpenMP runtime CMake build and
Chandler Carruth
2015-07-18
3
-7
/
+38
*
Re-indent the CMake refactor to two-space indention
Jonathan Peyton
2015-07-15
11
-1011
/
+1010
*
Large Refactor of CMake build system
Jonathan Peyton
2015-07-15
28
-2390
/
+1553
*
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
*
Turn debugger interface off by default.
Jonathan Peyton
2015-07-09
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
13
-6
/
+469
*
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
[prev]
[next]