<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp/include/llvm/Debugger/Debugger.h, branch 1.17.0</title>
<subtitle>LLVM with the emscripten fastcomp javascript backend</subtitle>
<id>https://git.amat.us/emscripten-fastcomp/atom/include/llvm/Debugger/Debugger.h?h=1.17.0</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp/atom/include/llvm/Debugger/Debugger.h?h=1.17.0'/>
<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>Make LLVMContext and LLVMContextImpl classes instead of structs.</title>
<updated>2009-08-11T17:45:13Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2009-08-11T17:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=12ddd409535b52a7fa5157ded9a4cedd161fedb6'/>
<id>urn:sha1:12ddd409535b52a7fa5157ded9a4cedd161fedb6</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78690 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h</title>
<updated>2009-08-04T22:41:48Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-04T22:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=48b2f3e4850cd27d54224cd42da8a160d6b95984'/>
<id>urn:sha1:48b2f3e4850cd27d54224cd42da8a160d6b95984</id>
<content type='text'>
not hideous.  Also, fix some MSVC compile errors.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78115 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>Fix more -Wshorten-64-to-32 warnings.</title>
<updated>2008-05-05T18:30:58Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-05-05T18:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=34cd4a484e532cc463fd5a4bf59b88d13c5467c1'/>
<id>urn:sha1:34cd4a484e532cc463fd5a4bf59b88d13c5467c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50659 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't attribute in file headers anymore.  See llvmdev for the</title>
<updated>2007-12-29T19:59:42Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-12-29T19:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=7ed47a13356daed2a34cd2209a31f92552e3bdd8'/>
<id>urn:sha1:7ed47a13356daed2a34cd2209a31f92552e3bdd8</id>
<content type='text'>
discussion of this change.  Boy are my fingers tired. ;-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2005-04-21T20:39:54Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2005-04-21T20:39:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=ea61c358720aa6c7a159d51658b34276316aa841'/>
<id>urn:sha1:ea61c358720aa6c7a159d51658b34276316aa841</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21409 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add new method</title>
<updated>2004-01-06T05:31:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2004-01-06T05:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp/commit/?id=cdf31c662a64c6588a95cf353319943f8230ca6f'/>
<id>urn:sha1:cdf31c662a64c6588a95cf353319943f8230ca6f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10699 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
