summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-25[cfi] only add cfi tests on supported arches.Sean Fertile
2017-08-24Add Clang dependency to the check for Clang C++ headers.George Karpenkov
2017-08-24Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)Hans Wennborg
2017-08-23[Profile] create a copy of profile file name from environmentXinliang David Li
2017-08-23[ARM][Compiler-rt] Fix AEABI builtins to correctly pass arguments to non-AEAB...Oleg Ranevskyy
2017-08-23[XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris
2017-08-22[profile] Fix warning about C++ style comment in C fileHans Wennborg
2017-08-22[esan] Use stack_t instead of struct sigaltstack (PR34011)Hans Wennborg
2017-08-22[SanitizerCoverage] Optimize stack-depth instrumentation.Matt Morehouse
2017-08-22[libFuzzer] Move check for thread_local back into libFuzzer's CMake,George Karpenkov
2017-08-22[libFuzzer] disable a test failing on the botKostya Serebryany
2017-08-22Revert "builtins: erase `struct` modifier for EH personality"Saleem Abdulrasool
2017-08-22builtins: erase `struct` modifier for EH personalitySaleem Abdulrasool
2017-08-22[libFuzzer] fix the stack-depth initialization, add a lit test for DeepRecurs...Kostya Serebryany
2017-08-22[libFuzzer] apply changes lost during the migration to compiler-rtKostya Serebryany
2017-08-22[NFC] do not run linter on libFuzzer's tests.George Karpenkov
2017-08-22[libFuzzer] better README.txtKostya Serebryany
2017-08-22[libFuzzer] remove stale fileKostya Serebryany
2017-08-22Remove check-fuzzer from check-all, as tests don't pass on some bots.George Karpenkov
2017-08-21Move libFuzzer to compiler_rt.George Karpenkov
2017-08-21Fix ASan version list dependency in multi-arch builds.Evgeniy Stepanov
2017-08-21[sanitizer] Do not over-dup string flagsKostya Kortchinsky
2017-08-21[NFC CMake] Do not relink test targets every time in compiler-rtGeorge Karpenkov
2017-08-21Fix multi-architecture build for lib/xray.George Karpenkov
2017-08-20Remove "%T" from ASan Darwin tests.Kuba Mracek
2017-08-18[TSan] Update test valuesVlad Tsyrklevich
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse
2017-08-18[XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris
2017-08-16Add C++17 aligned new/delete interceptors to standalone lsanFrancis Ricci
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-08-15Quickfix to the refactoring commit: typo in the link flags variableGeorge Karpenkov
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-15[CMake compiler-rt] NFC: Minor CMake refactoring.George Karpenkov
2017-08-15[compiler-rt CMake] NFC: Minor CMake refactoring.George Karpenkov
2017-08-15[compiler-rt CMake] CMake refactoring: create directories in helper func.George Karpenkov
2017-08-15Revert: Enable profile on NetBSDKamil Rytarowski
2017-08-15Revert r310857 due to internal test failureXinliang David Li
2017-08-14[builtins] fix build error on non-ARM for r310884Weiming Zhao
2017-08-14[builtins][ARM] Select correct code fragments when compiling for Thumb1/Thum2...Weiming Zhao
2017-08-14Fix a cmake typo.Evgeniy Stepanov
2017-08-14[PGO] Add support for relocate profile dumping directoryXinliang David Li
2017-08-14[sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky
2017-08-14[llvm-cov] Fix compiler-rt tests failing in build bots after rL310827.Sean Eveson
2017-08-13Enable profile on NetBSDKamil Rytarowski
2017-08-11[compiler-rt] Add SANITIZER_CXX_ABI_LIBNAME=libc++ option.Evgeniy Stepanov
2017-08-10Enable ASAN on NetBSDKamil Rytarowski
2017-08-10Add NetBSD support in asan_linux.ccKamil Rytarowski
2017-08-10Enable SafeStack on NetBSDKamil Rytarowski
2017-08-10[sanitizer_common] Update sanitizers w.r.t. the new comparisons instrumentati...Alexander Potapenko
2017-08-10[compiler-rt][ARM] Fix filtering of ARM targetsOleg Ranevskyy