<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs/tutorial/LangImpl4.html, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs/tutorial/LangImpl4.html?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs/tutorial/LangImpl4.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>Move types back to the 2.5 API.</title>
<updated>2009-07-29T22:17:13Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-29T22:17:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=debcb01b0f0a15f568ca69e8f288fade4bfc7297'/>
<id>urn:sha1:debcb01b0f0a15f568ca69e8f288fade4bfc7297</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77516 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Move ConstantFP construction back to the 2.5-ish API.</title>
<updated>2009-07-27T20:59:43Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-27T20:59:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6f83c9c6ef0e7f79825a0a8f22941815e4b684c7'/>
<id>urn:sha1:6f83c9c6ef0e7f79825a0a8f22941815e4b684c7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77247 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().</title>
<updated>2009-07-18T00:42:18Z</updated>
<author>
<name>Reid Kleckner</name>
<email>reid@kleckner.net</email>
</author>
<published>2009-07-18T00:42:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4b1511b027ce0b648b3379f2891816c25b46f515'/>
<id>urn:sha1:4b1511b027ce0b648b3379f2891816c25b46f515</id>
<content type='text'>
Also a test commit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76276 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Privatize the ConstantFP table.  I'm on a roll!</title>
<updated>2009-07-16T19:05:41Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-16T19:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=914e50c841bbc248ab94144c11813b5785b1292d'/>
<id>urn:sha1:914e50c841bbc248ab94144c11813b5785b1292d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76097 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Push LLVMContext _back_ through IRBuilder.</title>
<updated>2009-07-08T20:50:47Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-08T20:50:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d1fbd142945f5ef0c273c3d756431f8cb9d25ded'/>
<id>urn:sha1:d1fbd142945f5ef0c273c3d756431f8cb9d25ded</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75040 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix validator errors</title>
<updated>2009-03-11T20:04:08Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2009-03-11T20:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=94244f384954f968617040a55e0857bf8c78bb19'/>
<id>urn:sha1:94244f384954f968617040a55e0857bf8c78bb19</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66688 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>mention rdynamic, PR3431, patch by Stein Roger Skafløtten!</title>
<updated>2009-02-09T00:04:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-02-09T00:04:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7c7708946bd68762036a86beb293b3835ddbe9b7'/>
<id>urn:sha1:7c7708946bd68762036a86beb293b3835ddbe9b7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64106 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>adjust calls to ConstantFP::get to new API</title>
<updated>2008-06-10T01:52:17Z</updated>
<author>
<name>Gabor Greif</name>
<email>ggreif@gmail.com</email>
</author>
<published>2008-06-10T01:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5934adf9bbe4e5b06d313e58bdae5907c11cfa51'/>
<id>urn:sha1:5934adf9bbe4e5b06d313e58bdae5907c11cfa51</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52165 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
