summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/kmp_csupport.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Commit PowerPC64 support from Carlo Bertolli at IBM.Jim Cownie2014-08-071-0/+13
| | | | llvm-svn: 215093
* After three iterations of community review, we believe that this newJim Cownie2014-08-051-1/+1
| | | | | | | | | | | | | | | | | | CMAKE buld system should meet everyone's requirements. Enhanced CMake Build System Commit * Supports Linux, Mac, Windows, and IntelĀ® Xeon Phi builds * Supports building with gcc, icc, clang, and Visual Studio compilers * Supports bulding "fat" libraries on OS/X with clang * Details and documentation on how to use build system are in Build_With_CMake.txt * To use the old CMake build system (corresponds to CMakeLists.txt.old), just rename CMakeLists.txt to CMakeLists.txt.other and rename CMakeLists.txt.old to CMakeLists.txt llvm-svn: 214850
* Make affinity support conditional on KMP_AFFINITY_SUPPORTEDAlp Toker2014-03-021-3/+3
| | | | | | | | | The feature was previously guarded with KMP_OS_LINUX || KMP_OS_WINDOWS but can now be enabled/disabled independently to simplify porting. Completes the work started in r202478. llvm-svn: 202613
* For your Christmas hacking pleasure.Jim Cownie2013-12-231-67/+39
| | | | | | | | | | | | | | | | | This release use aligns with Intel(r) Composer XE 2013 SP1 Product Update 2 New features * The library can now be built with clang (though wiht some limitations since clang does not support 128 bit floats) * Support for Vtune analysis of load imbalance * Code contribution from Steven Noonan to build the runtime for ARM* architecture processors * First implementation of runtime API for OpenMP cancellation Bug Fixes * Fixed hang on Windows (only) when using KMP_BLOCKTIME=0 llvm-svn: 197914
* First attempt to import OpenMP runtimeJim Cownie2013-09-271-0/+2396
llvm-svn: 191506
OpenPOWER on IntegriCloud