index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[compiler-rt] [asan] Refactor DescribeAddressIfStack to allow reuse for debug...
Kuba Brecka
2014-07-17
2
-28
/
+39
*
[ASan/Win] Handle situations when the client app has used DbgHelp before
Timur Iskhodzhanov
2014-07-16
2
-5
/
+35
*
[ASan] Adjust 'sed' invocation to work on OS X
Timur Iskhodzhanov
2014-07-16
2
-2
/
+2
*
[ASan] Factor out SymbolizationLoop.process_line() function to let Python
Alexander Potapenko
2014-07-16
1
-25
/
+31
*
Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....
Viktor Kutuzov
2014-07-16
1
-2
/
+3
*
Add FreeBSD support to the address sanitizer's atexit_stats.cc test case
Viktor Kutuzov
2014-07-16
1
-1
/
+1
*
Remove explicit references to libdl from Asan test cases
Viktor Kutuzov
2014-07-16
6
-13
/
+18
*
Add FreeBSD support to the address sanitizer's null_deref.cc test case
Viktor Kutuzov
2014-07-16
1
-7
/
+7
*
[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...
Kuba Brecka
2014-07-15
6
-0
/
+188
*
tsan: remove special handling of false reports coming from JVM
Dmitry Vyukov
2014-07-15
4
-47
/
+0
*
tsan: remove compat mapping
Dmitry Vyukov
2014-07-15
4
-47
/
+2
*
[sanitizer] De-flake one test.
Evgeniy Stepanov
2014-07-15
1
-2
/
+1
*
[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...
Timur Iskhodzhanov
2014-07-15
6
-16
/
+13
*
Add support for intercepting thunks of the form
Ehsan Akhgari
2014-07-14
1
-0
/
+1
*
[ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...
Timur Iskhodzhanov
2014-07-14
2
-0
/
+20
*
[tsan] honour XFAIL in tsan/test_output.sh
Kostya Serebryany
2014-07-14
1
-0
/
+4
*
[tsan] add a printf to a test
Kostya Serebryany
2014-07-14
1
-0
/
+1
*
[tsan] add a currently-failing test with a must-deadlock
Kostya Serebryany
2014-07-14
1
-0
/
+49
*
[ASan] Fix a couple of nits in NULL deref tests
Timur Iskhodzhanov
2014-07-14
2
-3
/
+3
*
[sanitizer] Intercept getpass.
Evgeniy Stepanov
2014-07-14
3
-0
/
+51
*
[msan] Stop demangling function name in the stack origin report.
Evgeniy Stepanov
2014-07-14
2
-2
/
+21
*
[asan] Remove XFAIL:android from 2 newly passing tests.
Evgeniy Stepanov
2014-07-14
2
-6
/
+0
*
[ASan] Collect unmangled names of global variables in Clang to print them in ...
Alexey Samsonov
2014-07-12
1
-1
/
+1
*
[ASan] Improve ODR-violation error reports.
Alexey Samsonov
2014-07-11
2
-9
/
+15
*
[asan] fix x32 build, patch by H.J. Lu
Kostya Serebryany
2014-07-11
1
-1
/
+2
*
[ASan/Win] Don't apply dllexport to __asan_init in the DLL thunk
Timur Iskhodzhanov
2014-07-11
2
-2
/
+6
*
[ASan] Print register values in a consistent way
Timur Iskhodzhanov
2014-07-11
2
-6
/
+6
*
[ASan/Win] Catch NULL derefs and page faults
Timur Iskhodzhanov
2014-07-11
6
-9
/
+88
*
[msan] A comment for the chained-origin-depot hash function.
Evgeniy Stepanov
2014-07-11
1
-0
/
+13
*
[msan] Use real memset/memcpy/memmove in interceptors.
Evgeniy Stepanov
2014-07-11
1
-51
/
+14
*
[msan] Make one test case less brittle.
Evgeniy Stepanov
2014-07-11
1
-13
/
+11
*
Fix expected column numbers in two tests.
Diego Novillo
2014-07-10
2
-2
/
+2
*
[TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta Suzuki
Alexey Samsonov
2014-07-10
2
-2
/
+2
*
[msan] Fix performance issue in fast_memset.
Evgeniy Stepanov
2014-07-10
1
-5
/
+6
*
[msan] Switch chained origins hash to murmur2.
Evgeniy Stepanov
2014-07-10
1
-1
/
+24
*
[ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk
Timur Iskhodzhanov
2014-07-10
5
-18
/
+46
*
MachO: add dummy armv6m architecture directory so clang_macho_embedded builds...
Tim Northover
2014-07-10
2
-1
/
+21
*
Make sanitizers' interceptors non-weak on FreeBSD
Viktor Kutuzov
2014-07-10
1
-0
/
+10
*
Only use fast stack unwinding for sanitizers failure reports on FreeBSD
Viktor Kutuzov
2014-07-10
1
-1
/
+4
*
Fix getting environment variables for sanitizers needs on FreeBSD
Viktor Kutuzov
2014-07-10
1
-8
/
+16
*
Fix configure+make build of profile runtime library
Alexey Samsonov
2014-07-10
1
-2
/
+4
*
[ASan] Force the compiler to generate frame pointer in certain Mac-specific i...
Alexey Samsonov
2014-07-10
1
-0
/
+12
*
[Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.
Alexey Samsonov
2014-07-09
2
-5
/
+5
*
Don't check lint for SpecialCaseList.cpp
Alexey Samsonov
2014-07-09
1
-2
/
+1
*
tsan: reapply 212531 and 212532 with a fix
Dmitry Vyukov
2014-07-08
2
-4
/
+17
*
[TSan] Revert r212531 and r212532.
Alexey Samsonov
2014-07-08
2
-16
/
+3
*
tsan: allow memory overlap in __tsan_java_move
Dmitry Vyukov
2014-07-08
13
-54
/
+205
*
[msan] Fix out of bounds access in origin copying.
Evgeniy Stepanov
2014-07-08
2
-46
/
+41
*
[tsan] Enable tsan's deadlock detector by default.
Kostya Serebryany
2014-07-08
2
-2
/
+9
*
tsan: fix a potential hang
Dmitry Vyukov
2014-07-08
1
-2
/
+4
[next]