<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/docs, branch release_21</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/docs?h=release_21</id>
<link rel='self' href='https://git.amat.us/llvm/atom/docs?h=release_21'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2007-09-27T04:52:22Z</updated>
<entry>
<title>Merge release notes from mainline.</title>
<updated>2007-09-27T04:52:22Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-09-27T04:52:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e87e970ebe02fe71a80e0ae8b6adabeae836a31a'/>
<id>urn:sha1:e87e970ebe02fe71a80e0ae8b6adabeae836a31a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_21@42386 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Change llvm.gcroot to not init the root to null at runtime, this prevents</title>
<updated>2007-09-12T17:53:10Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2007-09-12T17:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=36597a5ddb11d9f84638a8e1e8cfa28292eeced0'/>
<id>urn:sha1:36597a5ddb11d9f84638a8e1e8cfa28292eeced0</id>
<content type='text'>
using it for live-in values etc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41879 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fold the adjust_trampoline intrinsic into</title>
<updated>2007-09-11T14:10:23Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-09-11T14:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f7331b3dd72409e644833ecaf62a0f6db03c97ee'/>
<id>urn:sha1:f7331b3dd72409e644833ecaf62a0f6db03c97ee</id>
<content type='text'>
init_trampoline.  There is now only one
trampoline intrinsic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41841 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix description of the call instruction. There are two types, with one being</title>
<updated>2007-09-08T13:57:50Z</updated>
<author>
<name>Nick Lewycky</name>
<email>nicholas@mxc.ca</email>
</author>
<published>2007-09-08T13:57:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=db7e3c9e990a2a867b96c57189197720435b91b8'/>
<id>urn:sha1:db7e3c9e990a2a867b96c57189197720435b91b8</id>
<content type='text'>
optional.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41785 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Split eh.select / eh.typeid.for intrinsics into i32/i64 versions. This is needed, because they just "mark" register </title>
<updated>2007-09-07T11:39:35Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2007-09-07T11:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8806c7b1f5317a9679a5779ffc08c552f2091bce'/>
<id>urn:sha1:8806c7b1f5317a9679a5779ffc08c552f2091bce</id>
<content type='text'>
liveins and we let frontend solve type issue, not lowering code :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41763 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>There is an impedance matching problem between LLVM and</title>
<updated>2007-08-27T15:47:50Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-08-27T15:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6590b0457c5e28a7336ae31de194953d8127217a'/>
<id>urn:sha1:6590b0457c5e28a7336ae31de194953d8127217a</id>
<content type='text'>
gcc exception handling: if an exception unwinds through
an invoke, then execution must branch to the invoke's
unwind target.  We previously tried to enforce this by
appending a cleanup action to every selector, however
this does not always work correctly due to an optimization
in the C++ unwinding runtime: if only cleanups would be
run while unwinding an exception, then the program just
terminates without actually executing the cleanups, as
invoke semantics would require.  I was hoping this
wouldn't be a problem, but in fact it turns out to be the
cause of all the remaining failures in the LLVM testsuite
(these also fail with -enable-correct-eh-support, so turning
on -enable-eh didn't make things worse!).  Instead we need
to append a full-blown catch-all to the end of each
selector.  The correct way of doing this depends on the
personality function, i.e. it is language dependent, so
can only be done by gcc.  Thus this patch which generalizes
the eh.selector intrinsic so that it can handle all possible
kinds of action table entries (before it didn't accomodate
cleanups): now 0 indicates a cleanup, and filters have to be
specified using the number of type infos plus one rather than
the number of type infos.  Related gcc patches will cause
Ada to pass a cleanup (0) to force the selector to always
fire, while C++ will use a C++ catch-all (null).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41484 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename llvm-gcc4 to llvm-gcc.</title>
<updated>2007-08-24T23:23:23Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2007-08-24T23:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5efa7e9c967161c1185a52aa1e88e4b85e0fa046'/>
<id>urn:sha1:5efa7e9c967161c1185a52aa1e88e4b85e0fa046</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41380 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Implement review feedback on trampoline documentation.</title>
<updated>2007-08-22T23:39:54Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2007-08-22T23:39:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c00c2baf481b9dffe9288f5dad0f5ec9687e1347'/>
<id>urn:sha1:c00c2baf481b9dffe9288f5dad0f5ec9687e1347</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41304 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Who thought up this crazy formatting scheme?</title>
<updated>2007-08-07T17:57:36Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-08-07T17:57:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31cac2e04a60c13a758b1cb4b8c24b04b502f625'/>
<id>urn:sha1:31cac2e04a60c13a758b1cb4b8c24b04b502f625</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40905 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Okay, over/back tags don't next.</title>
<updated>2007-08-07T17:48:56Z</updated>
<author>
<name>Reid Spencer</name>
<email>rspencer@reidspencer.com</email>
</author>
<published>2007-08-07T17:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d5d9e6f0c9fa6a3585dfaa03483eabb02bac2179'/>
<id>urn:sha1:d5d9e6f0c9fa6a3585dfaa03483eabb02bac2179</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40904 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
