<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>35a61f4a - Slightly reorganize libclang_rt Makefile again</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#35a61f4a</link>
        <description>Slightly reorganize libclang_rt Makefile againMake a separate .elif section for MACHINE_ARCH==powerpc, and subdividethe MACHINE_CPUARCH values under it. If at some point more sanitizerlibraries become available for powerpc CPU architectures, they can beadded before the &quot;nothing for other powerpc yet&quot; case. Similar for theMACHINE_ARCH==arm case.PR:		262706Fixes:		e77a1bb27574MFC after:	3 days(cherry picked from commit 897a485c34464a44b768f13127d94137229eb83d)

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Thu, 21 Mar 2024 20:44:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>880f35eb - Fix building of several libclang_rt libraries for powerpc64 and powerp64le</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#880f35eb</link>
        <description>Fix building of several libclang_rt libraries for powerpc64 and powerp64leI reorganized the libclang_rt Makefile in e77a1bb27574 to make it morereadable and maintainable, but the check for 32-bit powerpc was wrong.This caused almost no libclang_rt libraries to be built for powerpc64and powerpc64le.PR:		262706Reported by:	tuexenFixes:		e77a1bb27574MFC after:	3 days(cherry picked from commit f0620ceeccf070a69352105c5dbc23cff499a732)

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Thu, 21 Mar 2024 13:53:36 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8334205c - Reorganize libclang_rt Makefile and make more lib/arch combos available</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#8334205c</link>
        <description>Reorganize libclang_rt Makefile and make more lib/arch combos availableUpstream has made more clang runtime libraries available for morearchitectures, so add them. To make this easier, split up subdir listsinto functional parts (asan, tsan, etc), and put each architecture intoits own .if block.Effectively, this adds the following libraries for aarch64: asan, cfi,fuzzer, msan, safestack, stats, tsan, ubsan, xray.PR:		262706MFC after:	3 days(cherry picked from commit e77a1bb2757471ab3fed0750b76eeb15d0c7b10a)

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Thu, 28 Dec 2023 12:57:41 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5024381 - powerpc: enable supported sanitizers on powerpc64*</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#f5024381</link>
        <description>powerpc: enable supported sanitizers on powerpc64*1. Merge LLVM&apos;s 315d792130258a9b7250494be8d002ebb427b08f, adding supportfor FreeBSD/powerpc64*.2. Add sanitizer list to lib/libclang_rt/Makefile, taken from the list oflibraries that llvm-devel port builds.3. powerpc64le supports the same sanitizers that powerpc64, but powerpc64lealso supports xray* sanitizers.4. lib/libclang_rt/xray/Makefile hardcodes amd64-specific files, so that needsto be conditionalized.5. Sanitizers are not enabled for powerpc, because powerpc supports onlybuiltins and profile.Reviewed by:	dimDifferential Revision: https://reviews.freebsd.org/D35228Relnotes:	yesMFC after:	3 days

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Tue, 17 May 2022 06:39:29 +0000</pubDate>
        <dc:creator>Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c1e0431c - riscv: also enable includes, stats and stats_client in libclang_rt</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#c1e0431c</link>
        <description>riscv: also enable includes, stats and stats_client in libclang_rtReviewed by:	dim (earlier version)Differential Revision: https://reviews.freebsd.org/D34735MFC after:	3 days

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Mon, 18 Apr 2022 18:26:40 +0000</pubDate>
        <dc:creator>Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9fc13142 - riscv64: enable ASAN and UBSAN</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#9fc13142</link>
        <description>riscv64: enable ASAN and UBSANDifferential review:	https://reviews.freebsd.org/D33875Approved by:	dim, imp

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Fri, 14 Jan 2022 00:28:55 +0000</pubDate>
        <dc:creator>Piotr Kubaj &lt;pkubaj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cf084e9e - Enable SUBDIR_PARELLEL in lib/libclang_rt</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#cf084e9e</link>
        <description>Enable SUBDIR_PARELLEL in lib/libclang_rtI noticed that this part of the build was taking much longer thanexpected. Turns out it&apos;s due to not running the subdirs in parallel.Reduces `make all` inside lib/libclang_rt time from 63s to 20s with -j32.Reviewed By:	dimDifferential Revision: https://reviews.freebsd.org/D26623

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Mon, 12 Oct 2020 10:42:33 +0000</pubDate>
        <dc:creator>Alex Richardson &lt;arichardson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4789686d - Rearrange libclang_rt Makefile again, and attempt to simplify it.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#4789686d</link>
        <description>Rearrange libclang_rt Makefile again, and attempt to simplify it.It turns out that parts of the common sanitizer code still do notcompile for arm and aarch64, at least not on FreeBSD, so for now thoseare all limited to amd64, and sometimes i386.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Fri, 13 Sep 2019 21:03:43 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cde67b40 - Add some missed continuation backslashes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#cde67b40</link>
        <description>Add some missed continuation backslashes.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 20:42:08 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f57be329 - Update libclang_rt:</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#f57be329</link>
        <description>Update libclang_rt:* Add cfi, dd, fuzzer and xray* Update arch support* Update OptionalObsoleteFiles.inc

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Sun, 01 Sep 2019 18:21:06 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>613d2812 - Build libclang_rt/profile on all clang-supported architectures</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#613d2812</link>
        <description>Build libclang_rt/profile on all clang-supported architecturesThere&apos;s no reason why a special case needs to be added specifically for amd64,arm, and i386, as the code is written in machine architecture agnostic C/C++.This will make it possible for all supporting clang architectures to produceruntime coverage with `--coverage`.MFC after:	2 weeksReviewed by:	dimDifferential Revision: https://reviews.freebsd.org/D20003

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Mon, 22 Apr 2019 19:21:35 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6994e5b - For now, msan is 64-bit only.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#c6994e5b</link>
        <description>For now, msan is 64-bit only.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Sat, 04 Aug 2018 14:39:45 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a757dfac - Update lib/libclang_rt for compiler-rt trunk r338150.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#a757dfac</link>
        <description>Update lib/libclang_rt for compiler-rt trunk r338150.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Fri, 03 Aug 2018 15:30:32 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71cb2dfc - Remove special cases for armeb in the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#71cb2dfc</link>
        <description>Remove special cases for armeb in the build.Differential Revision:  https://reviews.freebsd.org/D16257

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Tue, 17 Jul 2018 23:23:54 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bba3cdaf - Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#bba3cdaf</link>
        <description>Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Mon, 25 Dec 2017 13:17:29 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fb142d88 - Next step in updating llvm/clang build glue: make libclang_rt build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#fb142d88</link>
        <description>Next step in updating llvm/clang build glue: make libclang_rt build.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Sat, 23 Dec 2017 21:41:32 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5252514f - Remove unnecessary src.opts.mk .include</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#5252514f</link>
        <description>Remove unnecessary src.opts.mk .includeMK_&lt;FOO&gt; isn&apos;t used in lib/libcompiler_rt/Makefile at all. Remove it to reducenamespace pollution.MFC after:	1 week

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 04:56:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>85ab8f98 - Install the public sanitizer headers.  These are useful for programs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#85ab8f98</link>
        <description>Install the public sanitizer headers.  These are useful for programsthat want to directly interface with sanitizer internals.

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Sun, 29 Nov 2015 16:28:40 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8028b78d - Connect libclang_rt to the build, for specific architectures.  This</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libclang_rt/Makefile#8028b78d</link>
        <description>Connect libclang_rt to the build, for specific architectures.  Thiscontains the libraries for Address Sanitizer (asan), Undefined BehaviorSanitizer (ubsan) and Profile Guided Optimization.ASan is a fast memory error detector. It can detect the following typesof bugs:    Out-of-bounds accesses to heap, stack and globals    Use-after-free    Use-after-return (to some extent)    Double-free, invalid free    Memory leaks (experimental)Typical slowdown introduced by AddressSanitizer is 2x.UBSan is a fast and compatible undefined behavior checker. It enables anumber of undefined behavior checks that have small runtime cost and noimpact on address space layout or ABI.PLEASE NOTE: the sanitizers still have some rough edges on FreeBSD,particularly on i386.  These will hopefully be smoothed out in thecoming time.Differential Revision: https://reviews.freebsd.org/D1505

            List of files:
            /freebsd-14.2/lib/libclang_rt/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 19:54:47 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
