Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
11dc7fcae2d112c67ebd5b12e0080f088c947054
/
compiler-rt
7f5bf83
[libFuzzer] modify -print_corpus_stats to print whether the input reaches the focus function
by Kostya Serebryany
· 7 years ago
aa6d13e
[CMake] Support builtins as Clang default rtlib in compiler-rt
by Petr Hosek
· 7 years ago
45f8986
[asan] Use dynamic allocator space address on Android/AArch64.
by Evgeniy Stepanov
· 7 years ago
1ffaa48
[CMake] Support libc++ as Clang default stdlib in compiler-rt
by Petr Hosek
· 7 years ago
4ca5af0
[CMake] Silence unused variable warning in compiler check
by Petr Hosek
· 7 years ago
f6dda7c
[CMake] Use a different source depending on C++ support
by Petr Hosek
· 7 years ago
ead3b34
[asan] Make GetCurrentThread RTEMS-friendly
by Walter Lee
· 7 years ago
69c2b71
[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)
by Kostya Serebryany
· 7 years ago
702d073
Revert "[CMake] Reland "Make simple source used for CMake checks a C file""
by Petr Hosek
· 7 years ago
434606c
Align ClearShadowForThreadStackAndTLS for NetBSD/i386
by Kamil Rytarowski
· 7 years ago
51daee0
Port msan_test.cc to NetBSD
by Kamil Rytarowski
· 7 years ago
c7fe745
Do not link with -ldl in NetBSD/ASan tests
by Kamil Rytarowski
· 7 years ago
28f330f
[msan] Don't check divisor shadow in fdiv.
by Evgeniy Stepanov
· 7 years ago
4f9516d
Revert r332683 & r332684 relating to compiler runtime checks
by Reid Kleckner
· 7 years ago
0edca4f
[asan] Explicitly declare memintrinsics interceptors to have C linkage
by Walter Lee
· 7 years ago
927f4ec
[asan] Remove an unsigned compare >= 0
by Walter Lee
· 7 years ago
e35f57f
[asan] Add target-specific files for Myriad RTEMS port
by Walter Lee
· 7 years ago
ce26498
[asan] Add support for Myriad RTEMS memory map
by Walter Lee
· 7 years ago
83061cc
[CMake] Use <UNIX|WINDOWS>_COMMAND with separate_arguments
by Petr Hosek
· 7 years ago
8b5fe57
[CMake] Detect the compiler runtime and standard library
by Petr Hosek
· 7 years ago
b134dbb
[sanitizer] Trivial portion of the port to Myriad RTEMS
by Walter Lee
· 7 years ago
3eb7183
[CMake] Reland "Make simple source used for CMake checks a C file"
by Petr Hosek
· 7 years ago
5a668a0
[CMake] Cleanup find_compiler_rt_library function [NFC]
by Petr Hosek
· 7 years ago
a54e218
[builtins][macos] bump up the the macOS version min in os_version_check tests
by Alex Lorenz
· 7 years ago
a52d30b
[libFuzzer] rename a test from .c to .cpp
by Kostya Serebryany
· 7 years ago
c5368c2
[asan] Add a magic shadow value for shadw gap
by Walter Lee
· 7 years ago
e9c6f06
[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to focus on inputs that trigger that function
by Kostya Serebryany
· 7 years ago
3bf63c9
[asan] Restore check removed by r332033
by Walter Lee
· 7 years ago
d633960
[libFuzzer] add a symbolic execution puzzle (difficult for today's libFuzzer).
by Max Moroz
· 7 years ago
e5c9e9f
[scudo] Quarantine optimization
by Kostya Kortchinsky
· 7 years ago
561228b
[sanitizer] Minor 32-bit primary improvements
by Kostya Kortchinsky
· 7 years ago
75e01fa
[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock
by Vitaly Buka
· 7 years ago
3f1fd79
[asan] Workaround to avoid hangs in Chromium tests
by Vitaly Buka
· 7 years ago
2f7edae
[libFuzzer] deprecate equivalence_server
by Kostya Serebryany
· 7 years ago
980d93d
[XRay][profiler] Part 2: XRay Function Call Trie
by Dean Michael Berris
· 7 years ago
cdb89b7
Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"
by Vitaly Buka
· 7 years ago
e5bd326
[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock
by Vitaly Buka
· 7 years ago
fe7250c
Fix another case where libstdc++ is being inappropriately requested (see
by Dan Liew
· 7 years ago
238aa13
[XRay][compiler-rt] Relocate a DCHECK to the correct location.
by Dean Michael Berris
· 7 years ago
034b6c1
[XRay][compiler-rt] Fixup: Use proper string comparison for DCHECK
by Dean Michael Berris
· 7 years ago
845fe8a
[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64
by Dean Michael Berris
· 7 years ago
a2a0e1f
[XRay][compiler-rt] Support in-memory processing of FDR mode logs
by Dean Michael Berris
· 7 years ago
afce413
[sanitizer] Replace #if SANITIZER_NETBSD with #if SANITIZER_INTERCEPT___LIBC_MUTEX
by Vitaly Buka
· 7 years ago
5e9dd31
[sanitizer] Fix typo in macro name
by Vitaly Buka
· 7 years ago
d8f7b0b
[sanitizer] Allow Fuchsia symbolizer to be reused by Myriad RTEMS
by Walter Lee
· 7 years ago
6693758
[libFuzzer] [NFC] Split fuzzer.test into smaller tests
by George Karpenkov
· 7 years ago
fa57519
[libFuzzer] [NFC] Prefix all run lines with %run
by George Karpenkov
· 7 years ago
868b31b
[winasan] Update GetInstructionSize for Win10 1803
by David Major
· 7 years ago
49fcf17
[ASan] Fix range check in AddrIsInHighShadow
by David Major
· 7 years ago
6a6e690
[libFuzzer] refactor the implementation of -print_coverage
by Kostya Serebryany
· 7 years ago
65e9f1f
Enable SANITIZER_INTERCEPTOR_HOOKS for NetBSD
by Kamil Rytarowski
· 7 years ago
2903a9b
[tsan] Add debugging API to retrieve the "external tag" from reports
by Kuba Mracek
· 7 years ago
ca804ca
[asan] Enable memtrinsics interception for RTEMS
by Walter Lee
· 7 years ago
603c7ae
[sanitizer] Port fast stack unwinder to sparcv8
by Walter Lee
· 7 years ago
5d95f27
[libFuzzer] simplify tests, remove one redundant test; NFC
by Kostya Serebryany
· 7 years ago
d80e821
[libFuzzer] remove the dump_coverage flag, it hasn't been working with the inline sanitizer coverage anyway
by Kostya Serebryany
· 7 years ago
9788e60
Setup ORIGIN/NetBSD option in sanitizer tests
by Kamil Rytarowski
· 7 years ago
59bf1e8
[libFuzzer] remove the experimental support for clang coverage instrumentation. This mode has not been used and our experiments with https://github.com/google/fuzzer-test-suite show that this signal is weaker than the SanitizerCoverage
by Kostya Serebryany
· 7 years ago
3bde962
[asan] Initialize fake stack during thread init
by Walter Lee
· 7 years ago
f489e2b
[libFuzzer] Experimental data flow tracer for fuzz targets.
by Kostya Serebryany
· 7 years ago
b8238db4
Register NetBSD/i386 in asan_mapping.h
by Kamil Rytarowski
· 7 years ago
c58988a
[lsan] Try to fix test failure due to compiler optimization
by Peter Wu
· 7 years ago
aee7b0f
wrong usages of sem_open in the libFuzzer
by Kamil Rytarowski
· 7 years ago
327f5f3
[sanitizer] Attempt to fix strace_test.cc on ppc64le
by Vitaly Buka
· 7 years ago
ebbc754
[sanitizer] Fix typo in comment
by Vitaly Buka
· 7 years ago
5dcc94c
[sanitizer] Renamed local variable
by Vitaly Buka
· 7 years ago
edad575
[sanitizer] Fix compilation after invalid rebase
by Vitaly Buka
· 7 years ago
e0c6ead
[sanitizer] Don't miss threads by ThreadSuspender
by Vitaly Buka
· 7 years ago
d790eff
[libFuzzer] add a simple puzzle that is difficult for today's libFuzzer
by Kostya Serebryany
· 7 years ago
c779388
[sanitizer] Use all available rounded up capacity
by Vitaly Buka
· 7 years ago
ed43f18
[lsan] Report unsuspended threads
by Vitaly Buka
· 7 years ago
cf50425
[sanitizer] Fix argument type and remove unneeded vector resize
by Vitaly Buka
· 7 years ago
1608ca6
[CMake] Build shared version of runtimes for Fuchsia
by Petr Hosek
· 7 years ago
34794a9
[sanitizer] Use tid_t in ThreadLister
by Vitaly Buka
· 7 years ago
d3e55bf7
[sanitizer] Cleanup sorting functions
by Vitaly Buka
· 7 years ago
73634e4
[dfsan] add one more sanitizer-coverage hook to the whitelist
by Kostya Serebryany
· 7 years ago
0a4d213
[libFuzzer] Disable print-func.test on Darwin.
by Matt Morehouse
· 7 years ago
cb7912c
[sanitizer] Correct 64-bit atomic_store on 32-bit "other" platforms
by Kostya Kortchinsky
· 7 years ago
ed3065f
Add basic compiler-rt builtins support for hexagon.
by Sid Manning
· 7 years ago
fb66378
[sanitizer] Remove unneeded blank lines
by Vitaly Buka
· 7 years ago
0590a5b
[sanitizer] Update .clang-format in compiler-rt
by Vitaly Buka
· 7 years ago
14cf71a
[libFuzzer] Guard symbolization with try-lock.
by Matt Morehouse
· 7 years ago
e21fbe5
[sanitizer] Read file to InternalMmapVectorNoCtor
by Vitaly Buka
· 7 years ago
6b13684
[sanitizer] Close fd on ReadFromFile error
by Vitaly Buka
· 7 years ago
7381f26
[sanitizer] Fix InternalMmapVectorNoCtor reserve and resize
by Vitaly Buka
· 7 years ago
47bc8f1
[asan] Fix bug introduced by r331647
by Walter Lee
· 7 years ago
4e76d7f
[sanitizer] Add InternalMmapVector::swap
by Vitaly Buka
· 7 years ago
4199dbd
[sanitizer] Fix error checking in ThreadLister
by Vitaly Buka
· 7 years ago
47db4e6
Revert "[sanitizer] Be more accurate when calculating the previous instruction address on ARM."
by Igor Kudrin
· 7 years ago
afdaaba
[XRay][compiler-rt] Add llvm-mca assembler annotations for XRay (NFC)
by Dean Michael Berris
· 7 years ago
356e584
[dfsan] update the abilist for the sanitizer coverage; also remove the fuzz target from this list
by Kostya Serebryany
· 7 years ago
e2953dc
[sanitizer] Simplify ThreadLister interface
by Vitaly Buka
· 7 years ago
440d76c
[sanitizer] s/TestOnlyInit/Init for the allocator ByteMap (NFC)
by Kostya Kortchinsky
· 7 years ago
7b24aea
[asan] Port asan_malloc_linux.cc to RTEMS
by Walter Lee
· 7 years ago
5db43c6
[sanitizer] On RTEMS, avoid recursion when reporting Mmap failure
by Walter Lee
· 7 years ago
483eb86
[asan] Set flags appropriately for RTEMS
by Walter Lee
· 7 years ago
29306b9
[sanitizer] Add definitions for Myriad RTEMS platform
by Walter Lee
· 7 years ago
61de8a5
[sanitizer] Be more accurate when calculating the previous instruction address on ARM.
by Igor Kudrin
· 7 years ago
fac095c
[sanitizer] Add operator== and operator!= for InternalMmapVectorNoCtor
by Vitaly Buka
· 7 years ago
2a20955
[sanitizer] Replace InternalScopedBuffer with InternalMmapVector
by Vitaly Buka
· 7 years ago
Next »