summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2015-03-17asan: remove left-over code from submitted in rev r232501Dmitry Vyukov
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-03-17[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-16[Tsan] Do not sanitize memcpy() during thread initialization on FreeBSDViktor Kutuzov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2015-03-13We want single precision here.Joerg Sonnenberger
2015-03-12Use signed int implementation for __fixintEd Maste
2015-03-12[Tsan] Do not declare std_suppressions when not usedViktor Kutuzov
2015-03-12[Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.Viktor Kutuzov
2015-03-12[Sanitizers] Fix sanitizers to build on FreeBSD.Viktor Kutuzov
2015-03-12tsan: fix a bug in MetaMap::ResetRangeDmitry Vyukov
2015-03-12tsan: fix crash during __tsan_java_moveDmitry Vyukov
2015-03-12Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka
2015-03-11Be nicer to C90 environments and avoid the declaration of variables in forJoerg Sonnenberger
2015-03-11Always include stddef.h to make sure size_t exists.Joerg Sonnenberger
2015-03-11Refactor float to integer conversion to share the same code.Joerg Sonnenberger
2015-03-11[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-10[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany
2015-03-09Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka
2015-03-09At least on NetBSD, sys/errno.h and errno.h are different, so use theJoerg Sonnenberger
2015-03-07Adding sanitizer_symbolizer_win.h to CMakeLists.txtKuba Brecka
2015-03-06[asan] Allow users of asan_symbolize.py to forbid fallback to atos/addr2line.Sergey Matveev
2015-03-06Symbolizer refactoring: Make WinSymbolizer use SymbolizerTool interfaceKuba Brecka
2015-03-06asan: fix comment formattingDmitry Vyukov
2015-03-05Print out which symbolizer are we using when verbosity >= 2Kuba Brecka
2015-03-05[sanitizer] Reconstruct the function that dumps block/edge coverage, hopefull...Kostya Serebryany
2015-03-05Move use of __builtin_longjmp under the same conditions as the onlyJoerg Sonnenberger
2015-03-05tsan: fix signal handling during stop-the-worldDmitry Vyukov
2015-03-05Symbolizer refactoring: Link symbolizer tools into a fallback chainKuba Brecka
2015-03-05[sanitizer] add a run-time flag to dump the coverage counter bitsetKostya Serebryany
2015-03-05[sanitizer] use simpler symbolizer interface (GetModuleNameForPc) where appli...Kostya Serebryany
2015-03-04[sanitizer] when dumping coverage bitset, dump seperate file for every module...Kostya Serebryany
2015-03-04[Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov
2015-03-04Exclude LLVM sources from lint check.Alexey Samsonov
2015-03-04[sanitizer] Since x32 runs under 64-bit kernel, GetKernelAreaSize should retu...Kostya Serebryany
2015-03-03[asan] more fixes for x32, patches by H.J. LuKostya Serebryany
2015-03-03[asan] attempting to fix the windows buildKostya Serebryany
2015-03-03[sanitizer/coverage] Add AFL-style coverage counters (search heuristic for fu...Kostya Serebryany
2015-03-03Symbolizer refactoring: Unify access to symbolizer tools from POSIXSymbolizerKuba Brecka
2015-03-03Symbolizer refactoring: Turn FillAddressAndModuleInfo into FillModuleInfoKuba Brecka
2015-03-03[asan] Since x32 has 32-bit pointers, it should use the same code sequence as...Kostya Serebryany
2015-03-02Symbolizer refactoring: Make LibbacktraceSymbolizer adopt the SymbolizerTool ...Kuba Brecka
2015-03-02Symbolizer refactoring: ExtractToken and friendsKuba Brecka
2015-03-02Symbolizer refactoring: Move internals to separate filesKuba Brecka
2015-03-02Allow compiler-rt build on BitrigRenato Golin
2015-03-02[ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit()Timur Iskhodzhanov