<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libcxxabi/test/dynamic_cast3.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Rename all of the tests in preparation for merging lit configs with libcxx</title>
<updated>2015-01-21T19:05:37+00:00</updated>
<author>
<name>Jonathan Roelofs</name>
<email>jonathan@codesourcery.com</email>
</author>
<published>2015-01-21T19:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e434b34fa342da0539581690334b105101d00155'/>
<id>e434b34fa342da0539581690334b105101d00155</id>
<content type='text'>
http://reviews.llvm.org/D7101

llvm-svn: 226691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://reviews.llvm.org/D7101

llvm-svn: 226691
</pre>
</div>
</content>
</entry>
<entry>
<title>[libcxxabi] Refactor test timing logic and disable by default.</title>
<updated>2014-11-24T22:38:57+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-11-24T22:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=c5de7b113b53a72ea02ea269d81151e8b3c3f9df'/>
<id>c5de7b113b53a72ea02ea269d81151e8b3c3f9df</id>
<content type='text'>
Summary:
When using LIT the timing output is entirely unused but introduces a dependency on `&lt;chrono&gt;`. When libc++ is built without a montonic clock this causes some of the tests to fail.
This patch factors out all of the timing logic into `support/timer.hpp` and disables it by default. To enable the timing you must define `LIBCXXABI_TIME_TESTS`.



Reviewers: mclow.lists, danalbert, jroelofs

Reviewed By: jroelofs

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6391

llvm-svn: 222701
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
When using LIT the timing output is entirely unused but introduces a dependency on `&lt;chrono&gt;`. When libc++ is built without a montonic clock this causes some of the tests to fail.
This patch factors out all of the timing logic into `support/timer.hpp` and disables it by default. To enable the timing you must define `LIBCXXABI_TIME_TESTS`.



Reviewers: mclow.lists, danalbert, jroelofs

Reviewed By: jroelofs

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D6391

llvm-svn: 222701
</pre>
</div>
</content>
</entry>
<entry>
<title>tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy.  Change a few private inheritances to protected.  This change will not impact what the test was testing.  This fixes http://llvm.org/bugs/show_bug.cgi?id=16753.</title>
<updated>2013-07-30T19:00:45+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2013-07-30T19:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b162939c1a3e360ce128997223acd1eadc696d83'/>
<id>b162939c1a3e360ce128997223acd1eadc696d83</id>
<content type='text'>
llvm-svn: 187429
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 187429
</pre>
</div>
</content>
</entry>
<entry>
<title>Comment smithing.  Changed some casts from C-style to C++.  And added timings to all of the tests.</title>
<updated>2012-01-16T17:06:51+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2012-01-16T17:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=44a2895a0369ba2149f6ed4dc5f90197e854b5be'/>
<id>44a2895a0369ba2149f6ed4dc5f90197e854b5be</id>
<content type='text'>
llvm-svn: 148241
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 148241
</pre>
</div>
</content>
</entry>
<entry>
<title>Put debug print statments under a flag so that I can get a first glimpse at performance.  So far I haven't noticed any performance difference between this new __dynamic_cast and gcc's implementation.  But I've barely started looking.  Also adding a couple of tests which come straight out of the standard.</title>
<updated>2012-01-12T21:06:12+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2012-01-12T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b7d59ec6e15b2462df20ef166ac74bf9dc11de58'/>
<id>b7d59ec6e15b2462df20ef166ac74bf9dc11de58</id>
<content type='text'>
llvm-svn: 148046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 148046
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a couple of bugs, updated many comments, and am including a comprehensive test for when there are only 3 types in place.  I need to do something similar for 4 and maybe more types, but I'm not sure how comprehensive I can make the test at 4 and above types.</title>
<updated>2012-01-12T19:48:14+00:00</updated>
<author>
<name>Howard Hinnant</name>
<email>hhinnant@apple.com</email>
</author>
<published>2012-01-12T19:48:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=af07bfdb67b53b4db7b9766ea7928fd53ec8aa3c'/>
<id>af07bfdb67b53b4db7b9766ea7928fd53ec8aa3c</id>
<content type='text'>
llvm-svn: 148038
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
llvm-svn: 148038
</pre>
</div>
</content>
</entry>
</feed>
