summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add declarations of OpenMP 4.5 target/offload routines to headersJonathan Peyton2016-04-123-0/+21
* Add new OpenMP 4.5 affinity APIJonathan Peyton2016-02-254-0/+104
* Add initial support for OpenMP 4.5 task priority featureJonathan Peyton2016-02-254-0/+22
* [OMPT] Add support for ompt_event_task_dependences and ompt_event_task_depend...Jonas Hahnfeld2016-01-282-2/+56
* [OMPT] Workaround clang failing with 'declare target'Jonas Hahnfeld2016-01-283-6/+9
* Change whitespace to test commit accessJonas Hahnfeld2016-01-271-1/+1
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton2015-12-118-171/+69
* Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton2015-12-118-10/+26
* [OMPT] Add ompt_event_task_switch event into OMPT/OpenMPJonathan Peyton2015-11-113-12/+12
* [OMPT] Overhaul OMPT initialization interfaceJonathan Peyton2015-09-213-9/+18
* Removing the Makefile/Perl build system.Jonathan Peyton2015-09-146-551/+0
* [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton2015-08-2812-57/+57
* Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton2015-07-213-6/+42
* Rename OMPT placeholder type names to be in the OMPT name spaceJonathan Peyton2015-07-143-15/+15
* Fix some bugs in OMPT supportJonathan Peyton2015-07-133-15/+15
* Missing file runtime/src/include/41/ompt.h.var added; fixed build to optional...Andrey Churbanov2015-05-121-0/+472
* D9306 omp 4.1 async offload support (partial): added version 4.1 headers.Andrey Churbanov2015-05-076-0/+2201
* Added missed symbol omp_in_final into include/module files.Andrey Churbanov2015-05-066-0/+28
* This patch contains the new files for OMPT and the needed changes to the buil...Andrey Churbanov2015-04-292-0/+944
* Removed all header files for OpenMP 2.5Andrey Churbanov2015-02-256-1453/+0
* Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov2015-02-204-0/+91
OpenPOWER on IntegriCloud