summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Enable the builtins library for WebAssembly.Dan Gohman2016-01-131-0/+3
* [WebAssembly] clang supports int128_t on wasm32 in addition to wasm64.Dan Gohman2016-01-131-1/+2
* [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the...Kostya Serebryany2016-01-121-13/+21
* [cfi] Fix __cfi_slowpath and __cfi_check signature.Evgeniy Stepanov2016-01-081-3/+3
* Fix typo in commentXinliang David Li2016-01-081-1/+1
* [PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li2016-01-082-2/+12
* [PGO] Introducing version mask macro/NFC (sync)Xinliang David Li2016-01-081-0/+8
* [tsan] don't crash on closedir(0)Kostya Serebryany2016-01-081-2/+4
* Sync up InstrProfData.incXinliang David Li2016-01-081-1/+1
* [PGO] Use new macro introduced/NFCXinliang David Li2016-01-081-1/+1
* profile: Do not pass -fPIC on Windows.Peter Collingbourne2016-01-081-3/+0
* [profile] Add comments to portability macros for readability (NFC)Vedant Kumar2016-01-081-3/+3
* Sync up InstrProfData.incXinliang David Li2016-01-081-20/+20
* Sync up InstrProfData.inc fileXinliang David Li2016-01-071-7/+12
* Follow-up fix for r256988 to unbreak the Linux buildbot.Kuba Brecka2016-01-071-0/+1
* [sanitizers] Log all output to CrashReport on OS XAnna Zaks2016-01-067-17/+25
* [compiler-rt] Fix empty translation unit warningNathan Slingerland2016-01-061-2/+5
* [PGO] Enable building compiler-rt profile support library on WindowsNathan Slingerland2016-01-055-1/+205
* [sancov] adding internal functionMike Aizatsky2016-01-051-0/+1
* [sancov] coverage pc bufferMike Aizatsky2016-01-052-0/+22
* [PGO] Sync up template file with masterXinliang David Li2016-01-041-1/+1
* [PGO] Sync up template file with masterXinliang David Li2016-01-031-0/+19
* [PGO]: Eliminate custom typedefs in the FreeBSD case Xinliang David Li2015-12-301-18/+4
* [PGO]: Refactor VP data writerXinliang David Li2015-12-293-48/+124
* For the asan_symbolize.py script, use addr2line as the default systemDimitry Andric2015-12-291-1/+1
* [PGO]: Do not update Data->Value field during profile write.Xinliang David Li2015-12-295-118/+134
* [cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov2015-12-221-1/+1
* [PGO] Move buffer write callback to a common fileXinliang David Li2015-12-223-19/+21
* fix a gcc warningNico Weber2015-12-222-2/+3
* [compiler-rt] [tsan] Add support for PIE build on AArch64Adhemerval Zanella2015-12-212-6/+56
* [asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany2015-12-211-1/+1
* [PGO] testing _WIN64 instead of _WIN32Xinliang David Li2015-12-201-5/+5
* [PGO] Implement BOOL_CMPXCHG for WindowsXinliang David Li2015-12-201-0/+13
* [PGO] Fix build failure with MSVCXinliang David Li2015-12-191-10/+8
* [UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov2015-12-185-51/+118
* Revert r255996 ("[tsan] Add a DCHECK to verify __tsan_read* and __tsan_write ...Kuba Brecka2015-12-183-46/+62
* [tsan] Add a DCHECK to verify __tsan_read* and __tsan_write function aren't c...Kuba Brecka2015-12-183-62/+46
* [tsan] Fix scoping of ScopedInteceptor in libdispatch supportKuba Brecka2015-12-183-0/+36
* Fix typo in MSC pathXinliang David Li2015-12-171-1/+1
* [PGO] cleanup: unify prefix for portability macrosXinliang David Li2015-12-1612-80/+83
* [cfi] Exclude ubsan runtime library from non-diag CFI builds.Evgeniy Stepanov2015-12-162-3/+21
* [cfi] Fix GCC build.Evgeniy Stepanov2015-12-161-2/+2
* [cfi] Fix shadow sanity check.Evgeniy Stepanov2015-12-161-4/+5
* Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov2015-12-153-2/+292
* [PGO] Improve prof library portabilityXinliang David Li2015-12-153-6/+8
* [PGO] Open file with explict binary modeXinliang David Li2015-12-151-1/+1
* [asan] add option: handle_sigillKostya Serebryany2015-12-154-0/+7
* [msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov2015-12-142-0/+34
* [TSAN, PPC64] Fix obvious typo of supported virtual memory sizesBill Schmidt2015-12-141-1/+1
* [compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella2015-12-141-1/+1