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
/
tests
/
asan_test_utils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
NetBSD compatibility nit in asan_test_utils.h
Kamil Rytarowski
2017-08-08
1
-1
/
+1
*
Include setjmp.h unconditionally in asan_test_utils.h
Hans Wennborg
2017-05-17
1
-1
/
+1
*
Decrease kLargeMalloc block size in ASAN unit tests.
Evgeniy Stepanov
2016-12-28
1
-1
/
+3
*
[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....
Timur Iskhodzhanov
2014-05-13
1
-1
/
+1
*
[Sanitizer tests] Make simple pthread tests compile and pass on Windows
Timur Iskhodzhanov
2014-05-13
1
-8
/
+5
*
[ASan] Update sanitizer_common and asan test_util headers to support building...
Timur Iskhodzhanov
2014-05-08
1
-3
/
+6
*
A set of trivial changes to support sanitizers on FreeBSD.
Alexey Samsonov
2014-03-04
1
-1
/
+1
*
[asan] require __i686__ for the SSE test; also make weaker claims about stack...
Kostya Serebryany
2013-12-04
1
-4
/
+0
*
[asan] revert 196373: committed to many files by mistake
Kostya Serebryany
2013-12-04
1
-0
/
+4
*
[asan] require __i686__ for the SSE test; also make weaker claims about stack...
Kostya Serebryany
2013-12-04
1
-4
/
+0
*
[asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add ...
Kostya Serebryany
2013-02-14
1
-1
/
+1
*
[asan] run-time tests for adaptive redzones
Kostya Serebryany
2013-01-24
1
-0
/
+3
*
[asan] simplify the code that poisons global redzones, add some more tests
Kostya Serebryany
2013-01-23
1
-0
/
+19
*
[asan] split asan_test.cc more
Kostya Serebryany
2013-01-22
1
-0
/
+10
*
[asan] split asan_test.cc to speedup parallel build (most important if buildi...
Kostya Serebryany
2013-01-22
1
-0
/
+50
*
Move large part of asan_test_utils.h to sanitizer_common.
Evgeniy Stepanov
2013-01-14
1
-47
/
+1
*
ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...
Alexey Samsonov
2012-12-04
1
-1
/
+1
*
[asan] EXPECT_EQ => ASSERT_EQ around pthread_create/pthread_join calls
Kostya Serebryany
2012-12-03
1
-2
/
+2
*
[asan] in asan tests, check all return values of pthread_create/pthread_join....
Kostya Serebryany
2012-12-03
1
-0
/
+4
*
[asan] make asan_test.cc more gcc-friendly
Kostya Serebryany
2012-11-30
1
-1
/
+1
*
[asan] simplify break_optimization in tests (Jakub Jelinek)
Kostya Serebryany
2012-11-30
1
-2
/
+4
*
[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...
Kostya Serebryany
2012-11-21
1
-4
/
+2
*
[ASan] Fix strchr/index tests for users who have 'char* strchr(char*,int)' in...
Alexey Samsonov
2012-10-17
1
-0
/
+2
*
[ASan] don't use attribute no_address_safety_analysis if it's unknown to comp...
Alexey Samsonov
2012-10-17
1
-0
/
+7
*
[ASan] Fix unit test headers. Add an option to change substitute asan_test_co...
Alexey Samsonov
2012-09-28
1
-1
/
+7
*
Whitespace/lint
Alexey Samsonov
2012-08-30
1
-1
/
+1
*
[ASan/tests] Make 'noinline' and a bunch of other stuff portable
Timur Iskhodzhanov
2012-03-23
1
-1
/
+27
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+30