summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging r333213:release_60Tom Stellard2018-06-141-2/+13
* Merging r324496:Hans Wennborg2018-02-071-1/+2
* Merging r322588:Hans Wennborg2018-01-311-1/+1
* Merging r323013:Hans Wennborg2018-01-301-13/+15
* Merging r323315:Hans Wennborg2018-01-241-2/+4
* Merging r323039:Hans Wennborg2018-01-221-0/+7
* Creating release_60 branch off revision 321711Hans Wennborg2018-01-030-0/+0
* Hide some symbols to avoid a crash on shutdown when using code coverageMarco Castelluccio2018-01-033-0/+45
* Flush gcda files before unlocking themMarco Castelluccio2018-01-031-0/+1
* [asan] Restore asan_device_setup compatibility with older libraries.Evgeniy Stepanov2018-01-021-0/+7
* [scudo] Touch memory to count as RSSJonas Hahnfeld2018-01-011-5/+10
* [msan] Intercept pthread_getname_np.Evgeniy Stepanov2017-12-283-0/+51
* Ignore the DISPATCH_NOESCAPE if not definedYi Kong2017-12-281-0/+5
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-282-25/+93
* [XRay] Add missing include to unit testJonas Hahnfeld2017-12-271-0/+1
* Fix PR35739: chkstk and chkst2 should only be built for WindowsDimitry Andric2017-12-241-4/+0
* [Sanitizers] Export aligned new/delete from runtimes.Alex Shlyapnikov2017-12-233-34/+26
* Reland "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis2017-12-223-73/+125
* [Sanitizers] Disable new_delete_test.cc on Android until it's supported.Alex Shlyapnikov2017-12-221-2/+2
* [Sanitizers, CMake] Basic sanitizer Solaris support (PR 33274)Alex Shlyapnikov2017-12-226-6/+57
* [MSan,TSan] Add aligned new/delete interceptors.Alex Shlyapnikov2017-12-223-1/+220
* Include process.h for getpid on Windows in instr profilingReid Kleckner2017-12-211-0/+1
* [sanitizer] Make function declarations C-compatiblePetr Hosek2017-12-219-37/+37
* [CMake] Allow passing extra CMake arguments to custom libc++Petr Hosek2017-12-211-1/+2
* Revert "[mips][compiler-rt] Provide 64bit atomic add and sub"Simon Dardis2017-12-213-125/+73
* [mips][compiler-rt] Provide 64bit atomic add and subSimon Dardis2017-12-213-73/+125
* [ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar2017-12-213-4/+24
* [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction().Max Moroz2017-12-201-0/+1
* [hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov2017-12-204-36/+154
* [builtins] Implement __chkstk for arm64 windowsMartin Storsjo2017-12-202-0/+40
* [hwasan] Remove --check-prefix=CHECK (NFC)Evgeniy Stepanov2017-12-201-1/+1
* [hwasan] Fix handling of store errors.Evgeniy Stepanov2017-12-192-10/+21
* [hwasan] Remove unused -check-prefix in tests.Evgeniy Stepanov2017-12-192-5/+5
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-1/+1
* [PGO] Test case changes for D41059Xinliang David Li2017-12-183-6/+42
* [asan] Add interceptor for printf_chkMaxim Ostapenko2017-12-187-0/+144
* Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-183-89/+10
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-183-10/+89
* [sanitizer] Define __sanitizer_clockid_t on FreeBSDKostya Kortchinsky2017-12-161-1/+1
* [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the libraryFilipe Cabecinhas2017-12-151-0/+5
* Added a separate install target for compilert-rt-headersIlya Biryukov2017-12-151-1/+19
* [libFuzzer] make the tests depend on ubsanKostya Serebryany2017-12-151-1/+1
* [scudo] Refactor ScudoChunkKostya Kortchinsky2017-12-141-119/+117
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-1427-120/+1450
* [profile] Port the runtime to Solaris (retry)Vedant Kumar2017-12-1415-50/+117
* Revert "(HEAD -> master, origin/master, origin/HEAD) [profile] Port the runti...Vedant Kumar2017-12-1415-116/+49
* [profile] Port the runtime to SolarisVedant Kumar2017-12-1415-49/+116
* [scudo] Disabling the interface test on armhfKostya Kortchinsky2017-12-141-0/+1
* [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris2017-12-144-137/+195
* Set of corrections for MSan/NetBSDKamil Rytarowski2017-12-144-11/+34