<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-04-13T16:34:45Z</updated>
<entry>
<title>Merge r100936 from mainline to fix PR6760.</title>
<updated>2010-04-13T16:34:45Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-04-13T16:34:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=690b4179358158a907ccfbd5038ed32adcbbaa66'/>
<id>urn:sha1:690b4179358158a907ccfbd5038ed32adcbbaa66</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@101137 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge r100559 from mainline to fix PR6696.</title>
<updated>2010-04-09T05:05:41Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-04-09T05:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5b85c47659639a18ab01bf36e1b06d63cb3adb49'/>
<id>urn:sha1:5b85c47659639a18ab01bf36e1b06d63cb3adb49</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@100851 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 100438 from mainline.</title>
<updated>2010-04-05T18:44:01Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-04-05T18:44:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a485235170d6839696496c9541c29b898d617a43'/>
<id>urn:sha1:a485235170d6839696496c9541c29b898d617a43</id>
<content type='text'>
Push const through the regex engine. Fixes some of the warnings in PR6616.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@100450 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 99620 from mainline.</title>
<updated>2010-03-30T23:01:26Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-30T23:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=dd77fb6ec08d9e372390320abef229a1585a0e7b'/>
<id>urn:sha1:dd77fb6ec08d9e372390320abef229a1585a0e7b</id>
<content type='text'>
Do not sibcall if stack needs to be dynamically aligned.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99955 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 99043 from mainline.</title>
<updated>2010-03-30T18:35:26Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-30T18:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c524bff18b49bb059afadc9abe1b3495e8d3bc53'/>
<id>urn:sha1:c524bff18b49bb059afadc9abe1b3495e8d3bc53</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99907 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 99032 from mainline.</title>
<updated>2010-03-23T17:16:35Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-23T17:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=61d290633fb6ab18d4ecb763d037ce4965b76365'/>
<id>urn:sha1:61d290633fb6ab18d4ecb763d037ce4965b76365</id>
<content type='text'>
If call result is in ST0 and it is not being passed to the caller's
caller, then it is not safe to optimize the call into a sibcall since
the call result has to be popped off the x87 stack.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99293 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title> Merge 98977 from mainline.</title>
<updated>2010-03-23T17:15:19Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-23T17:15:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=52ce29de2b147d88b1b11d2938725af30522b7ec'/>
<id>urn:sha1:52ce29de2b147d88b1b11d2938725af30522b7ec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99292 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge r98845 from mainline.</title>
<updated>2010-03-23T17:11:51Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-23T17:11:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0afc8f4e10850ba5b0298d86269d3d4c34dda8ec'/>
<id>urn:sha1:0afc8f4e10850ba5b0298d86269d3d4c34dda8ec</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99291 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge 98561 from mainline.</title>
<updated>2010-03-23T17:06:56Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-23T17:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8a4f9390d0dddc2198f82b7f6bc01cc8abda11ba'/>
<id>urn:sha1:8a4f9390d0dddc2198f82b7f6bc01cc8abda11ba</id>
<content type='text'>
Avoid sibcall optimization if either caller or callee is using sret semantics.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_27@99290 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge r98416 from mainline.</title>
<updated>2010-03-23T16:58:02Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2010-03-23T16:58:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=434622b0d1a25a8675a80cf3b8f16114027e5cee'/>
<id>urn:sha1:434622b0d1a25a8675a80cf3b8f16114027e5cee</id>
<content type='text'>
Fix a typo in ValueTracking that's causing instcombine to delete needed shift instructions.


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