<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/Debugger, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/Debugger?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/Debugger?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-05T23:16:16Z</updated>
<entry>
<title>Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.</title>
<updated>2009-08-05T23:16:16Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-05T23:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d7f2a6cb3fbc012763adb42fd967f6fefbb22a37'/>
<id>urn:sha1:d7f2a6cb3fbc012763adb42fd967f6fefbb22a37</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78258 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make the use of const with respect to LLVMContext sane.  Hopefully this is the last time, for the</title>
<updated>2009-07-01T23:13:44Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T23:13:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=4434ed44c45c87a72b7a0bf2f91211f895022b91'/>
<id>urn:sha1:4434ed44c45c87a72b7a0bf2f91211f895022b91</id>
<content type='text'>
moment, that I will need to make far-reaching changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74655 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>improve the APIs for creating struct and function types with no arguments/elements</title>
<updated>2009-07-01T04:13:31Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-01T04:13:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0fd38069cb6699ce21eb159f22d3f23c012c9e81'/>
<id>urn:sha1:0fd38069cb6699ce21eb159f22d3f23c012c9e81</id>
<content type='text'>
to not have to create a temporary vector (in the API at least).  Patch by Jay Foad!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74584 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Oops...I committed too much.</title>
<updated>2009-03-13T04:39:26Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-03-13T04:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0582ae99ba75a556d6ff63b254da327d32ba036f'/>
<id>urn:sha1:0582ae99ba75a556d6ff63b254da327d32ba036f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66867 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Temporarily XFAIL this test.</title>
<updated>2009-03-13T04:37:11Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-03-13T04:37:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c7a09ab3110b9462ad9646cb60c22c8527491ad9'/>
<id>urn:sha1:c7a09ab3110b9462ad9646cb60c22c8527491ad9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66866 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Test commit</title>
<updated>2009-03-08T11:43:20Z</updated>
<author>
<name>Sebastian Redl</name>
<email>sebastian.redl@getdesigned.at</email>
</author>
<published>2009-03-08T11:43:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1183c71efccf2bf7b2e61062004638c2a3a01c5c'/>
<id>urn:sha1:1183c71efccf2bf7b2e61062004638c2a3a01c5c</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66378 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Removed trailing whitespace from Makefiles.</title>
<updated>2009-01-09T16:44:42Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-09T16:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b8f542e2746b28721b3ec603c3aaaa10ea708fc'/>
<id>urn:sha1:9b8f542e2746b28721b3ec603c3aaaa10ea708fc</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up #includes, deleting a bunch of unnecessary #includes.</title>
<updated>2009-01-05T17:59:02Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-05T17:59:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d68a07650cdb2e18f18f362ba533459aa10e01b6'/>
<id>urn:sha1:d68a07650cdb2e18f18f362ba533459aa10e01b6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61715 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
