<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/DebugInfo, branch release_32</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/DebugInfo?h=release_32</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/DebugInfo?h=release_32'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-11-07T23:22:07Z</updated>
<entry>
<title>Add a relocation visitor to lib object. This works via caching relocated</title>
<updated>2012-11-07T23:22:07Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-11-07T23:22:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=806e03d2381709ddfb5a8012729bbe6eae12caf5'/>
<id>urn:sha1:806e03d2381709ddfb5a8012729bbe6eae12caf5</id>
<content type='text'>
values in a map that can be passed to consumers. Add a testcase that
ensures this works for llvm-dwarfdump.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167558 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Make sure to generate the right kind of MDNode for enum forward declarations.</title>
<updated>2012-10-05T01:49:14Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2012-10-05T01:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ce3da6f1d532c909238c14fa67cf955a404a6bc2'/>
<id>urn:sha1:ce3da6f1d532c909238c14fa67cf955a404a6bc2</id>
<content type='text'>
PR14029, LLVM part.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165288 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update this a bit more to represent how the prologue should work:</title>
<updated>2012-10-04T20:46:14Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-10-04T20:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0313ced016f3777e806ca2e42a746d3162174c47'/>
<id>urn:sha1:0313ced016f3777e806ca2e42a746d3162174c47</id>
<content type='text'>
a) frame setup instructions define the prologue
b) we shouldn't change our location mid-stream

Add a test to make sure that the stack adjustment stays within
the prologue.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165250 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert 165051-165049 while looking into the foreach.m failure in</title>
<updated>2012-10-03T08:10:01Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2012-10-03T08:10:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=76ad43c6e1619ed4c087b8ccb2cd573eb9d7093e'/>
<id>urn:sha1:76ad43c6e1619ed4c087b8ccb2cd573eb9d7093e</id>
<content type='text'>
more detail.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165099 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert "Don't use a debug location for frame setup instructions in the"</title>
<updated>2012-10-02T23:43:11Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-10-02T23:43:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=394820b8e159a39a9a07aac9722ad8738680037d'/>
<id>urn:sha1:394820b8e159a39a9a07aac9722ad8738680037d</id>
<content type='text'>
This reverts 165055 and 165052 temporarily while I look at debugger
failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165071 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Allow alternate instructions to silence bot.</title>
<updated>2012-10-02T21:44:16Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-10-02T21:44:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=abe704309f2958f14ba4b59d9be8c9fba72a48c1'/>
<id>urn:sha1:abe704309f2958f14ba4b59d9be8c9fba72a48c1</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Don't use a debug location for frame setup instructions in the</title>
<updated>2012-10-02T21:17:00Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-10-02T21:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9fd304672cec6cd31b1978408a0a0dc375f96969'/>
<id>urn:sha1:9fd304672cec6cd31b1978408a0a0dc375f96969</id>
<content type='text'>
prologue. Also skip frame setup instructions when looking for the
first location.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165052 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the SavePoint infrastructure from fast isel, replace</title>
<updated>2012-10-02T21:16:50Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-10-02T21:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96bd4418b2320dec7cf9573c4f1da0a0ef31465e'/>
<id>urn:sha1:96bd4418b2320dec7cf9573c4f1da0a0ef31465e</id>
<content type='text'>
with just an insert point from the MachineBasicBlock and let
the location be updated as we access it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165049 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix broken tests.</title>
<updated>2012-10-02T15:49:34Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-10-02T15:49:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fba80d9e97685f4aff959a6ba9fb076536bf285e'/>
<id>urn:sha1:fba80d9e97685f4aff959a6ba9fb076536bf285e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165019 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix tests that didn't test anything.</title>
<updated>2012-09-26T09:51:39Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-09-26T09:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e7381cc99c3d5a579dd039f0d8e1b930f5735684'/>
<id>urn:sha1:e7381cc99c3d5a579dd039f0d8e1b930f5735684</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
