<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rustllvm/RustWrapper.cpp, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-13T19:05:59+00:00</updated>
<entry>
<title>llvm: Switch back to LLVM trunk</title>
<updated>2012-01-13T19:05:59+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-12T22:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb1e79768cbee1d532ade39d72c2c51b99e14e3b'/>
<id>urn:sha1:bb1e79768cbee1d532ade39d72c2c51b99e14e3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate basic debug info for files, functions and compile units.</title>
<updated>2011-12-19T04:39:54+00:00</updated>
<author>
<name>Josh Matthews</name>
<email>josh@joshmatthews.net</email>
</author>
<published>2011-11-10T05:55:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10030a37d50f5c3ae681709598be201153e0b1e5'/>
<id>urn:sha1:10030a37d50f5c3ae681709598be201153e0b1e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade LLVM to svn revision 145779</title>
<updated>2011-12-04T22:59:56+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-11-27T06:38:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a92218e630742368cf21fb734aedc5cfdf635a75'/>
<id>urn:sha1:a92218e630742368cf21fb734aedc5cfdf635a75</id>
<content type='text'>
This pulls in commits 145765 &amp; 145766, which are required for split stacks.
</content>
</entry>
<entry>
<title>rustc: Fall back to intrinsics.ll if we can't parse the bc</title>
<updated>2011-11-26T06:54:10+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-11-26T06:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a188b2e94007422cbc16a858cb56c96c726bf73'/>
<id>urn:sha1:9a188b2e94007422cbc16a858cb56c96c726bf73</id>
<content type='text'>
This will allow us to transition to the new bitcode format.
</content>
</entry>
<entry>
<title>temp workaround for failure to pass ulonglong successfully</title>
<updated>2011-11-16T23:27:09+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-11-16T20:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=834b6879ea89135d60b3903755589e14f816449a'/>
<id>urn:sha1:834b6879ea89135d60b3903755589e14f816449a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustllvm: Add a GetOrInsertFunction wrapper</title>
<updated>2011-11-14T16:33:29+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2011-11-14T16:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8dd148444d47ba75e635c34025fc0662ca69db0'/>
<id>urn:sha1:b8dd148444d47ba75e635c34025fc0662ca69db0</id>
<content type='text'>
Fixes issue #1161

Test-case-by: Brian Anderson &lt;banderson@mozilla.com&gt;
Signed-off-by: Haitao Li &lt;lihaitao@gmail.com&gt;
</content>
</entry>
<entry>
<title>rustc: Add support of generating LLVM assembly</title>
<updated>2011-11-07T13:44:40+00:00</updated>
<author>
<name>Haitao Li</name>
<email>lihaitao@gmail.com</email>
</author>
<published>2011-11-07T13:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b12de9881418ff9fff8318d0142fa101efd9dc08'/>
<id>urn:sha1:b12de9881418ff9fff8318d0142fa101efd9dc08</id>
<content type='text'>
rustc generates output files in LLVM bitcode format if "--emit-llvm"
option is given. When used with the "-S" option, rustc generates LLVM
intermediate language assembly files.

Fixes Issue #476
</content>
</entry>
<entry>
<title>rustc: Enable segmented stacks in LLVM when --stack-growth is on</title>
<updated>2011-10-31T21:42:44+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2011-10-31T21:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=329f045d4c5f27275dcf1cadf8d0f51919ba8027'/>
<id>urn:sha1:329f045d4c5f27275dcf1cadf8d0f51919ba8027</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get 'make tidy' to work rustllvm and rt again</title>
<updated>2011-10-22T00:35:52+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-10-22T00:35:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=160c56e76870efd9d1bf836e609f8bae092f9269'/>
<id>urn:sha1:160c56e76870efd9d1bf836e609f8bae092f9269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update LinkModules invocation to use new prototype</title>
<updated>2011-10-15T22:53:18+00:00</updated>
<author>
<name>Elly Jones</name>
<email>elly@leptoquark.net</email>
</author>
<published>2011-10-12T01:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5dc6a7aa884179cc88771da71b444030cc402b8'/>
<id>urn:sha1:a5dc6a7aa884179cc88771da71b444030cc402b8</id>
<content type='text'>
LLVM revision 141606 changes the prototype of llvm::Linker::LinkModules.

Signed-off-by: Elly Jones &lt;elly@leptoquark.net&gt;
</content>
</entry>
</feed>
