[llvm-commits] CVS: llvm-www/devmtg/2008-08-23/binaries_are_not_only_output.pdf index.html llvm_first_steps.pdf llvm_intro.pdf llvm_partial.pdf llvmjittut.pdf py2llvm.pdf rsltollvm.pdf
Chris Lattner
sabre at nondot.org
Sun Sep 21 20:12:18 PDT 2008
Changes in directory llvm-www/devmtg/2008-08-23:
binaries_are_not_only_output.pdf added (r1.1)
index.html added (r1.1)
llvm_first_steps.pdf added (r1.1)
llvm_intro.pdf added (r1.1)
llvm_partial.pdf added (r1.1)
llvmjittut.pdf added (r1.1)
py2llvm.pdf added (r1.1)
rsltollvm.pdf added (r1.1)
---
Log message:
initial checkin of Japan Gathering page
---
Diffs of the changes: (+106 -0)
binaries_are_not_only_output.pdf | 0
index.html | 106 +++++++++++++++++++++++++++++++++++++++
llvm_first_steps.pdf | 0
llvm_intro.pdf | 0
llvm_partial.pdf | 0
llvmjittut.pdf | 0
py2llvm.pdf | 0
rsltollvm.pdf | 0
8 files changed, 106 insertions(+)
Index: llvm-www/devmtg/2008-08-23/binaries_are_not_only_output.pdf
Index: llvm-www/devmtg/2008-08-23/index.html
diff -c /dev/null llvm-www/devmtg/2008-08-23/index.html:1.1
*** /dev/null Sun Sep 21 22:12:16 2008
--- llvm-www/devmtg/2008-08-23/index.html Sun Sep 21 22:10:52 2008
***************
*** 0 ****
--- 1,106 ----
+ <!--#include virtual="../../header.incl" -->
+
+ <div class="www_sectiontitle">2008 LLVM Developers' Gathering in Japan</div>
+
+ <p>This was the first LLVM gathering held on 23 Aug, 2008 in Japan.</p>
+
+ <p>In the gathering, we introduced LLVM and explored use of LLVM for various
+ projects. Around 40 people was attended this gathering, so it was a bit larger
+ gathering in Japan.</p>
+
+ <p>Following are sides used at the gathering, see also the <a
+ href="http://groups.google.co.jp/group/llvm_study/web/1-llvm-gathering-in-japan">Google Groups</a> site.</p>
+
+ <div class="www_sectiontitle" id="proceedings">Proceedings</div>
+
+ <p>The slides are in a mix of English and Japanese. Note that the Japanese
+ slides can be generally understood by English speakers by using online
+ translation tools such as Google translate.</p>
+
+ <table class="www">
+ <tr><th>Media</th><th>Who</th><th>Description</th></tr>
+
+ <tr>
+ <td align="center">
+ [<a href="llvm_intro.pdf">Slides Jp</a>]
+ </td>
+ <td>syoyo</td>
+ <td><b>LLVM Overview</b></td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="llvmjittut.pdf">Slides En</a>]
+ </td>
+ <td>syoyo</td>
+ <td><b>Using LLVM's JIT infastructure</b></td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="llvm_partial.pdf">Slides En</a>]
+ </td>
+ <td>syoyo</td>
+ <td><b>Partial evaluation with LLVM</b></td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="llvm_first_steps.pdf">Slides En</a>]
+ </td>
+ <td>nyaxt</td>
+ <td><b>LLVM First Steps</b> [<a
+ href="http://websvn.nyaxtstep.com/viewvc.cgi/sandpit/llvm/firsttry/">Code</a>]
+ </td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="http://shinh.skr.jp/llvmbench/">Slides Jp</a>]
+ </td>
+ <td>shinh</td>
+ <td><b>An LLVM benchmark</b></td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="py2llvm.pdf">Slides Jp</a>]
+ </td>
+ <td>syoyo</td>
+ <td><b>py2llvm: Python to LLVM translator</b> [<a
+ href="http://code.google.com/p/py2llvm/">Code</a>]</td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="rsltollvm.pdf">Slides En</a>]
+ </td>
+ <td>syoyo</td>
+ <td><b>RSL (RenderMan Shading Language) - LLVM compiler project
+ proposal</b></td>
+ </tr>
+
+ <tr>
+ <td align="center">
+ [<a href="binaries_are_not_only_output.pdf">Slides Jp</a>]
+ </td>
+ <td>omo</td>
+ <td><b>Binaries are not only output</b></td>
+ </tr>
+
+
+
+ </table>
+
+
+ <!-- *********************************************************************** -->
+ <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>Last modified: $Date: 2008/09/22 03:10:52 $
+ </address>
+
+ <!--#include virtual="../../footer.incl" -->
Index: llvm-www/devmtg/2008-08-23/llvm_first_steps.pdf
Index: llvm-www/devmtg/2008-08-23/llvm_intro.pdf
Index: llvm-www/devmtg/2008-08-23/llvm_partial.pdf
Index: llvm-www/devmtg/2008-08-23/llvmjittut.pdf
Index: llvm-www/devmtg/2008-08-23/py2llvm.pdf
Index: llvm-www/devmtg/2008-08-23/rsltollvm.pdf
More information about the llvm-commits
mailing list