Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
032f3e7fd8a12ceab800b0d9c3aca0f769f7b7cc
/
compiler-rt
fec4f35
[CMake] Add a missing case of TO_CMAKE_PATH
by Martin Storsjo
· 7 years ago
265cd31
Fix filtering of sanitizer_common unittest architectures on Darwin.
by Kuba Mracek
· 7 years ago
a2ada4d
[X86][compiler-rt] Add missing semicolon
by Benjamin Kramer
· 7 years ago
428caa3
[X86] Make conversion of feature bits into a mask explicitly unsigned by using 1U instead of 1.
by Craig Topper
· 7 years ago
62e5924
[X86][compiler-rt] Attempt to fix a warning about a shift amount being negative in a macro expansion.
by Craig Topper
· 7 years ago
0a01f5d
Unbreak FreeBSD build.
by David Carlier
· 7 years ago
e7dec78
[XRay] Support for Fuchsia
by Petr Hosek
· 7 years ago
56f3bb4
tsan: Update measurements in check_analyze.sh.
by Peter Collingbourne
· 7 years ago
c561093
tsan: Correct the name of an executable.
by Peter Collingbourne
· 7 years ago
0c81a62d
[Sanitizer] Adding setvbuf in supported platforms and other stream buffer functions
by David Carlier
· 7 years ago
1d0c7f5
[compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsigned overflows
by Roman Lebedev
· 7 years ago
d0fb5d8
tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptors
by Dmitry Vyukov
· 7 years ago
5839abb
Add header <atomic> which is needed to compile with some older library versions.
by Douglas Yung
· 7 years ago
2b95e3c
[XRay] Add a test for re-initialising FDR mode (NFC)
by Dean Michael Berris
· 7 years ago
d931c13
Revert "[Sanitizer] intercept setvbuf on other platforms where it is supported"
by David Carlier
· 7 years ago
a1ea566
[Sanitizer] Unbreak non NetBSD builds.
by David Carlier
· 7 years ago
5ffb47b
[Sanitizer] intercept setvbuf on other platforms where it is supported
by David Carlier
· 7 years ago
4b0b84f
[cmake] Fix detecting terminfo library
by Michal Gorny
· 7 years ago
afedb89
[tsan] Add __cxa_guard_acquire hooks to support cooperative scheduling
by Vitaly Buka
· 7 years ago
388af45
[XRay] Add a test for allocator exhaustion
by Dean Michael Berris
· 7 years ago
ba02cb5
[XRay] Move buffer extents back to the heap
by Dean Michael Berris
· 7 years ago
8e0e35a
[compiler-rt] Use zx_futex_wait_deprecated for Fuchsia sanitizer runtime
by Petr Hosek
· 7 years ago
74abaf8
Add interceptor for the setvbuf(3) from NetBSD
by Kamil Rytarowski
· 7 years ago
0e799d9
[hwasan] don't check tail magic when in right_align mode (should fix the bot)
by Kostya Serebryany
· 7 years ago
b5c1d69
[hwasan] make the heap-buffer-overflow.c test more robust and re-enable it. With malloc_align_right the relative offsets of heap chunks are less predictable to simply don't test for them.
by Kostya Serebryany
· 7 years ago
c265e76
[hwasan] implement free_checks_tail_magic=1
by Kostya Serebryany
· 7 years ago
31b6a14
[hwasan] use reads instead of writes in a test
by Kostya Serebryany
· 7 years ago
003b720
Revert "Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr"
by Kamil Rytarowski
· 7 years ago
54eaafa
Cast the 2nd argument of _Unwind_SetIP() to _Unwind_Ptr
by Kamil Rytarowski
· 7 years ago
7461cc1
Cast _Unwind_GetIP() and _Unwind_GetRegionStart() to uintptr_t
by Kamil Rytarowski
· 7 years ago
c505cee
[sanitizer] Update global_symbols.txt
by Vitaly Buka
· 7 years ago
f5912d0
[hwasan] disable one test line while investigating a bot failure
by Kostya Serebryany
· 7 years ago
56ef906
Add new interceptor for mi_vector_hash(3)
by Kamil Rytarowski
· 7 years ago
47fb42e
Add new interceptor for getmntinfo(3) from NetBSD
by Kamil Rytarowski
· 7 years ago
ba5c716
[hwasan] optionally right-align heap allocations
by Kostya Serebryany
· 7 years ago
5f5c773
[compiler-rt] Use exact spelling when building for default target
by Petr Hosek
· 7 years ago
ee6eb9b
Start adding the supporting code to perform out-of-process allocator
by Dan Liew
· 7 years ago
2d2e23e
[CMake] Passthrough CFLAGS when checking the compiler-rt path
by Petr Hosek
· 7 years ago
6fd2947
[lsan] [FIXUP] Fixup for http://reviews.llvm.org/D54484
by George Karpenkov
· 7 years ago
2e8839d
[lsan] [NFC] Change ARRAY_SIZE to internal_strnlen
by George Karpenkov
· 7 years ago
4a28202
Correct atexit(3) support in MSan/NetBSD
by Kamil Rytarowski
· 7 years ago
6c0bb37
Re-land r343606 "[winasan] Unpoison the stack in NtTerminateThread"
by Reid Kleckner
· 7 years ago
771d6d3
[hwasan] Add entire report to abort message on Android.
by Evgeniy Stepanov
· 7 years ago
9e089fc
[XRay] Add a test for function id encoding/decoding (NFC)
by Dean Michael Berris
· 7 years ago
ead47aa
[XRay] Add a static assertion on size of metadata payload (NFC)
by Dean Michael Berris
· 7 years ago
e39a89f
[XRay] Fix enter function tracing for record unwriting
by Dean Michael Berris
· 7 years ago
aeae545
[XRay] Add atomic fences around non-atomic reads and writes
by Dean Michael Berris
· 7 years ago
da375a6
[XRay] Improve FDR trace handling and error messaging
by Dean Michael Berris
· 7 years ago
4680386
[hwasan] Remove dead code.
by Evgeniy Stepanov
· 7 years ago
7383b4f
Introduce `sanitizer_malloc_introspect_t` for Darwin which is a sub-class of Darwin's `malloc_introspection_t` and use it when setting up the malloc zone.
by Dan Liew
· 7 years ago
692b347
[Profile] The test for gcov-fork seems to be ok on arm
by Calixte Denizet
· 7 years ago
e06fb48
Split lgammal() from INIT_LGAMMAL
by Kamil Rytarowski
· 7 years ago
c4dfb42
Split remquol() from INIT_REMQUO
by Kamil Rytarowski
· 7 years ago
5dc0fba
[CMake][ASan][HWASan] Set an explicit dependency on libc++ headers
by Petr Hosek
· 7 years ago
db7f78a
[Profile] Mark gcov-fork test as failing for arm
by Calixte Denizet
· 7 years ago
5e09c49
[Profile] Fix fork test and add tests for execlp and execvp after patch https://reviews.llvm.org/D53593
by Calixte Denizet
· 7 years ago
ed4bb26
[GCOV] Close file mapping handle on Windows, so flushed gcda files can be removed while the process is in execution
by Marco Castelluccio
· 7 years ago
59439dd
[XRay] Use TSC delta encoding for custom/typed events
by Dean Michael Berris
· 7 years ago
d657f10
[sanitizer] Only set soft coredump limit.
by Evgeniy Stepanov
· 7 years ago
39b6ba9
[fuzzer] Read files as binary
by Jonathan Metzman
· 7 years ago
9e41b5e
[Darwin] Export new weak external symbols when compiling with coverage
by Vedant Kumar
· 7 years ago
34e6f0b
[sanitizer] Return headed to fix build after r346258
by Vitaly Buka
· 7 years ago
b23fded9
[dfsan] Fix build after r346262
by Benjamin Kramer
· 7 years ago
c4b8eb5
[sanitizer] Use "fast mmap" kernel flag for shadow memory on macOS 10.13.4+
by Kuba Mracek
· 7 years ago
bcee83d
[sanitizer] Fix nolibc unittests broken by r346215
by Vitaly Buka
· 7 years ago
ecb2eb4
[sanitizer] Add char **GetEnviron() on all other platforms
by Vitaly Buka
· 7 years ago
37eefc0
Adapt UBSan integer truncation tests to NetBSD
by Kamil Rytarowski
· 7 years ago
cc29727
Prioritize the constructor call of __local_xray_dyninit()
by Kamil Rytarowski
· 7 years ago
178d26fa
[sanitizer] Use AT_EXECFN in ReExec() if available
by Benjamin Kramer
· 7 years ago
25f8d20
[XRay] Update XRayRecord to support Custom/Typed Events
by Dean Michael Berris
· 7 years ago
927c880
Disable XRay test fork_basic_logging for NetBSD
by Kamil Rytarowski
· 7 years ago
2e61186
Follow Windows' approach for NetBSD in AlarmCallback()
by Kamil Rytarowski
· 7 years ago
fd68e3e
[libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64
by George Karpenkov
· 7 years ago
682ee6c
[Sanitizers] Disable SANITIZER_CAN_FAST_UNWIND on all SPARC targets
by Rainer Orth
· 7 years ago
1a9b072
[Sanitizers] Solaris largefile fixes
by Rainer Orth
· 7 years ago
a7b4ae9
[UBsan] disable few tests for FreeBSD
by David Carlier
· 7 years ago
5f60861
Fix build on sparc64-linux-gnu.
by Martin Liska
· 7 years ago
342ca71
[hwasan] Fix stack-uar.c after rCRT345110
by Fangrui Song
· 7 years ago
1e255e7
[XRay] Update TSC math to handle wraparound
by Dean Michael Berris
· 7 years ago
538d678
Disable recursive interception for tzset in MSan
by Kamil Rytarowski
· 7 years ago
4dc4d6e
[compiler-rt] Support for passing through linker flags to libc++ build
by Petr Hosek
· 7 years ago
466f0f0
[compiler-rt][Fuzzer] Fix the fuzzer test build
by Petr Hosek
· 7 years ago
9628392
Workaround using new Clang with an old NDK.
by Dan Albert
· 7 years ago
3095874
Try to unbreak the build of sanitizers on !NetBSD
by Kamil Rytarowski
· 7 years ago
8deda5f
Split getpwent and fgetgrent functions in interceptors
by Kamil Rytarowski
· 7 years ago
78f7a6e
[PowerPC]Disable randomized address space on Linux ppc64le
by Lei Huang
· 7 years ago
a8eaaa8
[NFC] Refactor initialisation of Darwin malloc zone fields into separate function called `InitMallocZoneFields()` which is now called from `ReplaceSystemMalloc()`.
by Dan Liew
· 7 years ago
0c96ae3
[XRay] Update delta computations in runtime
by Dean Michael Berris
· 7 years ago
e8c650a
[XRay] Fix TSC and atomic custom/typed event accounting
by Dean Michael Berris
· 7 years ago
6b67ff0
[XRay] Add CPU ID in Custom Event FDR Records
by Dean Michael Berris
· 7 years ago
dffe5a3
Compile and test i128 math builtins for Win64
by Reid Kleckner
· 7 years ago
06a4bd9
[compiler-rt] Pass CMake C and C++ flags to the custom libc++
by Petr Hosek
· 7 years ago
44eba12
[compiler-rt][Fuzzer] Use the new C++ ABI namespace CMake support
by Petr Hosek
· 7 years ago
8448460
Update ioctl(2) operations for NetBSD 8.99.25
by Kamil Rytarowski
· 7 years ago
ec37188
Update generate_netbsd_ioctls.awk for NetBSD 8.99.25
by Kamil Rytarowski
· 7 years ago
3d2ab50
Diable test suppressions-library for NetBSD/i386
by Kamil Rytarowski
· 7 years ago
3e27306
[asan] Remove stale -fno-exceptions flag in sanitizer_common as well
by Reid Kleckner
· 7 years ago
1079d7c
[asan] Remove flags for clang-cl before it supported EH
by Reid Kleckner
· 7 years ago
9fe6b4d
Disable BufferOverflowAfterManyFrees for NetBSD
by Kamil Rytarowski
· 7 years ago
e90a7df
Mark breaking asan tests on NetBSD
by Kamil Rytarowski
· 7 years ago
Next »