<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/projects/SmallExamples, branch master</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/projects/SmallExamples?h=master</id>
<link rel='self' href='https://git.amat.us/llvm/atom/projects/SmallExamples?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2004-08-23T19:28:39Z</updated>
<entry>
<title>Moved the "SmallExamples" out of the /projects directory and into a new</title>
<updated>2004-08-23T19:28:39Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-23T19:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=157b956e42871b53bb9c72e28d6f3409edb4fe42'/>
<id>urn:sha1:157b956e42871b53bb9c72e28d6f3409edb4fe42</id>
<content type='text'>
/examples directory. History was maintained. These programs do not need to
be configured but things in /projects must be.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16002 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make people explicitly add dirs to this.  Remove ModuleMaker as it currently</title>
<updated>2004-08-20T01:11:16Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-08-20T01:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1c54afa431bc12b450a843530e98be6c08a08fe7'/>
<id>urn:sha1:1c54afa431bc12b450a843530e98be6c08a08fe7</id>
<content type='text'>
does not build (it must be configured before it will work)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15936 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add the fibonacci example provided by Valery Khamenya.</title>
<updated>2004-08-19T20:10:04Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-19T20:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e784fa40c5808bfb88480f0ab3746ed378a939df'/>
<id>urn:sha1:e784fa40c5808bfb88480f0ab3746ed378a939df</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15924 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the SmallExamples programs compile in their new home.</title>
<updated>2004-08-19T20:09:14Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-19T20:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f3b4755aa0eb6f8dd72c41f267b5438d9a03d0d8'/>
<id>urn:sha1:f3b4755aa0eb6f8dd72c41f267b5438d9a03d0d8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15923 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch to using the JIT now that it can directly call zeroarg functions</title>
<updated>2004-08-15T23:31:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-08-15T23:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=95f114c5a9c5ced8b63034e75ccca8d2d61c956a'/>
<id>urn:sha1:95f114c5a9c5ced8b63034e75ccca8d2d61c956a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15795 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Simplify code, make it print the constructed module before it is run.</title>
<updated>2004-08-15T23:21:54Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-08-15T23:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e8bf58c17085f6110d7f757d2417d7a96e9d329f'/>
<id>urn:sha1:e8bf58c17085f6110d7f757d2417d7a96e9d329f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15792 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a copy &amp; paste error .. correct the description of the program.</title>
<updated>2004-08-10T19:18:51Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-10T19:18:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=54706d680107a3809985bf1308b198c7b1d0f7f5'/>
<id>urn:sha1:54706d680107a3809985bf1308b198c7b1d0f7f5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15623 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Adding a simple example of how to use the JIT.</title>
<updated>2004-08-10T19:14:36Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-08-10T19:14:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=26a4ba73d3984645da270921caeabc34834e84e5'/>
<id>urn:sha1:26a4ba73d3984645da270921caeabc34834e84e5</id>
<content type='text'>
Contributed by Valery A. Khamenya. THANKS, Valery!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15622 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add #include &lt;iostream&gt; since Value.h doesn't include it any more.</title>
<updated>2004-07-04T12:22:14Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2004-07-04T12:22:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=321f8319dafc1374cd9512d6555b7a1a07887d94'/>
<id>urn:sha1:321f8319dafc1374cd9512d6555b7a1a07887d94</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14624 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Configure script for ModuleMaker.</title>
<updated>2003-11-25T20:02:07Z</updated>
<author>
<name>John Criswell</name>
<email>criswell@uiuc.edu</email>
</author>
<published>2003-11-25T20:02:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bf6b5d0dbd9b2834f8439a6a311bb785be29bd06'/>
<id>urn:sha1:bf6b5d0dbd9b2834f8439a6a311bb785be29bd06</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10216 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
