[Openmp-commits] [openmp] r236884 - Change some text areas from saying Intel(R) OpenMP runtime library to LLVM OpenMP runtime library.

Andrey Churbanov Andrey.Churbanov at intel.com
Fri May 8 10:41:32 PDT 2015


Author: achurbanov
Date: Fri May  8 12:41:32 2015
New Revision: 236884

URL: http://llvm.org/viewvc/llvm-project?rev=236884&view=rev
Log:
Change some text areas from saying Intel(R) OpenMP runtime library to LLVM OpenMP runtime library.

Modified:
    openmp/trunk/runtime/doc/doxygen/config
    openmp/trunk/runtime/doc/doxygen/header.tex
    openmp/trunk/runtime/doc/doxygen/libomp_interface.h

Modified: openmp/trunk/runtime/doc/doxygen/config
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/config?rev=236884&r1=236883&r2=236884&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/config (original)
+++ openmp/trunk/runtime/doc/doxygen/config Fri May  8 12:41:32 2015
@@ -26,7 +26,7 @@ DOXYFILE_ENCODING      = UTF-8
 # identify the project. Note that if you do not use Doxywizard you need
 # to put quotes around the project name if it contains spaces.
 
-PROJECT_NAME           = "Intel® OpenMP* Runtime Library"
+PROJECT_NAME           = "LLVM OpenMP* Runtime Library"
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
 # This could be handy for archiving the generated documentation or

Modified: openmp/trunk/runtime/doc/doxygen/header.tex
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/header.tex?rev=236884&r1=236883&r2=236884&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/header.tex (original)
+++ openmp/trunk/runtime/doc/doxygen/header.tex Fri May  8 12:41:32 2015
@@ -51,7 +51,7 @@
 \begin{titlepage}
 \vspace*{7cm}
 \begin{center}
-{\Large Intel\textsuperscript{\textregistered}  OpenMP\textsuperscript{*} Runtime Library }\\
+{\Large LLVM OpenMP\textsuperscript{*} Runtime Library }\\
 \vspace*{1cm}
 {\large Generated by Doxygen $doxygenversion }\\
 \vspace*{0.5cm}
@@ -59,31 +59,16 @@
 \end{center}
 \end{titlepage}
 
-{\bf FTC Optimization Notice}
-\\
-Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for
-optimizations that are not unique to Intel microprocessors. These optimizations include SSE2,
-SSE3, and SSE3 instruction sets and other optimizations. Intel does not guarantee the
-availability, functionality, or effectiveness of any optimization on microprocessors not
-manufactured by Intel.
-
-Microprocessor-dependent optimizations in this product are intended for use with Intel
-microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for
-Intel microprocessors. Please refer to the applicable product User and Reference Guides for
-more information regarding the specific instruction sets covered by this notice.
-
-Notice revision \#20110804
-
 {\bf Trademarks}
-\\
+The OpenMP name and the OpenMP logo are registered trademarks of the OpenMP Architecture Review Board.
+
 Intel, Xeon, and Intel Xeon Phi are trademarks of Intel Corporation in the U.S. and/or other countries.
 
+This document is Copyright \textcopyright~\the\year the LLVM Project. It is
+subject to the same license terms as the LLVM OpenMP runtime.
+ 
 \textsuperscript{*} Other names and brands may be claimed as the property of others.
 
-The OpenMP name and the OpenMP logo are registered trademarks of the OpenMP Architecture Review Board.
-
-This document is Copyright \textcopyright 2013, Intel Corporation. All rights reserved. 
- 
 \clearemptydoublepage
 \pagenumbering{roman}
 \tableofcontents

Modified: openmp/trunk/runtime/doc/doxygen/libomp_interface.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/doc/doxygen/libomp_interface.h?rev=236884&r1=236883&r2=236884&view=diff
==============================================================================
--- openmp/trunk/runtime/doc/doxygen/libomp_interface.h (original)
+++ openmp/trunk/runtime/doc/doxygen/libomp_interface.h Fri May  8 12:41:32 2015
@@ -12,11 +12,11 @@
 //===----------------------------------------------------------------------===//
 
 
-/*! @mainpage Intel®  OpenMP* Runtime Library Interface
+/*! @mainpage LLVM  OpenMP* Runtime Library Interface
 @section sec_intro Introduction
 
 This document describes the interface provided by the
-Intel® OpenMP\other runtime library to the compiler.
+LLVM  OpenMP\other runtime library to the compiler.
 Routines that are directly called as simple functions by user code are
 not currently described here, since their definition is in the OpenMP
 specification available from http://openmp.org





More information about the Openmp-commits mailing list