summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variable warnings by moving variables.Jonathan Peyton2015-06-082-5/+5
* Remove unused variable warnings by adding proper macro guards.Jonathan Peyton2015-06-088-2/+27
* Remove unused variable warnings by fooling compiler.Jonathan Peyton2015-06-086-11/+28
* Removed unused functions.Jonathan Peyton2015-06-082-123/+0
* Fix extern warnings produced by ittnotify_static.cJonathan Peyton2015-06-052-4/+8
* Fix some sign compare warnings.Jonathan Peyton2015-06-044-15/+10
* Suppress uninitialized-variable-is-used warning in kmp_csupport.cJonathan Peyton2015-06-031-2/+2
* Remove conditional parameters from KA_TRACE macro.Jonathan Peyton2015-06-031-3/+6
* Reorder C++ initialization lists to appease compiler.Jonathan Peyton2015-06-031-3/+4
* Remove unused variable anonym from kmp_atomic.cJonathan Peyton2015-06-031-1/+0
* Get rid of some dead code.Jonathan Peyton2015-06-023-11/+8
* Remove unused KMP_IOMP_NAME macro from kmp.hJonathan Peyton2015-06-021-3/+0
* Change Intel(R) OpenMP* to LLVM* OpenMP* in libomp.rc.varJonathan Peyton2015-06-021-3/+3
* Apply name change to Makefile build system.Jonathan Peyton2015-06-012-22/+21
* Apply name change to src/* files.Jonathan Peyton2015-06-019-16/+16
* Adding libomp.rc.var for name changeJonathan Peyton2015-06-011-0/+70
* Allow CMAKE_OSX_ARCHITECTURES to build fat library.Jonathan Peyton2015-05-294-151/+150
* Fix comment about balanced affinityJonathan Peyton2015-05-271-1/+1
* Allow gcc 5.x to compile library.Jonathan Peyton2015-05-271-1/+1
* Change macro GUIDEDLL_EXPORTS to KMP_DYNAMIC_LIBJonathan Peyton2015-05-265-11/+11
* One line fix for possible out-of-bounds issue in kmp_runtime.cJonathan Peyton2015-05-261-1/+1
* One line fix for possible out-of-bounds issue in kmp_error.cJonathan Peyton2015-05-261-2/+2
* Fix doxygen commentsJonathan Peyton2015-05-222-8/+6
* Fix spelling errorsJonathan Peyton2015-05-228-10/+10
* One line fix - bug with final clause of task constructJonathan Peyton2015-05-211-1/+1
* Fix task team synchronization Jonathan Peyton2015-05-211-0/+1
* Delete old CMake build systemJonathan Peyton2015-05-181-183/+0
* Small fix to allow FreeBSD build to work.Jonathan Peyton2015-05-151-1/+1
* Missing file runtime/src/include/41/ompt.h.var added; fixed build to optional...Andrey Churbanov2015-05-122-1/+477
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-077-23/+426
* D9306 omp 4.1 async offload support (partial): build changes for version 4.1Andrey Churbanov2015-05-071-6/+10
* D9306 omp 4.1 async offload support (partial): added version 4.1 headers.Andrey Churbanov2015-05-076-0/+2201
* D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notific...Andrey Churbanov2015-05-065-113/+125
* D9302.partial: bug fix for ittnotify: added missed timing on hierarchical bar...Andrey Churbanov2015-05-061-0/+7
* Added missed symbol omp_in_final into include/module files.Andrey Churbanov2015-05-066-0/+28
* ittnotify: change default notification mode to 3, which includes parallel reg...Andrey Churbanov2015-05-061-1/+1
* These are the actual changes in the runtime to issue OMPT-related functions. ...Andrey Churbanov2015-04-2913-26/+1276
* This patch contains the new files for OMPT and the needed changes to the buil...Andrey Churbanov2015-04-2911-1/+2051
* This is a preparation patch to get information about the actual release statu...Andrey Churbanov2015-04-292-51/+71
* The generation of the hierarchy used by hierarchical barrier improved in how ...Andrey Churbanov2015-04-131-43/+78
* Replace some unsafe API calls with safe alternatives on Windows, prepare code...Andrey Churbanov2015-04-0222-96/+163
* Eliminated the write to depth field of the machine_hierarchy data structure i...Andrey Churbanov2015-04-021-9/+7
* fix for broken commit 231774Andrey Churbanov2015-03-101-143/+45
* issuing of incorrect warning fixedAndrey Churbanov2015-03-101-4/+4
* cleanup: removed unused function __kmp_change_thread_affinity_maskAndrey Churbanov2015-03-104-43/+50
* proc_bind_disabled enum value removed, its usage replased with proc_bind_falseAndrey Churbanov2015-03-103-9/+3
* cleanup: usages of mask size wrapped into macrosAndrey Churbanov2015-03-105-12/+14
* Adding some 8-bit atomic operations for future useAndrey Churbanov2015-03-103-2/+118
* changed unsigned types to signed - caused by comments of Hal Finkel on one of...Andrey Churbanov2015-03-103-9/+9
* minor change: comment improvedAndrey Churbanov2015-03-051-1/+1
OpenPOWER on IntegriCloud