<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/tutorial/JITTutorial2.html, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/tutorial/JITTutorial2.html?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/tutorial/JITTutorial2.html?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-13T21:58:54Z</updated>
<entry>
<title>Push LLVMContexts through the IntegerType APIs.</title>
<updated>2009-08-13T21:58:54Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-13T21:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d0be15f89cb5056e20e2d24faa8d6afb1573bca'/>
<id>urn:sha1:1d0be15f89cb5056e20e2d24faa8d6afb1573bca</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78948 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use llvm::raw_stream instead of llvm::Streams.</title>
<updated>2009-05-12T18:29:42Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-05-12T18:29:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=588764eb381743afd8b97a64d465bb432dc69890'/>
<id>urn:sha1:588764eb381743afd8b97a64d465bb432dc69890</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71573 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix compile error. Pointed out by mait on #llvm IRC!</title>
<updated>2009-04-12T20:15:44Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2009-04-12T20:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=de9b4c4a7f772ec1afe45160240ba567a52067d3'/>
<id>urn:sha1:de9b4c4a7f772ec1afe45160240ba567a52067d3</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>do not pretend llvm/.../*.h being system headers</title>
<updated>2009-03-11T20:23:40Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2009-03-11T20:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c540b1fd010bb139ce3d97960d05570d1df8c858'/>
<id>urn:sha1:c540b1fd010bb139ce3d97960d05570d1df8c858</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66697 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!</title>
<updated>2009-03-11T19:51:07Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2009-03-11T19:51:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d6c1ed08f69eb1fb3bec7cba6bee866dec5f18f7'/>
<id>urn:sha1:d6c1ed08f69eb1fb3bec7cba6bee866dec5f18f7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66687 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Grammar fix.</title>
<updated>2008-05-19T00:25:01Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-05-19T00:25:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=40da626d23ead8e3a773929bc914f8dfa8a9fe9d'/>
<id>urn:sha1:40da626d23ead8e3a773929bc914f8dfa8a9fe9d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51236 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Delete module.</title>
<updated>2008-05-19T00:20:45Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2008-05-19T00:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6acc8591d6cdd115358e572deaeb8b864763846d'/>
<id>urn:sha1:6acc8591d6cdd115358e572deaeb8b864763846d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51235 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>merge of 49966 from branches/ggreif/use-diet to trunk. these are already active API changes</title>
<updated>2008-04-19T22:25:09Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-04-19T22:25:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=df7d2b4ce89599ca75d4dc4fd581ce4507f73f2d'/>
<id>urn:sha1:df7d2b4ce89599ca75d4dc4fd581ce4507f73f2d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49968 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge LLVMBuilder and FoldingBuilder, calling</title>
<updated>2008-04-13T06:22:09Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2008-04-13T06:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=89f6d88db334ba088672ae0753deb7d7b7509bac'/>
<id>urn:sha1:89f6d88db334ba088672ae0753deb7d7b7509bac</id>
<content type='text'>
the result IRBuilder.  Patch by Dominic Hamon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49604 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Oops.  I wanted the compile flags for C++, not the C preprocessor flags.</title>
<updated>2008-03-24T21:38:01Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2008-03-24T21:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aec960038920c206505268eb2e8f0849364124fe'/>
<id>urn:sha1:aec960038920c206505268eb2e8f0849364124fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48744 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
