<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/lib/Debugger, branch master</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/lib/Debugger?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/lib/Debugger?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/'/>
<updated>2009-10-05T02:29:51Z</updated>
<entry>
<title>remove llvm-db: it is completely broken and if anyone wants to do a debugger,</title>
<updated>2009-10-05T02:29:51Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-10-05T02:29:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=dbf75e813e6d3b0de0487fe3afcc458717535e02'/>
<id>urn:sha1:dbf75e813e6d3b0de0487fe3afcc458717535e02</id>
<content type='text'>
they should not base it on llvm-db (which not following almost any "best practices").


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Prune #includes from llvm/Linker.h and llvm/System/Path.h,</title>
<updated>2009-08-23T22:45:37Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T22:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=74382b7c699120fbec5cb5603c9cf4212eb37f06'/>
<id>urn:sha1:74382b7c699120fbec5cb5603c9cf4212eb37f06</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.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79869 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>remove some uses of llvm/Support/Streams.h</title>
<updated>2009-08-23T08:43:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2009-08-23T08:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=d9ea85ab01fb0f2929ed50223d3758dceea8bcbd'/>
<id>urn:sha1:d9ea85ab01fb0f2929ed50223d3758dceea8bcbd</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79842 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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/emscripten-fastcomp/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>
</feed>
