<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/lib/Debugger, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2009-10-05T02:29:51+00:00</updated>
<entry>
<title>remove llvm-db: it is completely broken and if anyone wants to do a debugger,</title>
<updated>2009-10-05T02:29:51+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-05T02:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cb08fb7b8301ebaf1d91207644f6b45e3ff1c27e'/>
<id>urn:sha1:cb08fb7b8301ebaf1d91207644f6b45e3ff1c27e</id>
<content type='text'>
they should not base it on llvm-db (which not following almost any "best practices").

llvm-svn: 83288
</content>
</entry>
<entry>
<title>Prune #includes from llvm/Linker.h and llvm/System/Path.h,</title>
<updated>2009-08-23T22:45:37+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T22:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c521f54198dd90f6f97ada02ae8915af51181c5d'/>
<id>urn:sha1:c521f54198dd90f6f97ada02ae8915af51181c5d</id>
<content type='text'>
forcing them down into various .cpp files.

This change also:
1. Renames TimeValue::toString() and Path::toString() to ::str()
   for similarity with the STL.
2. Removes all stream insertion support for sys::Path, forcing
   clients to call .str().
3. Removes a use of Config/alloca.h from bugpoint, using smallvector
   instead.
4. Weans llvm-db off &lt;iostream&gt;

sys::Path really needs to be gutted, but I don't have the desire to
do it at this point.

llvm-svn: 79869
</content>
</entry>
<entry>
<title>remove some uses of llvm/Support/Streams.h</title>
<updated>2009-08-23T08:43:55+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T08:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=471ba48cb99a9d9bb8964f63363a3470369c2ecc'/>
<id>urn:sha1:471ba48cb99a9d9bb8964f63363a3470369c2ecc</id>
<content type='text'>
llvm-svn: 79842
</content>
</entry>
<entry>
<title>Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs.</title>
<updated>2009-08-05T23:16:16+00:00</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-05T23:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=03cb69fbd1ef003f94710f2d497515692ff5445a'/>
<id>urn:sha1:03cb69fbd1ef003f94710f2d497515692ff5445a</id>
<content type='text'>
llvm-svn: 78258
</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:44+00:00</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T23:13:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2a15443aa800aeb61783809c8a686e5e35b1a4db'/>
<id>urn:sha1:2a15443aa800aeb61783809c8a686e5e35b1a4db</id>
<content type='text'>
moment, that I will need to make far-reaching changes.

llvm-svn: 74655
</content>
</entry>
<entry>
<title>Hold the LLVMContext by reference rather than by pointer.</title>
<updated>2009-07-01T21:22:36+00:00</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T21:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1cf085d558fd73f2599fb68e600365dd20502e2b'/>
<id>urn:sha1:1cf085d558fd73f2599fb68e600365dd20502e2b</id>
<content type='text'>
llvm-svn: 74640
</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:40+00:00</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-07-01T16:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6773d388aadf0c8588e3cda343ab621397fde38c'/>
<id>urn:sha1:6773d388aadf0c8588e3cda343ab621397fde38c</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.

llvm-svn: 74614
</content>
</entry>
<entry>
<title>improve the APIs for creating struct and function types with no arguments/elements</title>
<updated>2009-07-01T04:13:31+00:00</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-07-01T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=96122debc194ee6a368512e1f8ca4e5c79628976'/>
<id>urn:sha1:96122debc194ee6a368512e1f8ca4e5c79628976</id>
<content type='text'>
to not have to create a temporary vector (in the API at least).  Patch by Jay Foad!

llvm-svn: 74584
</content>
</entry>
<entry>
<title>Oops...I committed too much.</title>
<updated>2009-03-13T04:39:26+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-03-13T04:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fa54bc2052d4f1aa3fdb57a5238e73d4a62826a3'/>
<id>urn:sha1:fa54bc2052d4f1aa3fdb57a5238e73d4a62826a3</id>
<content type='text'>
llvm-svn: 66867
</content>
</entry>
<entry>
<title>Temporarily XFAIL this test.</title>
<updated>2009-03-13T04:37:11+00:00</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-03-13T04:37:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b02eadf660f98b621d63fc60374d160aa4d53cec'/>
<id>urn:sha1:b02eadf660f98b621d63fc60374d160aa4d53cec</id>
<content type='text'>
llvm-svn: 66866
</content>
</entry>
</feed>
