summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2013-05-15 14:05:01 +0000
committerArnaud A. de Grandmaison <arnaud.adegm@gmail.com>2013-05-15 14:05:01 +0000
commitca08b076f3784b7bcd9c5e7eeb166a91813267df (patch)
treee9e7700418407fd78b17da2b10dec81b19f73c93 /llvm
parent99446cfb1a39f4b8a34d5c9b9baaede8781b5724 (diff)
downloadbcm5719-llvm-ca08b076f3784b7bcd9c5e7eeb166a91813267df.tar.gz
bcm5719-llvm-ca08b076f3784b7bcd9c5e7eeb166a91813267df.zip
Add Jade to the list of external projects using LLVM in the release notes.
Patch by: Antoine Lorence <Antoine.Lorence@insa-rennes.fr> llvm-svn: 181886
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index cb60df73d93..96461e51b9b 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/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
======================
OpenPOWER on IntegriCloud