<?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 cxa_thread_atexit_test.pass.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a7f9895c - [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#a7f9895c</link>
        <description>[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZSince those features are general properties of the environment, it makessense to use them from libc++abi too, and so the name libcpp-has-no-xxxdoesn&apos;t make sense.Differential Revision: https://reviews.llvm.org/D126482

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Thu, 26 May 2022 15:49:47 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>851bfc07 - [libc++abi] Use from-scratch testing configs for libc++abi by default</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#851bfc07</link>
        <description>[libc++abi] Use from-scratch testing configs for libc++abi by defaultLike we have been doing for libc++ for a while now, start usingfrom-scratch testing configurations for libc++abi.As a fly-by fix, remove the LIBCXXABI_NO_TIMER macro, which was definedbut never used.Differential Revision: https://reviews.llvm.org/D125242

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Mon, 09 May 2022 15:54:10 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eb8650a7 - [runtimes][NFC] Remove filenames at the top of the license notice</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#eb8650a7</link>
        <description>[runtimes][NFC] Remove filenames at the top of the license noticeWe&apos;ve stopped doing it in libc++ for a while now because these nameswould end up rotting as we move things around and copy/paste stuff.This cleans up all the existing files so as to stop the spreadingas people copy-paste headers around.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Wed, 17 Nov 2021 21:25:01 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne.2@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>504bc07d - [runtimes] Use int main(int, char**) consistently in tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#504bc07d</link>
        <description>[runtimes] Use int main(int, char**) consistently in testsThis is needed when running the tests in Freestanding mode, where main()isn&apos;t treated specially. In Freestanding, main() doesn&apos;t get mangled asextern &quot;C&quot;, so whatever runtime we&apos;re using fails to find the entry point.One way to solve this problem is to define a symbol alias from __Z4mainiPPcto _main, however this requires all definitions of main() to have the samemangling. Hence this commit.

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Thu, 08 Oct 2020 17:36:33 +0000</pubDate>
        <dc:creator>Louis Dionne &lt;ldionne@apple.com&gt;</dc:creator>
    </item>
<item>
        <title>57b08b09 - Update more 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/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#57b08b09</link>
        <description>Update more file headers across all of the LLVM projects in the monorepoto reflect the new license. These used slightly different spellings thatdefeated my regular expressions.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: 351648

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Sat, 19 Jan 2019 10:56:40 +0000</pubDate>
        <dc:creator>Chandler Carruth &lt;chandlerc@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>096d636a - Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#096d636a</link>
        <description>Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.llvm-svn: 300925

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Thu, 20 Apr 2017 23:40:35 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>afa6f979 - Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cpp</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#afa6f979</link>
        <description>Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppllvm-svn: 296940

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Sat, 04 Mar 2017 01:26:41 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>82a1fc8d - Spell libcxxabi-no-threads correctly</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#82a1fc8d</link>
        <description>Spell libcxxabi-no-threads correctlyllvm-svn: 285571

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Mon, 31 Oct 2016 14:14:04 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>2d4fbb7b - Mark thread exit test as unsupported w/o threads</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#2d4fbb7b</link>
        <description>Mark thread exit test as unsupported w/o threadsllvm-svn: 285523

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Sun, 30 Oct 2016 20:05:52 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>829c0eab - Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnes</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#829c0eab</link>
        <description>Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Barnesllvm-svn: 283988

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Wed, 12 Oct 2016 08:54:10 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>b4e15b8c - Fix side effect in assertion</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#b4e15b8c</link>
        <description>Fix side effect in assertionllvm-svn: 281709

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Fri, 16 Sep 2016 08:16:07 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>626557be - [libcxxabi] Disable cxa_thread_atexit_test if unavailable</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#626557be</link>
        <description>[libcxxabi] Disable cxa_thread_atexit_test if unavailableThe feature check is already in place when building the library but wasn&apos;thonored for the tests.Differential Revision: http://reviews.llvm.org/D18205llvm-svn: 263699

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Thu, 17 Mar 2016 10:00:24 +0000</pubDate>
        <dc:creator>Jonas Hahnfeld &lt;Hahnfeld@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>879d18bf - Make test require &apos;linux&apos; instead of &apos;linux2&apos;</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#879d18bf</link>
        <description>Make test require &apos;linux&apos; instead of &apos;linux2&apos;llvm-svn: 228073

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Tue, 03 Feb 2015 23:50:47 +0000</pubDate>
        <dc:creator>Eric Fiselier &lt;eric@efcs.ca&gt;</dc:creator>
    </item>
<item>
        <title>e434b34f - Rename all of the tests in preparation for merging lit configs with libcxx</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp#e434b34f</link>
        <description>Rename all of the tests in preparation for merging lit configs with libcxxhttp://reviews.llvm.org/D7101llvm-svn: 226691

            List of files:
            /llvm-project-15.0.7/libcxxabi/test/cxa_thread_atexit_test.pass.cpp</description>
        <pubDate>Wed, 21 Jan 2015 19:05:37 +0000</pubDate>
        <dc:creator>Jonathan Roelofs &lt;jonathan@codesourcery.com&gt;</dc:creator>
    </item>
</channel>
</rss>
