diff options
Diffstat (limited to 'openmp/www')
-rw-r--r-- | openmp/www/index.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/openmp/www/index.html b/openmp/www/index.html index eb52e8a0f0c..2050e3913ba 100644 --- a/openmp/www/index.html +++ b/openmp/www/index.html @@ -12,7 +12,7 @@ <body> <div id="menu"> <div> - <a href="http://llvm.org/">LLVM Home</a> + <a href="https://llvm.org/">LLVM Home</a> </div> <div class="submenu"> @@ -22,9 +22,9 @@ <div class="submenu"> <label>Quick Links</label> - <a href="http://lists.llvm.org/mailman/listinfo/openmp-dev">openmp-dev</a> - <a href="http://lists.llvm.org/mailman/listinfo/openmp-commits">openmp-commits</a> - <a href="http://llvm.org/bugs/">Bug Reports</a> + <a href="https://lists.llvm.org/mailman/listinfo/openmp-dev">openmp-dev</a> + <a href="https://lists.llvm.org/mailman/listinfo/openmp-commits">openmp-commits</a> + <a href="https://bugs.llvm.org/">Bug Reports</a> <a href="https://github.com/llvm/llvm-project/tree/master/openmp">Browse Sources</a> </div> </div> @@ -60,7 +60,7 @@ </p> <p>All of the code here is <a - href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a> + href="https://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents">dual licensed</a> under the MIT license and the UIUC License (a BSD-like license). The LICENSE.txt file at the top of the OpenMP project contains the license text and associated patent grants. @@ -83,19 +83,19 @@ <!--=====================================================================--> <ul> - <li>Support for the <a href="http://www.openmp.org/mp-documents/OpenMP3.1.pdf">OpenMP + <li>Support for the <a href="https://www.openmp.org/wp-content/uploads/OpenMP3.1.pdf">OpenMP 3.1 standard (PDF)</a> has been achieved in the Clang 3.8.0 release. </li> <li>Support for the - <a href="http://www.openmp.org/mp-documents/OpenMP4.0.0.pdf">OpenMP - 4.0 standard (PDF)</a> and <a href="http://www.openmp.org/mp-documents/OpenMP4.5.pdf">OpenMP + <a href="https://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf">OpenMP + 4.0 standard (PDF)</a> and <a href="https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf">OpenMP 4.5 standard (PDF)</a> is now being implemented. (Some OpenMP 4.0 and 4.5 features are already available). <li>High performance.</li> - <li>ABI compatibility with <a href="http://gcc.gnu.org">Gcc</a> and - <a href="http://software.intel.com/en-us/intel-compilers">Intel's + <li>ABI compatibility with <a href="https://gcc.gnu.org">Gcc</a> and + <a href="https://software.intel.com/en-us/compilers">Intel's existing OpenMP compilers.</a> We currently have binary compatibility with OpenMP 3.1 code compiled by gcc 4.9, however we do not have support @@ -149,7 +149,7 @@ <!--=====================================================================--> <p>First please review our - <a href="http://llvm.org/docs/DeveloperPolicy.html">Developer's Policy</a>. + <a href="https://llvm.org/docs/DeveloperPolicy.html">Developer's Policy</a>. <p>To check out the code, use:</p> @@ -186,7 +186,7 @@ </p> <p>Send discussions to the - (<a href="http://lists.llvm.org/mailman/listinfo/openmp-dev">OpenMP mailing list</a>).</p> + (<a href="https://lists.llvm.org/mailman/listinfo/openmp-dev">OpenMP mailing list</a>).</p> <!--=====================================================================--> |