summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/dllexports
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-121-40/+1
* Cleanup of unused codeAndrey Churbanov2019-07-021-6/+0
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-191-1/+2
* [OpenMP] Implement task modifier for reduction clauseJonathan Peyton2019-05-011-2/+7
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-081-1/+17
* [OpenMP] Remove deprecated taskqJonathan Peyton2019-03-151-6/+6
* [OpenMP] Make use of sched_yield optional in runtimeJonathan Peyton2019-02-281-1/+1
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-191-0/+1
* 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/+3
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-031-4/+3
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-131-0/+8
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-291-3/+4
* [OpenMP] Add stubs for Task affinity APIJonathan Peyton2018-11-291-0/+1
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-281-4/+3
* remove duplicate omp_control_tool export to fix windows buildAndrey Churbanov2018-10-251-3/+0
* [OpenMP] Add missing __kmpc_critical_with_hint to dllexportsJonathan Peyton2018-09-261-2/+3
* [OpenMP][OMPT] A few improvementsJonathan Peyton2018-09-261-0/+3
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-071-0/+18
* Read OMP_TARGET_OFFLOAD and provide API to access ICVJonathan Peyton2018-03-201-0/+1
* KMP_HW_SUBSET extended with NUMA support when HWLOC enabledAndrey Churbanov2017-04-131-1/+1
* Mixed type atomic routines added to Windows DLLJonathan Peyton2017-03-061-0/+4
* Run-time library part of OpenMP 5.0 task reduction implementation.Andrey Churbanov2017-02-161-0/+9
* Mixed type atomic routines added for capture and update/capture reverse.Jonathan Peyton2016-10-181-0/+162
* Disable monitor thread creation by default.Jonathan Peyton2016-09-271-1/+3
* [OPENMP] Implementation of omp_get_default_device and omp_set_default_deviceGeorge Rokos2016-09-091-2/+2
* Addition of debugger comments and whitespaceJonathan Peyton2016-06-211-8/+8
* Remove unused wait/release code.Jonathan Peyton2016-06-141-4/+0
* Whitespace cleanup of dllexportsJonathan Peyton2016-06-141-2/+2
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-141-5/+5
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-311-0/+3
* Add missing OpenMP 4.5 device entries to stubs library.Jonathan Peyton2016-05-271-0/+15
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-201-1/+1
* Adding new kmp_aligned_malloc() entry pointJonathan Peyton2016-05-121-0/+2
* Add new OpenMP 4.5 taskloop construct featureJonathan Peyton2016-03-021-0/+1
* Add new OpenMP 4.5 doacross loop nest featureJonathan Peyton2016-03-021-0/+4
* Add new OpenMP 4.5 affinity APIJonathan Peyton2016-02-251-0/+6
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-251-0/+1
* Removed unused __kmp_*_i8 functions.Jonathan Peyton2016-01-041-1/+0
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-111-0/+7
* Fix link error on Windows when LIBOMP_USE_DEBUGGER is offJonathan Peyton2015-08-061-2/+2
* Enable debugger supportJonathan Peyton2015-07-091-0/+4
* D9306 omp 4.1 async offload support (partial): code changesAndrey Churbanov2015-05-071-0/+8
* OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov2015-02-101-0/+1
* I apologise in advance for the size of this check-in. At Intel we doJim Cownie2014-10-071-2/+20
* After three iterations of community review, we believe that this newJim Cownie2014-08-051-3/+33
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-0/+5
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+910
OpenPOWER on IntegriCloud