aboutsummaryrefslogtreecommitdiff
path: root/openmp/CREDITS.txt
diff options
context:
space:
mode:
authorJim Cownie <james.h.cownie@intel.com>2013-12-23 17:28:57 +0000
committerJim Cownie <james.h.cownie@intel.com>2013-12-23 17:28:57 +0000
commit181b4bb3bb21a576458686d8e40234f658a3d35e (patch)
treea7acb48bf7338894f3c0f2c81e97564a98ccce3c /openmp/CREDITS.txt
parent701875542d670e40e61390ccac08a6ed1de4d91f (diff)
downloadllvm-181b4bb3bb21a576458686d8e40234f658a3d35e.zip
llvm-181b4bb3bb21a576458686d8e40234f658a3d35e.tar.gz
llvm-181b4bb3bb21a576458686d8e40234f658a3d35e.tar.bz2
For your Christmas hacking pleasure.
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
Diffstat (limited to 'openmp/CREDITS.txt')
-rw-r--r--openmp/CREDITS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/openmp/CREDITS.txt b/openmp/CREDITS.txt
index 67b3e9e..c054358 100644
--- a/openmp/CREDITS.txt
+++ b/openmp/CREDITS.txt
@@ -12,3 +12,6 @@ N: Intel Corporation OpenMP runtime team
W: http://openmprtl.org
D: Created the runtime.
+N: Steven Noonan
+E: steven@uplinklabs.net
+D: Patches for the ARM architecture and several inconsistency removal.