summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-06Merging r341442:llvm_70-amp-20181130release_70-e8af9b4c407-amp-20181130Hans Wennborg
2018-08-28Merging r340758 and r340769:Hans Wennborg
2018-08-09Merging r339303:Hans Wennborg
2018-08-02Merging r338606:Hans Wennborg
2018-08-02Merging r338577:Hans Wennborg
2018-08-01Creating release_70 branch off revision 338536Hans Wennborg
2018-08-01Test: Enable exceptions for test that needs itFilipe Cabecinhas
2018-08-01[gcov] Add test which uses forkMarco Castelluccio
2018-07-31[compiler-rt] Add a routine to specify the mode used when creating profile dirs.Matt Davis
2018-07-31[gcov] Add tests using switch, one with break clauses and one with fallthroughMarco Castelluccio
2018-07-31[XRay][compiler-rt] Update test to use similar structureDean Michael Berris
2018-07-31[XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris
2018-07-31Pacify sanitizer lint script that still does not run on WindowsReid Kleckner
2018-07-30[asan/win] Use SRW locks to fix a race in BlockingMutexReid Kleckner
2018-07-30[NFC] Rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}Roman Lebedev
2018-07-30[compiler-rt] integer-truncation-blacklist.c: XFAIL on android/iosRoman Lebedev
2018-07-30[compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev
2018-07-30[cmake] [ARM] Exclude any VFP builtins if VFP is not supportedAzharuddin Mohammed
2018-07-30[XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocatorDean Michael Berris
2018-07-30[asan] Fix typoFangrui Song
2018-07-28Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSDFangrui Song
2018-07-26[test] Use printf instead of C++ iostream, NFC.Jonas Hahnfeld
2018-07-26[tsan] Fix gcc pedantic warningDmitry Vyukov
2018-07-26[sanitizer] Include signal.h instead of sys/signal.hFangrui Song
2018-07-25[libFuzzer] Disable handle-unstable.test for ARM and delete duplicated test f...Max Moroz
2018-07-25[XRay tests] Don't filter test-critical callsJeremy Morse
2018-07-25[Asan][Msan] Unit tests Disable some tests for FreeBSDDavid Carlier
2018-07-25[profile] Support profiling runtime on FuchsiaPetr Hosek
2018-07-24[sanitizer] Update symbolizer test.Matt Morehouse
2018-07-24[libFuzzer] Handle unstable edges by disregarding unstable edgesMax Moroz
2018-07-24[tsan] Fix crash in objc_sync_enter/objc_sync_exit when using an Obj-C tagged...Kuba Mracek
2018-07-24[profile] Fix finding the first and last directory separators on Windows.Igor Kudrin
2018-07-24[profile] Fix a possible memory leak in parseFilenamePattern().Igor Kudrin
2018-07-24[sanitizer][fuzzer] Temporarily transition to ZX_TIME_INFINITE_OLDPetr Hosek
2018-07-24[sanitizer] Transition from _zx_vmar_... to _zx_vmar_..._old callsPetr Hosek
2018-07-24Revert "[Fuzzer] Update path to libc++ headers"Petr Hosek
2018-07-23[Fuzzer] Update path to libc++ headersPetr Hosek
2018-07-23Reapply "[XRay] Remove scheduling dependency in fork_basic_logging.cc"Matthew Voss
2018-07-23Landed XRay patch (D49559) in incorrect directory. Reverting changes. Henry Zhu
2018-07-23[XRay] Remove scheduling dependency in fork_basic_logging.ccHenry Zhu
2018-07-23[libFuzzer] Handle unstable edges by using minimum hit countsMax Moroz
2018-07-20Change the cap on the amount of padding for each vtable to 32-byte (previousl...Peter Collingbourne
2018-07-20Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu
2018-07-20On Darwin switch from the `VM_MEMORY_ANALYSIS_TOOL` VM tag toDan Liew
2018-07-20[scudo] Simplify internal names (NFC)Kostya Kortchinsky
2018-07-20esan: fix shadow setupDmitry Vyukov
2018-07-20[Xray] fix c99 warning build about flexible array semanticsDavid Carlier
2018-07-20sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov
2018-07-20[libFuzzer] Use separate test directory for each configJoel E. Denny
2018-07-19[libFuzzer] when -print_coverage=1 is given, print more stats (the number of ...Kostya Serebryany