summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win_dynamic_runtime_thunk.cc
AgeCommit message (Expand)Author
2017-02-02[sanitizer] Add dynamic_runtime_thunk for different sanitizers.Marcos Pividori
2017-01-20[sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-09Pacify lint checkJonas Hahnfeld
2016-11-08[asan/win] Add init hooks to .CRT$XLABReid Kleckner
2016-10-31[ASan] Initialize cloned dynamic runtime global variables earlierReid Kleckner
2016-10-24[compiler-rt] moved __asan_schedule_unregister_globals out of anonymous names...Bob Haarman
2016-09-30[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-09-21revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber
2016-09-19[compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-02fix comments typos [NFC]Etienne Bergeron
2016-08-01[compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron
2016-07-19Add detect_stack_use_after_scope runtime flagVitaly Buka
2016-03-22Wrap 81 character line to satisfy linterReid Kleckner
2016-03-22[asan] Also apply r264006 to asan_win_dynamic_runtime_thunk.ccReid Kleckner
2015-12-09asan_win_dynamic_runtime_thunk.cc: declare atexitHans Wennborg
2015-10-29Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool
2015-03-02[ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit()Timur Iskhodzhanov
2015-02-20[ASan/Win] Work around PR22545 - unregister globals when using the MD runtimeTimur Iskhodzhanov
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