Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sprinkle a few <cstdlib> includes, for libomptarget sources using | Dimitry Andric | 2018-01-18 | 1 | -0/+1 |
| | | | | | | malloc, free, alloca and getenv. NFCI. llvm-svn: 322869 | ||||
* | [libomptarget] Split implementation of API functions | Jonas Hahnfeld | 2017-12-06 | 1 | -0/+282 |
This third patch moves the implementation of the user-facing OpenMP API functions into its own file. For now, the code is only moved, no cleanups applied yet. Differential Revision: https://reviews.llvm.org/D40800 llvm-svn: 319971 |