Changes in directory llvm-www:
Users.html added (r1.1) --- Log message: List of Users of LLVM. --- Diffs of the changes: (+171 -0) Users.html | 171 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 171 insertions(+) Index: llvm-www/Users.html diff -c /dev/null llvm-www/Users.html:1.1 *** /dev/null Tue Apr 3 17:31:59 2007 --- llvm-www/Users.html Tue Apr 3 17:31:48 2007 *************** *** 0 **** --- 1,171 ---- + <!--#include virtual="header.incl" --> + + <div class="www_sectiontitle">LLVM Users</div> + + <p> + This page lists the people and organizations that have used or are currently + using LLVM in research, education, industry, or open source development. It + only includes users who have publicly discussed their use of LLVM in one form + or another (mentioned it on llvmdev, published work on it, etc.). + We believe there are many other users not listed here and would welcome a brief + note telling us about your use so that we can add you to the list. + </p> + + <div class="www_subsection">Industry Users</div> + <div class="www_text"> + + <br> + <table border="1" cellspacing="0" cellpadding="2"> + <tr> + <th>Company</th> + <th>Description</th> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060227/032334.html --> + <tr> + <td>Ascenium</td> + <td>Compiler for reconfigurable processor</td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-August/006492.html --> + <tr> + <td>Apple Computer</td> + <td>OpenGL Engine in MacOS X (Leopard)</td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2004-October/002329.html --> + <tr> + <td>Hue AS</td> + <td>JIT compilation of shader programs</td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-August/006455.html --> + <tr> + <td>Mobileye</td> + <td>Compiler for stack machine architecture</td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-January/005150.html --> + <tr> + <td>Siemens Technology-to-Business Center</td> + <td>Compiler for embedded VLIW processor</td> + </tr> + </table> + + <br> + <div class="www_subsection">Academic/Research Users</div> + <div class="www_text"> + + <br> + <table border="1" cellspacing="0" cellpadding="2"> + <tr> + <th>Organization</th> + <th>People</th> + <th>Description</th> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2006-July/006246.html --> + <tr> + <td><a href="http://www.ugent.be/">Ghent University</a></td> + <td>Kenneth Hoste</td> + <td>Instrumentation of software</td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-July/004661.html --> + <tr> + <td><a href="http://www.nyu.edu">New York University</a></td> + <td>Anna Zaks </td> + <td>Validation of interprocedural optimizations</td> + </tr> + + <!-- http://www.cse.ucsd.edu/~mmccrack/lens --> + <tr> + <td> + <a href="http://www.ucsd.edu/">University of California, San Diego</a> + </td> + <td>Michael McCracken </td> + <td> + <a href="http://www.cse.ucsd.edu/~mmccrack/lens/">LENS Framework</a> + </td> + </tr> + + <!-- http://lists.cs.uiuc.edu/pipermail/llvmdev/2005-November/004939.html --> + <tr> + <td> + <a href="http://www.ucla.edu/">University of California, Los Angeles</a> + </td> + <td>Jason Cong </td> + <td>xPilot behavioral synthesis system</td> + </tr> + + <!-- That's us. --> + <tr> + <td> + <a href="http://www.uiuc.edu">University of Illinois at Urbana-Champaign</a> + </td> + <td> + <a href="http://llvm.org">Vikram Adve's Research Group</a> + </td> + <td>All LLVM Group Research Projects</td> + </tr> + </table> + </div> + + <br> + + <div class="www_subsection">Educational Users</div> + <div class="www_text"> + + <br> + + <table border="1" cellspacing="0" cellpadding="2"> + <tr> + <th>Organization</th> + <th>Class</th> + </tr> + + <tr> + <td> + <a href="http://www.uiuc.edu">University of Illinois at Urbana-Champaign</a> + </td> + <td>CS 426, CS 526, CS 433, CS 533</td> + </tr> + + </table> + </div> + + <br> + + <div class="www_subsection">Open Source Projects</div> + <div class="www_text"> + + <br> + + <table border="1" cellspacing="0" cellpadding="2"> + <tr> + <th>Project</th> + <th>Description</th> + </tr> + + <!-- http://llvm.org/ProjectsWithLLVM/#pypy --> + <tr> + <td><a href="http://pypy.org">PyPy Project</a></td> + <td>Python interpreter written in Python. Targets LLVM and C.</td> + </tr> + </table> + </div> + + </div> + + <!-- *********************************************************************** --> + <hr> + <address> + <a href="http://jigsaw.w3.org/css-validator/check/referer"><img + src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> + + <br/><a href="mailto:[EMAIL PROTECTED]">LLVM Development List</a><br> + Last modified: $Date: 2007/04/03 22:31:48 $ + </address> + <!--#include virtual="footer.incl" --> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits