[LoopReroll] Fix rerolling loop with use outside the loop
[platform/upstream/llvm.git] / compiler-rt /
2020-05-12 Fangrui Song[gcov] Fix big-endian problems
2020-05-12 Fangrui SongRevert part of D49132 "[gcov] Fix gcov profiling on...
2020-05-12 Fangrui Song[gcov] Emit GCOV_TAG_OBJECT_SUMMARY/GCOV_TAG_PROGRAM_SU...
2020-05-11 Evgenii Stepanov[hwasan] Fix allocator alignment.
2020-05-11 Julian Lettner[compile-rt] Reduce #ifdef noise for ptrauth
2020-05-11 Kostya KortchinskyAdd vendor identity check for Hygon Dhyana processor...
2020-05-10 Fangrui Song[gcov] Default coverage version to '407*' and delete...
2020-05-10 Fangrui Song[gcov] Delete CC1 option -coverage-no-function-names...
2020-05-10 Fangrui Song[gcov] Temporarily unsupport host-byteorder-big-endian
2020-05-10 Fangrui Song[compiler-rt][test] Add feature host-byteorder-big...
2020-05-10 Fangrui Song[gcov] Temporarily unsupport host-byteorder-big-endian
2020-05-10 Jinsong Ji[sanitizer] Enable whitelist/blacklist in new PM
2020-05-08 Evgenii Stepanov[hwasan] Untag destination address in hwasan_posix_mema...
2020-05-08 Evgenii Stepanov[hwasan] Reset current thread pointer on thread exit.
2020-05-08 Arthur EubanksFix MSan test use-after-dtor.cpp under new pass manager
2020-05-08 Calixte Denizet[compiler-rt] Reduce the number of threads in gcov...
2020-05-07 Calixte Denizet[profile] Don't crash when forking in several threads
2020-05-07 Julian Lettner[Darwin] Improve ASan diagnostics on arm64e with pointe...
2020-05-06 Vitaly Buka[lsan] Fix warnings lit config
2020-05-06 Vitaly Buka[dfsan] Remove realloc from done_abilist.txt
2020-05-04 Dan LiewTry to make `duplicate_os_log_reports.cpp` more reliable.
2020-05-01 Peter Collingbournescudo: Exclude previous tag when retagging freed memory.
2020-04-30 Evgenii Stepanov[scudo] Zero- and pattern-initialization of memory.
2020-04-30 Evgenii Stepanov[scudo] Initialize the allocator in setTrackAllocationS...
2020-04-29 Julian Lettner[compiler-rt] Fix issue related to switch to Python3...
2020-04-29 Julian Lettner[Darwin] Fix compilation issues on arm64
2020-04-29 Nico WeberUnbreak check-builtins on macOS after Python3 switch.
2020-04-29 Vitaly BukaRevert "[tsan] Relax stack trace check"
2020-04-29 Vitaly Buka[tsan] Relax stack trace check
2020-04-28 Vitaly Buka[tsan] Relax stack trace check
2020-04-28 Saleem Abdulrasoolbuild: use Python3 for compiler-rt
2020-04-28 KAWASHIMA Takahiro[gcov][test] Work around PR45673 - NFC
2020-04-27 Ian Levesque[xray] Preserve x8 in trampoline on AArch64
2020-04-25 Ayke van Laethem[builtins] Support architectures with 16-bit int
2020-04-25 Pratyai Mazumder[SanitizerCoverage] Add `__sanitizer_cov_bool_flag_init...
2020-04-24 Fangrui Song[XRay] Change Sled.Function to PC-relative for sled...
2020-04-24 Fangrui Song[XRay] Change ARM/AArch64/powerpc64le to use version...
2020-04-22 Ayke van Laethem[builtins] Add void prototype to unprototyped functions
2020-04-22 Peter Collingbournescudo: Change the macro used to check whether we're...
2020-04-22 Ian Levesque[xray] Avoid text relocations in trampolines for ARM...
2020-04-22 Ian Levesque[xray] Use hidden symbol visibility for xray trampolines
2020-04-22 Dan LiewAdd missing call to `__sanitizer::InitializePlatformEar...
2020-04-22 Dan LiewAdd missing call to `Symbolizer::LateInitialize()`...
2020-04-21 Dan LiewDisable a Darwin test under LSan.
2020-04-21 Evgenii StepanovFix Solaris build of ubsan.
2020-04-21 Fangrui Song[XRay] Change xray_instr_map sled addresses from absolu...
2020-04-21 Dan LiewUnbreak ASan runtime in the simulators.
2020-04-21 Sam Kerner[dfsan] Fix a bug in strcasecmp() and strncasecmp(...
2020-04-20 Oliver Stannard[LSan] Disable a failing test on ARM
2020-04-20 Julian Lettner[compiler-rt] Use --standalone when running tests on...
2020-04-17 kpdev[scudo] Silent warning for u64 -> u32 convertion
2020-04-18 Petr Hosek[CMake] Set UBSAN_LINK_FLAGS for ubsan
2020-04-18 Peter Collingbournescudo: Add support for diagnosing memory errors when...
2020-04-17 Dan Liew[Darwin] Fix symbolization for recent simulator runtimes.
2020-04-17 Fangrui Song[builtins] Add missing header in D77912 and make __buil...
2020-04-17 Petr Hosek[profile] Avoid duplicating or leaking VMO
2020-04-17 Evgenii Stepanov[ubsan] Link shared runtime library with a version...
2020-04-17 Dan Liew[NFC] Introduce a `LateInitialize()` method to `Symboli...
2020-04-17 Pratyai Mazumder[NFC, tsan] Update tsan tests expectation
2020-04-16 Julian Lettner[UBSan] Fix vptr checks on arm64e
2020-04-16 Daniel S Favatsan: fixes to ThreadClock::releaseStoreAcquire and...
2020-04-16 Ilya Leoshkevich[MSan] Enable for SystemZ
2020-04-16 Vitaly Buka[NFC, msan] Increase stack in small stack tests
2020-04-15 Ayke van Laethem[builtins] Fix unprototypes function declaration
2020-04-15 Sam KernerFix DataFlowSanitizer implementation of strchr() so...
2020-04-14 Kostya Kortchinsky[scudo][standalone] Split logs on Android
2020-04-14 Fangrui Song[builtins] Make __umodsi3/__udivdi3/__umoddi3 standalon...
2020-04-14 Fangrui Song[XRay] Define uint64_t Address = Sled.Address; NFC
2020-04-13 Dan Liew[Darwin] Fix a bug where the symbolizer would examine...
2020-04-13 Dan Liew[Sanitizer Common] Show command used to launch symboliz...
2020-04-13 Matt Morehouse[SanCov] Disable whitelist/blacklist test on Darwin.
2020-04-11 Kostya Kortchinsky[scudo][standalone] Work with -Werror=class-memaccess
2020-04-11 Nemanja Ivanovic[TSAN] Fix infinite loop on targets where char is unsigned
2020-04-11 Dmitry Vyukovtsan: add newline in test file
2020-04-11 Dmitry Vyukovtsan: fix leak of ThreadSignalContext memory mapping...
2020-04-11 Dmitry Vyukovtsan: disable ASLR in Go test on NetBSD
2020-04-10 Matt MorehouseImplement `-fsanitize-coverage-whitelist` and `-fsaniti...
2020-04-10 Florian Hahn[compiler-rt] Try to disable failing test on Darwin.
2020-04-10 Dmitry Vyukovtsan: don't check libc dependency on NetBSD
2020-04-09 Peter Collingbournescudo: Replace ALIGNED macro with standard alignas...
2020-04-09 Pratyai Mazumder[SanitizerCoverage] Add compiler-rt test for -fsanitize...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-09 Marek Kurdej[libFuzzer] Fix typo in seed_inputs flag description...
2020-04-09 Raul Tambre[compiler-rt] Don't print warning about missing testing...
2020-04-08 Ilya Leoshkevich[compiler-rt] Don't use __libc_stack_end on ARM
2020-04-07 Dmitry Vyukovtsan: fix Go/ppc build
2020-04-07 Nico WeberReland "Make llvm_source_root in llvm-lit relative...
2020-04-06 Matt Morehouse[sanitizer_common] Update global_symbols.txt.
2020-04-06 Matt MorehouseRevert "[sanitizer_common] Show new unexpected symbols."
2020-04-06 Matt MorehouseRevert "[sanitizer_common] Update global_symbols.txt."
2020-04-06 Matt Morehouse[sanitizer_common] Update global_symbols.txt.
2020-04-06 Matt Morehouse[sanitizer_common] Show new unexpected symbols.
2020-04-04 Kamil Rytarowski[compiler-rt] Fix build on NetBSD 9.99.52+
2020-04-03 Riyaz V Puthiyapurayil[compiler-rt] Build with correct ABI (PR38025)
2020-04-03 Ilya Leoshkevich[MSan] Add COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED
2020-04-02 Julian LettneriOS simulator testing: replace `simctl bootstatus`...
2020-04-02 Dmitry Vyukovtsan: don't check libc dependency on FreeBSD
2020-04-01 Dmitry Vyukovtsan: fix Go build on Windows
2020-04-01 KAWASHIMA TakahiroFix simultaneous .gcda creation
2020-03-31 Valentin ChuravyAdd manually overriding of the darwin SDK version
next