Author: resistor
Date: Mon Oct 22 01:35:07 2007
New Revision: 43219

URL: http://llvm.org/viewvc/llvm-project?rev=43219&view=rev
Log:
Add downloadable code samples.

Added:
    llvm/trunk/docs/tutorial/Tutorial1.tar.bz2   (with props)
    llvm/trunk/docs/tutorial/Tutorial1.zip   (with props)
Modified:
    llvm/trunk/docs/tutorial/JITTutorial1.html

Modified: llvm/trunk/docs/tutorial/JITTutorial1.html
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/JITTutorial1.html?rev=43219&r1=43218&r2=43219&view=diff

==============================================================================
--- llvm/trunk/docs/tutorial/JITTutorial1.html (original)
+++ llvm/trunk/docs/tutorial/JITTutorial1.html Mon Oct 22 01:35:07 2007
@@ -19,6 +19,18 @@
   <p>Written by <a href="mailto:[EMAIL PROTECTED]">Owen Anderson</a></p>
 </div>
 
+<!-- *********************************************************************** 
-->
+<div class="doc_section"><a name="intro">Code Samples</a></div>
+<!-- *********************************************************************** 
-->
+
+<div class="doc_text">
+All the code in this example can be downloaded at <a 
href="Tutorial1.tar.bz2">Tutorial1.tar.bz2</a> or <a 
href="Tutorial1.zip">Tutorial1.zip</a>.
+</div>
+
+<!-- *********************************************************************** 
-->
+<div class="doc_section"><a name="intro">A First Function</a></div>
+<!-- *********************************************************************** 
-->
+
 <div class="doc_text">
 
 <p>For starters, lets consider a relatively straightforward function that 
takes three integer parameters and returns an arithmetic combination of them.  
This is nice and simple, especially since it involves no control flow:</p>

Added: llvm/trunk/docs/tutorial/Tutorial1.tar.bz2
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/Tutorial1.tar.bz2?rev=43219&view=auto

==============================================================================
Binary file - no diff available.

Propchange: llvm/trunk/docs/tutorial/Tutorial1.tar.bz2

------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: llvm/trunk/docs/tutorial/Tutorial1.zip
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/Tutorial1.zip?rev=43219&view=auto

==============================================================================
Binary file - no diff available.

Propchange: llvm/trunk/docs/tutorial/Tutorial1.zip

------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to