[www] r373575 - Refresh a bit the list of LLVM features
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 02:40:50 PDT 2019
Author: sylvestre
Date: Thu Oct 3 02:40:50 2019
New Revision: 373575
URL: http://llvm.org/viewvc/llvm-project?rev=373575&view=rev
Log:
Refresh a bit the list of LLVM features
Modified:
www/trunk/Features.html
Modified: www/trunk/Features.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Features.html?rev=373575&r1=373574&r2=373575&view=diff
==============================================================================
--- www/trunk/Features.html (original)
+++ www/trunk/Features.html Thu Oct 3 02:40:50 2019
@@ -5,10 +5,9 @@
following:</p>
<ul>
- <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.
+ <li>Front-ends for C, C++, Objective-C, Fortran, etc.
+ They support the ANSI-standard C and C++ languages.
+ Additionally, many GCC extensions are supported.</li>
<li>A stable implementation of the LLVM instruction set, which serves
as both the online and offline code representation, together with assembly
@@ -27,16 +26,13 @@ following:</p>
<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>
+ MIPS, MSP430, SystemZ, WebAssembly and XCore.</li>
<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
- other than the ones listed above.</li>
-
<li>A profiling system similar to gprof.</li>
<li>A test framework with a number of benchmark codes and applications.</li>
@@ -85,10 +81,9 @@ following:</p>
enhanced and improved. See the status updates on the left bar to see the rate
of development.</li>
- <li>LLVM is freely available under an OSI-approved "three-clause BSD" <a
- href="/docs/FAQ.html#license">license</a>.</li>
+ <li>LLVM is freely available under an OSI-approved "Apache License Version 2.0" license.</li>
- <li>LLVM is currently used by several commercial entities, who contribute
+ <li>LLVM is currently used by many commercial, non-profit or academic entities, who contribute
many extensions and new features.</li>
</ol>
More information about the llvm-commits
mailing list