summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-30[tsan] Add interceptor for xpc_connection_cancel to avoid false positivesKuba Mracek
2017-03-30[asan] Implement "scribble" flags, which overwrite free'd memory with 0x55Kuba Mracek
2017-03-30avoid a subshell.Rafael Espindola
2017-03-30Enable leak detection on linux-i686 by defaultFrancis Ricci
2017-03-30Use FileCheck instead of [.Rafael Espindola
2017-03-30Add LIT_USE_INTERNAL_SHELL to compiler-rt tests.Rafael Espindola
2017-03-30Use count instead of grep -c.Rafael Espindola
2017-03-30[sanitizer] Move fread and fwrite interceptors to sanitizer_commonMaxim Ostapenko
2017-03-30[XRay][compiler-rt] Spell REQUIRES properly for x86_64-linuxDean Michael Berris
2017-03-30[XRay][compiler-rt] Only run tests using llvm-xray in x86_64 for nowDean Michael Berris
2017-03-30[XRay][compiler-rt] XFAIL the FDR mode tests on aarch64-42vmaDean Michael Berris
2017-03-30[asan] Support line numbers in StackVarDescrKuba Mracek
2017-03-30[XRay][compiler-rt] Use llvm-xray in FDR mode testsDean Michael Berris
2017-03-29[sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...Kostya Serebryany
2017-03-29Move current thread data out of lsan_common on linuxFrancis Ricci
2017-03-29Remove failing check from platform specific darwin lsan initializerFrancis Ricci
2017-03-29Add allocator_frees_and_returns_null_on_realloc_zero=false flag for compatibi...Filipe Cabecinhas
2017-03-29[Builtins] Mark mulsc3_test as UNSUPPORTED for armhf; NFCWeiming Zhao
2017-03-29[Compiler-RT][Builtins] Remove XFAIL for mulsc3; NFCWeiming Zhao
2017-03-29[XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris
2017-03-29[XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris