summaryrefslogtreecommitdiffstats
path: root/openmp
Commit message (Expand)AuthorAgeFilesLines
* 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-075-11/+18
* D9306 omp 4.1 async offload support (partial): added version 4.1 headers.Andrey Churbanov2015-05-076-0/+2201
* D7631: added regression tests for hinted locks - to be integrated into testsu...Andrey Churbanov2015-05-062-0/+157
* 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
* Liboffload: Patch for MPSS > 3.4.x (provided by Tim Cramer)Andrey Churbanov2015-05-062-5/+26
* Integrate libiomp CMake into LLVM CMake build system.Andrey Churbanov2015-05-056-347/+333
* 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-2916-2/+2120
* This is a preparation patch to get information about the actual release statu...Andrey Churbanov2015-04-292-51/+71
* UH OpenMP testsuite updateAndrey Churbanov2015-04-2919-125/+669
* updated copyright date to 2015Andrey Churbanov2015-04-161-1/+1
* 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
* moved Windows-specific flags under the WINDOWS guard in CMakeAndrey Churbanov2015-03-051-8/+8
* added KMP_NESTED_HOT_TEAMS macro definitionAndrey Churbanov2015-03-051-0/+1
* minor change: comment improvedAndrey Churbanov2015-03-051-1/+1
* Cleanup provided by Carlo BertolliAndrey Churbanov2015-03-032-3/+4
* Removed all header files for OpenMP 2.5Andrey Churbanov2015-02-257-1454/+1
* Export the common header files to exports/ with CMakeAndrey Churbanov2015-02-251-1/+1
* Set the Intel compiler as default when building for the MIC without CMakeAndrey Churbanov2015-02-251-3/+3
* Two warning messages fixed.Andrey Churbanov2015-02-203-7/+6
* Misprint in comment fixedAndrey Churbanov2015-02-201-1/+1
* Detect Intel MIC architecture and set some defaults at run time instead of bu...Andrey Churbanov2015-02-204-48/+112
* Removed unused varargs from __kmpc_flush function.Andrey Churbanov2015-02-202-7/+3
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-2020-27/+1578
* Changed default stack offset for threads on non-Mac architectures to a CACHE_...Andrey Churbanov2015-02-201-1/+5
* Added some compiler flags for security on Linux and Mac link stages.Andrey Churbanov2015-02-201-5/+30
* Fixed memory corruption problem.Andrey Churbanov2015-02-101-0/+4
* Updated the kmp_omp_struct_info_t structure used by debuggers.Andrey Churbanov2015-02-101-27/+48
* OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov2015-02-107-0/+55
* Added comment on format of local labels in asm codeAndrey Churbanov2015-02-101-0/+2
* Added CFI directives to asm code in order to have correct backtraces in gdb.Andrey Churbanov2015-02-101-34/+68
* The usage of tt_state flag is replaced by an array of two task_team pointers.Andrey Churbanov2015-02-107-184/+222
* Pin the libiomp5.dll for the lifetime of application, Windows-specificAndrey Churbanov2015-01-291-0/+15
* enable environment variable KMP_PLACE_THREADS also for non-MIC architecturesAndrey Churbanov2015-01-295-21/+4
* fix that sets proc-bind-var to proc_bind_false if affinity is not supportedAndrey Churbanov2015-01-291-0/+6
* fixing typo in error messageAndrey Churbanov2015-01-291-1/+1
* fixing mistake in kmp_get_affinity_max_proc() api functionAndrey Churbanov2015-01-291-1/+1
OpenPOWER on IntegriCloud