Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Commit PowerPC64 support from Carlo Bertolli at IBM. | Jim Cownie | 2014-08-07 | 1 | -0/+13 | |
| | | | | llvm-svn: 215093 | |||||
* | After three iterations of community review, we believe that this new | Jim Cownie | 2014-08-05 | 1 | -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_SUPPORTED | Alp Toker | 2014-03-02 | 1 | -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 Cownie | 2013-12-23 | 1 | -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 runtime | Jim Cownie | 2013-09-27 | 1 | -0/+2396 | |
llvm-svn: 191506 |