Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
compiler-rt
/
HEAD
9ee0925
[compiler-rt] [docs] Clean up explanation of `__fixunsdfdi` (#212624)
by Daniel Scherzer
· 3 days ago
main
0c35537
[ubsan] Report specific CFI checks in UBSan summaries (#213224)
by Jakob Koschel
· 4 days ago
2449d9b
[ubsan] Test CFI summaries globally (#206434)
by Jakob Koschel
· 4 days ago
2da3d90
[compiler-rt][builtins] libc-backed floating-point extend/trunct builtins (#209984)
by hulxv
· 4 days ago
c9e8a87
[msan][test] Disable UB cases in vararg_shadow.cpp (#204246)
by Thurston Dang
· 4 days ago
49199be
[scudo] Fix GCC build after 212604 (#212904)
by Michael Jones
· 4 days ago
9dced0e
[tsan] Fix buildgo.sh on FreeBSD/NetBSD (#213047)
by Rainer Orth
· 4 days ago
d385b98
[scudo] Fix all deadlocks with condition code variables. (#212604)
by Christopher Ferris
· 5 days ago
6fc45ef
[XRay][test] Raise fdr-mode.cpp unwrite threshold to deflake it (#211595)
by Nikita Taranov
· 5 days ago
4b0944a
[compiler-rt][builtins] add libc-backed arithmetic builtins (#207092)
by hulxv
· 6 days ago
cdd58e4
Revert "[Driver][SYCL] Add compile-time device library linking for SPIR-V targets" (#212550)
by Srividya Sundaram
· 6 days ago
9d3c9e0
[asan][NFC] Fix comments in asan_poisoning.cpp (#212449)
by Jinseok Kim
· 6 days ago
9ee9605
[Driver][SYCL] Add compile-time device library linking for SPIR-V targets (#196656)
by Srividya Sundaram
· 6 days ago
4a08706
[scudo] Test to verify fork and allocate does not deadlock. (#211975)
by Christopher Ferris
· 7 days ago
1c2e0e2
[scudo] Add unmap and eviction stats to Secondary
by Sadaf Ebrahimi
· 7 days ago
e1c9323
[sanitizer_common][tests] Skip MemoryMapping::ParseUnixMemoryProfile … (#212114)
by Rainer Orth
· 8 days ago
2d62de9
[PGO][HIP] Support hipModuleLoad in offload PGO (#211875)
by Yaxun (Sam) Liu
· 9 days ago
268a148
[tsan][ppc64] Fix copy-paste bug in __sigsetjmp OPD TOC loading (#210589)
by c4x64
· 10 days ago
e4275cd
[compiler-rt] FreeBSD kernel headers in baremetal libprofile (#211278)
by Justin Cady
· 10 days ago
70ee990
[sanitizer_common] Don't crash in fopen64 interceptor when path is NULL (#211468)
by Ian.han
· 11 days ago
f5ea1d9
[compiler-rt][sanitizer_common] Size readlink/getsockopt post-hook unpoison by bytes written (#209209)
by Patrik Dokoupil
· 12 days ago
f39acf7
Remove debug leftovers (#211068)
by Haowei
· 13 days ago
7b86f93
[compiler-rt][rtsan] Loosen requirements of halt_on_error test (#210734)
by Chris Apple
· 13 days ago
ddf6253
[Darwin][TSan] Fix race in mach_vm_deallocate interceptor (#210716)
by Dan Blackwell
· 13 days ago
c45c8e2
[compiler-rt][test] Skip page-size feature detection under emulators. (#210683)
by Simi Pallipurath
· 14 days ago
07a7546
[rtsan] Clean up rtsan_opts default variable (#210803)
by Chris Apple
· 2 weeks ago
57f3380
[NFC] [rtsan] Cleanup env for lit tests (#210395)
by Chris Apple
· 2 weeks ago
0a8d3d6
[scudo] Remove dead code and other small cleanups. (#210454)
by Christopher Ferris
· 2 weeks ago
73bfec8
Reapply "Skipping host target exports during cross-compilation" (#210… (#210496)
by Haowei
· 2 weeks ago
a282d2d
[compiler-rt] Move sanitizer ignorelists to sanitizer-ignorelists target (#200518)
by Andrew Haberlandt
· 2 weeks ago
0bc2bdd
Revert "Skipping host target exports during cross-compilation" (#210468)
by Haowei
· 2 weeks ago
3f50fe0
Adding an option to Skip LLVM and Clang exports (#209922)
by Haowei
· 2 weeks ago
133c088
[docs] Finish misc MyST migration (#210209)
by Reid Kleckner
· 2 weeks ago
855c4b8
[docs] Rename misc rst docs to md (#210208)
by Reid Kleckner
· 2 weeks ago
9ccc423
[compiler-rt] Fix tests after #205331 (#210370)
by Aiden Grossman
· 2 weeks ago
a38bbdd
Replace Python's deprecated tempfile.mktemp() with secure temp APIs (#210123)
by Zachary Henkel
· 2 weeks ago
85aac85
[compiler-rt][test] Use configured Python for lit page-size probe (#209175)
by maflcko
· 3 weeks ago
409c99d
[compiler-rt][ubsan] Fix suppressions for inlined functions (#206735)
by maflcko
· 3 weeks ago
42990d2
[Clang][Sema] Reland -Wstringop-overread with computeDependence fix (#208012)
by John Paul Jepko
· 3 weeks ago
3f5d368
[tsan] Enable __TSAN_HAS_INT128 on s390x and mips64 (#197319)
by Mauri de Souza Meneguzzo
· 3 weeks ago
2745a35
[compiler-rt][memprof] clear histogram tail granule on allocation. (#208911)
by David CARLIER
· 3 weeks ago
a868992
[Sanitizers][Darwin] Add atos-canary test (#209338)
by Mariusz Borsa
· 3 weeks ago
79d9d7f
[sanitizer_common] fix shadowed ret hiding symbolizer read failures. (#209971)
by David CARLIER
· 3 weeks ago
e5a75f5
[tsan][go]: add a128 store, load, compare_exchange (#196833)
by Mauri de Souza Meneguzzo
· 3 weeks ago
e6c7fa9
[tsan] Add 47-bit VMA mapping for linux/aarch64 (#205949)
by Fei Peng
· 3 weeks ago
c3d8ee2
[compiler-rt] Fix asan_interceptors.cpp build warning -Wunused-template (#209750)
by Wenju He
· 3 weeks ago
9dff91f
[compiler-rt][sanitizer_common] Fix setgroups syscall pre-hook to check its input (#209207)
by Patrik Dokoupil
· 3 weeks ago
b2201a2
[codegen]Ensure __builtin_trap() has an unreachable (#197789)
by Vy Nguyen
· 3 weeks ago
54fab45
[compiler-rt][tsan] Fix -Wunused-template in tsan_interface_atomic.cpp (NFC) (#209621)
by Kyungtak Woo
· 3 weeks ago
a07c611
[compiler-rt] Fix amdgcn -> amdgpu conversion for compiler-rt (#209765)
by Joseph Huber
· 3 weeks ago
3007de2
[compiler-rt] Drop support for using the external shell
by Aiden Grossman
· 3 weeks ago
d662304
Reland "[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base" (#209576)
by Mike Kruskal
· 3 weeks ago
60aa3d8
[ASan][AIX] Intercept __linux_vec_malloc/__linux_vec_calloc/__linux_realloc (#209359)
by Midhunesh
· 3 weeks ago
da06528
Revert "[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base" (#209371)
by Thurston Dang
· 3 weeks ago
59c863a
[compiler-rt][GWP-ASan] Use no-op backtrace if execinfo.h missing (#201266)
by Brian Cain
· 3 weeks ago
dbfa4af
[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base (#206299)
by Mike Kruskal
· 3 weeks ago
f55e772
compiler-rt: ubsan: Add suppressions test for nested functions (#206962)
by maflcko
· 3 weeks ago
6333d1f
[Darwin] Mark scalbn tests unsupported on macOS 26.4 (#208858)
by Andrew Haberlandt
· 3 weeks ago
110d383
[compiler-rt] [sanitizer_common] Add a testcase reproducing SIGSEGV in ForEachMappedRegion (#208358)
by Mike Kruskal
· 3 weeks ago
f50b2fb
[compiler-rt][hexagon][test] Guard __hexagon_fmadf5 unit test with __hexagon__ define (#208818)
by Kyungtak Woo
· 3 weeks ago
48dd6a8
[asan][test] Fix Posix/new_array_cookie_with_new_from_class.cpp to work for arm targets (#208378)
by Ian Anderson
· 3 weeks ago
4d7c413
[DebugMetadata][DwarfDebug][CodeView] Support function-local static variables in lexical block scopes (6/7) (#187927)
by Vladislav Dzhidzhoev
· 3 weeks ago
ca6fb80
[compiler-rt][hexagon] Fix `__hexagon_fmadf5` overflow under directed rounding (#207373)
by Zain
· 3 weeks ago
499a9c8
[scudo] Small refactor of getTSDXXX functions. (#208127)
by Christopher Ferris
· 4 weeks ago
1f6d207
[compiler-rt][memprof] fix off-by-one in shadow access-count accumula… (#208376)
by David CARLIER
· 4 weeks ago
65b1f19
[X86] Sync compiler-rt cpu subtypes and vendors with libgcc and refactor internal cpu type tables in LLVM (#171172)
by Mikołaj Piróg
· 4 weeks ago
ac30128
[X86] Remove AMX-TF32 (#207673)
by Jaydeep Chauhan
· 4 weeks ago
230acc6
Revert "[Clang][Sema] Add -Wstringop-overread warning for source buffer overreads (#183004)" (#207840)
by Arthur Eubanks
· 4 weeks ago
7d90b0b
[NFC] Fix "is is" typos (#206288)
by Aliaksei Urbanski
· 4 weeks ago
80c8e5f
[scudo] Make death tests use SCUDO_XXX_DEATH_TEST. (#206196)
by Christopher Ferris
· 4 weeks ago
4290ea6
[scudo] Remove internal linkage from LargeBlock header helpers (NFC) (#207708)
by Aditya Medhane
· 4 weeks ago
7c0d0b6
[compiler-rt][sanitizer_common] Fix -Wunused-template in test helpers… (#207706)
by Aditya Medhane
· 4 weeks ago
824fd2b
[compiler-rt][nsan] Remove unused checkValueConsistency template (NFC) (#207441)
by Aditya Medhane
· 4 weeks ago
221020f
[compiler-rt][hwasan] Remove internal linkage from check templates (NFC) (#207430)
by Aditya Medhane
· 4 weeks ago
92cdd92
[compiler-rt][sanitizer_common] Remove internal linkage from RegisterFlag (NFC) (#206308)
by Aditya Medhane
· 4 weeks ago
0eb3dca
[PGO][HIP][NFC] Fix hipModuleGetGlobal -Wunused-function warning (#207293)
by Wenju He
· 4 weeks ago
4b36ff6
[compiler-rt][builtins] introduce libc math routines (#197950)
by hulxv
· 5 weeks ago
3e37f58
[sanitizer] Raise kMaxAllowedMallocSize to 1TB on AArch64 (#206649)
by Azat Khuzhin
· 5 weeks ago
e6531d6
[X86] Add AVX512BMM support for AMD Zen 6 (znver6) (#182556)
by Ganesh
· 5 weeks ago
19596f2
[libfuzzer] Improve error message for file not found (#207081)
by Giovanni Ortuño
· 5 weeks ago
816da52
[compiler-rt] Support triples that start with thumb*- (#206848)
by Petr Hosek
· 5 weeks ago
1fff913
Reland "[MC/DC][Coverage] Enable profile correlation for MC/DC" (#204675)
by Roman Beliaev
· 5 weeks ago
fd7078e
compiler-rt: intercept fortified read/pread wrappers (#206228)
by maflcko
· 5 weeks ago
14f71a7
[Darwin][TSan] Fix false positive race report when using dispatch_apply (#204866)
by Dan Blackwell
· 5 weeks ago
f365260
[compiler-rt][test][builtins] Check linker support for --start-group (#205610)
by Kelvin Li
· 5 weeks ago
0a4c402
[X86] Hygon C86-4G-M8 Initial enablement (#204587)
by Xiaomeng Zhang
· 5 weeks ago
963dd05
[CMake] Warn when the version of CMake is older than 3.31.0 (#204203)
by Petr Hosek
· 5 weeks ago
8d8a646
[sanitizer_common] [Darwin] Update version mapping for macOS 27-aligned releases (#204608)
by Andrew Haberlandt
· 5 weeks ago
6d4e3cb
[PGO][AMDGPU] Add uniformity-aware offload profile format and instrumentation (#190708)
by Yaxun (Sam) Liu
· 5 weeks ago
57d6af5
[SafeStack] Allocate unsafe sigaltstack (#206463)
by Jakob Koschel
· 5 weeks ago
732884b
[compiler-rt][ARM] Optimized single precision FP add/sub (#179929)
by Simon Tatham
· 6 weeks ago
e97f9aa
[Hexagon] Add ShadowCallStack support (#200508)
by Brian Cain
· 6 weeks ago
c1350cc
Revert "[Instrumentor] Add runtime examples: [1/N] A flop counter" (#205960)
by Johannes Doerfert
· 6 weeks ago
3298b5e
[Instrumentor] Add runtime examples: [1/N] A flop counter (#205698)
by Johannes Doerfert
· 6 weeks ago
0ebf652
[TySan] Remove incorrect memcpy shadow memory tracking (#199958)
by Matthew Nagy
· 6 weeks ago
ac5c776
Revert "[Instrumentor] Add runtime examples: [1/N] A flop counter (#205221)" (#205696)
by Johannes Doerfert
· 6 weeks ago
5f6e36a
[Instrumentor][FIX] Ensure CXX headers are available (#205693)
by Johannes Doerfert
· 6 weeks ago
17768d3
[Instrumentor] Add runtime examples: [1/N] A flop counter (#205221)
by Johannes Doerfert
· 6 weeks ago
24cd732
[tysan] Guard mallopt() use on SANITIZER_GLIBC instead of SANITIZER_LINUX (#203118)
by Brian Cain
· 6 weeks ago
8b82075
[compiler-rt][ARM] Fix underflow handling in new divdf3.S (#204784)
by Simon Tatham
· 6 weeks ago
Next »