<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/examples/HowToUseJIT, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/examples/HowToUseJIT?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/examples/HowToUseJIT?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>Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types.  More to come.</title>
<updated>2009-07-24T23:12:02Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-24T23:12:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eed707b1e6097aac2bb6b3d47271f6300ace7f2e'/>
<id>urn:sha1:eed707b1e6097aac2bb6b3d47271f6300ace7f2e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77011 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>Move EVER MORE stuff over to LLVMContext.</title>
<updated>2009-07-14T23:09:55Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-14T23:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe'/>
<id>urn:sha1:9adc0abad3c3ed40a268ccbcee0c74cb9e1359fe</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75703 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Hold the LLVMContext by reference rather than by pointer.</title>
<updated>2009-07-01T21:22:36Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T21:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31895e73591d3c9ceae731a1274c8f56194b9616'/>
<id>urn:sha1:31895e73591d3c9ceae731a1274c8f56194b9616</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74640 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a pointer to the owning LLVMContext to Module.  This requires threading LLVMContext through a lot</title>
<updated>2009-07-01T16:58:40Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T16:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8b477ed579794ba6d76915d56b3f448a7dd20120'/>
<id>urn:sha1:8b477ed579794ba6d76915d56b3f448a7dd20120</id>
<content type='text'>
of the bitcode reader and ASM parser APIs, as well as supporting it in all of the tools.

Patches for Clang and LLVM-GCC to follow.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74614 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>make sure that JIT examples link in their appropriate target.</title>
<updated>2009-06-17T16:48:44Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-06-17T16:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=da06288aeb28393b937e17dcd180658c3737a6e5'/>
<id>urn:sha1:da06288aeb28393b937e17dcd180658c3737a6e5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73613 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Another attempt at fixing PR2975.</title>
<updated>2009-04-07T17:23:02Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-04-07T17:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eb55f3ea3c6a12e5d098f72f3f9a16d4b7e77645'/>
<id>urn:sha1:eb55f3ea3c6a12e5d098f72f3f9a16d4b7e77645</id>
<content type='text'>
Types can have references to eachother, so we can't just call destroy on them.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68523 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>revert r68457, its crashing in make check.</title>
<updated>2009-04-06T20:57:34Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-04-06T20:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5ce1b11412d19c95e390a43d850829c99694f5a9'/>
<id>urn:sha1:5ce1b11412d19c95e390a43d850829c99694f5a9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68459 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix (part of) memory leak on shutdown. See PR2975.</title>
<updated>2009-04-06T20:49:21Z</updated>
<author>
<name>Torok Edwin</name>
<email>edwintorok@gmail.com</email>
</author>
<published>2009-04-06T20:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=59d5f83b32753b3c9d5defa4d1374f7c9042eb46'/>
<id>urn:sha1:59d5f83b32753b3c9d5defa4d1374f7c9042eb46</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68457 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
