<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/AsmPrinter, branch release_31</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/AsmPrinter?h=release_31</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/AsmPrinter?h=release_31'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2012-04-16T23:54:23Z</updated>
<entry>
<title>Make comment here more clear.</title>
<updated>2012-04-16T23:54:23Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-04-16T23:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=e9722e1e8ba43bff2dc8ee3ae948e31f3fb0e370'/>
<id>urn:sha1:e9722e1e8ba43bff2dc8ee3ae948e31f3fb0e370</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154878 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Reduce malloc traffic in DwarfAccelTable</title>
<updated>2012-04-13T20:06:17Z</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2012-04-13T20:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=36c38b81f0938974c0b1b5fde0b838d51466a94f'/>
<id>urn:sha1:36c38b81f0938974c0b1b5fde0b838d51466a94f</id>
<content type='text'>
- Don't copy offsets into HashData, the underlying vector won't change once the table is finalized.
- Allocate HashData and HashDataContents in a BumpPtrAllocator.
- Allocate string map entries in the same allocator.
- Random cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154694 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<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>Add a line number for the scope of the function (starting at the first</title>
<updated>2012-04-03T00:43:49Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-04-03T00:43:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6126a1e1894f346fae02a514a20aa56b879aeb99'/>
<id>urn:sha1:6126a1e1894f346fae02a514a20aa56b879aeb99</id>
<content type='text'>
brace) so that we get more accurate line number information about the
declaration of a given function and the line where the function
first starts.

Part of rdar://11026482

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153916 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Turn on the accelerator tables for Darwin.</title>
<updated>2012-04-02T17:58:52Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-04-02T17:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=60777d8eaf338fd7fef2296f78d5e513bf0da011'/>
<id>urn:sha1:60777d8eaf338fd7fef2296f78d5e513bf0da011</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153880 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add support for objc property decls according to the page at:</title>
<updated>2012-03-29T08:42:56Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-29T08:42:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b8ca98874316bfe8e46b27e7a034a8a764c92e08'/>
<id>urn:sha1:b8ca98874316bfe8e46b27e7a034a8a764c92e08</id>
<content type='text'>
http://llvm.org/docs/SourceLevelDebugging.html#objcproperty

including type and DECL. Expand the metadata needed accordingly.

rdar://11144023

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153639 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>Use DW_AT_low_pc for a single entry point into a routine.</title>
<updated>2012-03-27T18:35:54Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-27T18:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7f316597cfaf3e8cacf2626559b1aab310f4cb98'/>
<id>urn:sha1:7f316597cfaf3e8cacf2626559b1aab310f4cb98</id>
<content type='text'>
Fixes PR10105

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153524 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use the file in the inlined die rather than the compile unit for</title>
<updated>2012-03-26T21:38:38Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2012-03-26T21:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=082120053fdccb7eb21681c09365175f130df210'/>
<id>urn:sha1:082120053fdccb7eb21681c09365175f130df210</id>
<content type='text'>
backtrace locations.

Testcase forthcoming, but I wanted to get some testing here.

Should fix:

PR12323
PR12314
rdar://11091100

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