index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
test
/
asan
/
TestCases
/
Windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Update Windows test expectations for LLVM's MS demangler
Reid Kleckner
2019-10-17
1
-1
/
+1
*
compiler-rt: Rename cc files below test/asan to cpp
Nico Weber
2019-08-05
119
-146
/
+146
*
compiler-rt: Rename .cc file in lib/asan to .cpp
Nico Weber
2019-08-01
1
-3
/
+3
*
Change another test I missed in r365724
Nico Weber
2019-07-11
1
-1
/
+1
*
clang-cl: Remove -O0 option
Nico Weber
2019-07-11
89
-121
/
+121
*
[sanitizers][windows] FIX: Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-09
14
-14
/
+14
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-09
22
-4
/
+746
*
Revert "[sanitizers][windows] Rtl-Heap Interception and tests"
JF Bastien
2019-07-08
22
-746
/
+4
*
[sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern
2019-07-08
22
-4
/
+746
*
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner
2019-06-27
1
-0
/
+0
*
[AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...
Matthew G McGovern
2019-04-29
2
-0
/
+58
*
[asan] Disable -Wfortify-source in intentional OOB tests
Reid Kleckner
2019-03-18
2
-4
/
+4
*
Revert r346560 "[winasan] Unpoison the stack in NtTerminateThread"
Reid Kleckner
2018-11-29
1
-1
/
+0
*
Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"
Reid Kleckner
2018-11-09
1
-0
/
+1
*
Revert r343606/r342652 "[winasan] Unpoison the stack in NtTerminateThread""
Reid Kleckner
2018-10-05
1
-1
/
+0
*
Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"
David Major
2018-10-02
1
-0
/
+1
*
Revert r342652 "[winasan] Unpoison the stack in NtTerminateThread"
Hans Wennborg
2018-09-28
1
-1
/
+0
*
Fix test after r342652
David Major
2018-09-20
1
-0
/
+1
*
[compiler-rt] Get rid of "%T" expansions
Filipe Cabecinhas
2018-07-10
1
-2
/
+2
*
[asan] Add flushes to try to fix test
Reid Kleckner
2018-06-20
1
-1
/
+2
*
[asan] Add Windows test for handle_segv and SetUnhandledExceptionFilter
Reid Kleckner
2018-06-20
1
-0
/
+35
*
[asan] Align __asan_global_start so that it works with LLD
Reid Kleckner
2018-04-26
1
-0
/
+18
*
[ASan] Report proper ASan error on allocator failures instead of CHECK(0)-ing
Alex Shlyapnikov
2018-03-28
1
-1
/
+1
*
Enable PDB generation with lld in asan and cfi tests on Windows.
Peter Collingbourne
2017-11-17
1
-5
/
+1
*
[ubsan] Fix interface_symbols_windows test
Vitaly Buka
2017-09-18
1
-0
/
+1
*
[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer
Matt Morehouse
2017-08-30
1
-0
/
+1
*
[asan] Update unittest for changes in logging r308637
Vitaly Buka
2017-07-20
1
-3
/
+3
*
[Sanitizers] Fix allocator OOM test on Windows.
Alex Shlyapnikov
2017-06-16
1
-1
/
+1
*
Revert my bad winasan coverage test fix and apply one that actually works
Reid Kleckner
2017-05-03
2
-3
/
+3
*
Speculative fix for WinASan after r301994
Reid Kleckner
2017-05-03
1
-1
/
+1
*
[asan] Fix Windows global dead stripping tests
Reid Kleckner
2017-04-24
2
-4
/
+4
*
[cfi] Run tests with and without lld and thinlto.
Evgeniy Stepanov
2017-04-21
1
-1
/
+1
*
[asan] Support line numbers in StackVarDescr
Kuba Mracek
2017-03-30
14
-14
/
+14
*
Use lld-link /nopdb to suppress PDB generation when DWARF is required
Reid Kleckner
2017-03-22
1
-2
/
+2
*
[compiler-rt][asan] Add support for desallocation of unhandled pointers
Etienne Bergeron
2017-02-21
1
-0
/
+30
*
[compiler-rt][asan|win] Force tls_init test to use dynamic runtime
Etienne Bergeron
2017-02-14
1
-1
/
+1
*
[asan] Intercept SetUnhandledExceptionFilter.
Marcos Pividori
2017-02-02
1
-0
/
+1
*
[sanitizer] Add list of symbols exported in sanitizers' interface.
Marcos Pividori
2017-01-31
2
-16
/
+65
*
General definition for weak functions
Marcos Pividori
2017-01-29
1
-0
/
+1
*
[asan] Un-XFAIL Windows global dead stripping test cases
Reid Kleckner
2016-11-21
2
-6
/
+0
*
[asan] Create a .ASAN$G(A-Z) section for global registration
Reid Kleckner
2016-11-17
2
-0
/
+57
*
Remove pwd to fix WinASan bot
Reid Kleckner
2016-11-14
1
-1
/
+0
*
[asan/win] Delay load dbghelp.dll to delay ucrtbase.dll initialization
Reid Kleckner
2016-11-14
1
-0
/
+18
*
Add a test that uses coverage and printf from a DLL
Reid Kleckner
2016-11-11
1
-0
/
+17
*
[asan/win] Add init hooks to .CRT$XLAB
Reid Kleckner
2016-11-08
1
-0
/
+51
*
[asan] Add more dynamic CRT mode tests
Reid Kleckner
2016-11-02
4
-38
/
+5
*
[compiler-rt][asan] Disable a broken test on windows 64-bits
Etienne Bergeron
2016-09-30
1
-0
/
+6
*
[compiler-rt][asan] Fix incorrect regexp breaking an asan unittest on win64
Etienne Bergeron
2016-09-30
1
-1
/
+1
*
Fix two tests in Win64 ASan
Reid Kleckner
2016-08-05
1
-0
/
+1
*
Fix dumping of process module list and test it
Reid Kleckner
2016-08-05
1
-0
/
+29
[next]