<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen, branch 0.10</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.10</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.10'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-10-10T13:00:51+00:00</updated>
<entry>
<title>Add `pub` to all the codegen tests</title>
<updated>2013-10-10T13:00:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-10-10T13:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caf7b678dd2f07918b47120aa73a1bca51d12da1'/>
<id>urn:sha1:caf7b678dd2f07918b47120aa73a1bca51d12da1</id>
<content type='text'>
Otherwise the test function is internalized and LLVM will most likely optimize
it out.
</content>
</entry>
<entry>
<title>Fix warnings it tests</title>
<updated>2013-08-17T15:42:35+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-08-17T15:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ad5c67685332dc0e45d459b45749e76c93270988'/>
<id>urn:sha1:ad5c67685332dc0e45d459b45749e76c93270988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Elide unnecessary ret slot allocas</title>
<updated>2013-08-10T09:04:50+00:00</updated>
<author>
<name>Björn Steinbrink</name>
<email>bsteinbr@gmail.com</email>
</author>
<published>2013-07-28T14:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4b74b8dca4076797bb928707fb19e98cfbca09d4'/>
<id>urn:sha1:4b74b8dca4076797bb928707fb19e98cfbca09d4</id>
<content type='text'>
When there is only a single store to the ret slot that dominates the
load that gets the value for the "ret" instruction, we can elide the
ret slot and directly return the operand of the dominating store
instruction. This is the same thing that clang does, except for a
special case that doesn't seem to affect us.

Fixes #8238
</content>
</entry>
<entry>
<title>test: add more codegen tests, add copyright headers to all.</title>
<updated>2013-07-31T22:02:22+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-07-31T22:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8261f2c37c7181fb4a40e8f8d9eaebb96deea9bb'/>
<id>urn:sha1:8261f2c37c7181fb4a40e8f8d9eaebb96deea9bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: new codegen tests, rename hello.</title>
<updated>2013-07-17T00:44:57+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-07-17T00:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40f74341f3ba2cee2afedb31014ee14432d700cd'/>
<id>urn:sha1:40f74341f3ba2cee2afedb31014ee14432d700cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wire up makefile to run codegen tests and add one to start</title>
<updated>2013-07-11T20:15:52+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2013-07-06T08:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fbc5bb4c0ae10ef159d1c06a40fdf2b7883083d3'/>
<id>urn:sha1:fbc5bb4c0ae10ef159d1c06a40fdf2b7883083d3</id>
<content type='text'>
</content>
</entry>
</feed>
