<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib, branch release_22</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib?h=release_22</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib?h=release_22'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2008-02-04T06:29:04Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2008-02-04T06:29:04Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-02-04T06:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3cc40e415cd83aa259afcd945483fe6f66f0bd0f'/>
<id>urn:sha1:3cc40e415cd83aa259afcd945483fe6f66f0bd0f</id>
<content type='text'>
Don't dump the function!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46699 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-02-04T06:17:46Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-02-04T06:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=349413b6318c87af3fa7ca7a8559b23bca610ba3'/>
<id>urn:sha1:349413b6318c87af3fa7ca7a8559b23bca610ba3</id>
<content type='text'>
Provide correct DWARF register numbering for debug information emission on x86-32/Darwin.
This should fix bunch of issues.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46698 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-23T03:56:34Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-23T03:56:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fccad572ec2f5aa26f3a56aa2874b24dc9660597'/>
<id>urn:sha1:fccad572ec2f5aa26f3a56aa2874b24dc9660597</id>
<content type='text'>
Trivial patch to fix two warnings


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46272 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-21T20:47:24Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-21T20:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=923aaa078a8f150df3ac27a9ea94ed5d8ea2c42f'/>
<id>urn:sha1:923aaa078a8f150df3ac27a9ea94ed5d8ea2c42f</id>
<content type='text'>
Need to handle any 'nest' parameter before integer
parameters, since otherwise it won't be passed in
the right register.  With this change trampolines
work on x86-64 (thanks to Luke Guest for providing
access to an x86-64 box).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-21T20:45:28Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-21T20:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6bd6920799c7215b51795e5a873b69ab02d732ae'/>
<id>urn:sha1:6bd6920799c7215b51795e5a873b69ab02d732ae</id>
<content type='text'>
Honour ByVal parameter attribute for name decoration.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46214 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-21T20:43:02Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-21T20:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=53e6bb75cf670d33531f4658ef321b93a2bebb8b'/>
<id>urn:sha1:53e6bb75cf670d33531f4658ef321b93a2bebb8b</id>
<content type='text'>
Make sure the caller doesn't use freed memory.
Fixes PR1935.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46213 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-18T19:15:06Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-18T19:15:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=57c9d380f627430d2f33b71737104f238266fb7e'/>
<id>urn:sha1:57c9d380f627430d2f33b71737104f238266fb7e</id>
<content type='text'>
Revert the part of 45849 that treated weak globals
as weak globals rather than commons.  While not wrong,
this change tickled a latent bug in Darwin's strip,
so revert it for now as a workaround.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46168 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Merge from mainline.</title>
<updated>2008-01-18T19:13:34Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2008-01-18T19:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b755295fdb460d0eeb7ea9dfb54d7cf43d487880'/>
<id>urn:sha1:b755295fdb460d0eeb7ea9dfb54d7cf43d487880</id>
<content type='text'>
Revert the part of 45848 that treated weak globals
as weak globals rather than commons.  While not wrong,
this change tickled a latent bug in Darwin's strip,
so revert it for now as a workaround.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46167 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>DAE bug fix. Don't lose parameter attributes on vararg arguments.</title>
<updated>2008-01-17T04:18:54Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-17T04:18:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b2fc2a330a9106c67d50a2b6dbfffc679af4ce88'/>
<id>urn:sha1:b2fc2a330a9106c67d50a2b6dbfffc679af4ce88</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46113 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When a live virtual register is being clobbered by an implicit def, it is spilled</title>
<updated>2008-01-17T02:08:17Z</updated>
<author>
<name>Evan Cheng</name>
<email>evan.cheng@apple.com</email>
</author>
<published>2008-01-17T02:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=839b759c38182af8d151db10923c2a6cc7dd5b3d'/>
<id>urn:sha1:839b759c38182af8d151db10923c2a6cc7dd5b3d</id>
<content type='text'>
and the spill is its kill. However, if the local allocator has determined the
register has not been modified (possible when its value was reloaded), it would
not issue a restore. In that case, mark the last use of the virtual register as
kill.


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