summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-17Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky
2016-05-17[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17[tsan] Ensure mmap respects ignore_interceptors_accessesAnna Zaks
2016-05-17[esan] Fix isShadowMem endpoint bugDerek Bruening
2016-05-17[sanitizers] disabling LateInitialize call to fix the build.Mike Aizatsky
2016-05-17[asan] Don't raise false alarm to recv/recvfrom when MSG_TRUNC is present.Maxim Ostapenko
2016-05-16Avoid leak. Free before resetting.Sean Silva
2016-05-16[profile] Add portability macro for atomic fetch_and_addXinliang David Li
2016-05-16Revert "Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Cov...Vedant Kumar
2016-05-16Reapply^2 "[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-16[profile] minor code restructuring /NFCXinliang David Li
2016-05-16[PS4] Change the names of some "environmental" things to what ourPaul Robinson
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-05-16[asan] Fix asan initialization failure with newer (2.23+) glibc in use.Maxim Ostapenko
2016-05-15Use __builtin_alloca with __GNUC__Xinliang David Li
2016-05-15Fix FreeBSD build failureXinliang David Li
2016-05-14[profile] Eliminate dynamic memory allocation for vp writingXinliang David Li
2016-05-14Revert "Reapply "[ProfileData] (compiler-rt) Use Error in InstrProf and Cover...Chandler Carruth
2016-05-14minor cleanup -- reset buffer pointerXinliang David Li
2016-05-13Reapply "[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFC"Vedant Kumar
2016-05-13Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (compiler-...Vedant Kumar
2016-05-13[ProfileData] (compiler-rt) Use Error in InstrProf and Coverage, NFCVedant Kumar
2016-05-13[profile] Eliminate dynamic memory allocation for buffered writerXinliang David Li
2016-05-12[profile] Code refactoringXinliang David Li
2016-05-12Minor code refactoring /NFCXinliang David Li
2016-05-12More fixup for r269288 and r269296. Adding the missing 'return'.Kuba Brecka
2016-05-12[sanitizer] Allow nullptr in Swift demanglerKuba Brecka
2016-05-12[mips][sanitizer_common] Don't use `ld` in internal_clone() on 32-bit MIPS.Daniel Sanders
2016-05-12Fixup for r269288. SleepForSeconds is not available in nolibc builds, let's ...Kuba Brecka
2016-05-12Fixup for r269291, which broke the Go TSan build. Let's not use the symboliz...Kuba Brecka
2016-05-12[sanitizer] Fix a crash when demangling Swift symbols, take 2Kuba Brecka
2016-05-12[sanitizer] On OS X, exit the forked process gracefully when login_tty failsKuba Brecka
2016-05-12[sanitizer] Break infinite recursion in case of recursive failed CHECKsKuba Brecka
2016-05-11[profile] profile writing cleanupXinliang David Li
2016-05-11cleanup: Enforce caller to set total size to avoid redundant size computeXinliang David Li
2016-05-11[asan] Don't use libcorkscrew on Android L+.Evgeniy Stepanov
2016-05-11[sanitizer] Move *stat to the common interceptorsEvgeniy Stepanov
2016-05-11[esan] EfficiencySanitizer shadow memoryDerek Bruening
2016-05-10tsan: fix another crash due to processorsDmitry Vyukov
2016-05-10Reapply r268840: [profile] Simplify value profile writingXinliang David Li
2016-05-09[MSan] Add a test for vararg with lots of non-vararg arguments.Marcin Koscielnicki
2016-05-09[CMake] Support platform building builtins without a full toolchainChris Bieneman
2016-05-09Fix variable visibilityXinliang David Li
2016-05-07Revert "[profile] Simplify value profile writing"Renato Golin
2016-05-07[profile] Simplify value profile writingXinliang David Li
2016-05-06tsan: fix a crashDmitry Vyukov
2016-05-06Revert r268716. This has caused test failures in MSan on Linux.Kuba Brecka
2016-05-06[sanitizer] Fix a crash when demangling Swift symbolsKuba Brecka
2016-05-06[asan] Bail out on stack overflow in recovery mode.Maxim Ostapenko
2016-05-06[profile] Remove another unneeded field in raw profile readerXinliang David Li