Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
1fd005f552595ceb2a10f2deacc6b64a50019afb
/
compiler-rt
1fd005f
[libFuzzer] initial implementation of -data_flow_trace. It parses the data flow trace and prints the summary, but doesn't use the information in any other way yet
by Kostya Serebryany
· 7 years ago
b89704f
[lsan] Do not check for leaks in the forked process
by Vitaly Buka
· 7 years ago
236c3f9
[LSan] Report proper error on allocator failures instead of CHECK(0)-ing
by Alex Shlyapnikov
· 7 years ago
4c1fdcf
[XRay][compiler-rt] Use DCHECK instead of assert(...) (NFC)
by Dean Michael Berris
· 7 years ago
13b2fcc
[XRay][compiler-rt] Use static instead of inline (NFC)
by Dean Michael Berris
· 7 years ago
abbeb4c
[XRay][compiler-rt] Remove __xray:: in some places (NFC)
by Dean Michael Berris
· 7 years ago
bd37b57
[XRay][compiler-rt] Remove namespace __xray_fdr_internal (NFC)
by Dean Michael Berris
· 7 years ago
7f88ea1
[XRay][compiler-rt] Merge XRay FDR mode into a single file (NFC)
by Dean Michael Berris
· 7 years ago
7d26077
Introduce CheckASLR() in sanitizers
by Kamil Rytarowski
· 7 years ago
5eaaff6
[XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)
by Dean Michael Berris
· 7 years ago
8ba925d
[XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueue
by Dean Michael Berris
· 7 years ago
a6303a9
by David Carlier
· 7 years ago
d12cb59
[XRay][compiler-rt] Remove RTTI requirement from XRay Builds
by Dean Michael Berris
· 7 years ago
8908aa4
[Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawn
by Petr Hosek
· 7 years ago
d74d04a
Add weak definitions of trace-cmp hooks to dfsan
by Kostya Serebryany
· 7 years ago
e2f884d
[asan, myriad] Implement aligned local pool allocation
by Walter Lee
· 7 years ago
bf03bfb
[asan, myriad] Configure platform interceptors
by Walter Lee
· 7 years ago
45cdbda
[XRay] Fix supposely failing test for FreeBSD
by David Carlier
· 7 years ago
3b480d1
[ASAN] Sanitize testsuite for ARM.
by Yvan Roux
· 7 years ago
d44a6ea
Fix GCC 4.8.5 build by avoiding braced default member initializer
by Reid Kleckner
· 7 years ago
ac804c2
Define SIZEOF_STRUCT_USTAT for 32bit sparc.
by Sylvestre Ledru
· 7 years ago
af32267
Missing include
by Stephan Bergmann
· 7 years ago
d1fe506
[XRay] Fixup: Remove unnecessary type alias
by Dean Michael Berris
· 7 years ago
16c865b
[XRay] Fixup: Explicitly call std::make_tuple(...)
by Dean Michael Berris
· 7 years ago
ca856e0
[XRay] Fixup: Address some warnings breaking build
by Dean Michael Berris
· 7 years ago
1eb8c206
[XRay][profiler] Part 3: Profile Collector Service
by Dean Michael Berris
· 7 years ago
980e45f
[libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer several times on subsets of inputs bytes, to overcome DFSan out-of-label failures
by Kostya Serebryany
· 7 years ago
b54ac41
[asan] Remove unneeded VirtualQuery from exception handler
by Reid Kleckner
· 7 years ago
3dc6cea
[asan, myriad] Simplify main thread handling
by Walter Lee
· 7 years ago
0a70e9d
[asan, myriad] Reset shadow memory during exit
by Walter Lee
· 7 years ago
d30bcab
Fix a typo; NFC
by George Burgess IV
· 7 years ago
4add8a1
[safestack] Lazy initialization of interceptors
by Vitaly Buka
· 7 years ago
796bb7d
[Fuzzer] Update _zx_port_wait function use in Fuchsia port
by Petr Hosek
· 7 years ago
11c1c26
Revert the last test commit
by H.J. Lu
· 7 years ago
caab7c8
This is a test commit to verify repository access
by H.J. Lu
· 7 years ago
f6311c6
by David Carlier
· 7 years ago
540d7e5
[libFuzzer] Avoid optimization of "abs(x) < 0"
by Vitaly Buka
· 7 years ago
b161db0
Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved."
by Vitaly Buka
· 7 years ago
698b0a6
[libFuzzer] [NFC] Generalize fdmask test.
by George Karpenkov
· 7 years ago
b4ccb3a
[libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer tests
by George Karpenkov
· 7 years ago
fe44eb4
[libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.
by George Karpenkov
· 7 years ago
464d141
[libFuzzer] Fix multi-arch build support for fuzzer tests.
by George Karpenkov
· 7 years ago
02c85f1
[libFuzzer] Run libFuzzer unit tests only on host architecture.
by George Karpenkov
· 7 years ago
0dcb690
[libFuzzer] XFAIL a few libFuzzer tests on iOS.
by George Karpenkov
· 7 years ago
e7e3fc2
[libFuzzer] Fix a typo in CMake configuration.
by George Karpenkov
· 7 years ago
06e0fd3
Revert "[cmake] [ARM] Check if VFP is supported before including any VFP builtins"
by Azharuddin Mohammed
· 7 years ago
80968a9
[cmake] [ARM] Check if VFP is supported before including any VFP builtins
by Azharuddin Mohammed
· 7 years ago
383fe5c
sanitizer: Use pre-computed size of struct ustat for Linux
by Craig Topper
· 7 years ago
13f8a77
[tsan] Fix a failure in test java_race_pc on AArch64 after r333071
by Igor Kudrin
· 7 years ago
4d53b74
[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script merges traces from the subsets
by Kostya Serebryany
· 7 years ago
500ca87
[libFuzzer] fix two off-by-ones (!!) in the data flow tracer
by Kostya Serebryany
· 7 years ago
767d92e
[fuchsia] Add line buffering in RawWrite
by Jake Ehrlich
· 7 years ago
4925392
[libFuzzer] change the output format for the DataFlow tracer
by Kostya Serebryany
· 7 years ago
28fe54f
[libFuzzer] add a stress test for the DataFlow tracer
by Kostya Serebryany
· 7 years ago
fe97441
[libFuzzer] Don't complain about lack of interesting inputs when -runs=0.
by Max Moroz
· 7 years ago
08c6304
[sanitizer] Define UINTPTR_MAX
by Kostya Kortchinsky
· 7 years ago
5b1b594
Fix internal_mmap() on 32-bit NetBSD platforms
by Kamil Rytarowski
· 7 years ago
c0099f9
[sanitizer] Reland "Be more accurate when calculating the previous instruction address on ARM."
by Igor Kudrin
· 7 years ago
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
Next »