[www] r342619 - remove trailing whitespaces
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 00:14:31 PDT 2018
Author: sylvestre
Date: Thu Sep 20 00:14:30 2018
New Revision: 342619
URL: http://llvm.org/viewvc/llvm-project?rev=342619&view=rev
Log:
remove trailing whitespaces
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=342619&r1=342618&r2=342619&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Sep 20 00:14:30 2018
@@ -26,9 +26,9 @@
as well as being widely used in <a href="pubs/">academic research</a>. Code
in the LLVM project is licensed under the <a
href="docs/DeveloperPolicy.html#license">"UIUC" BSD-Style license</a>.</p>
-
+
<p>The primary sub-projects of LLVM are:</p>
-
+
<ol>
<li><p>The <b>LLVM Core</b> libraries provide a modern source- and
target-independent <a href="docs/Passes.html">optimizer</a>, along with
@@ -56,15 +56,15 @@
<li><p>The <b><a href="http://lldb.llvm.org">LLDB</a></b> project builds on
libraries provided by LLVM and Clang to provide a great native debugger.
It uses the Clang ASTs and expression parser, LLVM JIT, LLVM disassembler,
- etc so that it provides an experience that "just works". It is also
+ etc so that it provides an experience that "just works". It is also
blazing fast and much more memory efficient than GDB at loading symbols.
</p></li>
-
+
<li><p>The <b><a href="http://libcxx.llvm.org">libc++</a></b> and
<b><a href="http://libcxxabi.llvm.org">libc++ ABI</a></b> projects provide
a standard conformant and high-performance implementation of the C++
Standard Library, including full support for C++11.</p></li>
-
+
<li><p>The <b><a href="http://compiler-rt.llvm.org">compiler-rt</a></b> project
provides highly tuned implementations of the low-level code generator
support routines like "<tt>__fixunsdfdi</tt>" and other calls generated when
@@ -89,7 +89,7 @@
<li><p>The <b><a href="http://libclc.llvm.org/">libclc</a></b> project aims to
implement the OpenCL standard library.</p></li>
-<li><p>The <b><a href="http://klee.llvm.org">klee</a></b> project implements a
+<li><p>The <b><a href="http://klee.llvm.org">klee</a></b> project implements a
"symbolic virtual machine" which uses a theorem prover to try to evaluate
all dynamic paths through a program in an effort to find bugs and to prove
properties of functions. A major feature of klee is that it can produce a
More information about the llvm-commits
mailing list