aboutsummaryrefslogtreecommitdiff
path: root/openmp/CREDITS.txt
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2017-11-07 23:32:13 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2017-11-07 23:32:13 +0000
commit40039ac98cd423c05c95c4b7ec119ab00c42d45a (patch)
tree4986788be30df9a5d6a4dca9d30f8167d7e04967 /openmp/CREDITS.txt
parent6c301b6eb1c393331ec38aee37b29cadae607723 (diff)
downloadllvm-40039ac98cd423c05c95c4b7ec119ab00c42d45a.zip
llvm-40039ac98cd423c05c95c4b7ec119ab00c42d45a.tar.gz
llvm-40039ac98cd423c05c95c4b7ec119ab00c42d45a.tar.bz2
Cleanup version symbol macros and attributes/declspecs
1) Get rid of xaliasify, xexpand and xversionify for KMP_EXPAND_NAME and KMP_VERSION_SYMBOL. KMP_VERSION_SYMBOL is a combination of xaliasify and xversionify. 2) Put all attribute and __declspec definitions in kmp_os.h Differential Revision: https://reviews.llvm.org/D39516 llvm-svn: 317636
Diffstat (limited to 'openmp/CREDITS.txt')
-rw-r--r--openmp/CREDITS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/openmp/CREDITS.txt b/openmp/CREDITS.txt
index 6d927d3..b14bb9a 100644
--- a/openmp/CREDITS.txt
+++ b/openmp/CREDITS.txt
@@ -8,6 +8,10 @@ beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).
+N: Adam Azarchs
+W: 10xgenomics.com
+D: Bug fix for lock code
+
N: Carlo Bertolli
W: http://ibm.com
D: IBM contributor to PowerPC support in CMake files and elsewhere.