<?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 WITHOUT_LLVM_TARGET_POWERPC</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5965586078acd9f331c115de51ee302fcfb756b - Push users towards LLVM_TARGET_ALL.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#a5965586078acd9f331c115de51ee302fcfb756b</link>
        <description>Push users towards LLVM_TARGET_ALL.MFC after:	1 week

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 27 Jun 2018 17:13:36 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbafd2630b811d90130261b97421f246d8ea2a50 - Add support for selectively enabling LLVM targets</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#cbafd2630b811d90130261b97421f246d8ea2a50</link>
        <description>Add support for selectively enabling LLVM targetsThis makes it possible, through src.conf(5) settings, to select whichLLVM targets you want to build during buildworld.  The current list is:* (WITH|WITHOUT)_LLVM_TARGET_AARCH64* (WITH|WITHOUT)_LLVM_TARGET_ARM* (WITH|WITHOUT)_LLVM_TARGET_MIPS* (WITH|WITHOUT)_LLVM_TARGET_POWERPC* (WITH|WITHOUT)_LLVM_TARGET_SPARC* (WITH|WITHOUT)_LLVM_TARGET_X86To not influence anything right now, all of these are on by default, insituations where clang is enabled.Selectively turning a few targets off manually should work.  Turning ononly one target should work too, even if that target does not correspondto the build architecture.  (In that case, LLVM_NATIVE_ARCH will not bedefined, and you can only use the resulting clang executable forcross-compiling.)I performed a few measurements on one of the FreeBSD.org referencemachines, building clang from scratch, with all targets enabled, andwith only the x86 target enabled.  The latter was ~12% faster in realtime (on a 32-core box), and ~14% faster in user time.  For a fullbuildworld the difference will probably be less pronounced, though.Reviewed by:	bdreweryMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D11077

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Fri, 22 Jun 2018 15:00:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5965586078acd9f331c115de51ee302fcfb756b - Push users towards LLVM_TARGET_ALL.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#a5965586078acd9f331c115de51ee302fcfb756b</link>
        <description>Push users towards LLVM_TARGET_ALL.MFC after:	1 week

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 27 Jun 2018 17:13:36 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbafd2630b811d90130261b97421f246d8ea2a50 - Add support for selectively enabling LLVM targets</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#cbafd2630b811d90130261b97421f246d8ea2a50</link>
        <description>Add support for selectively enabling LLVM targetsThis makes it possible, through src.conf(5) settings, to select whichLLVM targets you want to build during buildworld.  The current list is:* (WITH|WITHOUT)_LLVM_TARGET_AARCH64* (WITH|WITHOUT)_LLVM_TARGET_ARM* (WITH|WITHOUT)_LLVM_TARGET_MIPS* (WITH|WITHOUT)_LLVM_TARGET_POWERPC* (WITH|WITHOUT)_LLVM_TARGET_SPARC* (WITH|WITHOUT)_LLVM_TARGET_X86To not influence anything right now, all of these are on by default, insituations where clang is enabled.Selectively turning a few targets off manually should work.  Turning ononly one target should work too, even if that target does not correspondto the build architecture.  (In that case, LLVM_NATIVE_ARCH will not bedefined, and you can only use the resulting clang executable forcross-compiling.)I performed a few measurements on one of the FreeBSD.org referencemachines, building clang from scratch, with all targets enabled, andwith only the x86 target enabled.  The latter was ~12% faster in realtime (on a 32-core box), and ~14% faster in user time.  For a fullbuildworld the difference will probably be less pronounced, though.Reviewed by:	bdreweryMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D11077

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Fri, 22 Jun 2018 15:00:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2c76c41be32f904179efed29c0ca04d53f3996c - Remove $FreeBSD$: one-line nroff pattern</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#b2c76c41be32f904179efed29c0ca04d53f3996c</link>
        <description>Remove $FreeBSD$: one-line nroff patternRemove /^\.\\&quot;\s*\$FreeBSD\$$\n/

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 16 Aug 2023 17:55:15 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9d178c925fb9acd88d2e5c5145d639b30b398c12 - Drop &apos;Set to&apos; from most src.conf(5) knobs</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#9d178c925fb9acd88d2e5c5145d639b30b398c12</link>
        <description>Drop &apos;Set to&apos; from most src.conf(5) knobsThe description is clearly what effect the knob has when set, so theadditional text was unnecessary.Reviewed by:	jhb, seSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D29583

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Sat, 10 Apr 2021 02:23:03 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5965586078acd9f331c115de51ee302fcfb756b - Push users towards LLVM_TARGET_ALL.</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#a5965586078acd9f331c115de51ee302fcfb756b</link>
        <description>Push users towards LLVM_TARGET_ALL.MFC after:	1 week

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Wed, 27 Jun 2018 17:13:36 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cbafd2630b811d90130261b97421f246d8ea2a50 - Add support for selectively enabling LLVM targets</title>
        <link>http://opengrok.net:8080/history/src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC#cbafd2630b811d90130261b97421f246d8ea2a50</link>
        <description>Add support for selectively enabling LLVM targetsThis makes it possible, through src.conf(5) settings, to select whichLLVM targets you want to build during buildworld.  The current list is:* (WITH|WITHOUT)_LLVM_TARGET_AARCH64* (WITH|WITHOUT)_LLVM_TARGET_ARM* (WITH|WITHOUT)_LLVM_TARGET_MIPS* (WITH|WITHOUT)_LLVM_TARGET_POWERPC* (WITH|WITHOUT)_LLVM_TARGET_SPARC* (WITH|WITHOUT)_LLVM_TARGET_X86To not influence anything right now, all of these are on by default, insituations where clang is enabled.Selectively turning a few targets off manually should work.  Turning ononly one target should work too, even if that target does not correspondto the build architecture.  (In that case, LLVM_NATIVE_ARCH will not bedefined, and you can only use the resulting clang executable forcross-compiling.)I performed a few measurements on one of the FreeBSD.org referencemachines, building clang from scratch, with all targets enabled, andwith only the x86 target enabled.  The latter was ~12% faster in realtime (on a 32-core box), and ~14% faster in user time.  For a fullbuildworld the difference will probably be less pronounced, though.Reviewed by:	bdreweryMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D11077

            List of files:
            /src/tools/build/options/WITHOUT_LLVM_TARGET_POWERPC</description>
        <pubDate>Fri, 22 Jun 2018 15:00:00 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
