r324296 - [Sanitizers] Basic Solaris sanitizer support (PR 33274)

2018-02-05 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Mon Feb 5 15:59:13 2018 New Revision: 324296 URL: http://llvm.org/viewvc/llvm-project?rev=324296&view=rev Log: [Sanitizers] Basic Solaris sanitizer support (PR 33274) Summary: This patch (on top of https://reviews.llvm.org/D35755) provides the clang side necessary to en

r324302 - Fix test/Driver/sanitizer-ld.c broken by D40903

2018-02-05 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Mon Feb 5 16:50:18 2018 New Revision: 324302 URL: http://llvm.org/viewvc/llvm-project?rev=324302&view=rev Log: Fix test/Driver/sanitizer-ld.c broken by D40903 Differential revision: https://reviews.llvm.org/D40903 Modified: cfe/trunk/test/Driver/sanitizer-ld.c Modi

r330745 - [HWASan] Update HWASan assembly snippet in the docs

2018-04-24 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Tue Apr 24 10:41:48 2018 New Revision: 330745 URL: http://llvm.org/viewvc/llvm-project?rev=330745&view=rev Log: [HWASan] Update HWASan assembly snippet in the docs Summary: To complement https://reviews.llvm.org/D45840 Reviewers: eugenis Subscribers: cfe-commits Differ

r310640 - Disabling openmp-offload.c on linux until it is stabilized on all local configurations.

2017-08-10 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Thu Aug 10 10:55:01 2017 New Revision: 310640 URL: http://llvm.org/viewvc/llvm-project?rev=310640&view=rev Log: Disabling openmp-offload.c on linux until it is stabilized on all local configurations. Modified: cfe/trunk/test/Driver/openmp-offload.c Modified: cfe/tru

r310772 - Disabling openmp-offload.c on linux until it is stabilized on all local configurations.

2017-08-11 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Fri Aug 11 16:10:39 2017 New Revision: 310772 URL: http://llvm.org/viewvc/llvm-project?rev=310772&view=rev Log: Disabling openmp-offload.c on linux until it is stabilized on all local configurations. Differential revision: https://reviews.llvm.org/D29660 Modified: c

r328361 - [HWASan] Port HWASan to Linux x86-64 (clang)

2018-03-23 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Fri Mar 23 12:47:45 2018 New Revision: 328361 URL: http://llvm.org/viewvc/llvm-project?rev=328361&view=rev Log: [HWASan] Port HWASan to Linux x86-64 (clang) Summary: Porting HWASan to Linux x86-64, the third of the three patches, clang part. Reviewers: eugenis Subscrib

r316636 - [LSan] Enable -fsanitize=leak for PPC64 Linux.

2017-10-25 Thread Alex Shlyapnikov via cfe-commits
Author: alekseyshl Date: Wed Oct 25 20:09:53 2017 New Revision: 316636 URL: http://llvm.org/viewvc/llvm-project?rev=316636&view=rev Log: [LSan] Enable -fsanitize=leak for PPC64 Linux. Summary: . Reviewers: eugenis Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D39312