aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2020-03-16[compiler-rt] [netbsd] Add support for the MKIPFILTER=no distributionKamil Rytarowski
2020-03-12[msan] Fix srcaddr handling in recvfrom interceptor.Evgenii Stepanov
2020-03-11[builtins] Build for arm64e for DarwinShoaib Meenai
2020-03-11[compiler-rt][tsan] Make fiber support in thread sanitizer dynamic linkableJoachim Protze
2020-03-10[compiler-rt] Define ElfW() macro if it's not definedSergej Jaskiewicz
2020-03-10tsan: tsan_interface.h: make constants staticDmitry Vyukov
2020-03-09Mark test function as 'weak' to prevent interprocedural CSE.Richard Smith
2020-03-09[ASan] Enable set_shadow_test.c on Windows.Matt Morehouse
2020-03-09[cmake] Strip quotes in compiler-rt/lib/crt; error if checks failGeorge Burgess IV
2020-03-09[cmake] By default do not build compiler-rt with PGOGeorge Burgess IV
2020-03-09Recommit #2 "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-09Revert "Recommit "[Driver] Default to -fno-common for all targets""Sjoerd Meijer
2020-03-09Recommit "[Driver] Default to -fno-common for all targets"Sjoerd Meijer
2020-03-05[GWP-ASan] Fix thread ID.Mitch Phillips
2020-03-05[compiler-rt][builtins][RISCV] Port __clear_cache to RISC-V LinuxLuís Marques
2020-03-04[scudo][standalone] Do not fill 32b regions at onceKostya Kortchinsky
2020-03-03Port ubsan nullability.c test to WindowsReid Kleckner
2020-03-03Fix UB in compiler-rt base64 implementationserge-sans-paille
2020-03-03Syndicate, test and fix base64 implementationserge-sans-paille
2020-03-03Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg
2020-03-02[test/compiler-rt] Disable ubsan/TestCases/Misc/nullability.c on AndroidVedant Kumar
2020-03-02[Coverage] Collect all function records in an object (D69471 followup)Vedant Kumar
2020-03-02Revert "Syndicate, test and fix base64 implementation"Mitch Phillips
2020-03-02Second attempt to disable instrprof-merging.cppVedant Kumar
2020-03-02Disable instrprof-merging.cpp to unblock bots while I investigateVedant Kumar
2020-03-02Syndicate, test and fix base64 implementationserge-sans-paille
2020-02-28Disable instrprof-merging.cpp on powerpc64 (D69471 follow up)Vedant Kumar
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar
2020-02-28[compiler-rt/test] Relax a test so we can debug it on sanitizer-x86_64-linux-...Vedant Kumar
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar
2020-02-28[compiler-rt/test] Use FileCheck -allow-empty instead of count 0Vedant Kumar
2020-02-28[DFSan] Add __dfsan_cmp_callback.Matt Morehouse
2020-02-28[DFSan] Add __dfsan_mem_transfer_callback.Matt Morehouse
2020-02-28[ubsan] Add support for -fsanitize=nullability-* suppressionsVedant Kumar
2020-02-28[DFSan] Add __dfsan_load_callback.Matt Morehouse
2020-02-27[DFSan] Add flag to insert event callbacks.Matt Morehouse
2020-02-27Update Sanitizer tests for Android R.Mitch Phillips
2020-02-26[scudo][standalone] Various improvements wrt RSSKostya Kortchinsky
2020-02-26[TSan] Add CMake check for minimal SDK requirements on DarwinJulian Lettner
2020-02-26[compiler-rt] Build all alias in builtin as private external on DarwinSteven Wu
2020-02-26Revert "[compiler-rt] Add a critical section when flushing gcov counters"Hans Wennborg
2020-02-26tsan: fix pthread_detach with called_from_lib suppressionsDmitry Vyukov
2020-02-25[compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h.Max Moroz
2020-02-25[profile] gcov_mutex must be staticCalixte Denizet
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-24[profile] Don't dump counters when forking and don't reset when calling exec*...Calixte Denizet
2020-02-21[Hexagon] Define __ELF__ by default.Sid Manning
2020-02-20[compiler-rt] [builtins] Fix logb / logbl testsLuís Marques
2020-02-19Add a `%darwin_min_target_with_tls_support` lit substitution.Dan Liew