<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/compiler-rt/lib/dfsan, 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>2019-09-12T02:20:36+00:00</updated>
<entry>
<title>[compiler-rt] Remove some cpplint filters</title>
<updated>2019-09-12T02:20:36+00:00</updated>
<author>
<name>Vitaly Buka</name>
<email>vitalybuka@google.com</email>
</author>
<published>2019-09-12T02:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d2af368aee56abf77f4a6ca3fd57ebdb697c48f2'/>
<id>urn:sha1:d2af368aee56abf77f4a6ca3fd57ebdb697c48f2</id>
<content type='text'>
llvm-svn: 371704
</content>
</entry>
<entry>
<title>Remove NOLINTs from compiler-rt</title>
<updated>2019-09-11T23:19:48+00:00</updated>
<author>
<name>Vitaly Buka</name>
<email>vitalybuka@google.com</email>
</author>
<published>2019-09-11T23:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c0fa632236308100e1031fc86edfde13ddc4bcef'/>
<id>urn:sha1:c0fa632236308100e1031fc86edfde13ddc4bcef</id>
<content type='text'>
llvm-svn: 371687
</content>
</entry>
<entry>
<title>compiler-rt: Rename .cc file in test/dfsan to cpp</title>
<updated>2019-08-05T13:19:28+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-08-05T13:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c4310f921dde26319f5776e0dc007c0e25a44d58'/>
<id>urn:sha1:c4310f921dde26319f5776e0dc007c0e25a44d58</id>
<content type='text'>
See r367849 et al.

llvm-svn: 367854
</content>
</entry>
<entry>
<title>Try to heal bots more after r367551</title>
<updated>2019-08-01T13:10:43+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-08-01T13:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c58c1c5350f84027f090d47ace1986e4914a6275'/>
<id>urn:sha1:c58c1c5350f84027f090d47ace1986e4914a6275</id>
<content type='text'>
llvm-svn: 367555
</content>
</entry>
<entry>
<title>compiler-rt: Rename .cc file in lib/{dfsan,stats,ubsan_minimal} to .cpp</title>
<updated>2019-08-01T12:41:23+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-08-01T12:41:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a9aa8137929eec7a1f1ae5a9b53c21b5e5f4c787'/>
<id>urn:sha1:a9aa8137929eec7a1f1ae5a9b53c21b5e5f4c787</id>
<content type='text'>
Like r367463, but for dfsan, stats, ubsan_minimal.

llvm-svn: 367551
</content>
</entry>
<entry>
<title>Improve error message when '=' is missing in  {ASAN,...}_OPTIONS.</title>
<updated>2019-06-15T01:37:14+00:00</updated>
<author>
<name>Vitaly Buka</name>
<email>vitalybuka@google.com</email>
</author>
<published>2019-06-15T01:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=0b1ea8cb2825cb51c1c2f6dfa9bef95f4a450f93'/>
<id>urn:sha1:0b1ea8cb2825cb51c1c2f6dfa9bef95f4a450f93</id>
<content type='text'>
Summary:
It's handling isses as described here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89832

Patch by Martin Liška.

Reviewers: kcc, vitalybuka

Reviewed By: vitalybuka

Subscribers: cryptoad, kubamracek

Differential Revision: https://reviews.llvm.org/D59876

llvm-svn: 363480
</content>
</entry>
<entry>
<title>[dfsan] Introduce dfsan_flush().</title>
<updated>2019-06-13T20:11:06+00:00</updated>
<author>
<name>Kostya Serebryany</name>
<email>kcc@google.com</email>
</author>
<published>2019-06-13T20:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6b936d88a46b716977445966e124af9e3d300f52'/>
<id>urn:sha1:6b936d88a46b716977445966e124af9e3d300f52</id>
<content type='text'>
Summary:
dfsan_flush() allows to restart tain tracking from scratch in the same process.
The primary purpose right now is to allow more efficient data flow tracing
for DFT fuzzing: https://github.com/google/oss-fuzz/issues/1632

Reviewers: pcc

Reviewed By: pcc

Subscribers: delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D63037

llvm-svn: 363321
</content>
</entry>
<entry>
<title>Experimantal dfsan mode "fast16labels=1"</title>
<updated>2019-06-08T00:22:23+00:00</updated>
<author>
<name>Kostya Serebryany</name>
<email>kcc@google.com</email>
</author>
<published>2019-06-08T00:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=300c0c79de66b2d9f0d4caa7ba416566dacced86'/>
<id>urn:sha1:300c0c79de66b2d9f0d4caa7ba416566dacced86</id>
<content type='text'>
Summary:
dfsan mode "fast16labels=1".
In this mode the labels are treated as 16-bit bit masks.

Reviewers: pcc

Reviewed By: pcc

Subscribers: delcypher, #sanitizers, llvm-commits

Tags: #llvm, #sanitizers

Differential Revision: https://reviews.llvm.org/D62870

llvm-svn: 362859
</content>
</entry>
<entry>
<title>Update the file headers across all of the LLVM projects in the monorepo</title>
<updated>2019-01-19T08:50:56+00:00</updated>
<author>
<name>Chandler Carruth</name>
<email>chandlerc@gmail.com</email>
</author>
<published>2019-01-19T08:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2946cd701067404b99c39fb29dc9c74bd7193eb3'/>
<id>urn:sha1:2946cd701067404b99c39fb29dc9c74bd7193eb3</id>
<content type='text'>
to reflect the new license.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

llvm-svn: 351636
</content>
</entry>
<entry>
<title>[dfsan] Fix build after r346262</title>
<updated>2018-11-06T20:42:19+00:00</updated>
<author>
<name>Benjamin Kramer</name>
<email>benny.kra@googlemail.com</email>
</author>
<published>2018-11-06T20:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=b23fded9017b3527642f60a1473f78a5098a2dce'/>
<id>urn:sha1:b23fded9017b3527642f60a1473f78a5098a2dce</id>
<content type='text'>
compiler-rt/lib/dfsan/dfsan.cc:426:3: error: call to 'InitializePlatformEarly' is ambiguous
  InitializePlatformEarly();
  ^~~~~~~~~~~~~~~~~~~~~~~
compiler-rt/lib/dfsan/../sanitizer_common/sanitizer_common.h:901:6: note: candidate function
void InitializePlatformEarly();
     ^
compiler-rt/lib/dfsan/dfsan.cc:391:13: note: candidate function
static void InitializePlatformEarly() {
            ^

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