Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-02(NFC) Fix the use of do{}while(0) in a macro.Evgeniy Stepanov
2017-09-02Fix constant-logical-operand warning.David Blaikie
2017-09-02[cmake] Remove accidentally committed warning messagesVedant Kumar
2017-09-02[cmake] Work around -Wunused-driver-argument warningsVedant Kumar
2017-09-01[libFuzzer] use more iterations for a testKostya Serebryany
2017-09-01[libFuzzer] Enable 8-bit counters test on macOSGeorge Karpenkov
2017-09-01Revert "[ubsan] Make check-ubsan depend on check-ubsan-minimal."Evgeniy Stepanov
2017-09-01[ubsan] Make check-ubsan depend on check-ubsan-minimal.Evgeniy Stepanov
2017-08-31[libFuzzer] tolerate missing files when loading the seed corpusKostya Serebryany
2017-08-31Revert r312240Alex Lorenz
2017-08-31Build LLVM with -Wstrict-prototypes enabledAlex Lorenz
2017-08-31[cmake] Fix the list of arm32 architecturesMartin Storsjo
2017-08-31[ubsan] Give ubsan-minimal lit test suite a name.Evgeniy Stepanov
2017-08-31[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris
2017-08-31Finalize ASAN/NetBSDKamil Rytarowski
2017-08-31[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-31Add NetBSD support in lsan_interceptors.ccKamil Rytarowski
2017-08-31Add preliminary NetBSD support in libfuzzerKamil Rytarowski
2017-08-30Add NetBSD support in tsan_interceptors.ccKamil Rytarowski
2017-08-30Add NetBSD support in test/tsan/thread_name*.ccKamil Rytarowski
2017-08-30[fuzzer] Don't enable tests when the fuzzer isn't builtVedant Kumar
2017-08-30[builtins] Prevent duplicate definitions for overridden functionsFrancis Ricci
2017-08-30Fix for TSan unit-tests:George Karpenkov
2017-08-30Restore clang_rt library name on i686-android.Evgeniy Stepanov
2017-08-30Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-30Enable GetRandom for Fuchsia sanitizer.Kostya Kortchinsky
2017-08-30[asan] Add use-after-scope test which fails because of bug in clangVitaly Buka
2017-08-30Re-enable stack depth instrumentation on Windows.Matt Morehouse
2017-08-30Disable ubsan-minimal on Darwin.Evgeniy Stepanov
2017-08-29[libFUzzer] change the way we load the seed corpora: instead of loading all f...Kostya Serebryany
2017-08-29Disable stack depth tracking on Windows.Matt Morehouse
2017-08-29Minimal runtime for UBSan.Evgeniy Stepanov
2017-08-29[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-29[XRay][compiler-rt][NFC] Refactor global TLS variables behind an accessor fun...Dean Michael Berris
2017-08-29[libFuzzer] refactoring: move reading the seed corpus closer to where it's co...Kostya Serebryany
2017-08-29Shorten filenames of tests (-with-calls to -calls)Kamil Rytarowski
2017-08-29[libFuzzer] allow -print_funcs=N: N is the max number of new covered function...Kostya Serebryany
2017-08-29Add NetBSD ASAN shadow mapping for x86-64Kamil Rytarowski
2017-08-29Add NetBSD specific version of sanitizer_platform_limits_posixKamil Rytarowski
2017-08-28Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-28[libFuzzer] Exclude a test failing on OS X.George Karpenkov
2017-08-28[libFuzzer] Fix libFuzzer flag propagation for standalone builds.George Karpenkov
2017-08-28Proper dependency check for clang in compiler_rt.George Karpenkov
2017-08-28[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky
2017-08-28[XRay][compiler-rt] Return the pointer associated with the function instead o...Dean Michael Berris
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
2017-08-28[libFuzzer] Use custom allocators for STL containers in libFuzzer.George Karpenkov
2017-08-27Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-27[cmake] Remove i686 target that is duplicate to i386Michal Gorny
2017-08-26Revert "[libFuzzer] Use custom allocators for STL containers in libFuzzer"George Karpenkov