Skip to content
  1. Jun 01, 2014
    • Alp Toker's avatar
      Add initial CMake build system · 7198f529
      Alp Toker authored
      This is not yet supported for production builds but can already produce working
      binaries on OS X and Linux with clang and gcc.
      
      The intention is to improve support to the point where it can integrate with
      the LLVM runtime platform, cover all platforms, runtime/release build
      configurations and run the tests.
      
      Patch by Jack Howarth!
      
      llvm-svn: 209994
      7198f529
  2. Feb 28, 2014
    • Alp Toker's avatar
      Add support for FreeBSD · 763b9396
      Alp Toker authored
      Port the OpenMP runtime to FreeBSD along with associated build system changes.
      
      Also begin to generalize affinity capabilities so they aren't tied explicitly
      to Windows and Linux.
      
      The port builds with stock clang and gmake and has no additional runtime
      dependencies.
      
      All but a handful of the validation suite tests are now passing on FreeBSD 10
      x86_64.
      
      llvm-svn: 202478
      763b9396
  3. Dec 23, 2013
    • Jim Cownie's avatar
      For your Christmas hacking pleasure. · 181b4bb3
      Jim Cownie authored
      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
      181b4bb3
  4. Sep 27, 2013
Loading