summaryrefslogtreecommitdiff
path: root/lib/ubsan
AgeCommit message (Expand)Author
2017-05-17[Ubsan]Remove unused link libraries.Leo Li
2017-05-17Generate ubsan shared libraries.Leo Li
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-04-19Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizerNico Weber
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar
2017-03-14[ubsan] Add nullability handlers to interface fileVedant Kumar
2017-03-14[ubsan] Add diagnostic handlers for nullability errorsVedant Kumar
2017-02-02[sanitizer] Use interception to access to strong definitions in the executable.Marcos Pividori
2017-02-02[sanitizer] Add dynamic_runtime_thunk for different sanitizers.Marcos Pividori
2017-02-02[sanitizer] Intercept weak functions in dll_thunks.Marcos Pividori
2017-02-02[sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-07Revert "Enable weak hooks on darwin"Francis Ricci
2017-01-07Enable weak hooks on darwinFrancis Ricci
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2017-01-06[ubsan] Minimize size of data for type_mismatch (Redo of D19668)Filipe Cabecinhas
2016-10-06[ubsan] More 0 -> nullptr conversions (NFC)Vedant Kumar
2016-10-06[ubsan] 0 -> nullptr (NFC)Vedant Kumar
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-26[CMake] Connect Compiler-RT targets to LLVM Runtimes directoryChris Bieneman
2016-08-26Revert " [compiler-rt] Allow c++ abi to be explictly disabled in cmake con...Dean Michael Berris
2016-08-26 [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationDean Michael Berris
2016-08-22[compiler-rt] Don't build ubsan cxxabi sources when unusedFrancis Ricci
2016-08-22[cmake] Fix append_rtti_flag macro and bad var nameFilipe Cabecinhas
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16 [compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-16Revert "[compiler-rt] Allow c++ abi to be explictly disabled in cmake configu...Francis Ricci
2016-08-16[compiler-rt] Allow c++ abi to be explictly disabled in cmake configurationFrancis Ricci
2016-08-15[ubsan] Initialize Android logging.Evgeniy Stepanov
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-04-15[sanitizer] [SystemZ] Enable UBSan.Marcin Koscielnicki
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-12Fix bad regression from r263077 when building with MSVC.Nico Weber
2016-03-11[UBSan] Improve bufferization of UBSan error reports.Alexey Samsonov
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-03-04[ubsan/cmake] Make sure we end up adding -frtti to ubsan_type_hash_itanium.cc...Filipe Cabecinhas
2016-02-27[UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas