Skip to content

Commit 18d8473

Browse files
committedMay 10, 2014
Add testsuite from OpenUH
llvm-svn: 208472
1 parent 281f9d0 commit 18d8473

File tree

151 files changed

+14672
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+14672
-8
lines changed
 

‎openmp/CREDITS.txt

+24-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,33 @@ beautification by scripts. The fields are: name (N), email (E), web-address
88
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
99
(S).
1010

11+
N: Sunita Chandrasekaran
12+
D: Contributor to testsuite from OpenUH
13+
14+
N: Barbara Chapman
15+
D: Contributor to testsuite from OpenUH
16+
17+
N: University of Houston
18+
W: http://web.cs.uh.edu/~openuh/download/
19+
D: OpenUH test suite
20+
1121
N: Intel Corporation OpenMP runtime team
1222
W: http://openmprtl.org
1323
D: Created the runtime.
1424

25+
N: Matthias Muller
26+
D: Contributor to testsuite from OpenUH
27+
28+
N: Pavel Neytchev
29+
D: Contributor to testsuite from OpenUH
30+
1531
N: Steven Noonan
1632
E: steven@uplinklabs.net
17-
D: Patches for the ARM architecture and several inconsistency removal.
33+
D: Patches for the ARM architecture and removal of several inconsistencies.
34+
35+
N: Alp Toker
36+
E: alp@nuanti.com
37+
D: Making build work for FreeBSD.
38+
39+
N: Cheng Wang
40+
D: Contributor to testsuite from OpenUH

‎openmp/testsuite/LICENSE

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Copyright (c) 2011, 2012
2+
University of Houston System
3+
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
o Redistributions of source code must retain the above copyright notice,
11+
this list of conditions and the following disclaimer.
12+
13+
o Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions and the following disclaimer in the
15+
documentation and/or other materials provided with the distribution.
16+
17+
o Neither the name of the University of Houston System nor the names of its
18+
contributors may be used to
19+
endorse or promote products derived from this software without specific
20+
prior written permission.
21+
22+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
23+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
24+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
27+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
28+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
29+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
30+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
31+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33+
34+

0 commit comments

Comments
 (0)