<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/llvm/test/Assembler, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-07T15:11:43+00:00</updated>
<entry>
<title>OpaquePtr: print byval types containing anonymous types correctly.</title>
<updated>2020-01-07T15:11:43+00:00</updated>
<author>
<name>Tim Northover</name>
<email>t.p.northover@gmail.com</email>
</author>
<published>2020-01-07T10:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=e130eef58814d12b0490033fbedcf75db8a4f148'/>
<id>urn:sha1:e130eef58814d12b0490033fbedcf75db8a4f148</id>
<content type='text'>
Attribute::getAsString doesn't have enough information to print anonymous
Module-level types correctly, so they come back as "%type 0xabcd". This results
in broken IR when printing as text.

Instead, print type-attributes (currently just byval) using the TypePrinting
infrastructure available in AsmWriter. This only applies to function argument
attributes.
</content>
</entry>
<entry>
<title>Revert "DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization"</title>
<updated>2019-12-31T06:33:35+00:00</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2019-12-31T06:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b350c666ab65b7585bc58301b03d2b46dc6b0504'/>
<id>urn:sha1:b350c666ab65b7585bc58301b03d2b46dc6b0504</id>
<content type='text'>
Seeing some curious CFI failures internally - which makes little sense
to me, as I don't think anyone is using this flag (even us,
internally)... so sounds like a bug in my code somewhere (possibly a
latent one that propagating this flag exposed, not sure). Reverting
while I investigate.

This reverts commit c51b45e32ef7f35c11891f60871aa9c2c04cd991.
</content>
</entry>
<entry>
<title>DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serialization/deserialization</title>
<updated>2019-12-28T01:26:14+00:00</updated>
<author>
<name>David Blaikie</name>
<email>dblaikie@gmail.com</email>
</author>
<published>2019-12-28T01:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c51b45e32ef7f35c11891f60871aa9c2c04cd991'/>
<id>urn:sha1:c51b45e32ef7f35c11891f60871aa9c2c04cd991</id>
<content type='text'>
Follow-up to r346788 review feedback from Adrian Prantl.
</content>
</entry>
<entry>
<title>Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot</title>
<updated>2019-12-20T21:11:17+00:00</updated>
<author>
<name>Adrian Prantl</name>
<email>aprantl@apple.com</email>
</author>
<published>2019-12-19T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=44b4b833ad76fc61e43473c581a557f72a4ed8f4'/>
<id>urn:sha1:44b4b833ad76fc61e43473c581a557f72a4ed8f4</id>
<content type='text'>
This is a purely cosmetic change that is NFC in terms of the binary
output. I bugs me that I called the attribute DW_AT_LLVM_isysroot
since the "i" is an artifact of GCC command line option syntax
(-isysroot is in the category of -i options) and doesn't carry any
useful information otherwise.

This attribute only appears in Clang module debug info.

Differential Revision: https://reviews.llvm.org/D71722
</content>
</entry>
<entry>
<title>[DebugInfo] Remove the DIFlagArgumentNotModified debug info flag</title>
<updated>2019-11-20T12:18:40+00:00</updated>
<author>
<name>Djordje Todorovic</name>
<email>djordje.todorovic@rt-rk.com</email>
</author>
<published>2019-11-20T11:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=979592a6f735a7111ba2c3a19e5ef3e8d336e01a'/>
<id>urn:sha1:979592a6f735a7111ba2c3a19e5ef3e8d336e01a</id>
<content type='text'>
Due to changes in D68206, we remove the DIFlagArgumentNotModified
and its usage.

Differential Revision: https://reviews.llvm.org/D68207
</content>
</entry>
<entry>
<title>Add support for multi-module bitcode files to llvm-dis</title>
<updated>2019-11-14T18:40:41+00:00</updated>
<author>
<name>Matthew Voss</name>
<email>matthew.voss@sony.com</email>
</author>
<published>2019-11-13T00:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=141bb5f308fa108045400622889a21a12c4ed41c'/>
<id>urn:sha1:141bb5f308fa108045400622889a21a12c4ed41c</id>
<content type='text'>
Summary:
This change allows llvm-dis to disassemble multi-module bitcode
files, including the associated module summary.

Reviewers: tejohnson, pcc, mehdi_amini

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70153
</content>
</entry>
<entry>
<title>ThinLTO : Import always_inline functions irrespective of the threshold</title>
<updated>2019-11-09T01:02:01+00:00</updated>
<author>
<name>Teresa Johnson</name>
<email>tejohnson@google.com</email>
</author>
<published>2019-11-08T23:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b11391bb47d6fb75639c331378440b405e64be7a'/>
<id>urn:sha1:b11391bb47d6fb75639c331378440b405e64be7a</id>
<content type='text'>
Summary: A user can force a function to be inlined by specifying the always_inline attribute. Currently, thinlto implementation is not aware of always_inline functions and does not guarantee import of such functions, which in turn can prevent inlining of such functions.

Patch by Bharathi Seshadri &lt;bseshadr@cisco.com&gt;

Reviewers: tejohnson

Reviewed By: tejohnson

Subscribers: mehdi_amini, inglorion, hiraditya, steven_wu, dexonsmith, arphaman, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70014
</content>
</entry>
<entry>
<title>Fix non-portable GNU diff option</title>
<updated>2019-10-23T15:19:01+00:00</updated>
<author>
<name>stevewan</name>
<email>wan.yu@ibm.com</email>
</author>
<published>2019-10-23T15:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=342c02d0ad57f244fed2b4d496c06d7b6dbdb310'/>
<id>urn:sha1:342c02d0ad57f244fed2b4d496c06d7b6dbdb310</id>
<content type='text'>
Summary: This is a fix to revision D68839 and rL375023. This patch substitutes POSIX option "-b" for the non-portable GNU option "--strip-trailing-cr".

Reviewers: daltenty, hubert.reinterpretcast

Reviewed By: daltenty

Subscribers: mehdi_amini, hiraditya, steven_wu, dexonsmith, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D69342
</content>
</entry>
<entry>
<title>[lit] Fix a test case that r374652 missed</title>
<updated>2019-10-16T17:56:12+00:00</updated>
<author>
<name>Joel E. Denny</name>
<email>jdenny.ornl@gmail.com</email>
</author>
<published>2019-10-16T17:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6ce2d810320c50cf2ca07dafecaf9ebb10e4abba'/>
<id>urn:sha1:6ce2d810320c50cf2ca07dafecaf9ebb10e4abba</id>
<content type='text'>
llvm-svn: 375023
</content>
</entry>
<entry>
<title>[ThinLTO] Fix printing of NoInline function summary flag</title>
<updated>2019-10-14T18:37:31+00:00</updated>
<author>
<name>Teresa Johnson</name>
<email>tejohnson@google.com</email>
</author>
<published>2019-10-14T18:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8408d95e3199aa27b67c3afec6e3f9dd73ed4b0a'/>
<id>urn:sha1:8408d95e3199aa27b67c3afec6e3f9dd73ed4b0a</id>
<content type='text'>
Summary:
The guard for printing function flags in the summary was not checking
the NoInline flag.

Reviewers: wmi

Subscribers: mehdi_amini, inglorion, hiraditya, steven_wu, dexonsmith, llvm-commits

Tags: #llvm

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

llvm-svn: 374802
</content>
</entry>
</feed>
