Remove trailing whitespace in READMEs, CREDITS.txt and index.html
llvm-svn: 269835
GitOrigin-RevId: 924a6627eae89108afcecc022e6e7dded20dbd82
diff --git a/CREDITS.txt b/CREDITS.txt
index 781da21..4556dde 100644
--- a/CREDITS.txt
+++ b/CREDITS.txt
@@ -18,7 +18,7 @@
N: Barbara Chapman
D: Contributor to testsuite from OpenUH
-N: University of Houston
+N: University of Houston
W: http://web.cs.uh.edu/~openuh/download/
D: OpenUH test suite
@@ -49,5 +49,5 @@
E: alp@nuanti.com
D: Making build work for FreeBSD.
-N: Cheng Wang
+N: Cheng Wang
D: Contributor to testsuite from OpenUH
diff --git a/runtime/Build_With_CMake.txt b/runtime/Build_With_CMake.txt
index cebf794..e0295fa 100644
--- a/runtime/Build_With_CMake.txt
+++ b/runtime/Build_With_CMake.txt
@@ -14,7 +14,7 @@
==========================================================
==== Version of CMake required: v2.8.0 or above ====
-
+
============================================
How to call cmake initially, then repeatedly
============================================
@@ -40,9 +40,9 @@
for an empty build directory, but other Build options are used at any time.
- The file CMakeCache.txt which is created after the first call to cmake
is a configuration file which holds all the values for the Build options.
- These configuration values can be changed using a text editor to modify
+ These configuration values can be changed using a text editor to modify
CMakeCache.txt as opposed to using definitions on the command line.
-- To have cmake create a particular type of build generator file simply
+- To have cmake create a particular type of build generator file simply
inlude the -G <Generator name> option:
$ cmake -G "Unix Makefiles" ...
You can see a list of generators cmake supports by executing cmake with
@@ -106,7 +106,7 @@
This option is Windows* Only
-DLIBOMP_ARCH=i386|x86_64|arm|ppc64|ppc64le|aarch64|mic
-The default for the option is chosen based on the probing the compiler for
+The default for the option is chosen based on the probing the compiler for
architecture macros (e.g., is __x86_64__ predefined by compiler?).
==== First values listed are the default value ====
@@ -122,13 +122,13 @@
-DLIBOMP_MIC_ARCH=knc|knf
This value is ignored if LIBOMP_ARCH != mic
Intel(R) MIC Architecture, can be knf or knc.
-
+
-DLIBOMP_FORTRAN_MODULES=off|on
Should the Fortran modules be created (requires Fortran compiler)
--DLIBOMP_USE_ADAPTIVE_LOCKS=on|off
-Should adaptive (TSX-based) locks be included?
-These are x86 specific. This feature is turned on by default
+-DLIBOMP_USE_ADAPTIVE_LOCKS=on|off
+Should adaptive (TSX-based) locks be included?
+These are x86 specific. This feature is turned on by default
for i386 and x86_64. Otherwise, it is turned off.
-DLIBOMP_USE_INTERNODE_ALIGNMENT=off|on
@@ -173,7 +173,7 @@
Default: /usr/local
This option is only used if LIBOMP_USE_HWLOC is on.
Specifies install location of Hwloc. The configuration system will look for
-hwloc.h in ${LIBOMP_HWLOC_INSTALL_DIR}/include and the library in
+hwloc.h in ${LIBOMP_HWLOC_INSTALL_DIR}/include and the library in
${LIBOMP_HWLOC_INSTALL_DIR}/lib.
-DLIBOMP_LLVM_LIT_EXECUTABLE=/path/to/llvm-lit
@@ -187,7 +187,7 @@
================================
How to append flags to the build
================================
-- These flags are *appended*. They do not
+- These flags are *appended*. They do not
overwrite any of the preset flags.
-DLIBOMP_CPPFLAGS=<space-separated flags> -- Additional C preprocessor flags
-DLIBOMP_CFLAGS=<space-separated flags> -- Additional C compiler flags
diff --git a/runtime/README.txt b/runtime/README.txt
index f4d3bd9..a86d3e8 100644
--- a/runtime/README.txt
+++ b/runtime/README.txt
@@ -6,10 +6,10 @@
==========================
The main documentation is in Doxygen* format, and this distribution
-should come with pre-built PDF documentation in doc/Reference.pdf.
+should come with pre-built PDF documentation in doc/Reference.pdf.
However, an HTML version can be built by executing:
-% doxygen doc/doxygen/config
+% doxygen doc/doxygen/config
in the runtime directory.
@@ -45,7 +45,7 @@
Architectures Supported
=======================
-* IA-32 architecture
+* IA-32 architecture
* Intel(R) 64 architecture
* Intel(R) Many Integrated Core Architecture
* ARM* architecture
@@ -56,7 +56,7 @@
Supported RTL Build Configurations
==================================
-Supported Architectures: IA-32 architecture, Intel(R) 64, and
+Supported Architectures: IA-32 architecture, Intel(R) 64, and
Intel(R) Many Integrated Core Architecture
----------------------------------------------
@@ -68,15 +68,15 @@
| Windows* OS | Yes(1,4) | No | No |
------------------------------------------------------------
-(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
+(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
supported (12.1 is recommended).
(2) GCC* version 4.7 is supported.
(3) For icc on OS X*, OS X* version 10.5.8 is supported.
(4) Intel(R) Many Integrated Core Architecture not supported.
-(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
+(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
or later are required.
(6) Clang* version 3.3 is supported.
-(7) Clang* currently does not offer a software-implemented 128 bit extended
+(7) Clang* currently does not offer a software-implemented 128 bit extended
precision type. Thus, all entry points reliant on this type are removed
from the library and cannot be called in the user program. The following
functions are not available:
diff --git a/www/README.txt b/www/README.txt
index f4d3bd9..a86d3e8 100644
--- a/www/README.txt
+++ b/www/README.txt
@@ -6,10 +6,10 @@
==========================
The main documentation is in Doxygen* format, and this distribution
-should come with pre-built PDF documentation in doc/Reference.pdf.
+should come with pre-built PDF documentation in doc/Reference.pdf.
However, an HTML version can be built by executing:
-% doxygen doc/doxygen/config
+% doxygen doc/doxygen/config
in the runtime directory.
@@ -45,7 +45,7 @@
Architectures Supported
=======================
-* IA-32 architecture
+* IA-32 architecture
* Intel(R) 64 architecture
* Intel(R) Many Integrated Core Architecture
* ARM* architecture
@@ -56,7 +56,7 @@
Supported RTL Build Configurations
==================================
-Supported Architectures: IA-32 architecture, Intel(R) 64, and
+Supported Architectures: IA-32 architecture, Intel(R) 64, and
Intel(R) Many Integrated Core Architecture
----------------------------------------------
@@ -68,15 +68,15 @@
| Windows* OS | Yes(1,4) | No | No |
------------------------------------------------------------
-(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
+(1) On IA-32 architecture and Intel(R) 64, icc/icl versions 12.x are
supported (12.1 is recommended).
(2) GCC* version 4.7 is supported.
(3) For icc on OS X*, OS X* version 10.5.8 is supported.
(4) Intel(R) Many Integrated Core Architecture not supported.
-(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
+(5) On Intel(R) Many Integrated Core Architecture, icc/icl versions 13.0
or later are required.
(6) Clang* version 3.3 is supported.
-(7) Clang* currently does not offer a software-implemented 128 bit extended
+(7) Clang* currently does not offer a software-implemented 128 bit extended
precision type. Thus, all entry points reliant on this type are removed
from the library and cannot be called in the user program. The following
functions are not available:
diff --git a/www/index.html b/www/index.html
index bd3c418..3aa682a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -105,7 +105,7 @@
<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
- existing OpenMP compilers.</a>
+ 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
for OpenMP 4.0 code that uses task cancellation when compiled
@@ -133,7 +133,7 @@
by the other compilers).
</p>
- <p>The OpenMP runtime is known to work on
+ <p>The OpenMP runtime is known to work on
<ul>
<li>ARM® architecture processors</li>
<li>PowerPC™ processors</li>
@@ -145,8 +145,8 @@
</ul>
Ports to other architectures and operating systems are welcome.
</p>
-
- <p>A full OS and archiecture compatibility matrix is in
+
+ <p>A full OS and archiecture compatibility matrix is in
<a href="README.txt">README.txt</a>
</p>
@@ -187,7 +187,7 @@
<li><code>cmake path/to/openmp -DCMAKE_C_COMPILER=<C compiler> -DCMAKE_CXX_COMPILER=<C++ compiler></code></li>
<li><code>make</code></li>
</ul>
-
+
<p>Full details of how to build are in the
<a href="README.txt">README.txt</a> and Build_With_CMake.txt (inside the runtime/ subdirectory)
</p>