<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm, branch release_33</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/?h=release_33</id>
<link rel='self' href='https://git.amat.us/llvm/atom/?h=release_33'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2013-05-10T20:28:44Z</updated>
<entry>
<title>Fixing MCJIT unit test on Windows.</title>
<updated>2013-05-10T20:28:44Z</updated>
<author>
<name>Andrew Kaylor</name>
<email>andrew.kaylor@intel.com</email>
</author>
<published>2013-05-10T20:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=30b015f044cd0157b68f5737321f685741c17423'/>
<id>urn:sha1:30b015f044cd0157b68f5737321f685741c17423</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181625 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>Merging r181423:</title>
<updated>2013-05-09T07:33:50Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-09T07:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5f32469bd4d236a84313580c97085abb385ed605'/>
<id>urn:sha1:5f32469bd4d236a84313580c97085abb385ed605</id>
<content type='text'>
------------------------------------------------------------------------
r181423 | hfinkel | 2013-05-08 05:16:14 -0700 (Wed, 08 May 2013) | 5 lines

PPCInstrInfo::optimizeCompareInstr should not optimize FP compares

The floating-point record forms on PPC don't set the condition register bits
based on a comparison with zero (like the integer record forms do), but rather
based on the exception status bits.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181507 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merging r181286:</title>
<updated>2013-05-08T18:13:06Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-08T18:13:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c7594e48edb1b7a2ec9fc81981e539eac0604905'/>
<id>urn:sha1:c7594e48edb1b7a2ec9fc81981e539eac0604905</id>
<content type='text'>
------------------------------------------------------------------------
r181286 | arnolds | 2013-05-06 21:37:05 -0700 (Mon, 06 May 2013) | 7 lines

LoopVectorize: getConsecutiveVector must respect signed arithmetic

We were passing an i32 to ConstantInt::get where an i64 was needed and we must
also pass the sign if we pass negatives numbers. The start index passed to
getConsecutiveVector must also be signed.

Should fix PR15882.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181455 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge of r181434</title>
<updated>2013-05-08T14:42:12Z</updated>
<author>
<name>Richard Sandiford</name>
<email>rsandifo@linux.vnet.ibm.com</email>
</author>
<published>2013-05-08T14:42:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8f2d9a793d4afe3e9501adac85a48175df31d34f'/>
<id>urn:sha1:8f2d9a793d4afe3e9501adac85a48175df31d34f</id>
<content type='text'>
Add myself as SystemZ code owner


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181435 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge of r181431</title>
<updated>2013-05-08T14:26:00Z</updated>
<author>
<name>Richard Sandiford</name>
<email>rsandifo@linux.vnet.ibm.com</email>
</author>
<published>2013-05-08T14:26:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=aae91f7df0f2c7b68c2bbd725871818abc8dcb69'/>
<id>urn:sha1:aae91f7df0f2c7b68c2bbd725871818abc8dcb69</id>
<content type='text'>
Add SystemZ feats to CodeGenerator.rst


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181432 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge of r181328</title>
<updated>2013-05-08T13:51:45Z</updated>
<author>
<name>Richard Sandiford</name>
<email>rsandifo@linux.vnet.ibm.com</email>
</author>
<published>2013-05-08T13:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=56f463ab311dba7be84251d19c30f0998f4b836f'/>
<id>urn:sha1:56f463ab311dba7be84251d19c30f0998f4b836f</id>
<content type='text'>
Mention SystemZ in the release notes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181427 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge of r181312</title>
<updated>2013-05-08T09:40:09Z</updated>
<author>
<name>Richard Sandiford</name>
<email>rsandifo@linux.vnet.ibm.com</email>
</author>
<published>2013-05-08T09:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=93618a91c6f2476c77f1ce7221d74b406393a2d1'/>
<id>urn:sha1:93618a91c6f2476c77f1ce7221d74b406393a2d1</id>
<content type='text'>
[SystemZ] Fix InitMCCodeGenInfo call

createSystemZMCCodeGenInfo was not passing the optimization level to
InitMCCodeGenInfo(), so -O0 would be ignored.  Fixes DebugInfo/namespace.ll
after the changes in r181271.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181419 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update to ToT's version.</title>
<updated>2013-05-08T09:24:11Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-08T09:24:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b3f0d9ddac02f38475ec5e7c34e03cc29c4ac114'/>
<id>urn:sha1:b3f0d9ddac02f38475ec5e7c34e03cc29c4ac114</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_33@181403 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merging r181313:</title>
<updated>2013-05-08T09:15:09Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2013-05-08T09:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=da04487b8204a230ed55c699772ddc7409f8bcd4'/>
<id>urn:sha1:da04487b8204a230ed55c699772ddc7409f8bcd4</id>
<content type='text'>
------------------------------------------------------------------------
r181313 | mkuper | 2013-05-07 07:05:33 -0700 (Tue, 07 May 2013) | 1 line

Re-enable AVX detection on x64 platforms.
------------------------------------------------------------------------


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