summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_ftn_os.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add support for GOMP_*_nonmonotonic_* functionsJonathan Peyton2019-08-051-0/+20
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-40/+0
* Cleanup of unused codeAndrey Churbanov2019-07-021-8/+0
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-191-0/+4
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-4/+8
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-191-0/+4
* [OpenMP] Adding GOMP compatible cancellationJonathan Peyton2019-02-191-2/+0
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-161-0/+8
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-031-12/+8
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+16
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-291-8/+12
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-281-12/+8
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-5/+21
* [OpenMP] Implement GOMP doacross compatibilityJonathan Peyton2018-07-301-0/+20
* Introduce GOMP_taskloop APIJonathan Peyton2018-04-181-0/+4
* Cleanup version symbol macros and attributes/declspecsJonathan Peyton2017-11-071-39/+0
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-011-0/+16
* Apply formatting changesJonathan Peyton2017-10-201-5/+0
* Clang-format and whitespace cleanup of source codeJonathan Peyton2017-05-121-482/+506
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-091-8/+8
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-4/+4
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-0/+4
* Add missing OpenMP 4.5 device entries to stubs library.Jonathan Peyton2016-05-271-4/+44
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-1/+1
* Adding new kmp_aligned_malloc() entry pointJonathan Peyton2016-05-121-0/+4
* Add new OpenMP 4.5 affinity APIJonathan Peyton2016-02-251-0/+24
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-251-0/+16
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-111-8/+8
* Apply name change to src/* files.Jonathan Peyton2015-06-011-1/+1
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-201-0/+16
* OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov2015-02-101-0/+4
* Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov2015-01-271-2/+0
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-10/+10
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-1/+1
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-2/+144
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+372
OpenPOWER on IntegriCloud