<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in alias-threadlocal.ll</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>41d5033e - [IR] Enable opaque pointers by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Linker/alias-threadlocal.ll#41d5033e</link>
        <description>[IR] Enable opaque pointers by defaultThis enabled opaque pointers by default in LLVM. The effect of thisis twofold:* If IR that contains *neither* explicit ptr nor %T* types is passed  to tools, we will now use opaque pointer mode, unless  -opaque-pointers=0 has been explicitly passed.* Users of LLVM as a library will now default to opaque pointers.  It is possible to opt-out by calling setOpaquePointers(false) on  LLVMContext.A cmake option to toggle this default will not be provided. Frontendsor other tools that want to (temporarily) keep using typed pointersshould disable opaque pointers via LLVMContext.Differential Revision: https://reviews.llvm.org/D126689

            List of files:
            /llvm-project-15.0.7/llvm/test/Linker/alias-threadlocal.ll</description>
        <pubDate>Tue, 31 May 2022 09:58:35 +0000</pubDate>
        <dc:creator>Nikita Popov &lt;npopov@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>df9d64ed - [IR] Add missing GlobalAlias copying of ThreadLocalMode attribute</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/test/Linker/alias-threadlocal.ll#df9d64ed</link>
        <description>[IR] Add missing GlobalAlias copying of ThreadLocalMode attributeSummary:Previously, GlobalAlias::copyAttributesFrom did not preserve ThreadLocalMode,causing incorrect IR generation in IR linking flows. This patch pushes the coderesponsible for copying this attribute from GlobalVariable::copyAttributesFromdown to GlobalValue::copyAttributesFrom so that it is shared by GlobalAlias.Fixes PR46297.Reviewers: tejohnson, pcc, hansReviewed By: tejohnson, hansSubscribers: hiraditya, ibookstein, dexonsmith, llvm-commitsTags: #llvmDifferential Revision: https://reviews.llvm.org/D81605

            List of files:
            /llvm-project-15.0.7/llvm/test/Linker/alias-threadlocal.ll</description>
        <pubDate>Tue, 16 Jun 2020 23:17:27 +0000</pubDate>
        <dc:creator>Itay Bookstein &lt;itay.bookstein@nextsilicon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
