<?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>8c56b338 - riscv64: enable ASAN and UBSAN</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libclang_rt/Makefile#8c56b338</link>
        <description>riscv64: enable ASAN and UBSANDifferential review:	https://reviews.freebsd.org/D33875Approved by:	dim, imp(cherry picked from commit 9fc131426694387dda365c8624ddc85cb567d727)

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/lib/libclang_rt/Makefile#cde67b40</link>
        <description>Add some missed continuation backslashes.

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/lib/libclang_rt/Makefile#c6994e5b</link>
        <description>For now, msan is 64-bit only.

            List of files:
            /freebsd-13.1/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-13.1/lib/libclang_rt/Makefile#a757dfac</link>
        <description>Update lib/libclang_rt for compiler-rt trunk r338150.

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/lib/libclang_rt/Makefile#bba3cdaf</link>
        <description>Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported.

            List of files:
            /freebsd-13.1/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-13.1/lib/libclang_rt/Makefile#fb142d88</link>
        <description>Next step in updating llvm/clang build glue: make libclang_rt build.

            List of files:
            /freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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-13.1/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>
<item>
        <title>91d03e2e - Now compiler-rt has been updated in r276851, bring in the various</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/lib/libclang_rt/Makefile#91d03e2e</link>
        <description>Now compiler-rt has been updated in r276851, bring in the varioussanitizer libraries that already work on FreeBSD:* asan:    Address Sanitizer* ubsan:   Undefined Behavior Sanitizer* profile: Profile Guided Optimization supportPlease note that these libraries are *experimental* at this stage, sothe main Makefile is not yet connected to the build.Since I didn&apos;t want to needlessly edit BSD.usr.dist, you will also haveto create the install directory /usr/lib/clang/3.5.0/lib/freebsdmanually for now.

            List of files:
            /freebsd-13.1/lib/libclang_rt/Makefile</description>
        <pubDate>Thu, 08 Jan 2015 22:40:56 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
