[llvm-commits] [llvm] r142954 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Tue Oct 25 13:24:32 PDT 2011
Author: void
Date: Tue Oct 25 15:24:32 2011
New Revision: 142954
URL: http://llvm.org/viewvc/llvm-project?rev=142954&view=rev
Log:
Add TTA-based Co-design Environment to external OS projects.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=142954&r1=142953&r2=142954&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 25 15:24:32 2011
@@ -298,23 +298,22 @@
-->
<!--=========================================================================-->
-<!--
-<h3>TTA-based Codesign Environment (TCE)</h3>
-
+<h3>TTA-based Co-design Environment (TCE)</h3>
+
<div>
+
<p>TCE is a toolset for designing application-specific processors (ASP) based on
-the Transport triggered architecture (TTA). The toolset provides a complete
-co-design flow from C/C++ programs down to synthesizable VHDL and parallel
-program binaries. Processor customization points include the register files,
-function units, supported operations, and the interconnection network.</p>
-
+ the Transport triggered architecture (TTA). The toolset provides a complete
+ co-design flow from C/C++ programs down to synthesizable VHDL and parallel
+ program binaries. Processor customization points include the register files,
+ function units, supported operations, and the interconnection network.</p>
+
<p>TCE uses Clang and LLVM for C/C++ language support, target independent
-optimizations and also for parts of code generation. It generates new LLVM-based
-code generators "on the fly" for the designed TTA processors and loads them in
-to the compiler backend as runtime libraries to avoid per-target recompilation
-of larger parts of the compiler chain.</p>
+ optimizations and also for parts of code generation. It generates new
+ LLVM-based code generators <i>on the fly</i> for the designed TTA processors
+ and loads them in to the compiler backend as runtime libraries to avoid
+ per-target recompilation of larger parts of the compiler chain.</p>
</div>
--->
<!--=========================================================================-->
More information about the llvm-commits
mailing list