<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/clang/test/CodeGen/debug-info-vector.c, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>DebugInfo: pass alignment value only if it was forced</title>
<updated>2016-10-20T00:13:19+00:00</updated>
<author>
<name>Victor Leschuk</name>
<email>vleschuk@accesssoftek.com</email>
</author>
<published>2016-10-20T00:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=a7ece03b322c5cef25b90c82e51e8860d8be2a2f'/>
<id>a7ece03b322c5cef25b90c82e51e8860d8be2a2f</id>
<content type='text'>
Preparation to implement DW_AT_alignment support:
 - We pass non-zero align value to DIBuilder only when alignment was forced
 - Modify tests to match this change

Differential Revision: https://reviews.llvm.org/D24426

llvm-svn: 284679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparation to implement DW_AT_alignment support:
 - We pass non-zero align value to DIBuilder only when alignment was forced
 - Modify tests to match this change

Differential Revision: https://reviews.llvm.org/D24426

llvm-svn: 284679
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop messing with the 'g' group of options in CompilerInvocation.</title>
<updated>2015-10-08T04:24:12+00:00</updated>
<author>
<name>Douglas Katzman</name>
<email>dougk@google.com</email>
</author>
<published>2015-10-08T04:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3459ce2e5ebbabb8d4dde3809da50dc89e1b0b35'/>
<id>3459ce2e5ebbabb8d4dde3809da50dc89e1b0b35</id>
<content type='text'>
With this change, most 'g' options are rejected by CompilerInvocation.
They remain only as Driver options. The new way to request debug info
from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}"
and "-dwarf-version={2|3|4}". In the absence of a command-line option
to specify Dwarf version, the Toolchain decides it, rather than placing
Toolchain-specific logic in CompilerInvocation.

Also fix a bug in the Windows compatibility argument parsing
in which the "rightmost argument wins" principle failed.

Differential Revision: http://reviews.llvm.org/D13221

llvm-svn: 249655
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this change, most 'g' options are rejected by CompilerInvocation.
They remain only as Driver options. The new way to request debug info
from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}"
and "-dwarf-version={2|3|4}". In the absence of a command-line option
to specify Dwarf version, the Toolchain decides it, rather than placing
Toolchain-specific logic in CompilerInvocation.

Also fix a bug in the Windows compatibility argument parsing
in which the "rightmost argument wins" principle failed.

Differential Revision: http://reviews.llvm.org/D13221

llvm-svn: 249655
</pre>
</div>
</content>
</entry>
<entry>
<title>DebugInfo: Metadata constructs now start with DI*</title>
<updated>2015-04-29T16:40:08+00:00</updated>
<author>
<name>Duncan P. N. Exon Smith</name>
<email>dexonsmith@apple.com</email>
</author>
<published>2015-04-29T16:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9dd4e4e63a53813ba519281ec5c35e678b837d5d'/>
<id>9dd4e4e63a53813ba519281ec5c35e678b837d5d</id>
<content type='text'>
LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now
that the `DIDescriptor` hierarchy has been gone for about a week.  This
commit was generated using the rename-md-di-nodes.sh upgrade script
attached to PR23080, followed by running clang-format-diff.py on the
`lib/` portion of the patch.

llvm-svn: 236121
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LLVM r236120 renamed debug info IR constructs to use a `DI` prefix, now
that the `DIDescriptor` hierarchy has been gone for about a week.  This
commit was generated using the rename-md-di-nodes.sh upgrade script
attached to PR23080, followed by running clang-format-diff.py on the
`lib/` portion of the patch.

llvm-svn: 236121
</pre>
</div>
</content>
</entry>
<entry>
<title>DebugInfo: Move new hierarchy into place (clang)</title>
<updated>2015-03-03T17:25:55+00:00</updated>
<author>
<name>Duncan P. N. Exon Smith</name>
<email>dexonsmith@apple.com</email>
</author>
<published>2015-03-03T17:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f04be1fb3a9f4b8a7591824d6985556ac578e3cf'/>
<id>f04be1fb3a9f4b8a7591824d6985556ac578e3cf</id>
<content type='text'>
Update testcases for LLVM change in r231082 to use the new debug info
hierarchy.

llvm-svn: 231083
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update testcases for LLVM change in r231082 to use the new debug info
hierarchy.

llvm-svn: 231083
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test to make sure that vector output happens for debug info.</title>
<updated>2013-01-08T01:54:13+00:00</updated>
<author>
<name>Eric Christopher</name>
<email>echristo@gmail.com</email>
</author>
<published>2013-01-08T01:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9cf448039201d1d744a11586d9b3f7ffe0fbab81'/>
<id>9cf448039201d1d744a11586d9b3f7ffe0fbab81</id>
<content type='text'>
llvm-svn: 171834
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 171834
</pre>
</div>
</content>
</entry>
</feed>
