diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-29 17:50:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-29 17:50:39 +0000 |
| commit | b4a02798a7b19e0650369b5a4f6640e2afd62385 (patch) | |
| tree | 979dbc168359b7077b6c8c26cfca1c693f94ca6f /llvm | |
| parent | f60c556b918eb9a4dcb88da9c1701dd0812b6369 (diff) | |
| download | bcm5719-llvm-b4a02798a7b19e0650369b5a4f6640e2afd62385.tar.gz bcm5719-llvm-b4a02798a7b19e0650369b5a4f6640e2afd62385.zip | |
add tce
llvm-svn: 99820
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 8723876ca47..43219a78752 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -404,6 +404,27 @@ code.--> </div> +<!--=========================================================================--> +<div class="doc_subsection"> +<a name="tce">TTA-based Codesign Environment (TCE)</a> +</div> + +<div class="doc_text"> +<p> +<a href="http://tce.cs.tut.fi/">TCE</a> 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> + +<p>TCE uses llvm-gcc/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> + +</div> <!-- *********************************************************************** --> <div class="doc_section"> |

