summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11This patch causes the installation of headers for the sanitizer and/or xray t...Catherine Moore
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-04-11[XRay][compiler-rt] Add support for TSC emulation for x86_64 to xray_fdr_logg...Douglas Yung
2017-04-11[XRay][compiler-rt] Remove the xray_fdr_log_printer_toolDean Michael Berris
2017-04-10[PPC64, Sanitizers] Proper stack frame for the thread spawned in internal_cloneAlex Shlyapnikov
2017-04-10[tsan] Fall-back to IPv6 if IPv4 is not available.Vitaly Buka
2017-04-10[msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka
2017-04-10Revert "[asan] Fix dead stripping of globals on Linux (compiler-rt)."Evgeniy Stepanov
2017-04-10[Asan] Eliminate SHADOW_TO_MEM() macroIvan A. Kosarev
2017-04-10[msan] Make test to fall-back to IPv6 if IPv4 is not available.Vitaly Buka
2017-04-10[msan] Replace AF_INET with AF_UNIX to avoid IPv4 vs IPv6 issues.Vitaly Buka
2017-04-10[msan] Wrap sockaddr_in and socket for future IPv6 support.Vitaly Buka
2017-04-10[msan] Reorder unittests for future parametrization.Vitaly Buka
2017-04-07[cfi] Accept weak definition of __cfi_check.Evgeniy Stepanov
2017-04-07Use a temp file to avoid Process Substitution.Rafael Espindola
2017-04-07[builtins] Remove stray quotes to fix check-builtins on non-Windows :(Reid Kleckner
2017-04-07[builtins] Make some ISA macro checks work with MSVCReid Kleckner
2017-04-07[builtins] Fix MSVC buildReid Kleckner
2017-04-07[builtins] Get the builtins tests passing on WindowsReid Kleckner
2017-04-07Add missing importReid Kleckner
2017-04-07[lit] Fix Darwin pickling errors with process poolsReid Kleckner
2017-04-06[asan] Fix dead stripping of globals on Linux (compiler-rt).Evgeniy Stepanov
2017-04-06Replace a few uses of basename.Rafael Espindola
2017-04-06Revert r299672: Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Add __ffssi2 implementation to compiler-rt builtinsDimitry Andric
2017-04-06Add a virtual destructor to a class with virtual methods.Ivan Krasin
2017-04-06Enable builds of darwin lsan by defaultFrancis Ricci
2017-04-06[TSan] Adjust expectation for check_analyze.shCraig Topper
2017-04-06[XRay][compiler-rt] Remove unused local variableDean Michael Berris
2017-04-06Try to fix MAC buildbot after r299630Maxim Ostapenko
2017-04-06Try to fix windows buildbot after r299630Maxim Ostapenko
2017-04-06[lsan] Avoid segfaults during threads destruction under high loadMaxim Ostapenko
2017-04-06[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris
2017-04-06[Builtins] Fix div0 error in udivsi3Weiming Zhao
2017-04-06[cfi] Fix symbol lookup hack in cross-dso cfi to handle LLD binaries.Evgeniy Stepanov
2017-04-05Simplify test a bit.Rafael Espindola
2017-04-04Avoid calling basename to compute xdynamiclib_namespec.Rafael Espindola
2017-04-04Don't remove the cwd.Rafael Espindola
2017-04-04Avoid sub shell.Rafael Espindola
2017-03-31Replace wc -l with count.Rafael Espindola
2017-03-31Simplify test.Rafael Espindola
2017-03-31Remove unused variable.Sam McCall
2017-03-31[asan] Move AsanCheckDynamicRTPrereqs check under flagMaxim Ostapenko
2017-03-31[asan] Turn -fsanitize-address-use-after-scope on by default [compiler-rt part]Kuba Mracek
2017-03-30Fixup for r299085: Keep the scribble.cc test on Darwin only, while I investig...Kuba Mracek
2017-03-30Fixup for r299085: Disable the scribble.cc test on AArch64.Kuba Mracek
2017-03-30Fixup for r299085: On Windows %p doesn't print 0x prefix.Kuba Mracek
2017-03-30Fixup for r299085: Print all output to stderr.Kuba Mracek
2017-03-30Fixup for r299085: Include stdint.h in scribble.cc to make uintptr_t available.Kuba Mracek