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 | 8d4bbbeffff518237765cf9c8493678e11f5248e (patch) | |
tree | 63a658c31086b88f05e62bd1d07ca998bcbbc653 /docs/ReleaseNotes.html | |
parent | e27e02b1a48a715be93952a7cef49cdd19e9593b (diff) | |
download | external_llvm-8d4bbbeffff518237765cf9c8493678e11f5248e.zip external_llvm-8d4bbbeffff518237765cf9c8493678e11f5248e.tar.gz external_llvm-8d4bbbeffff518237765cf9c8493678e11f5248e.tar.bz2 |
add tce
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8723876..43219a7 100644 --- a/docs/ReleaseNotes.html +++ b/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"> |