Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
compiler-rt
/
48d6b10c74138db9298a2eda28d5c7f5ae72ea42
/
lib
48d6b10
Merging r196612:
by Bill Wendling
· 11 years ago
a320b59
Merging r196501:
by Alexey Samsonov
· 11 years ago
b371270
[asan] port r196375 to 3.4
by Kostya Serebryany
· 11 years ago
28e41fe
Merging r195652:
by Sergey Matveev
· 11 years ago
cf2469d
Merging r195643:
by Sergey Matveev
· 11 years ago
74c8879
Merging r195642:
by Sergey Matveev
· 11 years ago
12f610e
Merging r195570:
by Sergey Matveev
· 11 years ago
0d2a935
Merging r195442:
by Evgeniy Stepanov
· 11 years ago
f17dd74
Merging r195436:
by Evgeniy Stepanov
· 11 years ago
d7041c6
Merging r195434:
by Evgeniy Stepanov
· 11 years ago
43e7e4e
Merging r195433:
by Evgeniy Stepanov
· 11 years ago
e1e6883
Merging r195427:
by Evgeniy Stepanov
· 11 years ago
91dee59
[ASan] Run one of UAS tests in UAR mode as well
by Alexey Samsonov
· 11 years ago
7214553
[asan] fix Windows build
by Kostya Serebryany
· 11 years ago
2991200
[asan] introduce __sanitizer_annotate_contiguous_container
by Kostya Serebryany
· 11 years ago
8b0c8a8
[asan] support __hppa__ (by John David Anglin)
by Kostya Serebryany
· 11 years ago
ce64270
[ASan] Build ASan on Windows only if MSVC is used
by Alexey Samsonov
· 11 years ago
3125de9
CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for now)
by Alexey Samsonov
· 11 years ago
c85d627
[DFSan] Don't include public headers in dfsan runtime code
by Alexey Samsonov
· 11 years ago
868082b
Add clang_darwin_embedded platform for embedded projects
by Tim Northover
· 11 years ago
efb0226
Remove #include of net/ip_mroute.h for SANITIZER_MAC.
by Bob Wilson
· 11 years ago
11f5309
tsan: add support for robust mutexes
by Dmitry Vyukov
· 11 years ago
106cb08
[asan] helper script to dump/merge coverage data
by Kostya Serebryany
· 11 years ago
6a58b00
[Sanitizer] Make slow unwinder on Linux more robust
by Alexey Samsonov
· 11 years ago
5b2d430
tsan: add proper cfi directives to assembly code
by Dmitry Vyukov
· 11 years ago
af1a714
Don't build unsupported compiler-rt pieces on Windows
by Alexey Samsonov
· 11 years ago
dbd69cc
Reapply asan coverage changes 194702-194704.
by Bob Wilson
· 11 years ago
ae51c27
Speculatively revert asan coverage changes 194702-194704.
by Bob Wilson
· 11 years ago
e767e35
asan: disable pthread_setname_np interceptor
by Dmitry Vyukov
· 11 years ago
1170865
[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into internal sources (although it shoudn't)
by Kostya Serebryany
· 11 years ago
9ae2ca6
[asan] disable CovDump on Windows for now (fails to compile)
by Kostya Serebryany
· 11 years ago
68e16eb
[asan] Poor man's coverage that works with ASan (compiler-rt part)
by Kostya Serebryany
· 11 years ago
b9ac716
[msan] A test for r194697.
by Evgeniy Stepanov
· 11 years ago
5e43cfa
[UBSan] Make sure ASan and UBSan interact properly by running each test from UBSan test suite with and without ASan
by Alexey Samsonov
· 11 years ago
8c6e485
[ASan] Introduce a top-level target to collect all ASan runtimes and deps
by Alexey Samsonov
· 11 years ago
aed8584
[UBSan] Update UBSan location rendering to match r194686
by Alexey Samsonov
· 11 years ago
bb4697f
[Sanitizer] Print symbolized stack frame using a single Printf() call.
by Alexey Samsonov
· 11 years ago
694d856
[Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them)
by Alexey Samsonov
· 11 years ago
d2e32e3
[ASan] Remove the stale dependency on the Foundation framework from the dynamic ASan runtime.
by Alexander Potapenko
· 11 years ago
24d775e
[Sanitizer] Use same PC threshold in slow unwinder on all platforms
by Alexey Samsonov
· 11 years ago
1b17f5b
[ASan] Do not rely on malloc context in allocator reports.
by Alexey Samsonov
· 11 years ago
348aac4
[ASan] Use new feature of FileCheck: provide multiple --check-prefix args
by Alexey Samsonov
· 11 years ago
b527f7d
[ASan] Don't call __asan_init() from certain interceptors on Darwin.
by Alexander Potapenko
· 11 years ago
ae914e2
[asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/detail?id=233)
by Kostya Serebryany
· 11 years ago
7bb5d49
Added summary info to GCDAProfiling.
by Yuchen Wu
· 11 years ago
55c7947
[Sanitizer] Specify a default value for each common runtime flag
by Alexey Samsonov
· 11 years ago
0797ff4
[sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER.
by Evgeniy Stepanov
· 11 years ago
abd768d
ARM: make assembly files compile Thumb2 with nop IT block.
by Tim Northover
· 11 years ago
6f94d71
[msan] One more test for r194374.
by Evgeniy Stepanov
· 11 years ago
a537ea9
[sanitizer] Warn if interception fails.
by Evgeniy Stepanov
· 11 years ago
62355e9
[msan] Sanity check for non-PIE.
by Evgeniy Stepanov
· 11 years ago
bb6bc9a
[asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code.
by Evgeniy Stepanov
· 11 years ago
3366c5a
Remove a FIXME now that I can't reproduce the problem
by Timur Iskhodzhanov
· 11 years ago
7177d2b
[Sanitizers] Share some stack walking code between Windows and Linux
by Timur Iskhodzhanov
· 11 years ago
4949674
[ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib
by Alexander Potapenko
· 11 years ago
f16dc42
[Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.
by Alexey Samsonov
· 11 years ago
cca3cc0
[Sanitizer] Presumable fix stack trace unwinding on Windows
by Alexey Samsonov
· 11 years ago
e74968c
[Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across all platforms. No functionality change.
by Alexey Samsonov
· 11 years ago
e041c60
[asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018)
by Kostya Serebryany
· 11 years ago
7d4a955
[ASan] Use OS-specific matches in the malloc_context_size.cc lit test.
by Alexander Potapenko
· 11 years ago
e9e2b7f
[ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order
by Alexey Samsonov
· 11 years ago
4b9f050
[ASan] Make sure slow stack unwinder doesn't return empty stacks.
by Alexey Samsonov
· 11 years ago
4197fa2
[msan] Fix a very unfortunate typo in origin copying.
by Evgeniy Stepanov
· 11 years ago
f7e6f38
Push back various changes for building Apple's compiler-rt dylib.
by Bob Wilson
· 11 years ago
e4f9f8a
[sanitizer] Intercept strptime.
by Evgeniy Stepanov
· 11 years ago
5492ff9
[msan] Intercept memccpy.
by Evgeniy Stepanov
· 11 years ago
8aa3d18
tsna: do not call user code from within runtime (from fflush)
by Dmitry Vyukov
· 11 years ago
50cdc5a
[Sanitizer] Fix Go build
by Alexey Samsonov
· 11 years ago
c50f796
[sanitizer] Switch to an older version of struct iocb that is found in the latest Android NDK.
by Evgeniy Stepanov
· 11 years ago
7f80655
[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.
by Alexey Samsonov
· 11 years ago
2fb0872
[Sanitizer] Unify summary reporting across all sanitizers.
by Alexey Samsonov
· 11 years ago
21bf90d
[msan] Check that address is an app region before printing shadow.
by Evgeniy Stepanov
· 11 years ago
bd65956
[sanitizer] Enhance io_submti syscall handler.
by Evgeniy Stepanov
· 11 years ago
a96c4dc
Consistently use StackTrace::PrintStack in ASan, LSan and MSan
by Alexey Samsonov
· 11 years ago
66d91e3
[Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan.
by Alexey Samsonov
· 11 years ago
b8a141f
[libsanitizer] Define SANITIZER_IOS when building for iOS or iOS simulator.
by Alexander Potapenko
· 11 years ago
ae7db43
[msan] Intercept dlerror.
by Evgeniy Stepanov
· 11 years ago
2bcd3b5
[ASan] Make asan_symbolize.py fall back to ASAN_SYMBOLIZER_PATH (which is used when ASAN_OPTIONS=symbolize=1) if LLVM_SYMBOLIZER_PATH is empty.
by Alexander Potapenko
· 11 years ago
548559d
[msan] Disable mlock/mlockall to work around a linux kernel bug.
by Evgeniy Stepanov
· 11 years ago
26fe5d3
[sanitizer] Intercept getline, getdelim.
by Evgeniy Stepanov
· 11 years ago
6f5427b
[ASan] Turn on (non-strict) initialization order checker by default for all ASan users
by Alexey Samsonov
· 11 years ago
9afa452
[msandr] Add check-before-write optimization.
by Evgeniy Stepanov
· 11 years ago
a263425
[Sanitizer] Update comment in sanitizer_symbolizer.h
by Alexey Samsonov
· 11 years ago
e00495a
[Sanitizer] Use SpinMutex for Symbolizer initialization (per dvyukov's suggestion)
by Alexey Samsonov
· 11 years ago
1bb2229
[asan] Fix syscall hooks build on Android.
by Evgeniy Stepanov
· 11 years ago
1d1cd7a
[santiizer] Disable sincos interceptor in OSX.
by Evgeniy Stepanov
· 11 years ago
78d77c2
[sanitizer] Intercept drand48_r, lrand48_r.
by Evgeniy Stepanov
· 11 years ago
a047571
[msandr] Remove use of std::set in msandr client to avoid reentrancy issues.
by Evgeniy Stepanov
· 11 years ago
cc794ab
[asan] Maybe fix test failures on lld bots.
by Evgeniy Stepanov
· 11 years ago
f814b43
[sanitizer] Intercept sincos, remquo, lgamma, lgamma_r.
by Evgeniy Stepanov
· 11 years ago
4b26afd
[msandr] Add support for standalone test.
by Evgeniy Stepanov
· 11 years ago
0b76578
[tsan] Fix unused variable warnings.
by Evgeniy Stepanov
· 11 years ago
dfab31b
[asan] Fix build.
by Evgeniy Stepanov
· 11 years ago
750b4ac
[sanitizer] Fix build warnings.
by Evgeniy Stepanov
· 11 years ago
3ee98e3
[sanitizer] Ptrace syscall handler.
by Evgeniy Stepanov
· 11 years ago
3f8ce73
[asan] increase the max malloc size from 8Gb to 64Gb
by Kostya Serebryany
· 11 years ago
5cf2c46
tsan/asan: support pthread_setname_np to set thread names
by Dmitry Vyukov
· 11 years ago
7996a2e
[Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization
by Alexey Samsonov
· 11 years ago
f360389
[msan] Intercept shmat.
by Evgeniy Stepanov
· 11 years ago
1767ec1
[msan] Fix a typo and enable poison_in_free flag.
by Evgeniy Stepanov
· 11 years ago
Next »