aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal3-21/+0
2024-05-23[scudo] Compute the default aligned pointer without tag (#92989)Andrei Homescu1-4/+8
2024-05-22[asan][windows] Further relax how deep in the callstack main can be in some a...Charlie Barto4-6/+6
2024-05-22[sanitizers] Bump malloc limit to 1TB for MSAN, LSAN & DFSAN (#89728)Wu Yingcong3-3/+3
2024-05-21[DFSan] Fix recvmsg wrapper to support MSG_TRUNC flag. (#92599)Andrew Browne2-28/+65
2024-05-21Revert "[msan] Increase kNumStackOriginDescrs constant (#92838)"Thurston Dang1-5/+1
2024-05-21[msan] Increase kNumStackOriginDescrs constant (#92838)Thurston Dang1-1/+5
2024-05-20[ConstantFolding] Canonicalize constexpr GEPs to i8 (#89872)Nikita Popov2-18/+18
2024-05-19[ctx_profile] Pass lib path into testVitaly Buka2-1/+8
2024-05-19Quick fix for a waning in clang_rt.ctx_profile [-Wgnu-anonymous-struct]NAKAMURA Takumi2-0/+4
2024-05-19ReformatNAKAMURA Takumi1-1/+1
2024-05-18[nfc][ctx_profile] Fix printf - related `-Wformat-pedantic`Mircea Trofin1-2/+3
2024-05-17Reapply "[ctx_profile] Integration test (#92456)"Mircea Trofin3-0/+116
2024-05-17Revert "[ctx_profile] Integration test (#92456)"Aiden Grossman3-116/+0
2024-05-17Fix flaky test: signal_in_mutex_lock.cpp (#92587)Julian Lettner1-12/+20
2024-05-17[ctx_profile] Integration test (#92456)Mircea Trofin3-0/+116
2024-05-15[scudo] Move the chunk update into functions (#83493)ChiaHungDuan1-150/+221
2024-05-15[ASan] Remove COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION. (#91832)Enna11-1/+1
2024-05-15Avoid partial munmap (#92109)Stephan Bergmann1-1/+1
2024-05-14[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)Keith Smiley1-36/+0
2024-05-14[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)Ben Langmuir2-6/+38
2024-05-10[libfuzzer] Prevent MSan false positive when printing log with -jobs (#91679)Thurston Dang1-0/+1
2024-05-10[ctx_profile] Fix signed-ness in CtxInstrProfilingTest.cppMircea Trofin1-2/+2
2024-05-10[ctx_profile] Arena should zero-initialize its allocation area.Mircea Trofin3-1/+18
2024-05-09[nfc][ctx_profile] Move `CtxInstrContextNode.h` in `include`Mircea Trofin2-3/+3
2024-05-09[ctx_profile] Pull `ContextNode` in a `.inc` file (#91669)Mircea Trofin9-133/+238
2024-05-09Disable flaky test: dfsan/release_shadow_space.c (#91493)Mehdi Amini1-0/+3
2024-05-08[Sanitizers] Fix fake_test_gc not working on devices (#91284)Mariusz Borsa1-1/+1
2024-05-07[compiler-rt][ctx_profile] Fix signed-ness warnings in testMircea Trofin1-6/+6
2024-05-07[compiler-rt][ctx_profile] Add the instrumented contextual profiling APIs (#8...Mircea Trofin3-2/+681
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