aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_omp.h
AgeCommit message (Expand)Author
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-09[OpenMP] Use C++11 Atomics - barrier, tasking, and lock codeJonathan Peyton
2017-10-20Apply formatting changesJonathan Peyton
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-05-31Avoid deadlock with COIJonathan Peyton
2015-09-21Fix the OpenMP 3.0 buildJonathan Peyton
2015-07-09Enable debugger supportJonathan Peyton
2015-02-20Added new user-guided lock api, currently disabled. Use KMP_USE_DYNAMIC_LOCK=...Andrey Churbanov
2015-02-10Updated the kmp_omp_struct_info_t structure used by debuggers.Andrey Churbanov
2015-02-10The usage of tt_state flag is replaced by an array of two task_team pointers.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-09-27First attempt to import OpenMP runtimeJim Cownie