<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/DebugInfo, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/DebugInfo?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/DebugInfo?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-08-31T06:52:19Z</updated>
<entry>
<title>Merge from mainline.</title>
<updated>2009-08-31T06:52:19Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-08-31T06:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bc252b7a782348b15b9b6be3b08b4eda93fbb861'/>
<id>urn:sha1:bc252b7a782348b15b9b6be3b08b4eda93fbb861</id>
<content type='text'>
This is passing for PPC on Mac OS X.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@80561 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Take another shot at disabling this when no ppc support is available.</title>
<updated>2009-08-14T16:40:12Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-08-14T16:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=717f1dcfac996b2ab6eb34754519392a907478af'/>
<id>urn:sha1:717f1dcfac996b2ab6eb34754519392a907478af</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79003 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Mark this test as requiring the powerpc target.</title>
<updated>2009-08-13T23:47:58Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-08-13T23:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bb23973934ddbcce3a74647bc70afc12862ed29e'/>
<id>urn:sha1:bb23973934ddbcce3a74647bc70afc12862ed29e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78961 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>upgrade</title>
<updated>2009-06-23T22:11:37Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-06-23T22:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=bd262cc4415969d56d3d1af6d27784c70ac47997'/>
<id>urn:sha1:bd262cc4415969d56d3d1af6d27784c70ac47997</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74016 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use MainCU if it is available.</title>
<updated>2009-06-16T02:09:30Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-06-16T02:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=c2230821a6ad04ab2c1c1c71212d99b56b783fa8'/>
<id>urn:sha1:c2230821a6ad04ab2c1c1c71212d99b56b783fa8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73457 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Gracefully handle imbalanced inline function begin and end markers.</title>
<updated>2009-06-15T21:45:50Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-06-15T21:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=11a407f43fc0fb21df3156350175eaeeffaf7085'/>
<id>urn:sha1:11a407f43fc0fb21df3156350175eaeeffaf7085</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73426 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block in a function.  If that happens then any basic block that follows (lexically) the block with regin.end will not have scope info available.  LexicalScopeStack relies on processing basic block in CFG order, but this processing order is not guaranteed. Things get complicated when the optimizer gets a chance to optimizer IR with dbg intrinsics. </title>
<updated>2009-06-13T02:16:18Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-06-13T02:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=daf9e02893e7e17ca2267ffd5e994f824adbb624'/>
<id>urn:sha1:daf9e02893e7e17ca2267ffd5e994f824adbb624</id>
<content type='text'>
Apply defensive patch to preserve at least one lexical scope till the end of function.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73282 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Clear AbstractInstanceRootMap at the end of the function.</title>
<updated>2009-06-12T19:24:05Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2009-06-12T19:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9217f793bf5d1fa0900f87ba96348da093409106'/>
<id>urn:sha1:9217f793bf5d1fa0900f87ba96348da093409106</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73244 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix broken logic in DominatorTreeBase::Split.  Part of PR4238.</title>
<updated>2009-05-21T21:47:54Z</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2009-05-21T21:47:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=15002a2b528e04a5edcfccbec392f5d6b19f7f6a'/>
<id>urn:sha1:15002a2b528e04a5edcfccbec392f5d6b19f7f6a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72231 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove too large testcase.</title>
<updated>2009-05-13T21:51:26Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2009-05-13T21:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=ead6d467fbbb8c9dbb19b37a1b39b2eb0771429d'/>
<id>urn:sha1:ead6d467fbbb8c9dbb19b37a1b39b2eb0771429d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71730 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
