<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustllvm, branch release-0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-11T01:32:58+00:00</updated>
<entry>
<title>Add license boilerplate to more files.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-10T23:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12c32e944d3dbadb6a114a6e0bc51b065b4f42c1'/>
<id>urn:sha1:12c32e944d3dbadb6a114a6e0bc51b065b4f42c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: add new intrinsics - atomic_cxchg{_acq,_rel}</title>
<updated>2012-10-22T02:23:50+00:00</updated>
<author>
<name>Luqman Aden</name>
<email>laden@csclub.uwaterloo.ca</email>
</author>
<published>2012-10-22T02:23:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1db959ec22712376763e062dc2fbffc18f33d9c'/>
<id>urn:sha1:e1db959ec22712376763e062dc2fbffc18f33d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Conditional usage of LLVM DebugFlag</title>
<updated>2012-10-11T05:33:49+00:00</updated>
<author>
<name>Luca Bruno</name>
<email>lucab@debian.org</email>
</author>
<published>2012-10-08T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97ecde297e2b49fc6445c233cb95d8cd1c341b2d'/>
<id>urn:sha1:97ecde297e2b49fc6445c233cb95d8cd1c341b2d</id>
<content type='text'>
DebugFlag is conditionally exported by LLVM in llvm/Support/Debug.h
in-between an #ifndef NDEBUG block; RustWrapper should not
unconditionally use it. This closes #3701.

Signed-off-by: Luca Bruno &lt;lucab@debian.org&gt;
</content>
</entry>
<entry>
<title>jit: Remove old crate loading code and don't search through loaded crates (use llvm default instead)</title>
<updated>2012-09-28T08:05:49+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-09-28T08:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f418c10ed88163f6d1c6774b51eb69def521f8'/>
<id>urn:sha1:b3f418c10ed88163f6d1c6774b51eb69def521f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Initialize native parser so rust-repl works</title>
<updated>2012-09-27T06:07:33+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-09-27T06:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca4455666eaf09debf6fe769ba75f90453832981'/>
<id>urn:sha1:ca4455666eaf09debf6fe769ba75f90453832981</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Enable exception handling</title>
<updated>2012-09-27T02:57:58+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-09-27T02:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ebe6b2d15c3d007df93601fde99bb06f96c480c1'/>
<id>urn:sha1:ebe6b2d15c3d007df93601fde99bb06f96c480c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Separate JIT execution into two functions and load crates before main lookup</title>
<updated>2012-09-27T02:57:58+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-09-11T06:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=887b59b7bea4d795ebe30655ac051f7872aa6a44'/>
<id>urn:sha1:887b59b7bea4d795ebe30655ac051f7872aa6a44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Clean rustllvm code, let rustc expose __morestack instead of linking in libmorestack and return _rust_main and call it from rustc</title>
<updated>2012-08-31T23:20:36+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-08-29T05:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=efb576a60dbd12cdd9c732cb5d8b202283b9864a'/>
<id>urn:sha1:efb576a60dbd12cdd9c732cb5d8b202283b9864a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Forgot header for inlining pass</title>
<updated>2012-08-31T23:20:36+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-08-28T01:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6723a5a0ea6d048d3dbec2e0a3ae716cc7e176f5'/>
<id>urn:sha1:6723a5a0ea6d048d3dbec2e0a3ae716cc7e176f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>jit: Add passes and cleanup code</title>
<updated>2012-08-31T23:20:36+00:00</updated>
<author>
<name>Zack Corr</name>
<email>zack@z0w0.me</email>
</author>
<published>2012-08-28T01:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19ea3ab480ad273420837da25e428fae597ef9f7'/>
<id>urn:sha1:19ea3ab480ad273420837da25e428fae597ef9f7</id>
<content type='text'>
</content>
</entry>
</feed>
