12
12
< body >
13
13
< div id ="menu ">
14
14
< div >
15
- < a href ="http ://llvm.org/ "> LLVM Home</ a >
15
+ < a href ="https ://llvm.org/ "> LLVM Home</ a >
16
16
</ div >
17
17
18
18
< div class ="submenu ">
22
22
23
23
< div class ="submenu ">
24
24
< label > Quick Links</ label >
25
- < a href ="http ://lists.llvm.org/mailman/listinfo/openmp-dev "> openmp-dev</ a >
26
- < a href ="http ://lists.llvm.org/mailman/listinfo/openmp-commits "> openmp-commits</ a >
27
- < a href ="http ://llvm.org/bugs / "> Bug Reports</ a >
25
+ < a href ="https ://lists.llvm.org/mailman/listinfo/openmp-dev "> openmp-dev</ a >
26
+ < a href ="https ://lists.llvm.org/mailman/listinfo/openmp-commits "> openmp-commits</ a >
27
+ < a href ="https ://bugs. llvm.org/ "> Bug Reports</ a >
28
28
< a href ="https://github.com/llvm/llvm-project/tree/master/openmp "> Browse Sources</ a >
29
29
</ div >
30
30
</ div >
@@ -60,7 +60,7 @@ <h1>OpenMP®: Support for the OpenMP language</h1>
60
60
</ p >
61
61
62
62
< p > All of the code here is < a
63
- href ="http ://llvm.org/docs/DeveloperPolicy.html#license "> dual licensed</ a >
63
+ href ="https ://llvm.org/docs/DeveloperPolicy.html#copyright- license-and-patents "> dual licensed</ a >
64
64
under the MIT license and the UIUC License (a BSD-like license).
65
65
The LICENSE.txt file at the top of the OpenMP project contains
66
66
the license text and associated patent grants.
@@ -83,19 +83,19 @@ <h2 id="goals">Features and Goals</h2>
83
83
<!--=====================================================================-->
84
84
85
85
< ul >
86
- < li > Support for the < a href ="http ://www.openmp.org/mp-documents /OpenMP3.1.pdf "> OpenMP
86
+ < li > Support for the < a href ="https ://www.openmp.org/wp-content/uploads /OpenMP3.1.pdf "> OpenMP
87
87
3.1 standard (PDF)</ a > has been achieved in the Clang 3.8.0
88
88
release.
89
89
</ li >
90
90
91
91
< li > Support for the
92
- < a href ="http ://www.openmp.org/mp-documents /OpenMP4.0.0.pdf "> OpenMP
93
- 4.0 standard (PDF)</ a > and < a href ="http ://www.openmp.org/mp-documents/OpenMP4 .5.pdf "> OpenMP
92
+ < a href ="https ://www.openmp.org/wp-content/uploads /OpenMP4.0.0.pdf "> OpenMP
93
+ 4.0 standard (PDF)</ a > and < a href ="https ://www.openmp.org/wp-content/uploads/openmp-4 .5.pdf "> OpenMP
94
94
4.5 standard (PDF)</ a > is now being implemented. (Some OpenMP 4.0
95
95
and 4.5 features are already available).
96
96
< li > High performance.</ li >
97
- < li > ABI compatibility with < a href ="http ://gcc.gnu.org "> Gcc</ a > and
98
- < a href ="http ://software.intel.com/en-us/intel- compilers "> Intel's
97
+ < li > ABI compatibility with < a href ="https ://gcc.gnu.org "> Gcc</ a > and
98
+ < a href ="https ://software.intel.com/en-us/compilers "> Intel's
99
99
existing OpenMP compilers.</ a >
100
100
We currently have binary compatibility with OpenMP
101
101
3.1 code compiled by gcc 4.9, however we do not have support
@@ -149,7 +149,7 @@ <h2>Get it and get involved!</h2>
149
149
<!--=====================================================================-->
150
150
151
151
< p > First please review our
152
- < a href ="http ://llvm.org/docs/DeveloperPolicy.html "> Developer's Policy</ a > .
152
+ < a href ="https ://llvm.org/docs/DeveloperPolicy.html "> Developer's Policy</ a > .
153
153
154
154
< p > To check out the code, use:</ p >
155
155
@@ -186,7 +186,7 @@ <h3>Notes</h3>
186
186
</ p >
187
187
188
188
< p > Send discussions to the
189
- (< a href ="http ://lists.llvm.org/mailman/listinfo/openmp-dev "> OpenMP mailing list</ a > ).</ p >
189
+ (< a href ="https ://lists.llvm.org/mailman/listinfo/openmp-dev "> OpenMP mailing list</ a > ).</ p >
190
190
191
191
192
192
<!--=====================================================================-->
0 commit comments