Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
compiler-rt
/
HEAD
a18fb0c
Disable leak sanitizer test on ppc. (#184414)
by Sean Fertile
· 30 hours ago
main
df58f59
[sanitizer][Fuchsia] Define interceptor for reallocarray on Fuchsia (#184410)
by PiJoules
· 31 hours ago
0cd354e
[CFI] Expand test to include minimal runtime (#183646)
by Vitaly Buka
· 2 days ago
64c2527
[compiler-rt][ARM] Fix conditions for strict-mode FP testing (#183507)
by Simon Tatham
· 3 days ago
344e193
[UBSan] Wrap Location variants in anonymous union (#168866)
by Benjamin Stott
· 3 days ago
36b7ba3
[ASan] Mark recent integration tests as accordingly for MSVC (#135889)
by MacGyver Codilla
· 4 days ago
5737c66
[compiler-rt][CMake] Fix build when specifying --stdlib= (with 2 dashes) (#136111)
by Reagan
· 4 days ago
bc0a39e
[SafeStack] Allow -fsanitize-minimal-runtime with -fsanitize=safestack (#183644)
by Vitaly Buka
· 6 days ago
d397657
[scudo] Add reallocarray C wrapper. (#183385)
by Alexey Samsonov
· 6 days ago
aa5fc9a
[scudo] Change header tagging for the secondary allocator (#182487)
by Tamas Kaman
· 6 days ago
ecffa35
[compiler-rt][Fuzzer] Relax reduce_inputs.test to account for non-determinism (#182495)
by Dan Blackwell
· 7 days ago
efa78c1
Reapply "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972) (#183154)
by PiJoules
· 8 days ago
25e7ac5
[sanitizer_common] [Darwin] Adopt _dyld_get_dyld_header (#182943)
by Andrew Haberlandt
· 8 days ago
8417d60
[compiler-rt][ARM] Enable strict mode in divsf3/mulsf3 tests (#179918)
by Simon Tatham
· 9 days ago
4b3abf0
Revert "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972)
by Paul Kirth
· 9 days ago
f0b7ec7
[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start (#180880)
by PiJoules
· 9 days ago
02ae8c1
[ASan] Fix test IsPoisonedDoesNotCrashOnMemoryBoundaries for 32-bit targets (#182412)
by Roman Vinogradov
· 13 days ago
014f880
Make mmap-munmap interceptor fail earlier (#171295)
by Honey Goyal
· 13 days ago
6813553
[ASan] Fix crash in __asan_region_is_poisoned at application memory boundaries (#180223)
by Roman Vinogradov
· 13 days ago
57d6776
[ASan/sanitizers] Make stack unwinding better on Windows. (#180205)
by b068931
· 2 weeks ago
99081ed
[tsan] Only init AdaptiveDelay if enabled (#181757)
by Chris Cotter
· 2 weeks ago
6937603
[tsan] Introduce Adaptive Delay Scheduling to TSAN (#178836)
by Chris Cotter
· 2 weeks ago
3ef140c
[ASan] [Windows] Fix a new test in mingw mode
by Martin Storsjö
· 3 weeks ago
841ff6f
[ASan][Windows] Fix false positive for zero sized rtl allocations (#181015)
by Zack Johnson
· 3 weeks ago
996704b
[scudo] Add new fast purge option. (#175266)
by Christopher Ferris
· 3 weeks ago
f0ab6d5
[hwasan][Fuchsia] Use GetCurrentThread (#180602)
by PiJoules
· 3 weeks ago
7a0968b
[TySan] Add skeleton for adding interface functions (#170859)
by Matthew Nagy
· 3 weeks ago
efddaaa
[Profile] Enable binary profile correlation for Mach-O binaries (#179937)
by Marina Taylor
· 3 weeks ago
8658704
[asan][AIX] Add vec_malloc and vec_calloc interceptors (#175584)
by Jake Egan
· 3 weeks ago
4720ec6
[compiler-rt] [ubsan] Fix missing include directory (#180341)
by Michał Górny
· 4 weeks ago
77a0ba4
[X86] AMD Zen 6 Initial enablement (#179150)
by Ganesh
· 4 weeks ago
731ae55
ubsan: Add loop detection runtime and e2e tests for -fsanitize-trap-loop.
by Peter Collingbourne
· 4 weeks ago
1514866
[asan][AIX] Change #ifdef to #if for AIX guard (#180280)
by Jake Egan
· 4 weeks ago
1e4c8aa
[ubsan][test] Skip Misc/Posix/static-link.cpp on Solaris (#175464)
by Rainer Orth
· 4 weeks ago
d606e95
[asan] Disable strict init checking on AIX (#178012)
by Jake Egan
· 4 weeks ago
1fe4a53
[AIX] Implement the ifunc attribute. (#153049)
by Wael Yehia
· 4 weeks ago
562be29
[scudo] Add resident pages info to getStats (#178969)
by Sadaf Ebrahimi
· 4 weeks ago
9de9a0c
[Compiler-rt] Implement AEABI Unaligned Read/Write Helpers in compiler-rt (#167913)
by Simi Pallipurath
· 4 weeks ago
1361f90
fuzzer: modernize FuzzedDataProvider conversions (#177794)
by Winnie Gitau
· 5 weeks ago
cc101ce
comipler-rt: add atomic to SANITIZER_COMMON_LINK_LIBS for MIPS (#178819)
by YunQiang Su
· 5 weeks ago
692ad2a
[scudo] Add missing space to getStats (#178537)
by Sadaf Ebrahimi
· 5 weeks ago
9ea442b
[sanitizers] [Darwin] Fix erroneous warning when external_symbolizer_path="" (#178743)
by Andrew Haberlandt
· 5 weeks ago
6a95942
[ASan] Fix UnpoisonDefaultStack stack bottom estimation (#178137)
by Andrew Haberlandt
· 5 weeks ago
2bd386f
[compiler-rt][aarch64][sme] Add SVE/FP variant of `__arm_sc_memcpy` (#127093)
by Benjamin Maxwell
· 5 weeks ago
6de4336
[scudo] Add flags to secondary cache entries. (#177506)
by Christopher Ferris
· 6 weeks ago
37593ae
[ORC] Fix missing support of deinitialize on ELF platform and execution order by priority (#175981)
by Yaxing Cai
· 6 weeks ago
7b2ab4e
[Sanitizers] Remove unused variable (#177061)
by Mariusz Borsa
· 6 weeks ago
678dda7
[asan] Fix -Wformat warning for %zx with pointer argument (#177219)
by Jonathan Wakely
· 6 weeks ago
14ecee1
[HWASAN] [RISC-V] Update EnableTaggingAbi for RISC-V linux. (#176616)
by Tharo
· 6 weeks ago
9e97b50
[asan] Reduce stack usage of DescribeThread() (#176540)
by Thurston Dang
· 6 weeks ago
cec222b
Update sanitizer_coverage_allowlist_ignorelist.cpp to use POSIX-compliant regex (#176396)
by Alison Zhang
· 6 weeks ago
388792d
[TSan][Darwin] Fix error message for invalid lock_during_write flag (#176347)
by Dan Blackwell
· 6 weeks ago
6e13cb2
[libc++][NFC] Remove `LIBCXX_ENABLE_ASSERTIONS` (#176574)
by Hristo Hristov
· 6 weeks ago
9812817
[dfsan] Add dataflow sanitizer support for SystemZ (#168991)
by anoopkg6
· 6 weeks ago
7174a43
[compiler-rt][rtsan] Fix build failures when building against in-tree libc++ (#175638)
by Nick Hutchinson
· 7 weeks ago
ffb4bfe
Fix typos and spelling errors across codebase (#156270)
by Austin Jiang
· 7 weeks ago
375acf3
[Darwin] [compiler-rt] Normalize DYLD_LIBRARY_PATH to workaround LD bug (#175685)
by Andrew Haberlandt
· 7 weeks ago
c3c996f
[lsan] Fix flaky test in swapcontext.cpp (#175635)
by Thurston Dang
· 7 weeks ago
2a9f448
[asan][AIX] Set allocator size and beginning (#144784)
by Jake Egan
· 8 weeks ago
4288f0b
[compiler-rt] [Darwin] VerifyMemoryMapping should ignore zero-size sections (#175083)
by Andrew Haberlandt
· 8 weeks ago
a8769a7
[PPC] Disable some ORC-powerpc64le-linux tests. (#175100)
by Sean Fertile
· 8 weeks ago
a410df4
[compiler-rt] [Darwin] Add darwin-remote feature for remote darwin test targets (#174905)
by Andrew Haberlandt
· 8 weeks ago
025f7e1
[compiler-rt][AArch64] Exit early from __arm_za_disable. (#174942)
by Sander de Smalen
· 8 weeks ago
0bda596
[compiler-rt] Add supported Arm arches for the baremetal profile lib (#172984)
by Volodymyr Turanskyy
· 8 weeks ago
36d7c0b
[compiler-rt] Support default-True lit config options (follow up to #174522) (#174642)
by Andrew Haberlandt
· 8 weeks ago
01b1c31
[NFCI] [Darwin] Add APPLE_TARGET_IS_HOST lit option to compiler-rt (#174522)
by Andrew Haberlandt
· 8 weeks ago
d23964b
[compiler-rt] Fix check-builtins buildbot failures (#174443)
by Andrew Haberlandt
· 8 weeks ago
8a0ca0f
[compiler-rt] fix crt target dependency. (#174475)
by Zequan Wu
· 8 weeks ago
886c8e0
Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941)
by Andrew Haberlandt
· 8 weeks ago
a3a1378
[unrelated][upstream-separately] XFAIL multc3_test.c fixunstfdi_test.c on AIX 64-bit
by Wael Yehia
· 8 weeks ago
0a515ca
[asan] Adjust interception compatibility for AIX (#131870)
by Jake Egan
· 9 weeks ago
582904d
[asan][NFC] Fix formatting of asan_interceptors.cpp (#173088)
by Jake Egan
· 9 weeks ago
17dcb01
[lit] Drop shell feature from all upstream projects (#173341)
by Aiden Grossman
· 9 weeks ago
9ddd191
lib/tsan/go: add mechanism to skip frames
by Keith Randall
· 9 weeks ago
2e1e966
[scudo] Use setenv instead of putenv in ScudoCombinedTest.ZeroOnDeallocEnabledAndFlag (#173423)
by Fabio D'Urso
· 9 weeks ago
ad86e64
[compiler-rt] Rework 08debd7f4461 [-Wno-c2y-extensions]
by NAKAMURA Takumi
· 10 weeks ago
04c962d
[compiler-rt][builtins] Add `-Wno-c2y-extensions`
by NAKAMURA Takumi
· 10 weeks ago
3d14406
[Fuzzer] Mark test as unsupported on Windows
by Aiden Grossman
· 2 months ago
d0efc95
[compiler-rt] Remove REQUIRES: shell lines (#173338)
by Aiden Grossman
· 2 months ago
bdf8fc0
[ORC] Add, and call through, reoptimize function in ReOptimizeLayer. (#173204)
by Lang Hames
· 2 months ago
c3539aa
[sanitizer_common] [Darwin] Fix typo in AtosSymbolizer error message (#173329)
by Andrew Haberlandt
· 2 months ago
83b066d
[compiler-rt][sanitizer] some additional Haiku build fixes (#172773)
by Brad Smith
· 3 months ago
a96e93a
[Test][NFC] Update test to match new warning output (#172950)
by thetruestblue
· 3 months ago
4c41cbd
[X86][APX] Check APXSave before enabling APX features (#172834)
by Phoebe Wang
· 3 months ago
8370174
[scudo] Add an option to zero memory on deallocation. (#142394)
by piwicode
· 3 months ago
955efd6
[sanitizer_common] [Darwin] Add inline frame support for AtosSymbolizer (#170815)
by Andrew Haberlandt
· 3 months ago
c291ac1
[PPC] mark ppc/fixtfti_test.c and ppc/fixunstfti_test.c as UNSUPPORTED because they pass/fail in different builds
by Wael Yehia
· 3 months ago
d0da898
[compiler-rt] [Darwin] OS/feature detection should use the run-wrapper (#171167)
by Andrew Haberlandt
· 3 months ago
e0efb9b
[sanitizer_common] Fix missing `check-sanitizer` deps under LLVM_ENABLE_RUNTIMES (#170817)
by Andrew Haberlandt
· 3 months ago
63a4e65
[LFI] Introduce AArch64 LFI Target (#167061)
by Zachary Yedidia
· 3 months ago
8cd247c
[compiler-rt][ppc] add powerpc fixup of config.compiler_rt_libdir when building with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON (#172361)
by Wael Yehia
· 3 months ago
695a2bf
[X86] Correct CPUID checks for AVX10 (#172350)
by Mikołaj Piróg
· 3 months ago
06714dd
[NFC][compiler-rt] Fix typos in int_to_fp_impl (#171067)
by Hendrik Hübner
· 3 months ago
45eab3c
[HWASan] Compatible with Windows path retrieval (#172194)
by GkvJwa
· 3 months ago
2d37a2a
[sanitizers] build symbolizer with lld (#172093)
by Florian Mayer
· 3 months ago
b689d9d
[AArch64] Fix typos in 09e57cfd32b0073b63d568835f07251e0d51affb (#172357)
by Eli Friedman
· 3 months ago
5ab8704
[AArch64] Fix typo in 09e57cfd32b0073b63d568835f07251e0d51affb (#172354)
by Eli Friedman
· 3 months ago
ff17f7f
[AArch64] Extend Windows CPU feature detection with more features. (#171930)
by Eli Friedman
· 3 months ago
cc0a79d
[tsan] Export __cxa_guard_ interceptors from TSan runtime. (#171921)
by Alexey Samsonov
· 3 months ago
40649eb
[XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V
by Alex Bradbury
· 3 months ago
Next »