aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Revert "[scudo] Only init RingBuffer when needed. (#85994)"revert-85994-ringbufferFlorian Mayer2-87/+22
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-1/+1
2024-05-03[NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for ...thetruestblue1-1/+1
2024-05-02[compiler-rt] Fix CMake configure on Windows (#90843)Omair Javaid1-1/+5
2024-05-01[compiler-rt][CMake] Do not explicitly set CMP0114 to old (#90386)Aiden Grossman1-6/+0
2024-04-30[DFSan] Replace `cat` with `cmake -E cat` (#90557)Igor Kudrin1-1/+2
2024-04-29Disable test for lsan and x86_64h (#90483)thetruestblue1-0/+2
2024-04-29[scudo] Support setting default value of ReleaseToOsIntervalMs in config (#90...ChiaHungDuan6-1/+16
2024-04-26[ASan][Test] Remove hardcoded linker version from test (#90147)Usama Hameed1-1/+1
2024-04-26[scudo] Reflect the allowed values for M_DECAY_TIME on Android (#89114)ChiaHungDuan1-6/+4
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov2-4/+3
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim2-3/+4
2024-04-25[scudo] Fix the misused Exhausted in region allocation (#89852)ChiaHungDuan1-2/+2
2024-04-25[compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...Paul Kirth2-6/+8
2024-04-25[scudo] Improve readability of MemMapFuchsia's error handling (#90102)Fabio D'Urso1-17/+17
2024-04-25[sanitizer_symbolizer] Cast arguments for format strings in markup (#89815)Dimitry Andric2-7/+9
2024-04-24[compiler-rt] Make sure `memprof` and `ctx_profile` unittests run (#89814)Mircea Trofin5-0/+94
2024-04-24[compiler-rt] Update libFuzzer build script to use C++17. (#89604)Frederic Cambus1-1/+1
2024-04-24Allow ZX_ERR_NO_RESOURCES with MAP_ALLOWNOMEM on Fuchsia (#89767)Fabio D'Urso1-4/+11
2024-04-23Temporarily remove `clang_rt.ctx_profile` targetMircea Trofin1-9/+0
2024-04-22[test][GWP-ASan] Only add check-gwp_asan when its dependencies are built (#89...Wu Yingcong1-5/+5
2024-04-22Reapply "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin10-0/+259
2024-04-22compiler-rt: fix few builtins build warnings. (#88991)David CARLIER4-8/+8
2024-04-22Revert "[compiler-rt][ctx_instr] Add `ctx_profile` component" (#89625)Mircea Trofin10-247/+0
2024-04-22[compiler-rt][ctx_instr] Add `ctx_profile` component (#89304)Mircea Trofin10-0/+247
2024-04-19Sync FuchsiaConfig with downstream's custom_scudo_config.h (#89244)Fabio D'Urso1-0/+1
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su1-0/+6
2024-04-18Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)"David Spickett1-6/+0
2024-04-18Revert "[FMV] Remove useless features according the latest ACLE spec." (#89184)David Spickett4-4/+65
2024-04-17[FMV] Remove useless features according the latest ACLE spec. (#88965)Alexandros Lamprineas4-65/+4
2024-04-17[compiler-rt] Use __atomic builtins whenever possibleAlexander Richardson7-367/+56
2024-04-17CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88835)YunQiang Su1-0/+6
2024-04-15[test][sanitizer] Temporarily disable testVitaly Buka1-0/+3
2024-04-15[test][sanitizer] Compile .c file as CVitaly Buka1-1/+1
2024-04-15Revert "CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE" (#88663)YunQiang Su1-15/+3
2024-04-14CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#88407)YunQiang Su1-3/+15
2024-04-12Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson7-32/+101
2024-04-12[xray] Apply default visibility to __xray_CustomEvent/__xray_TypedEventFangrui Song2-4/+4
2024-04-11[compiler-rt] Don't explicitly ad-hoc code sign dylibs if using Apple's new l...Mark Rowe1-3/+6
2024-04-11[RISCV] Support rv{32, 64}e in the compiler builtins (#88252)Cyrill Leutwiler2-0/+84
2024-04-09[compiler-rt][asan] Fix for flaky asan check (#88177)PiJoules1-1/+6
2024-04-09[scudo] Add EnableContiguousRegions mode (#85149)ChiaHungDuan3-42/+83
2024-04-09[memprof] Use COMPILER_RT_TEST_COMPILERAlexander Richardson1-20/+34
2024-04-08Fix issue where MACOSX_VERSION_MIN_FLAG was not set on subsequent runs of CMa...Chris Apple1-2/+4
2024-04-08[test][UBSAN] Simplify regex in the testVitaly Buka1-6/+6
2024-04-08[test][UBSAN] Fix Solaris after #87761Vitaly Buka1-18/+18
2024-04-08[test][UBSAN] Fix windows after #87761Vitaly Buka1-1/+1
2024-04-08[scudo] Remove end of line checks. (#88022)Christopher Ferris1-4/+4
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg3-10/+667
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam7-98/+32