<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/Transforms/Inline, branch release_29</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/Transforms/Inline?h=release_29</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/Transforms/Inline?h=release_29'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-01-14T07:46:33Z</updated>
<entry>
<title>relax testcase a bit.</title>
<updated>2011-01-14T07:46:33Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2011-01-14T07:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bdb6b7f9c738d14432fcc6c484fe26dd4d91dba9'/>
<id>urn:sha1:bdb6b7f9c738d14432fcc6c484fe26dd4d91dba9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123433 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>when eliding a byval copy due to inlining a readonly function, we have</title>
<updated>2010-12-20T08:10:40Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T08:10:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0b66f63a26387f5c0360a4324fc3c31e0599a6e0'/>
<id>urn:sha1:0b66f63a26387f5c0360a4324fc3c31e0599a6e0</id>
<content type='text'>
to make sure that the reused alloca has sufficient alignment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122236 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>pull byval processing out to its own helper function.</title>
<updated>2010-12-20T07:57:41Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T07:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e7ae705c32906979a527926864345016e76867b9'/>
<id>urn:sha1:e7ae705c32906979a527926864345016e76867b9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122235 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>fix PR8769, a miscompilation by inliner when inlining a function with a byval</title>
<updated>2010-12-20T07:45:28Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T07:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=018fb767b91d5ec396d56a3e61bd124918b59fa1'/>
<id>urn:sha1:018fb767b91d5ec396d56a3e61bd124918b59fa1</id>
<content type='text'>
argument.  The generated alloca has to have at least the alignment of the
byval, if not, the client may be making assumptions that the new alloca won't
satisfy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122234 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>merge two tests.</title>
<updated>2010-12-20T07:39:57Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T07:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=572335915f5d7306e319598803742473b0bd3525'/>
<id>urn:sha1:572335915f5d7306e319598803742473b0bd3525</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122233 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>filecheckize</title>
<updated>2010-12-20T07:38:24Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-12-20T07:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b0af8ce1d9ac8489daa12e14ccd3a2eef464ed79'/>
<id>urn:sha1:b0af8ce1d9ac8489daa12e14ccd3a2eef464ed79</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122232 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make BasicAliasAnalysis a normal AliasAnalysis implementation which</title>
<updated>2010-10-18T18:04:47Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-10-18T18:04:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c1be92f3bb9158eade30d97db6997e2fe78150ab'/>
<id>urn:sha1:c1be92f3bb9158eade30d97db6997e2fe78150ab</id>
<content type='text'>
does normal initialization and normal chaining. Change the default
AliasAnalysis implementation to NoAlias.

Update StandardCompileOpts.h and friends to explicitly request
BasicAliasAnalysis.

Update tests to explicitly request -basicaa.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix PR7272: when inlining through a callsite with byval arguments,</title>
<updated>2010-05-31T21:00:26Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-05-31T21:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2914ba6ec793e2bb0e9ca5891af1d29ee2fee28e'/>
<id>urn:sha1:2914ba6ec793e2bb0e9ca5891af1d29ee2fee28e</id>
<content type='text'>
the newly created allocas may be used by inlined calls, so these
need to have their tail call flags cleared.  Fixes PR7272.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105255 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Actually run the test. Thanks Daniel Dunbar!</title>
<updated>2010-05-13T17:41:06Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2010-05-13T17:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=eb7d8189699c1885c1624d3808637b09075da145'/>
<id>urn:sha1:eb7d8189699c1885c1624d3808637b09075da145</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103720 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add testcase for r103653.</title>
<updated>2010-05-13T06:00:14Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2010-05-13T06:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=12b927bad0992fd55bddb6ffb53e4c48320f3a11'/>
<id>urn:sha1:12b927bad0992fd55bddb6ffb53e4c48320f3a11</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103699 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
