git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Adding a .gitignore to tools-extra
[lldb.git]
/
compiler-rt
/
2013-01-14
Evgeniy Stepanov
Build rules for sanitizer_common tests on Android.
tree
|
commitdiff
2013-01-14
Evgeniy Stepanov
Remove thread-locals from sanitizer_common tests.
tree
|
commitdiff
2013-01-14
Alexey Samsonov
ASan: Disable alloc/dealloc mismatch test on Android...
tree
|
commitdiff
2013-01-14
Kostya Serebryany
[asan] use the slow CFI-based unwinder when reporting...
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan/tsan: mmap shadow memory before allocating memory...
tree
|
commitdiff
2013-01-14
Alexey Samsonov
ASan: Disable alloc/dealloc-mismatch checker on Mac...
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
tsan: describe stack and TLS addresses
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan: enable allocator version 1 by default
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan/tsan: fix memory allocator statistics
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan: fix Android build
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan/tsan: faster memory allocator
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
tsan: fix cmake warning (unused private field)
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
tsan: add the FIXME
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan: fix compilation errors in mutex
tree
|
commitdiff
2013-01-14
Kostya Serebryany
[asan] add more frames to standalone_malloc_test
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan: add missing file
tree
|
commitdiff
2013-01-14
Dmitry Vyukov
asan/tsan: move blocking mutex from asan to sanitizer_c...
tree
|
commitdiff
2013-01-13
Tim Northover
Implement __aeabi_lcmp and ulcmp
tree
|
commitdiff
2013-01-13
Tim Northover
Correct name of __aeabi_f2lz.
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: fix FIXME on windows
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan/tsan: faster memory allocator
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: add memory prefetch to quarantine recycle
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: add memory prefetch to quarantine recycle
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: improve allocator benchmark
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: weaken memory ordering, it's expensive in current...
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: improve the benchmark
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: fix format string in CHECK
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: prevent inlining of cold function
tree
|
commitdiff
2013-01-11
Kostya Serebryany
[asan] fid asan_allocator2 build
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: always pass allocator cache to Allocate()
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: faster quarantine
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
tsan: fix compiler warning
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan/tsan: fix bug in list implementation
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: set ASAN_ALLOCATOR_VERSION=1 back
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
asan: Refactor asan memory quarantine.
tree
|
commitdiff
2013-01-11
Dmitry Vyukov
tsan: symbolize global variables
tree
|
commitdiff
2013-01-10
Richard Smith
UBSan: use %p not 0x%zx when printing pointers.
tree
|
commitdiff
2013-01-10
Will Dietz
[ubsan] Move attribute specifier to fix build with...
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[sanitizer] better statistics for the large allocator
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[sanitizer] fix the non-cmake build (2-nd attempt)
tree
|
commitdiff
2013-01-10
Dmitry Vyukov
asan/tsan: fix comment
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[sanitizer] fix the non-cmake build
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[sanitizer] add standalone_malloc_test
tree
|
commitdiff
2013-01-10
Dmitry Vyukov
tsan: add check for invalid fd
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[asan] don't fail the test if prctl(PR_SET_NAME) is...
tree
|
commitdiff
2013-01-10
Evgeniy Stepanov
[msan] Set program exit code in keep-going mode.
tree
|
commitdiff
2013-01-10
Evgeniy Stepanov
[asan] Add soname to the dynamic runtime.
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[asan] asan_allocator2: do less work under the quaranti...
tree
|
commitdiff
2013-01-10
Kostya Serebryany
[asan] better protect the tests from memset/memcpy...
tree
|
commitdiff
2013-01-10
Will Dietz
[ubsan] Give entry methods default (not hidden) visibility.
tree
|
commitdiff
2013-01-09
Dmitry Vyukov
tsan: detect races on fd passed to epoll_ctl
tree
|
commitdiff
2013-01-09
Kostya Serebryany
[asan] make the slow unwinder a bit more robust. The...
tree
|
commitdiff
2013-01-09
Timur Iskhodzhanov
[ASan/Win] Satisfy lint
tree
|
commitdiff
2013-01-09
Timur Iskhodzhanov
[ASan/Win] Unbreak the 32-bit RTL build
tree
|
commitdiff
2013-01-09
Dmitry Vyukov
tsan: fix crash when user defines own fopen/fileno
tree
|
commitdiff
2013-01-09
Dmitry Vyukov
tsan: fix crash when user defines own fopen/fileno
tree
|
commitdiff
2013-01-09
Will Dietz
[ubsan] Drop use of __atomic_exchange_n for now to...
tree
|
commitdiff
2013-01-09
Will Dietz
[ubsan] Add deduplication functionality, always enabled.
tree
|
commitdiff
2013-01-07
Will Dietz
[ubsan] Check for appropriate types on compound assignm...
tree
|
commitdiff
2013-01-01
NAKAMURA Takumi
Update the copyright coredits -- Happy new year 2013!
tree
|
commitdiff
2012-12-31
Will Dietz
[ubsan] Don't suggest casting to unsigned for unsigned...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Revert r171273 which doesn't actually compile.
tree
|
commitdiff
2012-12-31
Will Dietz
[ubsan] Don't suggest casting to unsigned for unsigned...
tree
|
commitdiff
2012-12-30
Will Dietz
[ubsan] Update test now that check recovery is default...
tree
|
commitdiff
2012-12-29
Kostya Serebryany
[asan] make LargeOOBInMemset test resistant to clever...
tree
|
commitdiff
2012-12-29
Kostya Serebryany
[asan] add a new interface function __asan_describe_add...
tree
|
commitdiff
2012-12-28
Kostya Serebryany
[asan] fix a build warning
tree
|
commitdiff
2012-12-28
Kostya Serebryany
[asan] one more change missed at r171198
tree
|
commitdiff
2012-12-28
Kostya Serebryany
[asan] implement more strict checking for memset/etc...
tree
|
commitdiff
2012-12-28
Alexey Samsonov
[ASan] use macro instead of raw __attribute__
tree
|
commitdiff
2012-12-28
Alexey Samsonov
[TSan] Blacklist test: Rename blacklisted function...
tree
|
commitdiff
2012-12-28
Alexey Samsonov
[TSan] Add lit test for -fsanitize-blacklist= flag
tree
|
commitdiff
2012-12-28
Alexey Samsonov
Make ASan and TSan tests a bit less brittle with @LINE...
tree
|
commitdiff
2012-12-27
Kostya Serebryany
[sanitizer] add statistics to the allocator; fix lint
tree
|
commitdiff
2012-12-27
Alexey Samsonov
Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platfo...
tree
|
commitdiff
2012-12-27
Evgeniy Stepanov
[msan] Explicitly link unit tests with libstdc++.
tree
|
commitdiff
2012-12-27
Kostya Serebryany
[asan] enable alloc_dealloc_mismatch by default
tree
|
commitdiff
2012-12-27
Kostya Serebryany
[asan] relax asan/lit_tests/malloc_delete_mismatch...
tree
|
commitdiff
2012-12-27
Kostya Serebryany
[asan/tsan] when unmapping a chunk of user memory,...
tree
|
commitdiff
2012-12-26
Alexey Samsonov
[ASan] Teach ASan to print demangled function name...
tree
|
commitdiff
2012-12-26
Kostya Serebryany
[asan] asan_allocator2: do not align the requested...
tree
|
commitdiff
2012-12-26
Kostya Serebryany
[asan] asan_allocator2: implement adaptive redzones...
tree
|
commitdiff
2012-12-26
Evgeniy Stepanov
[msan] MSan, New Year Tree style.
tree
|
commitdiff
2012-12-26
Evgeniy Stepanov
[msan] Refactor report printing.
tree
|
commitdiff
2012-12-26
Alexey Samsonov
[Sanitizer] attempt to fix InterlockedCompareExchangePo...
tree
|
commitdiff
2012-12-26
Evgeniy Stepanov
[msan] Check for conflicting memory mappings.
tree
|
commitdiff
2012-12-26
Kostya Serebryany
[asan] asan_allocator2: by default use the StackDepot...
tree
|
commitdiff
2012-12-26
Kostya Serebryany
[asan] asan_allocator2: store the user requested size...
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
[msan] Improve recvfrom interceptor.
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
Add MSan unit tests to check-msan and check-all.
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
MemorySanitizer unit tests.
tree
|
commitdiff
2012-12-25
Evgeniy Stepanov
[msan] Fix header comments.
tree
|
commitdiff
2012-12-25
Kostya Serebryany
[asan] add a test for right OOB with special large...
tree
|
commitdiff
2012-12-25
Dmitry Vyukov
tsan: fix tests to consistently use internal functions...
tree
|
commitdiff
2012-12-25
Kostya Serebryany
[sanitizer] increase the maximum size class of the...
tree
|
commitdiff
2012-12-25
Dmitry Vyukov
tsan: fix the code that searches for heap memory block...
tree
|
commitdiff
2012-12-25
Kostya Serebryany
[asan] properly define ASAN_LOW_MEMORY. Due to a mistak...
tree
|
commitdiff
2012-12-24
Kostya Serebryany
[sanitizer] fix gcc warnings, enable one tests under...
tree
|
commitdiff
2012-12-24
Kostya Serebryany
[sanitizer] make LargeMmapAllocator::GetBlockBegin...
tree
|
commitdiff
2012-12-24
Dmitry Vyukov
tsan: work around FileCheck feature that it does not...
tree
|
commitdiff
next