Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
868b31bf21b0400383f198b84ddefc6fdc5e6c4a
/
compiler-rt
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
44f55509
[sanitizer] Remove reserving constructor from InternalMmapVector
by Vitaly Buka
· 7 years ago
db4241a
[sanitizer] Implement InternalScopedBuffer with InternalMmapVector
by Vitaly Buka
· 7 years ago
20f4966
[sanitizer] Make InternalScopedBuffer::size() behavior similar to vector.
by Vitaly Buka
· 7 years ago
bbe9e2a
Remove dead sanitizer_procmaps_freebsd.cc
by Kamil Rytarowski
· 7 years ago
af79e30
Comment fix.
by David Major
· 7 years ago
47e6b8c
[XRay][compiler-rt] Support string-based config for Basic mode.
by Dean Michael Berris
· 7 years ago
5c389ac
[XRay][compiler-rt] Support string-based config for FDR mode
by Dean Michael Berris
· 7 years ago
f0a6927
[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).
by Dean Michael Berris
· 7 years ago
3835320
Revert "Follow-up to r331378. Update tests to allow to use C atomics in C++."
by Volodymyr Sapsai
· 7 years ago
6e713d98
Follow-up to r331378. Update tests to allow to use C atomics in C++.
by Volodymyr Sapsai
· 7 years ago
3a92454
[sanitizer] Remove unused 32-bit allocator TransferBatch parameter
by Kostya Kortchinsky
· 7 years ago
716d994
[sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitialized
by Petr Hosek
· 7 years ago
7764a04
[libFuzzer] Don't short-circuit from CrashCallback.
by Matt Morehouse
· 7 years ago
52fd169
[libFuzzer] Report at most one crash per input.
by Matt Morehouse
· 7 years ago
e8e95b5
[compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.
by Roman Lebedev
· 7 years ago
6c33998
tsan: disable trace switching after multithreaded fork
by Dmitry Vyukov
· 7 years ago
26e8120
[XRay][profiler] Part 1: XRay Allocator and Array Implementations
by Dean Michael Berris
· 7 years ago
21dc68f
tsan: improve "destroy of a locked mutex" reports
by Dmitry Vyukov
· 7 years ago
5d3df3c
Revert "[CMake] Make simple source used for CMake checks a C file"
by Petr Hosek
· 7 years ago
887fbc61
[CMake] Make simple source used for CMake checks a C file
by Petr Hosek
· 7 years ago
824eb0e
[asan] Align __asan_global_start so that it works with LLD
by Reid Kleckner
· 7 years ago
8e19bd4
Enable full debug info in the ASan runtime on Windows
by Reid Kleckner
· 7 years ago
1520602
Add s390x to XFAIL for illegal_read/write_test.cc
by Petar Jovanovic
· 7 years ago
d8803d3
[scudo] Adding an interface function to print allocator stats
by Kostya Kortchinsky
· 7 years ago
3517ece
Finetune supported arches for the tests added in r330840
by Petar Jovanovic
· 7 years ago
1dd3584
[mips] Implement GetWriteFlag() for mips
by Petar Jovanovic
· 7 years ago
c1aaf8e
Remove 'noexcept's that do not match between header and source file.
by Richard Smith
· 7 years ago
efe5afb
[sanitizer] More dead code removal
by Kostya Kortchinsky
· 7 years ago
482cef6
The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer build.
by Rainer Orth
· 7 years ago
dfd5a90
[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.
by Dan Liew
· 7 years ago
cf30f64
[HWASan] Use dynamic shadow memory on Android only.
by Alex Shlyapnikov
· 7 years ago
f66221c
[libFuzzer] Add feature to not use AFL's deferred forkserver.
by Matt Morehouse
· 7 years ago
d6af13e
Change kAllocatorSpace for powerpc64.
by Martin Liska
· 7 years ago
88b7be0
[Sanitizer] Internal Printf string width + left-justify.
by Alex Shlyapnikov
· 7 years ago
d03fb0e
[HWASan] Add files missing in r330624
by Alex Shlyapnikov
· 7 years ago
79866cad
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
by Alex Shlyapnikov
· 7 years ago
061fcd5
Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt)."
by Reid Kleckner
· 7 years ago
963aba3
Fix clang-cl warnings in compiler-rt
by Reid Kleckner
· 7 years ago
5a8bdc8
[scudo] Read ARM feature bits using Fuchsia APIs.
by Kostya Kortchinsky
· 7 years ago
8368bd8
Revert "[Sanitizer] Internal Printf string precision argument + padding."
by Alex Shlyapnikov
· 7 years ago
c3ec164
[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
by Alex Shlyapnikov
· 7 years ago
7b17c9d
asan: Mark printf-4.c as unsupported on Windows.
by Peter Collingbourne
· 7 years ago
5bb2345
[Sanitizer] Internal Printf string precision argument + padding.
by Alex Shlyapnikov
· 7 years ago
2473183
Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. NFC."
by Hans Wennborg
· 7 years ago
b7a3bc9
[LibFuzzer] Report when custom counters are available.
by Dan Liew
· 7 years ago
25d0c65
[LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.
by Dan Liew
· 7 years ago
c8879c9
[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.
by Dan Liew
· 7 years ago
Next »