summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [cfi] Run tests with and without lld and thinlto.Evgeniy Stepanov2017-04-2110-20/+81
* [scudo] Bypass Quarantine if its size is set to 0Kostya Kortchinsky2017-04-211-26/+36
* [tsan] Add a test for "external" API that checks the dup suppression is based...Kuba Mracek2017-04-211-0/+66
* [tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...Kuba Mracek2017-04-211-20/+16
* [tsan] Publish the TSan external API in tsan_interface.hKuba Mracek2017-04-211-0/+15
* [tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)Kuba Mracek2017-04-211-2/+2
* [tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek2017-04-217-70/+133
* [tsan] Don't report bugs from interceptors called from libignored modulesKuba Mracek2017-04-214-1/+51
* Revert r300889, r300906, r300935, r300939Diana Picus2017-04-212-44/+13
* [asan] Fix test by removing "The signal is caused" check.Vitaly Buka2017-04-211-2/+1
* [asan] Fix test on ppc64le-linux by checking "UNKNOWN memory access"Vitaly Buka2017-04-211-1/+1
* Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov2017-04-213-5/+4
* Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha2017-04-213-13/+4
* [asan] move textdomain.c to Linux dir, as the test is Linux-specificKostya Serebryany2017-04-201-0/+0
* sanitizer: fix crash with textdomain(NULL) interceptorKostya Serebryany2017-04-202-1/+11
* [asan] Match BUS and SIGV to fix test on DarwinVitaly Buka2017-04-201-1/+1
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-203-4/+5
* [cfi] Add explicit -flto in create-derivers test.Evgeniy Stepanov2017-04-201-4/+5
* [cfi] Move one test under cross-dso/icall.Evgeniy Stepanov2017-04-201-1/+1
* Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci2017-04-203-4/+13
* make detect_leaks=1 the default for the lsan test suiteFrancis Ricci2017-04-2027-30/+29
* [asan] Optimize strchr for strict_string_checks=falseVitaly Buka2017-04-202-13/+45
* Define standard suppressions for LSan, start with this one.Alex Shlyapnikov2017-04-201-6/+9
* Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov2017-04-203-6/+20
* [scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky2017-04-202-30/+49
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-205-162/+171
* [XRay] [compiler-rt] - Fix standalone and non-deterministic test issueKeith Wyss2017-04-203-2/+8
* [XRay][compiler-rt] Cleanup CFI/CFA annotations on trampolinesDean Michael Berris2017-04-201-19/+14
* [sanitizer-coverage] remove more unused codeKostya Serebryany2017-04-195-97/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...Kostya Serebryany2017-04-196-230/+0
* [sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bbKostya Serebryany2017-04-193-164/+0
* Fixup style from r300760Francis Ricci2017-04-191-3/+3
* Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci2017-04-193-29/+58
* Implement StopTheWorld for DarwinFrancis Ricci2017-04-192-2/+47
* Turn symbolization on for ASan unit test.Alex Shlyapnikov2017-04-191-4/+15
* [sanitizer-coverage] remove run-time support for the deprecated -fsanitize-co...Kostya Serebryany2017-04-195-145/+0
* Skip tests that use 'llvm_xray' for standalone builds.Keith Wyss2017-04-193-0/+7
* Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber2017-04-191-0/+1
* Implement function to get registers from suspended thread on darwinFrancis Ricci2017-04-191-2/+43
* Move valid caller-pc checks out of platform-specific checksFrancis Ricci2017-04-194-64/+77
* [XRay][compiler-rt] Fix up CFI annotations and stack alignmentDean Michael Berris2017-04-191-43/+46
* [sanitizer] Define lsan-x86 in tests for both i386 and i686.Evgeniy Stepanov2017-04-181-1/+1
* Implement suspended thread register count for darwinFrancis Ricci2017-04-181-2/+1
* Remove mips64 defines from darwin-specific fileFrancis Ricci2017-04-181-2/+2
* Don't use abort_on_error for lsan darwin test suiteFrancis Ricci2017-04-181-0/+7
* Allow for setting of global platform-specific lsan options in the test suiteFrancis Ricci2017-04-1833-70/+78
* [sanitizer] Don't include <linux/user.h> in sanitizer_stoptheworld_linux_libc...Maxim Ostapenko2017-04-181-10/+6
* [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung2017-04-183-6/+23
* [asan] Fixup for r300483 (which is a fixup for r300473).Evgeniy Stepanov2017-04-181-4/+5
* Update suspended threads info to be compatible with darwinFrancis Ricci2017-04-174-37/+119
OpenPOWER on IntegriCloud