<?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 llvm-compilers-check</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a54f160b - Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#a54f160b</link>
        <description>Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awkAllow users to use a non-system version of perl, python and awk, which is usefulin certain package managers.Reviewed By: JDevlieghere, MaskRayDifferential Revision: https://reviews.llvm.org/D95119

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Thu, 25 Feb 2021 10:31:42 +0000</pubDate>
        <dc:creator>Harmen Stoppels &lt;harmenstoppels@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c100d7ba - [NFC] Chec[^k] -&gt; Check</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#c100d7ba</link>
        <description>[NFC] Chec[^k] -&gt; CheckSome test updates all appearing to use the wrong spelling of CHECK.

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Tue, 08 Dec 2020 11:54:39 +0000</pubDate>
        <dc:creator>David Green &lt;david.green@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>2946cd70 - Update the file headers across all of the LLVM projects in the monorepo</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#2946cd70</link>
        <description>Update the file headers across all of the LLVM projects in the monorepoto reflect the new license.We understand that people may be surprised that we&apos;re moving the headerentirely to discuss the new license. We checked this carefully with theFoundation&apos;s lawyer and we believe this is the correct approach.Essentially, all code in the project is now made available by the LLVMproject under our new license, so you will see that the license headersinclude that license only. Some of our contributors have contributedcode under our old license, and accordingly, we have retained a copy ofour old license notice in the top-level files in each project andrepository.llvm-svn: 351636

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Sat, 19 Jan 2019 08:50:56 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>03b1c3f4 - Remove bogus configure check</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#03b1c3f4</link>
        <description>Remove bogus configure checkConfigure creates makefiles, so it doesn&apos;t make sense to check forthem to see if we can configure.llvm-svn: 211301

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Thu, 19 Jun 2014 19:31:11 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>63677389 - Add option to keep flavor out of the install directory</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#63677389</link>
        <description>Add option to keep flavor out of the install directorySometimes we want to install things in &quot;standard&quot; locations and theflavor directories interfere with that.  Add an option to keep themout of the install path.llvm-svn: 211300

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Thu, 19 Jun 2014 19:31:09 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>9ccdb170 - Turn of -Werror by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#9ccdb170</link>
        <description>Turn of -Werror by defaultDon&apos;t build with -Werror unless asked to.llvm-svn: 211299

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Thu, 19 Jun 2014 19:31:05 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>a15b16f2 - Avoid Unnecessary Builds</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#a15b16f2</link>
        <description>Avoid Unnecessary BuildsBy default, stop the universe build if a key component fails.  Thisavoids useless builds when we know a package is broken anyway.Provide a --keep-going option to override this behavior.llvm-svn: 173723

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Mon, 28 Jan 2013 22:05:50 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>9aa10443 - Use --enable-werror</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#9aa10443</link>
        <description>Use --enable-werrorUse --enable-werror during configure time rather than--with-extra-options.  This is cleaner and easier to read.llvm-svn: 172581

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Wed, 16 Jan 2013 00:17:38 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>ec217f6a - Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#ec217f6a</link>
        <description>Replace the old --with-cxx-* configure options with a single --with-gcc-toolchainthat just uses the new toolchain probing logic. This fixes linking with -m32 on64 bit systems (the /32 dir was not being added to the search).llvm-svn: 149651

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Fri, 03 Feb 2012 00:59:30 +0000</pubDate>
        <dc:creator>Rafael Espindola &lt;rafael.espindola@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c26e5fb8 - Remove Deprecated Features</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#c26e5fb8</link>
        <description>Remove Deprecated FeaturesMove to a model where we build whatever branches are checked outin the source directories.  This was a bit too smart (and complicated)in handling details best left to the user and the revision controlsystem.In addition, get rid of support for llvm-gcc and building gcc asthese are no longer necessary.llvm-svn: 149149

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Fri, 27 Jan 2012 23:01:35 +0000</pubDate>
        <dc:creator>David Greene &lt;greened@obbligato.org&gt;</dc:creator>
    </item>
<item>
        <title>9ef81066 - utils: Rename the &quot;llvmbuild&quot; script to llvm-compilers-check.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/llvm/utils/llvm-compilers-check#9ef81066</link>
        <description>utils: Rename the &quot;llvmbuild&quot; script to llvm-compilers-check.llvm-svn: 143673

            List of files:
            /llvm-project-15.0.7/llvm/utils/llvm-compilers-check</description>
        <pubDate>Fri, 04 Nov 2011 01:09:02 +0000</pubDate>
        <dc:creator>Daniel Dunbar &lt;daniel@zuster.org&gt;</dc:creator>
    </item>
</channel>
</rss>
