git://git.jankratochvil.net
/
lldb.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[tsan] make the 64-bit allocator build (but not work) in 32-bit mode to simplify...
2012-12-05
Kostya Serebryany
[tsan] make the 64-bit allocator build (but not work...
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[tsan] add a compile-time error for 64-bit-only support
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[tsan] test the allocator with CompactSizeClassMap
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[tsan] minor interface refactoring
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[tsan] refactor the allocator tests to allow testing...
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[tsan] refactoring and comment changes in sanitizer_common...
commit
|
commitdiff
|
tree
2012-12-04
Kostya Serebryany
[asan] add experimental -asan-realign-stack option...
commit
|
commitdiff
|
tree
2012-12-03
Kostya Serebryany
[asan] two more bits for __sparc__
commit
|
commitdiff
|
tree
2012-12-03
Kostya Serebryany
[tsan] add CompactSizeClassMap as an alternative (more...
commit
|
commitdiff
|
tree
2012-12-03
Kostya Serebryany
[tsan] remove unused InternalAllocBlock as part of...
commit
|
commitdiff
|
tree
2012-12-03
Kostya Serebryany
[asan] EXPECT_EQ => ASSERT_EQ around pthread_create...
commit
|
commitdiff
|
tree
2012-12-03
Kostya Serebryany
[asan] in asan tests, check all return values of pthread_cre...
commit
|
commitdiff
|
tree
2012-11-30
Kostya Serebryany
[asan] simplify the code around doesNotReturn call...
commit
|
commitdiff
|
tree
2012-11-30
Kostya Serebryany
[asan] make asan_test.cc more gcc-friendly
commit
|
commitdiff
|
tree
2012-11-30
Kostya Serebryany
[asan] simplify break_optimization in tests (Jakub...
commit
|
commitdiff
|
tree
2012-11-29
Kostya Serebryany
[asan] disable BuiltinLongJmpTest on Android
commit
|
commitdiff
|
tree
2012-11-29
Kostya Serebryany
[asan/tsan] initialize the asan/tsan callbacks in runOnFunct...
commit
|
commitdiff
|
tree
2012-11-29
Kostya Serebryany
[asan] enable BuiltinLongJmpTest
commit
|
commitdiff
|
tree
2012-11-29
Kostya Serebryany
[asan] when checking the noreturn attribute on the...
commit
|
commitdiff
|
tree
2012-11-28
Kostya Serebryany
[asan] add DISABLED_BuiltinLongJmpTest
commit
|
commitdiff
|
tree
2012-11-28
Kostya Serebryany
[asan] Split AddressSanitizer into two passes (FunctionPass...
commit
|
commitdiff
|
tree
2012-11-28
Kostya Serebryany
[asan] Split AddressSanitizer into two passes (FunctionPass...
commit
|
commitdiff
|
tree
2012-11-26
Kostya Serebryany
[asan] fix Android build by not calling GetPageSizeCached...
commit
|
commitdiff
|
tree
2012-11-24
Kostya Serebryany
[asan/tsan] get rid of kPageSize completely in favor...
commit
|
commitdiff
|
tree
2012-11-23
Kostya Serebryany
[asan] get rid of some of the uses of kPageSize. The...
commit
|
commitdiff
|
tree
2012-11-22
Kostya Serebryany
[asan] rip off the creation of global redzones from...
commit
|
commitdiff
|
tree
2012-11-21
Kostya Serebryany
[asan] get rid of kPageSizeBits
commit
|
commitdiff
|
tree
2012-11-21
Kostya Serebryany
[asan/tsan] do not use __WORDSIZE macro, as it is glibc...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] pop the two internal functions from the stack...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] use names of globals instead of an external...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] don't instrument linker-initialized globals...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] make sure that linker-initialized globals (non...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] better support for powerpc and sparc targets...
commit
|
commitdiff
|
tree
2012-11-20
Kostya Serebryany
[asan] more support for powerpc, patch by Peter Bergner
commit
|
commitdiff
|
tree
2012-11-19
Kostya Serebryany
[asan] support x32 mode in the fast stack unwinder...
commit
|
commitdiff
|
tree
2012-11-19
Kostya Serebryany
[asan] support PowerPC and SPARC in sanitizer_linux.cc
commit
|
commitdiff
|
tree
2012-11-13
Kostya Serebryany
[asan] use #if defined __x86_64__ instead of #if __WORDSIZE...
commit
|
commitdiff
|
tree
2012-11-07
Kostya Serebryany
[asan] fix bug 14277 (asan needs to fail with fata...
commit
|
commitdiff
|
tree
2012-11-01
Kostya Serebryany
[asan] don't instrument globals that we've created...
commit
|
commitdiff
|
tree
2012-10-30
Kostya Serebryany
[asan docs] explain why asan exits on the first error
commit
|
commitdiff
|
tree
2012-10-19
Kostya Serebryany
[asan] update asan docs to explain more about linking...
commit
|
commitdiff
|
tree
2012-10-19
Kostya Serebryany
[asan] make sure asan erases old unused allocas after...
commit
|
commitdiff
|
tree
2012-10-17
Kostya Serebryany
[asan] added a test for a bug in asan at -O0 introduced...
commit
|
commitdiff
|
tree
2012-10-17
Kostya Serebryany
[asan] better debug diagnostics in asan compiler module
commit
|
commitdiff
|
tree
2012-10-17
Kostya Serebryany
[asan] fix gcc warnings while building asan-rt
commit
|
commitdiff
|
tree
2012-10-16
Kostya Serebryany
[asan] fix lint
commit
|
commitdiff
|
tree
2012-10-15
Kostya Serebryany
[asan] fix a test
commit
|
commitdiff
|
tree
2012-10-15
Kostya Serebryany
[asan] make AddressSanitizer to be a FunctionPass instead...
commit
|
commitdiff
|
tree
2012-10-15
Kostya Serebryany
[asan] make AddressSanitizer to be a FunctionPass instead...
commit
|
commitdiff
|
tree
2012-10-15
Kostya Serebryany
[asan] fix more tests
commit
|
commitdiff
|
tree
2012-10-15
Kostya Serebryany
[asan] change the asan output slightly to avoid user...
commit
|
commitdiff
|
tree
2012-10-04
Kostya Serebryany
[asan] properly report mmap failure
commit
|
commitdiff
|
tree
2012-10-04
Kostya Serebryany
[tsan] add 3 internal flags for fine-grain control...
commit
|
commitdiff
|
tree
2012-10-01
Kostya Serebryany
fix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
commit
|
commitdiff
|
tree
2012-09-18
Kostya Serebryany
[tsan] fix the tsan allocator to handle any alignment
commit
|
commitdiff
|
tree
2012-09-14
Kostya Serebryany
[asan] fix the va_arg usage
commit
|
commitdiff
|
tree
2012-09-14
Kostya Serebryany
[asan] add asan option log_path=PATH to let users redirect...
commit
|
commitdiff
|
tree
2012-09-06
Kostya Serebryany
[asan] increase max stack size to 256 (+test)
commit
|
commitdiff
|
tree
2012-09-06
Kostya Serebryany
[asan] increase the maximal size of malloc/free stack
commit
|
commitdiff
|
tree
2012-09-05
Kostya Serebryany
[asan] added tests for asan-initialization-order, patch...
commit
|
commitdiff
|
tree
2012-09-05
Kostya Serebryany
[asan] fix lint
commit
|
commitdiff
|
tree
2012-09-05
Kostya Serebryany
[asan] extend the blacklist functionality to handle...
commit
|
commitdiff
|
tree
2012-08-31
Kostya Serebryany
[tsan] locate the auxilary space for tsan's Allocator64...
commit
|
commitdiff
|
tree
2012-08-29
Kostya Serebryany
[asan/tsan] use InternalScopedBuffer instead of stack...
commit
|
commitdiff
|
tree
2012-08-29
Kostya Serebryany
[tsan] fix tsan's Makefile.old -- our build bot still...
commit
|
commitdiff
|
tree
2012-08-29
Kostya Serebryany
[asan] fix asan's Makefile.old -- our build bot still...
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] one more fix for windows build
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] fix the cmake build (hopefully)
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] actually doing 'svn add' helps
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] fix Windows build
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] actually move StackTrace to sanitizer_common
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] even more refactoring to move StackTrace to...
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] more refactoring to move StackTrace to sanitizer_common
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] some renaming before we move StackTrace into...
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] some renaming before we move StackTrace into...
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] get rid of AsanPrintf in favor of Printf from...
commit
|
commitdiff
|
tree
2012-08-28
Kostya Serebryany
[asan] improve SetErrorReportCallbackTest to actually...
commit
|
commitdiff
|
tree
2012-08-24
Kostya Serebryany
[asan/tsan] rename FunctionBlackList* to BlackList...
commit
|
commitdiff
|
tree
2012-08-24
Kostya Serebryany
[asan/tsan] extend the functionality of FunctionBlackList...
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] fix mac build
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] run-time part of the initialization order checker...
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] update asan-rt to match the interface change...
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] add code to detect global initialization fiasco...
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] If we are compiling with ASan, add metadata...
commit
|
commitdiff
|
tree
2012-08-21
Kostya Serebryany
[asan] fix lint
commit
|
commitdiff
|
tree
2012-08-15
Kostya Serebryany
[asan] implement --asan-always-slow-path, which is...
commit
|
commitdiff
|
tree
2012-08-14
Kostya Serebryany
[asan] better diagnostics for mmap failure
commit
|
commitdiff
|
tree
2012-08-14
Kostya Serebryany
[asan] insert crash basic blocks inline as opposed...
commit
|
commitdiff
|
tree
2012-08-14
Kostya Serebryany
[asan] insert crash basic blocks inline as opposed...
commit
|
commitdiff
|
tree
2012-08-13
Kostya Serebryany
[asan] remove the code for --asan-merge-callbacks as...
commit
|
commitdiff
|
tree
2012-07-27
Kostya Serebryany
[asan] ensure that asan_init is called in str[n]cmp...
commit
|
commitdiff
|
tree
2012-07-25
Kostya Serebryany
[asan] don't return from a never-return function. fix...
commit
|
commitdiff
|
tree
2012-07-20
Kostya Serebryany
[asan] make sure that the crash callbacks do not get...
commit
|
commitdiff
|
tree
2012-07-19
Kostya Serebryany
[tsan] fix lint
commit
|
commitdiff
|
tree
2012-07-19
Kostya Serebryany
[tsan] minor fixes in tsan allocator and its testlib...
commit
|
commitdiff
|
tree
2012-07-18
Kostya Serebryany
[tsan] minor enhancements in the new tsan allocator...
commit
|
commitdiff
|
tree
2012-07-17
Kostya Serebryany
[asan] more code to merge crash callbacks. Doesn't...
commit
|
commitdiff
|
tree
2012-07-17
Kostya Serebryany
[asan] get rid of the last operator new call in asan rtl
commit
|
commitdiff
|
tree
2012-07-16
Kostya Serebryany
[asan] a bit more refactoring, addressed some of the...
commit
|
commitdiff
|
tree
2012-07-16
Kostya Serebryany
[asan] refactor instrumentation to allow merging the...
commit
|
commitdiff
|
tree
next