<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/CodeGen/X86, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/CodeGen/X86?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/CodeGen/X86?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-10T18:23:11Z</updated>
<entry>
<title>Merging r181397:</title>
<updated>2013-05-10T18:23:11Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-10T18:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0a3c6b4fcc83c9bc27823de65bd6c0915cebbda0'/>
<id>urn:sha1:0a3c6b4fcc83c9bc27823de65bd6c0915cebbda0</id>
<content type='text'>
------------------------------------------------------------------------
r181397 | nicholas | 2013-05-08 02:00:10 -0700 (Wed, 08 May 2013) | 3 lines

Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInst
by switching to a ValueMap. Patch by Andrea DiBiagio!

------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181619 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reduce attributes.</title>
<updated>2013-05-06T20:57:23Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-06T20:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d87dceb8d63a15531d775b02a0fb854178931e99'/>
<id>urn:sha1:d87dceb8d63a15531d775b02a0fb854178931e99</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181245 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix slightly too aggressive conact_vector optimization.</title>
<updated>2013-05-06T08:06:13Z</updated>
<author>
<name>Michael Kuperstein</name>
<email>michael.m.kuperstein@intel.com</email>
</author>
<published>2013-05-06T08:06:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2720248ae5b0201a7bdba57f3625869b578f2a5d'/>
<id>urn:sha1:2720248ae5b0201a7bdba57f3625869b578f2a5d</id>
<content type='text'>
(Would sometimes optimize away conacts used to extend a vector with undef values)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181186 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a testcase that checks that we generate functions with frame</title>
<updated>2013-05-06T05:45:57Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-06T05:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=10c6d2c84c266ffb24ec1037e51fe79e579ecb60'/>
<id>urn:sha1:10c6d2c84c266ffb24ec1037e51fe79e579ecb60</id>
<content type='text'>
pointers or not depending upon the function attributes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181180 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove a recently redundant transform from X86ISelLowering.</title>
<updated>2013-05-05T02:00:10Z</updated>
<author>
<name>David Majnemer</name>
<email>david.majnemer@gmail.com</email>
</author>
<published>2013-05-05T02:00:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=526f3ed7da88aa02bed42fe2238a60e3be64446b'/>
<id>urn:sha1:526f3ed7da88aa02bed42fe2238a60e3be64446b</id>
<content type='text'>
X86ISelLowering has support to treat:
(icmp ne (and (xor %flags, -1), (shl 1, flag)), 0)

as if it were actually:
(icmp eq (and %flags, (shl 1, flag)), 0)

However, r179386 has code at the InstCombine level to handle this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181145 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>TBAA: remove !tbaa from testing cases if not used.</title>
<updated>2013-05-02T18:11:35Z</updated>
<author>
<name>Manman Ren</name>
<email>mren@apple.com</email>
</author>
<published>2013-05-02T18:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=436849be6acc1b8fe28d27dac9baa49129710fb3'/>
<id>urn:sha1:436849be6acc1b8fe28d27dac9baa49129710fb3</id>
<content type='text'>
This will make it easier to turn on struct-path aware TBAA since the metadata
format will change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180935 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rewrite X86 codegen regression test with FileCheck</title>
<updated>2013-05-02T06:20:42Z</updated>
<author>
<name>Michael Liao</name>
<email>michael.liao@intel.com</email>
</author>
<published>2013-05-02T06:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=149b2a8b927d7ea064b3144f0ed77230b8b366ac'/>
<id>urn:sha1:149b2a8b927d7ea064b3144f0ed77230b8b366ac</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180910 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Avoid generating tempfile(s) never used</title>
<updated>2013-05-01T22:46:50Z</updated>
<author>
<name>Michael Liao</name>
<email>michael.liao@intel.com</email>
</author>
<published>2013-05-01T22:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2bab197bc8aa29904c40a9ed9db4b476d8f12c60'/>
<id>urn:sha1:2bab197bc8aa29904c40a9ed9db4b476d8f12c60</id>
<content type='text'>
As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180892 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert r180737. The companion patch was reverted, and this is not relevant right now.</title>
<updated>2013-05-01T22:32:08Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-01T22:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f18a32eb128513239b516cd055baf9415d05f24f'/>
<id>urn:sha1:f18a32eb128513239b516cd055baf9415d05f24f</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180889 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Put VMOVPQIto64rr in the VRPDI class.</title>
<updated>2013-05-01T13:00:16Z</updated>
<author>
<name>Rafael Espindola</name>
<email>rafael.espindola@gmail.com</email>
</author>
<published>2013-05-01T13:00:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dc0981d3e07faedb2d92c846b5e34da7bafa5a0a'/>
<id>urn:sha1:dc0981d3e07faedb2d92c846b5e34da7bafa5a0a</id>
<content type='text'>
Patch by Joshua Magee.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180842 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
