<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/test/DebugInfo, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/test/DebugInfo?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/test/DebugInfo?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-05T20:39:05Z</updated>
<entry>
<title>Patch to set is_stmt a little better for prologue lines in a function.</title>
<updated>2012-04-05T20:39:05Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-04-05T20:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=60b35f408bc3194e7ea4e96367c0b42dc5e7f850'/>
<id>urn:sha1:60b35f408bc3194e7ea4e96367c0b42dc5e7f850</id>
<content type='text'>
This enables debuggers to see what are interesting lines for a
breakpoint rather than any line that starts a function.

rdar://9852092

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154120 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix thinko check for number of operands to be the one that actually</title>
<updated>2012-04-03T17:55:42Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-04-03T17:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fa5b05013679fe04bac94084d411d2774608236f'/>
<id>urn:sha1:fa5b05013679fe04bac94084d411d2774608236f</id>
<content type='text'>
might have more than 19 operands. Add a testcase to make sure I
never screw that up again.

Part of rdar://11026482

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153961 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix the output of the DW_TAG_friend tag to include DW_AT_friend</title>
<updated>2012-03-28T07:34:31Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-28T07:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=663e0cf73dcf2bfbbfc22b49c739d54916652d1c'/>
<id>urn:sha1:663e0cf73dcf2bfbbfc22b49c739d54916652d1c</id>
<content type='text'>
and not the rest of the member tag.

Fixes PR11695

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153570 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a test for the previous commit. Also, remove two tests that were</title>
<updated>2012-03-27T18:35:57Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-27T18:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=130ba34428cc24245806205ede796abc09863675'/>
<id>urn:sha1:130ba34428cc24245806205ede796abc09863675</id>
<content type='text'>
testing a) the wrong behavior or b) something that I'm already testing
in the new test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153525 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu</title>
<updated>2012-03-25T09:02:19Z</updated>
<author>
<name>Eli Bendersky</name>
<email>eli.bendersky@intel.com</email>
</author>
<published>2012-03-25T09:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=cc85160672e3b2d5ec363cc4e151e5b944a60454'/>
<id>urn:sha1:cc85160672e3b2d5ec363cc4e151e5b944a60454</id>
<content type='text'>
* Removed test/lib/llvm.exp - it is no longer needed 
* Deleted the dg.exp reading code from test/lit.cfg. There are no dg.exp files
  left in the test suite so this code is no longer required. test/lit.cfg is
  now much shorter and clearer 
* Removed a lot of duplicate code in lit.local.cfg files that need access to
  the root configuration, by adding a "root" attribute to the TestingConfig
  object. This attribute is dynamically computed to provide the same
  information as was previously provided by the custom getRoot functions. 
* Documented the config.root attribute in docs/CommandGuide/lit.pod





git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153408 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.</title>
<updated>2012-03-19T16:16:03Z</updated>
<author>
<name>NAKAMURA Takumi</name>
<email>geek4civic@gmail.com</email>
</author>
<published>2012-03-19T16:16:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5587a8e0946aa6dee999c5bc1d352204cb214293'/>
<id>urn:sha1:5587a8e0946aa6dee999c5bc1d352204cb214293</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153038 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do the right thing on NULL uint64 fields.</title>
<updated>2012-03-16T00:21:54Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-16T00:21:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=75df9f23fa7e3c4e02753fb0405d69cd0d68e0ef'/>
<id>urn:sha1:75df9f23fa7e3c4e02753fb0405d69cd0d68e0ef</id>
<content type='text'>
Patch by Clemens Hammacher!

Fixes PR12243

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>For types with a parent of the compile unit make sure and emit</title>
<updated>2012-03-15T23:55:40Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-15T23:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2125d5a7e58eb21f34c2a21913d6f1074c63b5cd'/>
<id>urn:sha1:2125d5a7e58eb21f34c2a21913d6f1074c63b5cd</id>
<content type='text'>
the DECL information.

rdar://10855921

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152876 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting</title>
<updated>2012-03-15T08:19:33Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-15T08:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8d101c31d293bcb8ece8fecdb3325cd0728bed08'/>
<id>urn:sha1:8d101c31d293bcb8ece8fecdb3325cd0728bed08</id>
<content type='text'>
out the DW_AT_name. Older gdbs unfortunately still use it to
disambiguate member functions in templated classes (gdb.cp/templates.exp).

rdar://11043421 (which is now deferred for a bit)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152782 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove the DW_AT_MIPS_linkage name attribute when we don't need it</title>
<updated>2012-03-14T02:59:17Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-14T02:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2'/>
<id>urn:sha1:fc7e9ef23941e8a9ab3055e9f50ac4704b6d24a2</id>
<content type='text'>
output (we're emitting a specification already and the information
isn't changing).

Saves 1% on the debug information for a build of llvm.

Fixes rdar://11043421

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