summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-25Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko
2014-09-24[asan] make sanitizer tests depend on libclang_rt.profile since we now have a...Kostya Serebryany
2014-09-24[asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany
2014-09-23[asan] Fix one test on Android-L.Evgeniy Stepanov
2014-09-22UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov
2014-09-22[ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko
2014-09-19[UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov
2014-09-19[UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov
2014-09-19[asan] asan_device_setup improvements.Evgeniy Stepanov
2014-09-19[ASan] Print a hint when the program crashes accessing the zero page.Alexander Potapenko
2014-09-19builtins: 80-columnSaleem Abdulrasool
2014-09-19builtins: remove definition of __ARM_ARCHSaleem Abdulrasool
2014-09-18[asan] Initialize logfile in asan_symbolize.py to sys.stdin.Sergey Matveev
2014-09-18[asan] Fix a bug in asan_symbolize.pySergey Matveev
2014-09-18tsan: more careful handling of signalsDmitry Vyukov
2014-09-18tsan: fix signal_longjmp test in debug modeDmitry Vyukov
2014-09-18tsan: fix double semicolon ;;Dmitry Vyukov
2014-09-18Enable Asan lit tests on FreeBSD.Viktor Kutuzov
2014-09-17tsan: fix bug number in commentDmitry Vyukov
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey Samsonov
2014-09-17Do not link the dyndd runtime library against libdl on FreeBSDViktor Kutuzov
2014-09-17Add FreeBSD support to the address sanitizer's deep_call_stack.cc test caseViktor Kutuzov
2014-09-17tsan: fix crash when a program registers zillions of atexit callbacksDmitry Vyukov
2014-09-16tsan: support longjmp out of signal handlersDmitry Vyukov
2014-09-16[sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F A...Kostya Serebryany
2014-09-16Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger
2014-09-16[asan] De-flake one test.Evgeniy Stepanov
2014-09-16[asan] Fix a comment in a test.Evgeniy Stepanov
2014-09-15[asan] Fix a flaky test.Evgeniy Stepanov
2014-09-15[asan] Delay system log initialization on Android.Evgeniy Stepanov
2014-09-15Avoid calling strtoll and atoll in asan_str_test.cc on Windows for nowEhsan Akhgari
2014-09-15Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASA...Ehsan Akhgari
2014-09-15[asan] Fix path in test.Evgeniy Stepanov
2014-09-15[asan] Disable wait4 test on Android.Evgeniy Stepanov
2014-09-12tsan: use growable vector for atexit callbacksDmitry Vyukov
2014-09-12[UBSan] Don't overflow when calculating memory range that should be dumpedAlexey Samsonov
2014-09-12[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov
2014-09-12[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.libTimur Iskhodzhanov
2014-09-12Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov
2014-09-11[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov
2014-09-11[asan] Preserve existing LD_PRELOAD setting on Android.Evgeniy Stepanov
2014-09-10[TSan] Use common flags in the same way as all the other sanitizersAlexey Samsonov
2014-09-10[Sanitizer] Get rid of Symbolizer::Get() and Symbolizer::GetOrNull().Alexey Samsonov
2014-09-10[UBSan] Add noinline attribute to handlers that should never return.Alexey Samsonov
2014-09-10[UBSan] Add halt_on_error runtime flagAlexey Samsonov
2014-09-10Make compiler-rt tests work with relocatable SDKs on OS XKuba Brecka
2014-09-10[asan-assembly-instrumentation] Added end-to-end test for proper stack unwind...Yuri Gorshenin
2014-09-08Remove extra semicolon [-Wpedantic]Alexey Samsonov
2014-09-08Report source location of returns_nonnull attribute in UBSan reports.Alexey Samsonov
2014-09-08Revert accidental changeAlexey Samsonov