summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-14[sanitizer] add iterators to bit vectors; make bit vector operations use litt...Kostya Serebryany
2014-02-14[asan] Disable assembly on windows.Evgeniy Stepanov
2014-02-14Move DFSan test suite under test/Alexey Samsonov
2014-02-14[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-14Move UBSan test suite under test/Alexey Samsonov
2014-02-14[sanitizer] Use mmap to zero-fill large shadow regions.Evgeniy Stepanov
2014-02-14Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov
2014-02-14[msan] Replicate mmap-below-shadow check in mmap64 interceptor.Evgeniy Stepanov
2014-02-14Move tests for BlocksRuntime and builtins to corresponding directories under ...Alexey Samsonov
2014-02-14[asan] Android test runner for ASan lit tests.Evgeniy Stepanov
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov
2014-02-14[libsanitizer] Create SanitizerCommonDecorator which provides the Warning() a...Alexander Potapenko
2014-02-14Move BlocksRuntime to lib/ directoryAlexey Samsonov
2014-02-13[sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitInd...Kostya Serebryany
2014-02-13[sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany
2014-02-13[asan] Disable 1 test on Android.Evgeniy Stepanov
2014-02-13[asan] Remove extra clone() arguments in test.Evgeniy Stepanov
2014-02-13[asan] Enable signal and sigaction interceptors on Android.Evgeniy Stepanov
2014-02-13[asan] Enable SEGV handler on Android by default.Evgeniy Stepanov
2014-02-13[sanitizer] Fix off-by-one-line in SEGV reports on Android.Evgeniy Stepanov
2014-02-13[asan] Fix null_deref test with zero base shadow.Evgeniy Stepanov
2014-02-13[sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany
2014-02-13Remove a check from strerror_r test.Evgeniy Stepanov
2014-02-13[sanitizer] findPath for deadlock detectorKostya Serebryany
2014-02-13[asan] Avoid deadlock in CovDump.Evgeniy Stepanov
2014-02-13[sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany
2014-02-13[sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany
2014-02-12[sanitizer] Intercept capget()/capset().Sergey Matveev
2014-02-12[asan] Handle OpenFile errors in CovDump.Evgeniy Stepanov
2014-02-12[sanitizer] Fix wait4 interceptor on Android.Evgeniy Stepanov
2014-02-12[sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany
2014-02-12[TSan] Kill tsan_symbolize_addr2line_linux.ccAlexey Samsonov
2014-02-12[Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov
2014-02-12[UBSan] Parse common runtime flags before using a symbolizerAlexey Samsonov
2014-02-12[Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flagAlexey Samsonov
2014-02-12[Sanitizer] Reduce stack frame size of SlowUnwindStackWithContextAlexey Samsonov
2014-02-12[sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany
2014-02-11[asan] Fix Windows build.Evgeniy Stepanov
2014-02-11[sanitizer] Fix build.Evgeniy Stepanov
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-02-11[Sanitizer] External symbolizer refactoring: split protocol for communicating...Alexey Samsonov
2014-02-11Remove unused config.llvm_symbolizer_pathAlexey Samsonov
2014-02-10Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov
2014-02-10[msan] Return EINVAL instead of crashing from mmap of an invalid address.Evgeniy Stepanov
2014-02-10[Sanitizer] Don't #include the same system header twice.Alexey Samsonov
2014-02-10[sanitizer] Disable 3 more syscall hooks on Android.Evgeniy Stepanov
2014-02-10[TSan] Fix mismatched mangled names in operator delete interceptorsAlexey Samsonov
2014-02-10[sanitizer] struct ustat and a bunch of other definitions are missing on Andr...Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2014-02-08Stick to C++98 for this.Nick Lewycky