diff options
author | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-05-15 14:05:01 +0000 |
---|---|---|
committer | Arnaud A. de Grandmaison <arnaud.adegm@gmail.com> | 2013-05-15 14:05:01 +0000 |
commit | 38286bee4d9195c622fee59e485fcb8c18fd5b3b (patch) | |
tree | 974cf0aec3d5108d9b8897c46635f46f0b4a4a08 /docs | |
parent | ef25bf0438feb1d21001219d3569f8d7f666940b (diff) | |
download | external_llvm-38286bee4d9195c622fee59e485fcb8c18fd5b3b.zip external_llvm-38286bee4d9195c622fee59e485fcb8c18fd5b3b.tar.gz external_llvm-38286bee4d9195c622fee59e485fcb8c18fd5b3b.tar.bz2 |
Add Jade to the list of external projects using LLVM in the release notes.
Patch by: Antoine Lorence <Antoine.Lorence@insa-rennes.fr>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index cb60df7..96461e5 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -191,6 +191,20 @@ 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. +Just-in-time Adaptive Decoder Engine (Jade) +------------------------------------------- + +`Jade <https://github.com/orcc/jade>`_ (Just-in-time Adaptive Decoder Engine) +is a generic video decoder engine using LLVM for just-in-time compilation of +video decoder configurations. Those configurations are designed by MPEG +Reconfigurable Video Coding (RVC) committee. MPEG RVC standard is built on a +stream-based dataflow representation of decoders. It is composed of a standard +library of coding tools written in RVC-CAL language and a dataflow +configuration --- block diagram --- of a decoder. + +Jade project is hosted as part of the Open RVC-CAL Compiler +(`Orcc <http://orcc.sf.net>`_) and requires it to translate the RVC-CAL standard +library of video coding tools into an LLVM assembly code. Additional Information ====================== |