[www] r373574 - Features.html: remove trailing spaces before making some changes
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 02:17:32 PDT 2019
Author: sylvestre
Date: Thu Oct 3 02:17:31 2019
New Revision: 373574
URL: http://llvm.org/viewvc/llvm-project?rev=373574&view=rev
Log:
Features.html: remove trailing spaces before making some changes
Modified:
www/trunk/Features.html
Modified: www/trunk/Features.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Features.html?rev=373574&r1=373573&r2=373574&view=diff
==============================================================================
--- www/trunk/Features.html (original)
+++ www/trunk/Features.html Thu Oct 3 02:17:31 2019
@@ -5,10 +5,10 @@
following:</p>
<ul>
- <li>Front-ends for C, C++, Objective-C, Fortran, etc based on the GCC 4.2
- parsers.
+ <li>Front-ends for C, C++, Objective-C, Fortran, etc based on the GCC 4.2
+ parsers.
They support the ANSI-standard C and C++ languages to the same degree that
- GCC supports them. Additionally, many GCC extensions are supported.
+ GCC supports them. Additionally, many GCC extensions are supported.
<li>A stable implementation of the LLVM instruction set, which serves
as both the online and offline code representation, together with assembly
@@ -25,13 +25,13 @@ following:</p>
analysis, call graph construction, and support for profile-guided
optimizations.</li>
- <li>An easily retargettable code generator, which currently supports X86,
- X86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, CellSPU,
+ <li>An easily retargettable code generator, which currently supports X86,
+ X86-64, PowerPC, PowerPC-64, ARM, Thumb, SPARC, Alpha, CellSPU,
MIPS, MSP430, SystemZ, and XCore.</li>
- <li>A Just-In-Time (JIT) code generation system, which currently supports
+ <li>A Just-In-Time (JIT) code generation system, which currently supports
X86, X86-64, ARM, AArch64, Mips, SystemZ, PowerPC, and PowerPC-64.</li>
-
+
<li>Support for generating DWARF debugging information.</li>
<li>A C back-end useful for testing and for generating native code on targets
@@ -60,7 +60,7 @@ following:</p>
<li>It includes an aggressive optimizer, including scalar, interprocedural,
profile-driven, and some simple loop optimizations.</li>
-
+
<li>It supports a <a
href="/pubs/2004-01-30-CGO-LLVM.html">life-long
compilation model</a>, including link-time, install-time, run-time, and
@@ -87,8 +87,8 @@ following:</p>
<li>LLVM is freely available under an OSI-approved "three-clause BSD" <a
href="/docs/FAQ.html#license">license</a>.</li>
-
- <li>LLVM is currently used by several commercial entities, who contribute
+
+ <li>LLVM is currently used by several commercial entities, who contribute
many extensions and new features.</li>
</ol>
More information about the llvm-commits
mailing list