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
...
*
Remove unused variable warnings by moving variables.
Jonathan Peyton
2015-06-08
2
-5
/
+5
*
Remove unused variable warnings by adding proper macro guards.
Jonathan Peyton
2015-06-08
8
-2
/
+27
*
Remove unused variable warnings by fooling compiler.
Jonathan Peyton
2015-06-08
6
-11
/
+28
*
Removed unused functions.
Jonathan Peyton
2015-06-08
2
-123
/
+0
*
Fix extern warnings produced by ittnotify_static.c
Jonathan Peyton
2015-06-05
2
-4
/
+8
*
Fix some sign compare warnings.
Jonathan Peyton
2015-06-04
4
-15
/
+10
*
Suppress uninitialized-variable-is-used warning in kmp_csupport.c
Jonathan Peyton
2015-06-03
1
-2
/
+2
*
Remove conditional parameters from KA_TRACE macro.
Jonathan Peyton
2015-06-03
1
-3
/
+6
*
Reorder C++ initialization lists to appease compiler.
Jonathan Peyton
2015-06-03
1
-3
/
+4
*
Remove unused variable anonym from kmp_atomic.c
Jonathan Peyton
2015-06-03
1
-1
/
+0
*
Get rid of some dead code.
Jonathan Peyton
2015-06-02
3
-11
/
+8
*
Remove unused KMP_IOMP_NAME macro from kmp.h
Jonathan Peyton
2015-06-02
1
-3
/
+0
*
Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.var
Jonathan Peyton
2015-06-02
1
-3
/
+3
*
Apply name change to Makefile build system.
Jonathan Peyton
2015-06-01
2
-22
/
+21
*
Apply name change to src/* files.
Jonathan Peyton
2015-06-01
9
-16
/
+16
*
Adding libomp.rc.var for name change
Jonathan Peyton
2015-06-01
1
-0
/
+70
*
Allow CMAKE_OSX_ARCHITECTURES to build fat library.
Jonathan Peyton
2015-05-29
4
-151
/
+150
*
Fix comment about balanced affinity
Jonathan Peyton
2015-05-27
1
-1
/
+1
*
Allow gcc 5.x to compile library.
Jonathan Peyton
2015-05-27
1
-1
/
+1
*
Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIB
Jonathan Peyton
2015-05-26
5
-11
/
+11
*
One line fix for possible out-of-bounds issue in kmp_runtime.c
Jonathan Peyton
2015-05-26
1
-1
/
+1
*
One line fix for possible out-of-bounds issue in kmp_error.c
Jonathan Peyton
2015-05-26
1
-2
/
+2
*
Fix doxygen comments
Jonathan Peyton
2015-05-22
2
-8
/
+6
*
Fix spelling errors
Jonathan Peyton
2015-05-22
8
-10
/
+10
*
One line fix - bug with final clause of task construct
Jonathan Peyton
2015-05-21
1
-1
/
+1
*
Fix task team synchronization
Jonathan Peyton
2015-05-21
1
-0
/
+1
*
Delete old CMake build system
Jonathan Peyton
2015-05-18
1
-183
/
+0
*
Small fix to allow FreeBSD build to work.
Jonathan Peyton
2015-05-15
1
-1
/
+1
*
Missing file runtime/src/include/41/ompt.h.var added; fixed build to optional...
Andrey Churbanov
2015-05-12
2
-1
/
+477
*
D9306 omp 4.1 async offload support (partial): code changes
Andrey Churbanov
2015-05-07
7
-23
/
+426
*
D9306 omp 4.1 async offload support (partial): build changes for version 4.1
Andrey Churbanov
2015-05-07
1
-6
/
+10
*
D9306 omp 4.1 async offload support (partial): added version 4.1 headers.
Andrey Churbanov
2015-05-07
6
-0
/
+2201
*
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...
Andrey Churbanov
2015-05-06
5
-113
/
+125
*
D9302.partial: bug fix for ittnotify: added missed timing on hierarchical bar...
Andrey Churbanov
2015-05-06
1
-0
/
+7
*
Added missed symbol omp_in_final into include/module files.
Andrey Churbanov
2015-05-06
6
-0
/
+28
*
ittnotify: change default notification mode to 3, which includes parallel reg...
Andrey Churbanov
2015-05-06
1
-1
/
+1
*
These are the actual changes in the runtime to issue OMPT-related functions. ...
Andrey Churbanov
2015-04-29
13
-26
/
+1276
*
This patch contains the new files for OMPT and the needed changes to the buil...
Andrey Churbanov
2015-04-29
11
-1
/
+2051
*
This is a preparation patch to get information about the actual release statu...
Andrey Churbanov
2015-04-29
2
-51
/
+71
*
The generation of the hierarchy used by hierarchical barrier improved in how ...
Andrey Churbanov
2015-04-13
1
-43
/
+78
*
Replace some unsafe API calls with safe alternatives on Windows, prepare code...
Andrey Churbanov
2015-04-02
22
-96
/
+163
*
Eliminated the write to depth field of the machine_hierarchy data structure i...
Andrey Churbanov
2015-04-02
1
-9
/
+7
*
fix for broken commit 231774
Andrey Churbanov
2015-03-10
1
-143
/
+45
*
issuing of incorrect warning fixed
Andrey Churbanov
2015-03-10
1
-4
/
+4
*
cleanup: removed unused function __kmp_change_thread_affinity_mask
Andrey Churbanov
2015-03-10
4
-43
/
+50
*
proc_bind_disabled enum value removed, its usage replased with proc_bind_false
Andrey Churbanov
2015-03-10
3
-9
/
+3
*
cleanup: usages of mask size wrapped into macros
Andrey Churbanov
2015-03-10
5
-12
/
+14
*
Adding some 8-bit atomic operations for future use
Andrey Churbanov
2015-03-10
3
-2
/
+118
*
changed unsigned types to signed - caused by comments of Hal Finkel on one of...
Andrey Churbanov
2015-03-10
3
-9
/
+9
*
minor change: comment improved
Andrey Churbanov
2015-03-05
1
-1
/
+1
[prev]
[next]