summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Windows/dll_host.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-79/+0
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-3/+3
* clang-cl: Remove -O0 optionNico Weber2019-07-111-1/+1
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-091-0/+4
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-081-4/+0
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-081-0/+4
* Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-291-1/+0
* Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"Reid Kleckner2018-11-091-0/+1
* Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""Reid Kleckner2018-10-051-1/+0
* Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"David Major2018-10-021-0/+1
* Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"Hans Wennborg2018-09-281-1/+0
* Fix test after r342652David Major2018-09-201-0/+1
* [asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori2017-02-021-0/+1
* [sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori2017-01-311-16/+14
* General definition for weak functionsMarcos Pividori2017-01-291-0/+1
* Fix two tests in Win64 ASanReid Kleckner2016-08-051-0/+1
* [asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner2016-08-021-1/+1
* [asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner2016-08-021-1/+0
* fix flaky test on windows sanitizer botsEtienne Bergeron2016-07-201-8/+8
* Try to deflake Windows/dll_host.cc test by not using repeated echo appendingReid Kleckner2016-07-201-10/+12
* [compiler-rt] Fix Asan imports/exports unittestEtienne Bergeron2016-07-191-5/+24
* [ASan/Win] Thread sanitizer common interface through asan_win_dll_thunk.ccTimur Iskhodzhanov2015-02-191-0/+3
* [ASan/Win] Speculative fix to make the sed command line work with all sed imp...Timur Iskhodzhanov2015-02-181-1/+3
* WinASan: Fix escaping in dll_host.cc test to work with internal shellReid Kleckner2015-02-171-1/+1
* [ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.ccTimur Iskhodzhanov2014-08-261-2/+2
* [ASan/Win] Mark tests that require -MT asan_dll_thunk as suchTimur Iskhodzhanov2014-08-141-0/+1
* [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Wind...Timur Iskhodzhanov2014-05-281-1/+1
* Quick-fix a copy-and-paste mistake in one of the ASan testTimur Iskhodzhanov2014-05-221-1/+1
* [ASan/Win] Make sure the list of wrappers exported by the main module and imp...Timur Iskhodzhanov2014-05-221-0/+11
* [ASan/Win tests] Add the first DLL testTimur Iskhodzhanov2014-05-151-0/+37
OpenPOWER on IntegriCloud