summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-09-02[asan] Fix signal interception on Android.Evgeniy Stepanov
2015-09-02CFI: Make the cfi target a dependency of compiler-rt.Peter Collingbourne
2015-09-01CFI: Add blacklist entries for various standard library functions.Peter Collingbourne
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-08-31[CMake] Enable building builtins for iOS and iOS simulator.Chris Bieneman
2015-08-31[CMake] Fixing lip output library name on Darwin platforms.Chris Bieneman
2015-08-31[CMake] Fix building builtins on Linux and Darwin.Chris Bieneman
2015-08-31builtins: implement __emutls_get_addressChih-Hung Hsieh
2015-08-31[asan] Fix the freopen interceptor to allow NULL instead of a filenameKuba Brecka
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-27[CMake] Delete unused variable and target.Alexey Samsonov
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-27[Sanitizer] Use internal_memmove instead of the one implicitly generated by c...Alexey Samsonov
2015-08-27[sanitizer] Disable sem_* interceptors on Mac.Evgeniy Stepanov
2015-08-27[sanitizer] Move sem_* to common interceptors.Evgeniy Stepanov
2015-08-27[CMake] Add PARENT_TARGET option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-27Unit test the CRLF change to suppression parsingReid Kleckner
2015-08-27[compiler-rt] [tsan] Fix GetTls for aarch64Adhemerval Zanella
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-26[CMake] Cleaning up ubsan to use OBJECT_LIBS and to not loop when calling add...Chris Bieneman
2015-08-26Handle suppression files ending in CRLF (\r\n)Reid Kleckner
2015-08-26[CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman
2015-08-26[compiler-rt] Add common interceptor for wcrtomb. Eric Fiselier
2015-08-25[CMake] fixing a typo that is breaking bots.Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-24[autoconf] Properly exclude sanitizer_common nolibc sources from build.Alexey Samsonov
2015-08-24[dfsan] Enable DFSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22Try to fix Mac build.Alexey Samsonov
2015-08-22[TSan] Support __sanitizer_set_death_callback().Alexey Samsonov
2015-08-22[asan] Don't apply glibc-specific TLS calculations on Android.Evgeniy Stepanov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[DFSan] Remove nolibc build.Alexey Samsonov
2015-08-21[LSan] Support __sanitizer_set_death_callback in standalone LSan.Alexey Samsonov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-21tsan: don't report any bugs when report_bugs=0 flag is setDmitry Vyukov
2015-08-21[compiler-rt] [sanitizers] Add aarch64 syscall optimization supportAdhemerval Zanella
2015-08-21builtins: restrict aliasesSaleem Abdulrasool
2015-08-21[compiler-rt] Add libgcc compatibility aliases for __cmp{s,d,f}f2.Josh Gao
2015-08-21Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.Josh Gao
2015-08-20[asan] Fix build issue from r245596Adhemerval Zanella
2015-08-20[asan] Enable ASan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-20[CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman