summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
AgeCommit message (Expand)Author
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-05-14[asan] Respect personality in kernel area detector, patch by Yuri GribovKostya Serebryany
2014-05-12[ASan] Split static ASan runtime in two parts: asan and asan_cxx.Alexey Samsonov
2014-05-12[ASan] Add references to the issue tracker about malloc/free/new/delete misma...Timur Iskhodzhanov
2014-05-12[asan] Move the "coverage" flag to common flags.Sergey Matveev
2014-05-12[asan] one more attempt to enable lsan by default (PR19521)Kostya Serebryany
2014-05-06[ASan/Win] Don't crash when ASAN_OPTIONS have disable_core=1Timur Iskhodzhanov
2014-04-30[asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany
2014-04-28[asan] split detect_odr_violation into two: =2 detects all ODR violations, =1...Kostya Serebryany
2014-04-25[asan] implement an experimental detector of ODR violations. Not tested yet o...Kostya Serebryany
2014-04-23[asan] disable lsan back. :( -- It appears that quite a few lit tests have l...Kostya Serebryany
2014-04-22[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany
2014-04-21[asan] add a run-time flag detect_container_overflow=true/falseKostya Serebryany
2014-04-21[asan] implement __asan_loadN/__asan_storeN for out-lined asan checksKostya Serebryany
2014-04-17[asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-04-14[asan] added internal flag mmap_limit_mbKostya Serebryany
2014-04-04[asan] fix a leak in __tls_get_addr handler; introduce a run-time flag to dis...Kostya Serebryany
2014-04-01[ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov
2014-03-27[asan] Do not sanitize kernel area on 32-bit targets, patch by Yuri GribovKostya Serebryany
2014-03-21[ASan] Move the flag descriptions from comments to ParseFlag arguments.Alexander Potapenko
2014-03-20[libsanitizer] Introduce flag descriptions.Alexander Potapenko
2014-02-27[asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany
2014-02-11[sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov
2014-01-31[asan] Read extra flags from a system property on activation on Android.Evgeniy Stepanov
2014-01-31[ASan] Move the SIGSEGV/SIGBUS handling to sanitizer_commonAlexander Potapenko
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-16[asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov
2014-01-09[asan] Implement max_redzone runtime flag.Evgeniy Stepanov
2013-12-17[Sanitizer] Always initialize a Symbolizer (even if 'symbolize' is false).Alexey Samsonov
2013-12-16[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany
2013-12-13[asan] add flag uar_noreserve to use noreserve mmap for fake stack. uar_nores...Kostya Serebryany
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-11-29[asan] dump coverage even if asan has reported an error Kostya Serebryany
2013-11-27tsan: fix flags parsingDmitry Vyukov
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-11-12[Sanitizer] Specify a default value for each common runtime flagAlexey Samsonov
2013-11-06[ASan] Disable back init-order checker. Make strict_init_order imply check_in...Alexey Samsonov
2013-11-01[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov
2013-10-31[ASan] Turn on (non-strict) initialization order checker by default for all A...Alexey Samsonov
2013-10-25Overhaul the symbolizer interface.Peter Collingbourne
2013-10-18[asan] fix atexit statsKostya Serebryany
2013-10-17[asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1Kostya Serebryany
2013-10-16[asan] introduce run-time flag 'poison_partial' Kostya Serebryany
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-09-27[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany
2013-09-23[asan] disable the detect_stack_use_after_return run-time flag by default and...Kostya Serebryany