summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-02-19[CMake] Introduce COMPILER_RT_INCLUDE_TESTS optionAlexey Samsonov
2014-02-19[asan] Improve stack overflow detection.Evgeniy Stepanov
2014-02-19[asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov
2014-02-19[asan] Fix build on ARM.Evgeniy Stepanov
2014-02-19[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-19[CMake] Rudimentary support for standalone CompilerRT build system.Alexey Samsonov
2014-02-18[ASan/Win] Add a couple more DLL thunksTimur Iskhodzhanov
2014-02-18[sanitizer] when reporting a deadlock also report the lock cycleKostya Serebryany
2014-02-18[CMake] Rename several variablesAlexey Samsonov
2014-02-18[sanitizer] make sure the deadlock detector survives the change of epochs; ad...Kostya Serebryany
2014-02-18[tsan] in deadlock detector do not register locks on their creation and unreg...Kostya Serebryany
2014-02-18[asan] Stack overflow detection.Evgeniy Stepanov
2014-02-18[asan] Override default sigaltstack setting on Android.Evgeniy Stepanov
2014-02-18[CMake] Add top-level target for each compiler-rt library, and add 'compiler-...Alexey Samsonov
2014-02-18[CMake] Check for -fPIE and -ffreestanding flags for consistencyAlexey Samsonov
2014-02-18[CMake] Simplify setting compile flag disabling RTTIAlexey Samsonov
2014-02-18[asan] Make __cxa_demangle non-weak symbol on Android.Evgeniy Stepanov
2014-02-18[CMake] Simplify code for detecting/setting compiler flagsAlexey Samsonov
2014-02-17[sanitizer] add tests for DeadlockDetector, minor fix in onLockKostya Serebryany
2014-02-17[sanitizer] implement node removal in Deadlock graphKostya Serebryany
2014-02-17[sanitizer] simplify DeadlockDetectorTLSKostya Serebryany
2014-02-17[sanitizer] add one more test for deadlock detection stuffKostya Serebryany
2014-02-14LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov
2014-02-14Move ASan lit-tests under test/asanAlexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2014-02-14[asan] Revert r201402, r201404.Evgeniy Stepanov
2014-02-14[sanitizer] Fix getpwuid_r (and similar) interceptors missing one of the argu...Evgeniy Stepanov
2014-02-14Move LSan test suite under test/Alexey Samsonov
2014-02-14[tsan] rudimentary support for deadlock detector in tsan (nothing really work...Kostya Serebryany
2014-02-14Delete LSan unit testsAlexey Samsonov
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