<?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 SIFormMemoryClauses.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5f7ddb14 - Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp#5f7ddb14</link>
        <description>Merge llvm-project main llvmorg-13-init-16847-g88e66fa60ae5This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-13-init-16847-g88e66fa60ae5, the last commit beforethe upstream release/13.x branch was created.PR:		258209(cherry picked from commit fe6060f10f634930ff71b7c50291ddc610da2475)

            List of files:
            /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp</description>
        <pubDate>Sun, 22 Aug 2021 19:00:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af732203 - Merge llvm-project 12.0.1 release and follow-up fixes</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp#af732203</link>
        <description>Merge llvm-project 12.0.1 release and follow-up fixesMerge llvm-project main llvmorg-12-init-17869-g8e464dd76befThis updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-12-init-17869-g8e464dd76bef, the last commit before theupstream release/12.x branch was created.PR:		255570(cherry picked from commit e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)Merge llvm-project 12.0.0 releaseThis updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-12.0.0-0-gd28af7c654d8, a.k.a. 12.0.0 release.PR:		255570(cherry picked from commit d409305fa3838fb39b38c26fc085fb729b8766d5)Disable strict-fp for powerpcspe, as it does not work properly yetMerge commit 5c18d1136665 from llvm git (by Qiu Chaofan)  [SPE] Disable strict-fp for SPE by default  As discussed in PR50385, strict-fp on PowerPC SPE has not been  handled well. This patch disables it by default for SPE.  Reviewed By: nemanjai, vit9696, jhibbits  Differential Revision: https://reviews.llvm.org/D103235PR:		255570(cherry picked from commit 715df83abc049b23d9acddc81f2480bd4c056d64)Apply upstream libc++ fix to allow building with devel/xxx-xtoolchain-gccMerge commit 52e9d80d5db2 from llvm git (by Jason Liu):  [libc++] add `inline` for __open&apos;s definition in ifstream and ofstream  Summary:  When building with gcc on AIX, it seems that gcc does not like the  `always_inline` without the `inline` keyword.  So adding the inline keywords in for __open in ifstream and ofstream.  That will also make it consistent with __open in basic_filebuf  (it seems we added `inline` there before for gcc build as well).  Differential Revision: https://reviews.llvm.org/D99422PR:		255570(cherry picked from commit d099db25464b826c5724cf2fb5b22292bbe15f6e)Undefine HAVE_(DE)REGISTER_FRAME in llvm&apos;s config.h on armOtherwise, the lli tool (enable by WITH_CLANG_EXTRAS) won&apos;t link on arm,stating that __register_frame is undefined. This function is normallyprovided by libunwind, but explicitly not for the ARM Exception ABI.Reported by:	ohPR:		255570(cherry picked from commit f336b45e943c7f9a90ffcea1a6c4c7039e54c73c)Merge llvm-project 12.0.1 rc2This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-12.0.1-rc2-0-ge7dac564cd0e, a.k.a. 12.0.1 rc2.PR:		255570(cherry picked from commit 23408297fbf3089f0388a8873b02fa75ab3f5bb9)Revert libunwind change to fix backtrace segfault on aarch64Revert commit 22b615a96593 from llvm git (by Daniel Kiss):  [libunwind] Support for leaf function unwinding.  Unwinding leaf function is useful in cases when the backtrace finds a  leaf function for example when it caused a signal.  This patch also add the support for the DW_CFA_undefined because it marks  the end of the frames.  Ryan Prichard provided code for the tests.  Reviewed By: #libunwind, mstorsjo  Differential Revision: https://reviews.llvm.org/D83573  Reland with limit the test to the x86_64-linux target.Bisection has shown that this particular upstream commit causes programsusing backtrace(3) on aarch64 to segfault. This affects the lang/rustport, for instance. Until we can upstream to fix this problem, revertthe commit for now.Reported by:	mikaelPR:		256864(cherry picked from commit 5866c369e4fd917c0d456f0f10b92ee354b82279)Merge llvm-project 12.0.1 releaseThis updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb andopenmp to llvmorg-12.0.1-0-gfed41342a82f, a.k.a. 12.0.1 release.PR:		255570(cherry picked from commit 4652422eb477731f284b1345afeefef7f269da50)compilert-rt: build out-of-line LSE atomics helpers for aarch64Both clang &gt;= 12 and gcc &gt;= 10.1 now default to -moutline-atomics foraarch64. This requires a bunch of helper functions in libcompiler_rt.a,to avoid link errors like &quot;undefined symbol: __aarch64_ldadd8_acq_rel&quot;.(Note: of course you can use -mno-outline-atomics as a workaround too,but this would negate the potential performance benefit of the fasterLSE instructions.)Bump __FreeBSD_version so ports maintainers can easily detect this.PR:		257392(cherry picked from commit cc55ee8009a550810d38777fd6ace9abf3a2f6b4)

            List of files:
            /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp</description>
        <pubDate>Sun, 13 Jun 2021 19:31:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b57cec5 - Move all sources from the llvm project into contrib/llvm-project.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp#0b57cec5</link>
        <description>Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a &quot;monorepo&quot;.  That is, most ofthe earlier separate sub-projects with their own branches and tags wereconsolidated into one top-level directory, and are now branched andtagged together.Updating the vendor area to match this layout is next.

            List of files:
            /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/SIFormMemoryClauses.cpp</description>
        <pubDate>Fri, 20 Dec 2019 19:53:05 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
