<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/libcxx/test/containers/sequences, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2014-12-20T01:40:03+00:00</updated>
<entry>
<title>Move test into test/std subdirectory.</title>
<updated>2014-12-20T01:40:03+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-12-20T01:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5a83710e371fe68a06e6e3876c6a2c8b820a8976'/>
<id>urn:sha1:5a83710e371fe68a06e6e3876c6a2c8b820a8976</id>
<content type='text'>
llvm-svn: 224658
</content>
</entry>
<entry>
<title>Add 'REQUIERS: long_tests' to a few more long tests</title>
<updated>2014-12-11T22:05:18+00:00</updated>
<author>
<name>Jonathan Roelofs</name>
<email>jonathan@codesourcery.com</email>
</author>
<published>2014-12-11T22:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7c2f55c3b91aeb9c7b3843f9a4b57ef45a1aef4c'/>
<id>urn:sha1:7c2f55c3b91aeb9c7b3843f9a4b57ef45a1aef4c</id>
<content type='text'>
llvm-svn: 224064
</content>
</entry>
<entry>
<title>Added vector&lt;T&gt;::insert tests suggested by code coverage results</title>
<updated>2014-11-11T16:44:05+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-11-11T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=862af58793fbe357723f368f5e9e8380368707b0'/>
<id>urn:sha1:862af58793fbe357723f368f5e9e8380368707b0</id>
<content type='text'>
llvm-svn: 221689
</content>
</entry>
<entry>
<title>EricQWF's code coverage work showed that none of the libc++ tests were exercising some code in vector&lt;bool&gt;. Add more tests in an attempt to get better coverage</title>
<updated>2014-11-11T00:16:30+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-11-11T00:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a773ab1d8d5bcb10c9b90e29e07f03473268da0b'/>
<id>urn:sha1:a773ab1d8d5bcb10c9b90e29e07f03473268da0b</id>
<content type='text'>
llvm-svn: 221644
</content>
</entry>
<entry>
<title>Actually mark the tests an unsupported with MSAN (not just ASAN)</title>
<updated>2014-11-04T05:36:15+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-11-04T05:36:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=652a3f3257dcb824c9be061994c8f3e22394bb40'/>
<id>urn:sha1:652a3f3257dcb824c9be061994c8f3e22394bb40</id>
<content type='text'>
llvm-svn: 221240
</content>
</entry>
<entry>
<title>Mark tests that replace operator new/delete as UNSUPPORTED with ASAN and MSAN.</title>
<updated>2014-11-04T05:11:41+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-11-04T05:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=446e4b6be1ea99c88924ae6ee588eafa63264018'/>
<id>urn:sha1:446e4b6be1ea99c88924ae6ee588eafa63264018</id>
<content type='text'>
tests that replace operator new/delete won't link when using ASAN and MSAN 
because these sanitizers also replace new/delete.

llvm-svn: 221236
</content>
</entry>
<entry>
<title>[libcxx] Fix use of operator comma where the types can be user defined</title>
<updated>2014-10-27T19:28:20+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-10-27T19:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=910285b238910084aabe786178337b158b82a3bb'/>
<id>urn:sha1:910285b238910084aabe786178337b158b82a3bb</id>
<content type='text'>
Summary:
An evil user might overload operator comma. Use a void cast to make sure any user overload is not selected.
Modify all the test iterators to define operator comma. 

Reviewers: danalbert, mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

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

llvm-svn: 220706
</content>
</entry>
<entry>
<title>Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie.</title>
<updated>2014-10-19T00:10:15+00:00</updated>
<author>
<name>Eric Fiselier</name>
<email>eric@efcs.ca</email>
</author>
<published>2014-10-19T00:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ac97f7ce7c30a7d492c7ebf5f79da3b8915e983a'/>
<id>urn:sha1:ac97f7ce7c30a7d492c7ebf5f79da3b8915e983a</id>
<content type='text'>
llvm-svn: 220154
</content>
</entry>
<entry>
<title>Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change</title>
<updated>2014-10-18T11:03:33+00:00</updated>
<author>
<name>Marshall Clow</name>
<email>mclow.lists@gmail.com</email>
</author>
<published>2014-10-18T11:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c8528b5001f121449470d57caa7bc06cc81e7bfc'/>
<id>urn:sha1:c8528b5001f121449470d57caa7bc06cc81e7bfc</id>
<content type='text'>
llvm-svn: 220142
</content>
</entry>
<entry>
<title>[asan] Make vector asan annotations exception-friendly</title>
<updated>2014-09-02T23:43:38+00:00</updated>
<author>
<name>Kostya Serebryany</name>
<email>kcc@google.com</email>
</author>
<published>2014-09-02T23:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3f0e834842b1423769e0b32fc4ad595a8cb3cc30'/>
<id>urn:sha1:3f0e834842b1423769e0b32fc4ad595a8cb3cc30</id>
<content type='text'>
Fix vector asan annotations with RAII.
Add a test.
Also, remove one dead function.
Review: http://reviews.llvm.org/D4170

llvm-svn: 216995
</content>
</entry>
</feed>
