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
/
lib
/
asan
/
lit_tests
/
TestCases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ASan lit-tests under test/asan
Alexey Samsonov
2014-02-14
144
-4156
/
+0
*
[asan] Disable 1 test on Android.
Evgeniy Stepanov
2014-02-13
1
-0
/
+4
*
[asan] Remove extra clone() arguments in test.
Evgeniy Stepanov
2014-02-13
1
-1
/
+1
*
[asan] Fix null_deref test with zero base shadow.
Evgeniy Stepanov
2014-02-13
1
-1
/
+1
*
Remove a check from strerror_r test.
Evgeniy Stepanov
2014-02-13
1
-1
/
+2
*
[asan] Avoid deadlock in CovDump.
Evgeniy Stepanov
2014-02-13
1
-0
/
+3
*
[sanitizer] Fix wait4 interceptor on Android.
Evgeniy Stepanov
2014-02-12
2
-8
/
+31
*
[asan] fix testing on Mac
Kostya Serebryany
2014-02-06
1
-0
/
+2
*
[asan] introduce two functions that will allow implementations of C++ garbage...
Kostya Serebryany
2014-02-06
2
-0
/
+51
*
[ASan] Use replace_str=0 and replace_intrin=0 in printf-{2,4}.c to avoid trig...
Alexander Potapenko
2014-02-04
2
-6
/
+10
*
[ASan] Fix printf-5.c on OSX: fix a compiler warning, avoid intercepting memc...
Alexander Potapenko
2014-02-04
1
-4
/
+5
*
[sanitizer] Resubmit r200683: disable -ffunction-sections.
Evgeniy Stepanov
2014-02-03
1
-0
/
+39
*
Revert r200683.
Evgeniy Stepanov
2014-02-03
1
-39
/
+0
*
[sanitizer] Disable -ffunction-sections.
Evgeniy Stepanov
2014-02-03
1
-0
/
+39
*
[ASan] Add a failing test that demonstrates that ASan currently breaks dead c...
Alexander Potapenko
2014-01-31
1
-0
/
+13
*
[sanitizer] Fix typo that breaks shmctl() interceptor.
Evgeniy Stepanov
2014-01-30
1
-0
/
+6
*
[asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribut...
Kostya Serebryany
2014-01-30
1
-2
/
+0
*
[asan] disable __tls_get_addr interceptor while I am investigating why it cau...
Kostya Serebryany
2014-01-30
1
-1
/
+6
*
[asan] increase the buffer size for printing asan legend, add a test for legend
Kostya Serebryany
2014-01-29
1
-0
/
+3
*
[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...
Kostya Serebryany
2014-01-29
1
-0
/
+102
*
[Sanitizer] Fix false positive in snprintf interceptor - take the number of a...
Alexey Samsonov
2014-01-23
1
-2
/
+7
*
Sanitize printf functions.
Alexey Samsonov
2014-01-21
5
-0
/
+98
*
[asan] one more test for https://code.google.com/p/address-sanitizer/issues/d...
Kostya Serebryany
2014-01-21
1
-0
/
+75
*
[asan] relax the checks inside __sanitizer_annotate_contiguous_container: the...
Kostya Serebryany
2014-01-21
1
-0
/
+27
*
[asan] Implement delayed activation of AddressSanitizer
Evgeniy Stepanov
2014-01-16
2
-0
/
+65
*
[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.
Evgeniy Stepanov
2014-01-16
3
-68
/
+0
*
[asan] Implement max_redzone runtime flag.
Evgeniy Stepanov
2014-01-09
1
-0
/
+26
*
[ASan] Add a test for __asan_gen_ globals labels on Darwin.
Alexander Potapenko
2013-12-25
1
-0
/
+14
*
[ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...
Alexander Potapenko
2013-12-25
1
-1
/
+2
*
[ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...
Alexander Potapenko
2013-12-25
1
-0
/
+7
*
[asan] clean up at the end of the shmget/shmctl test
Kostya Serebryany
2013-12-23
1
-0
/
+1
*
[asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...
Kostya Serebryany
2013-12-23
1
-4
/
+26
*
[ASan] Get rid of __asan_symbolize function
Alexey Samsonov
2013-12-19
3
-19
/
+0
*
[asan] fix the test so that it works even if stack size is unlimited by default
Kostya Serebryany
2013-12-16
1
-1
/
+1
*
[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...
Kostya Serebryany
2013-12-16
1
-3
/
+3
*
[asan] rewrite asan's stack frame layout, compiler-rt part
Kostya Serebryany
2013-12-06
3
-21
/
+20
*
[asan] revert files which I accidentally commited in r196490
Kostya Serebryany
2013-12-05
3
-20
/
+21
*
[tsan] fix the include path that is broken in configure/make build but works ...
Kostya Serebryany
2013-12-05
3
-21
/
+20
*
[asan] revert 196373: committed to many files by mistake
Kostya Serebryany
2013-12-04
3
-20
/
+21
*
[asan] require __i686__ for the SSE test; also make weaker claims about stack...
Kostya Serebryany
2013-12-04
3
-21
/
+20
*
[sanitizer] Expose __sanitizer_print_stack_trace().
Sergey Matveev
2013-12-03
1
-0
/
+16
*
[asan] dump coverage even if asan has reported an error
Kostya Serebryany
2013-11-29
1
-0
/
+7
*
[sanitizer] disable shmctl intercetor in 32-bit -- it is rotten (bug filed)
Kostya Serebryany
2013-11-29
1
-0
/
+17
*
[ASan] Fix large_allocator_unpoisons_on_free.cc to pass correct parameters to...
Alexander Potapenko
2013-11-22
1
-7
/
+9
*
[asan] rename contiguous-container-buffer-overflow (too long) to container-ov...
Kostya Serebryany
2013-11-21
1
-1
/
+1
*
[asan] Fix OSX tests.
Evgeniy Stepanov
2013-11-20
1
-1
/
+1
*
[asan] Test that LargeAllocator unpoisons memory before releasing it to the OS.
Evgeniy Stepanov
2013-11-20
1
-0
/
+23
*
[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...
Kostya Serebryany
2013-11-19
1
-0
/
+16
*
[ASan] Run one of UAS tests in UAR mode as well
Alexey Samsonov
2013-11-18
1
-1
/
+2
*
[asan] introduce __sanitizer_annotate_contiguous_container
Kostya Serebryany
2013-11-18
1
-0
/
+47
[next]