[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html
Chris Lattner
sabre at nondot.org
Wed Jun 6 11:47:50 PDT 2007
Changes in directory llvm-www/ProjectsWithLLVM:
index.html updated: 1.35 -> 1.36
---
Log message:
Add the adobe Hydra language
---
Diffs of the changes: (+29 -0)
index.html | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+)
Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.35 llvm-www/ProjectsWithLLVM/index.html:1.36
--- llvm-www/ProjectsWithLLVM/index.html:1.35 Mon Apr 23 10:39:59 2007
+++ llvm-www/ProjectsWithLLVM/index.html Wed Jun 6 13:47:31 2007
@@ -35,6 +35,7 @@
<div class="www_text">
<ul>
+<li><a href="#adobe-hydra">Adobe Inc "Hydra" Language</a></li>
<li><a href="#Calysto">Calysto Static Checker</a></li>
<li><a href="#ssa_ra">Improvements on SSA-Based Register Allocation</a></li>
<li><a href="#LENS">LENS Project</a></li>
@@ -58,6 +59,34 @@
<!--=========================================================================-->
<div class="www_subsection">
+<a name="adobe-hydra">Adobe Inc "Hydra" Language</a>
+<br>
+</div>
+<!--=========================================================================-->
+
+<div class="www_subsubsection">
+By Adobe Inc.
+</div>
+
+<div class="www_text">
+
+<p>
+Efficient use of the computational resources available for image processing is
+a goal of the Adobe Image Foundation project. Our language, "Hydra", is used
+to describe single- and multi-stage image processing kernels, which are then
+compiled and run on a target machine within a larger application. Similarly
+to how its namesake had many heads, our Hydra can be run on the GPU or
+alternately on the host CPU(s). AIF uses LLVM for our CPU path.</p>
+
+<p>
+The first Adobe application to use our system is the soon-to-ship After
+Effects CS3. We welcome you to try out our public beta found at
+<a href="http://labs.adobe.com/technologies/aftereffectscs3/">labs.adobe.com</a>.
+</p>
+</div>
+
+<!--=========================================================================-->
+<div class="www_subsection">
<a name="Calysto">Calysto Static Checker</a>
<br>
</div>
More information about the llvm-commits
mailing list