summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-071-1/+1
* [OpenMP] Move header inclusion out of 'extern "C"'Jonas Hahnfeld2019-07-161-2/+3
* [OpenMP] Remove OMP spec versioningJonathan Peyton2019-07-1217-6003/+8
* New implementation of OpenMP 5.0 detached tasks.Andrey Churbanov2019-06-194-0/+34
* Introduce new OpenMP 5.0 depend object type.Andrey Churbanov2019-05-154-0/+5
* [OpenMP] Workaround gfortran bugzilla build bug 41755Jonathan Peyton2019-05-081-1/+1
* [OpenMP] Add OpenMP 5.0 nonmonotonic codeJonathan Peyton2019-04-304-5/+9
* [OpenMP] Implement 5.0 memory managementJonathan Peyton2019-04-084-62/+352
* [OpenMP 5.0] Add omp_get_supported_active_levels()Jonathan Peyton2019-02-194-0/+23
* NFC: fixed formatting to be consistent across the fileAndrey Churbanov2019-01-211-1/+2
* Fixed https://reviews.llvm.org/D55078 broken Fortran fixed form.Andrey Churbanov2019-01-211-4/+6
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* [OpenMP] Add omp_pause_resource* APIJonathan Peyton2019-01-164-0/+81
* [OMPT] Second chunk of final OMPT 5.0 interface updatesJoachim Protze2019-01-152-735/+1083
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2019-01-037-6/+42
* [OMPT] First chunk of final OMPT 5.0 interface updatesJoachim Protze2018-12-181-46/+51
* [OpenMP] Implement OpenMP 5.0 affinity format functionalityJonathan Peyton2018-12-134-0/+98
* Revert r347799: Add omp_get_device_num() and update other device APIJonathan Peyton2018-11-297-42/+6
* [OpenMP] Rename ompt_mutex_impl_unknown to ompt_mutex_impl_noneJonathan Peyton2018-11-281-1/+1
* [OpenMP] Add omp_get_device_num() and update several other device API functionsJonathan Peyton2018-11-287-6/+42
* Fixed workaround made in https://reviews.llvm.org/D51694.Andrey Churbanov2018-10-011-4/+4
* [OMPT] Update types according to TR7Joachim Protze2018-09-101-56/+94
* [OpenMP] Synchronization hint constants added to headersJonathan Peyton2018-09-073-31/+66
* [OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton2018-09-074-0/+93
* Fix for https://bugs.llvm.org/show_bug.cgi?id=38839:Andrey Churbanov2018-09-071-57/+92
* [OpenMP] Remove deprecated/obsolete MIC attributes from headersJonathan Peyton2018-08-241-1/+3
* [OMPT] Remove OMPT idle callbackJoachim Protze2018-08-151-5/+0
* [OMPT] Make omp_control_tool() compliant when called from Fortran programsJonathan Peyton2018-08-132-2/+4
* [OMPT] Rename ompt_wait_id to omp_wait_idJoachim Protze2018-05-281-7/+7
* [OMPT] Rename ompt_frame_t to omp_frame_tJoachim Protze2018-05-281-6/+6
* Set the license header for all OMPT filesJoachim Protze2018-04-121-0/+9
* [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_implJoachim Protze2018-01-171-10/+10
* [OMPT] Add missing ompt_get_num_procs functionJoachim Protze2017-12-211-0/+4
* Fix types of Fortran array elementsJonathan Peyton2017-11-296-12/+12
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-051-152/+123
* Rename fields of ompt_frame_tJoachim Protze2017-11-051-3/+3
* Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld2017-11-031-3/+3
* Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld2017-11-031-123/+152
* Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze2017-11-031-152/+123
* Rename fields of ompt_frame_tJoachim Protze2017-11-031-3/+3
* Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze2017-11-015-226/+492
* Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton2017-10-203-1518/+0
* OpenMP version 5.0 addedJonathan Peyton2017-03-065-0/+2736
* cleanup: fixed names of dummy arguments of Fortran interfaces declarations, n...Andrey Churbanov2016-08-174-138/+158
* Fix typos in Fortran headersJonathan Peyton2016-06-212-6/+6
* Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton2016-06-145-5/+5
* Offer API for setting number of loop dispatch buffersJonathan Peyton2016-05-313-0/+13
* Changed parameter names in Fortran modules to correspond with OpenMP 4.5 spec...Jonathan Peyton2016-05-232-76/+76
* Remove trailing whitespace in src/ directoryJonathan Peyton2016-05-203-3/+3
* Adding new kmp_aligned_malloc() entry pointJonathan Peyton2016-05-1212-0/+86
OpenPOWER on IntegriCloud