<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/CodeGen/AsmPrinter, branch release_30</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/CodeGen/AsmPrinter?h=release_30</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/CodeGen/AsmPrinter?h=release_30'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2011-11-01T05:08:55Z</updated>
<entry>
<title>Merging r143194:</title>
<updated>2011-11-01T05:08:55Z</updated>
<author>
<name>Bill Wendling</name>
<email>isanbard@gmail.com</email>
</author>
<published>2011-11-01T05:08:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=31491eecf75a450ae33ff35d49f1a86535d704b1'/>
<id>urn:sha1:31491eecf75a450ae33ff35d49f1a86535d704b1</id>
<content type='text'>
------------------------------------------------------------------------
r143194 | chapuni | 2011-10-28 07:12:22 -0700 (Fri, 28 Oct 2011) | 7 lines

Dwarf: [PR11022] Fix emitting DW_AT_const_value(&gt;i64), to be host-endian-neutral.

Don't assume APInt::getRawData() would hold target-aware endianness nor host-compliant endianness. rawdata[0] holds most lower i64, even on big endian host.

FIXME: Add a testcase for big endian target.

FIXME: Ditto on CompileUnit::addConstantFPValue() ?
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_30@143449 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add a new wrapper node for a DILexicalBlock that encapsulates it and a</title>
<updated>2011-10-11T22:59:11Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-10-11T22:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6618a241f7ba2571a1a55b3733c4441d467baf42'/>
<id>urn:sha1:6618a241f7ba2571a1a55b3733c4441d467baf42</id>
<content type='text'>
file. Since it should only be used when necessary propagate it through
the backend code generation and tweak testcases accordingly.

This helps with code like in clang's test/CodeGen/debug-info-line.c where
we have multiple #line directives within a single lexical block and want
to generate only a single block that contains each file change.

Part of rdar://10246360

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141729 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Teach the MC to output code/data region marker labels in MachO and ELF modes.  These are used by disassemblers to provide better disassembly, particularly on targets like ARM Thumb that like to intermingle data in the TEXT segment.</title>
<updated>2011-10-04T23:26:17Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2011-10-04T23:26:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2fec6c5ff153786744ba7d0d302b73179731c5e9'/>
<id>urn:sha1:2fec6c5ff153786744ba7d0d302b73179731c5e9</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141135 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Whitespace.</title>
<updated>2011-10-03T15:49:20Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-10-03T15:49:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=8cf5e74a9cc7482901125b810f1e482d24e9404d'/>
<id>urn:sha1:8cf5e74a9cc7482901125b810f1e482d24e9404d</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141005 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Typo.</title>
<updated>2011-10-03T15:49:16Z</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@apple.com</email>
</author>
<published>2011-10-03T15:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1aeb7ac6246c39703e08089ab0dc2f35631b8bb5'/>
<id>urn:sha1:1aeb7ac6246c39703e08089ab0dc2f35631b8bb5</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141004 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Place this bracket according to the LLVM style.</title>
<updated>2011-09-29T16:01:46Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-09-29T16:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9a7d48ae67d1f151d5339d37ce66c57179de77b4'/>
<id>urn:sha1:9a7d48ae67d1f151d5339d37ce66c57179de77b4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140784 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>A typeid of zero means a cleanup, not a catch.  This case occurs</title>
<updated>2011-09-28T09:13:02Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2011-09-28T09:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=42e5c799b61ce70620d4d4d4d20e847750a185c3'/>
<id>urn:sha1:42e5c799b61ce70620d4d4d4d20e847750a185c3</id>
<content type='text'>
when there is both a catch and a cleanup.  Correct the comment.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix emission of debug data for global variables. getContext() on DIGlobalVariables is not valid any more.</title>
<updated>2011-09-26T17:40:42Z</updated>
<author>
<name>James Molloy</name>
<email>james.molloy@arm.com</email>
</author>
<published>2011-09-26T17:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=439780eeaef1a2c6a1105fb705a27c5c819e8d0e'/>
<id>urn:sha1:439780eeaef1a2c6a1105fb705a27c5c819e8d0e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140539 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Do not unnecessarily use AT_specification DIE because it does not add any value.</title>
<updated>2011-09-21T23:41:11Z</updated>
<author>
<name>Devang Patel</name>
<email>dpatel@apple.com</email>
</author>
<published>2011-09-21T23:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1dd4e56d5565d59e9d40ad9e088a05e06f4b70f8'/>
<id>urn:sha1:1dd4e56d5565d59e9d40ad9e088a05e06f4b70f8</id>
<content type='text'>
Few weeks ago, llvm completely inverted the debug info graph. Earlier each debug info node used to keep track of its compile unit, now compile unit keeps track of important nodes. One impact of this change is that the global variable's do not have any context, which should be checked before deciding to use AT_specification DIE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140282 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Tidy up. Whitepsace.</title>
<updated>2011-09-21T21:36:53Z</updated>
<author>
<name>Jim Grosbach</name>
<email>grosbach@apple.com</email>
</author>
<published>2011-09-21T21:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=fe59d853c6bee18aeca1da5f703fc442068853a7'/>
<id>urn:sha1:fe59d853c6bee18aeca1da5f703fc442068853a7</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140275 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
