<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/compiler-rt/lib/interception, 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-10-10T23:30:54+00:00</updated>
<entry>
<title>Fix check-interception link error in compiler-rt debug mode</title>
<updated>2019-10-10T23:30:54+00:00</updated>
<author>
<name>Reid Kleckner</name>
<email>rnk@google.com</email>
</author>
<published>2019-10-10T23:30:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9280d6c178a4df3caed74e599db612ea091b296d'/>
<id>urn:sha1:9280d6c178a4df3caed74e599db612ea091b296d</id>
<content type='text'>
llvm-svn: 374472
</content>
</entry>
<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 lib/{interception/tests,safestack} to .cpp</title>
<updated>2019-08-01T13:56:52+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-08-01T13:56:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=9642e337ebe672c3810c80cf9920f3678806ea20'/>
<id>urn:sha1:9642e337ebe672c3810c80cf9920f3678806ea20</id>
<content type='text'>
Like r367463, but for interception/tests and safestack.

llvm-svn: 367560
</content>
</entry>
<entry>
<title>compiler-rt: Rename .cc files in lib/interception to .cpp.</title>
<updated>2019-07-31T18:01:55+00:00</updated>
<author>
<name>Nico Weber</name>
<email>nicolasweber@gmx.de</email>
</author>
<published>2019-07-31T18:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ebbce04c14bbbed3c73e3ac32b49f49fd5743aa1'/>
<id>urn:sha1:ebbce04c14bbbed3c73e3ac32b49f49fd5743aa1</id>
<content type='text'>
See https://reviews.llvm.org/D58620 for discussion, and for the commands
I ran. In addition I also ran

  for f in $(svn diff | diffstat | grep .cc | cut -f 2 -d ' '); do rg $f . ; done

and manually updated references to renamed files found by that.

llvm-svn: 367456
</content>
</entry>
<entry>
<title>Fix asan infinite loop on undefined symbol</title>
<updated>2019-07-20T17:44:30+00:00</updated>
<author>
<name>Serge Guelton</name>
<email>sguelton@redhat.com</email>
</author>
<published>2019-07-20T17:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a30a4a35ecbd2ebff79de8a193e7045b17da3ff5'/>
<id>urn:sha1:a30a4a35ecbd2ebff79de8a193e7045b17da3ff5</id>
<content type='text'>
Fix llvm#39641

Recommit of r366413

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

&gt; llvm-svn: 366632

llvm-svn: 366638
</content>
</entry>
<entry>
<title>Revert "Fix asan infinite loop on undefined symbol"</title>
<updated>2019-07-20T13:00:12+00:00</updated>
<author>
<name>Serge Guelton</name>
<email>sguelton@redhat.com</email>
</author>
<published>2019-07-20T13:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7a3d4c15a7fc647abeee0322f2de9aab1caa837e'/>
<id>urn:sha1:7a3d4c15a7fc647abeee0322f2de9aab1caa837e</id>
<content type='text'>
This reverts commit cbd28cd05bb11e9d76d71c6cc2d38d89dbb1fe1a.

Buildbot fail: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/22434/steps/64-bit%20check-asan-dynamic/

llvm-svn: 366634
</content>
</entry>
<entry>
<title>Fix asan infinite loop on undefined symbol</title>
<updated>2019-07-20T12:01:18+00:00</updated>
<author>
<name>Serge Guelton</name>
<email>sguelton@redhat.com</email>
</author>
<published>2019-07-20T12:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cbd28cd05bb11e9d76d71c6cc2d38d89dbb1fe1a'/>
<id>urn:sha1:cbd28cd05bb11e9d76d71c6cc2d38d89dbb1fe1a</id>
<content type='text'>
Fix llvm#39641

Recommit of r366413

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

llvm-svn: 366632
</content>
</entry>
<entry>
<title>Revert "Fix asan infinite loop on undefined symbol"</title>
<updated>2019-07-19T21:41:07+00:00</updated>
<author>
<name>Matthew Voss</name>
<email>matthew.voss@sony.com</email>
</author>
<published>2019-07-19T21:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=407e8375402f7b4126b24ddea58e713558291d35'/>
<id>urn:sha1:407e8375402f7b4126b24ddea58e713558291d35</id>
<content type='text'>
This reverts commit 8e46275488ca453a24964cb26be0736172ad1db8.

This was failing on sanitizer-x86_64-linux and our internal CI.

llvm-svn: 366618
</content>
</entry>
<entry>
<title>Fix asan infinite loop on undefined symbol</title>
<updated>2019-07-19T15:20:36+00:00</updated>
<author>
<name>Serge Guelton</name>
<email>sguelton@redhat.com</email>
</author>
<published>2019-07-19T15:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=8e46275488ca453a24964cb26be0736172ad1db8'/>
<id>urn:sha1:8e46275488ca453a24964cb26be0736172ad1db8</id>
<content type='text'>
Fix llvm#39641

Recommit of r366413

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

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