aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/include
AgeCommit message (Expand)Author
2017-11-29Fix types of Fortran array elementsJonathan Peyton
2017-11-05Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-05Rename fields of ompt_frame_tJoachim Protze
2017-11-03Revert "Rename fields of ompt_frame_t"Jonas Hahnfeld
2017-11-03Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 ...Jonas Hahnfeld
2017-11-03Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)Joachim Protze
2017-11-03Rename fields of ompt_frame_tJoachim Protze
2017-11-01Update implementation of OMPT to the specification OpenMP 5.0 Preview 1 (TR4).Joachim Protze
2017-10-20Restrict OMPT to OpenMP version 5.0 and remove old header filesJonathan Peyton
2017-03-06OpenMP version 5.0 addedJonathan Peyton
2016-08-17cleanup: fixed names of dummy arguments of Fortran interfaces declarations, n...Andrey Churbanov
2016-06-21Fix typos in Fortran headersJonathan Peyton
2016-06-14Renaming change: 41 -> 45 and 4.1 -> 4.5Jonathan Peyton
2016-05-31Offer API for setting number of loop dispatch buffersJonathan Peyton
2016-05-23Changed parameter names in Fortran modules to correspond with OpenMP 4.5 spec...Jonathan Peyton
2016-05-20Remove trailing whitespace in src/ directoryJonathan Peyton
2016-05-12Adding new kmp_aligned_malloc() entry pointJonathan Peyton
2016-04-12Add declarations of OpenMP 4.5 target/offload routines to headersJonathan Peyton
2016-02-25Add new OpenMP 4.5 affinity APIJonathan Peyton
2016-02-25Add initial support for OpenMP 4.5 task priority featureJonathan Peyton
2016-01-28[OMPT] Add support for ompt_event_task_dependences and ompt_event_task_depend...Jonas Hahnfeld
2016-01-28[OMPT] Workaround clang failing with 'declare target'Jonas Hahnfeld
2016-01-27Change whitespace to test commit accessJonas Hahnfeld
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 3Jonathan Peyton
2015-12-11Hinted lock (OpenMP 4.5 feature) Updates/Fixes Part 2Jonathan Peyton
2015-11-11[OMPT] Add ompt_event_task_switch event into OMPT/OpenMPJonathan Peyton
2015-09-21[OMPT] Overhaul OMPT initialization interfaceJonathan Peyton
2015-09-14Removing the Makefile/Perl build system.Jonathan Peyton
2015-08-28[OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton
2015-07-21Fix OMPT support for task frames, parallel regions, and parallel regions + loopsJonathan Peyton
2015-07-14Rename OMPT placeholder type names to be in the OMPT name spaceJonathan Peyton
2015-07-13Fix some bugs in OMPT supportJonathan Peyton
2015-05-12Missing file runtime/src/include/41/ompt.h.var added; fixed build to optional...Andrey Churbanov
2015-05-07D9306 omp 4.1 async offload support (partial): added version 4.1 headers.Andrey Churbanov
2015-05-06Added missed symbol omp_in_final into include/module files.Andrey Churbanov
2015-04-29This patch contains the new files for OMPT and the needed changes to the buil...Andrey Churbanov
2015-02-25Removed all header files for OpenMP 2.5Andrey Churbanov
2015-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov
2015-02-10OpenMP 4.0 standard function omp_is_initial_device() implemented.Andrey Churbanov
2015-01-27Comments only: removing the Revision and Date svn variables from the top of a...Andrey Churbanov
2014-10-07I apologise in advance for the size of this check-in. At Intel we doJim Cownie
2013-12-23For your Christmas hacking pleasure.Jim Cownie
2013-09-27First attempt to import OpenMP runtimeJim Cownie