Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
compiler-rt
/
HEAD
a4abe1b
[AIX] Set the ifunc constructor's priority to 100, to run before any user code (#200893)
by Wael Yehia
· 5 hours ago
main
9889c7e
[PGO][HIP] Fix profile-only Windows link by gating ROCm interceptor macro (#200859)
by Yaxun (Sam) Liu
· 7 hours ago
b899dc5
[asan] Allow OOM Policy Injection in Allocator::Allocate API (#196413)
by Justin T. Gibbs
· 17 hours ago
03641f7
[asan] NFC: clang-format allocator-related files (#200478)
by Justin T. Gibbs
· 2 days ago
01e6d90
[asan] NFC: tag ambiguous literal args at Allocate call sites (#200615)
by Justin T. Gibbs
· 2 days ago
e5b48a9
[scudo] Improve performance of pushBlocks sort. (#200297)
by Christopher Ferris
· 3 days ago
130ef2d
Honor two's complement signed overflow with -fms-compatibility (#198538)
by eleviant
· 3 days ago
b845f03
[compiler-rt] [ARM] Restore Windows specific names for fp->int functions (#200360)
by Martin Storsjö
· 4 days ago
3e60c00
[Compiler-rt][CMake][BoundsSafety] Add `COMPILER_RT_ENABLE_TEST_SUITES` to control which test suites are enabled (#196385)
by Dan Liew
· 4 days ago
a6bba33
[PGO][HIP] Skip ROCm interceptor in profile-only compiler-rt builds (#200111)
by Yaxun (Sam) Liu
· 4 days ago
c82b1c5
[scudo] Create a non-static getErrorInfo function. (#199770)
by Christopher Ferris
· 4 days ago
9757ce6
[compiler-rt][profile] Add COMPILER_RT_BUILD_PROFILE_ROCM option (#200127)
by Guy David
· 4 days ago
42e5d87
Add support for Alpha to libsanitizer (#194161)
by Matt Turner
· 4 days ago
b7f9fa6
[TySan] Expose __tysan_set_type_unknown interface (#198800)
by Matthew Nagy
· 5 days ago
759a5cf
[compiler-rt][ARM] Optimized FP -> integer conversions (#179927)
by Simon Tatham
· 5 days ago
08d6f61
[PGO][HIP] Stop pulling ROCm.o into every PGO host link (#200101)
by Yaxun (Sam) Liu
· 5 days ago
99238ee
[PGO][AMDGPU] Add basic HIP offload PGO support (#177665)
by Yaxun (Sam) Liu
· 5 days ago
c1ddb04
[compiler-rt][ARM] Optimized FP double <-> single conversion (#179926)
by Simon Tatham
· 6 days ago
8c1626a
[compiler-rt][ARM] Add missing SUPERSEDES for optimized FP comparison sources (#199604)
by Garvit Gupta
· 6 days ago
54ac447
sanitizer_common: Fix build on MIPS with _TIME_BITS=64 (#199590)
by YunQiang Su
· 7 days ago
0f2d540
Revert "[compiler-rt][ASan] Add function copying annotations (#91702)" (#194204)
by Aiden Grossman
· 7 days ago
d9c3f90
[compiler-rt] Inline __NR_riscv_flush_icache instead of including linux/unistd.h (#193645)
by Mark Zhuang
· 8 days ago
2b19362
[compiler-rt] Use `size_t` rather than `int` for first argument to `__atomic_load_c` et al. (#197519)
by Sam Clegg
· 9 days ago
1ab2660
[AIX][clang][compiler_rt] rename libatomic archive to libclang_rt (#197485)
by Alison Zhang
· 11 days ago
a25e5fe
[compiler-rt][builtins] A few fixes cpu_model files (#198957)
by Brad Smith
· 12 days ago
1afe45c
[test][msan] Update rss_limit for release_origin.c (#196565)
by Tom Stellard
· 12 days ago
ae0a786
[rtsan] Fix REAL call for preadv64 (#198563)
by Chris Apple
· 12 days ago
62796ad
Revert "[MC/DC][Coverage] Enable profile correlation for MC/DC" (#198520)
by Hans Wennborg
· 13 days ago
7331edc
[scudo] Add unit test for StackDepot edge cases
by Sadaf Ebrahimi
· 2 weeks ago
4bcd976
[MC/DC][Coverage] Enable profile correlation for MC/DC (#136437)
by Roman Beliaev
· 2 weeks ago
6d7caef
[compiler-rt] Fix StackDepot benchmark thread barrier (#197633)
by Andrei Sabalenka
· 2 weeks ago
337f935
[sanitizer_common] Fix sanitizer_platform_limits_solaris.cpp compilation (#198158)
by Rainer Orth
· 2 weeks ago
c2e0f4a
[sanitizer][test] Fix coverage-module-unloaded.cpp etc. on Solaris (#198164)
by Rainer Orth
· 2 weeks ago
c58d91b
[safestack][test] Fix sigaltstack.c on Solaris (#197967)
by Rainer Orth
· 2 weeks ago
502748f
[Hexagon] Add XRay custom and typed event support (#191749)
by Brian Cain
· 2 weeks ago
c4bd1bf
[compiler-rt] [arm] Fix compilation on non-ELF targets (#197880)
by Martin Storsjö
· 3 weeks ago
48874b5
[compiler-rt][ARM] Optimized single-precision FP comparisons (#179925)
by Simon Tatham
· 3 weeks ago
afc3167
[compiler-rt][ARM] Optimized double-precision FP comparisons (#179924)
by Simon Tatham
· 3 weeks ago
6815b37
[compiler-rt][ARM] Optimized double-precision FP mul/div (#179923)
by Simon Tatham
· 3 weeks ago
d053136
[compiler-rt][profile][test] Match clang_rt.profile CRT model on MSVC (#197474)
by Yaxun (Sam) Liu
· 3 weeks ago
5995512
[scudo] Add test for initFlags()
by Sadaf Ebrahimi
· 3 weeks ago
5aa06da
[compiler-rt][cmake] Fix check_cxx_compiler_flag calls (#197529)
by Jordan R AW
· 3 weeks ago
95a12cf
[scudo] Add unit tests for optional config flags
by Sadaf Ebrahimi
· 3 weeks ago
44d05ea
[SafeStack] Add sigaction interceptor (#196968)
by Jakob Koschel
· 3 weeks ago
4d26592
[scudo] Add a generic allocation fuzzer. (#197317)
by Christopher Ferris
· 3 weeks ago
5aa86eb
[scudo] Move MemMap tests from to map_test.cpp
by Sadaf Ebrahimi
· 3 weeks ago
333ee9e
Reland "[Clang][CodeGen] Report when an alias points to an incompatible target" (#195550)
by Igor Kudrin
· 3 weeks ago
2b78843
[sanitizer_common] Implement address sanitizer on AIX: platform specific support (#131866)
by Jake Egan
· 3 weeks ago
0e61a36
[ASan][Darwin] Make multiple_sigaltstack.cpp test use MINSIGSTKSZ (#197204)
by Dan Blackwell
· 3 weeks ago
b5e4fbf
[scudo] Add unit tests for common functions
by Sadaf Ebrahimi
· 3 weeks ago
39c1982
[compiler-rt][common] Only unmap stacks the runtime has actually mapped (#179000)
by Paul Kirth
· 3 weeks ago
a1c21c9
[compiler-rt][profile][NFC] Introduce INSTR_PROF_INSTRUMENT_GPU_FUNC macro (#196538)
by Yaxun (Sam) Liu
· 3 weeks ago
29a5a44
Exclude unsupported compiler-rt tests on z/OS. (#194437)
by sujianIBM
· 3 weeks ago
3de4c1e
[Runtimes] Fix /clang: prefix warning for GNU-like clang on Windows (#192041)
by Wenju He
· 4 weeks ago
635bbb9
[compiler-rt] [Darwin] Internal lit shell support for Darwin.haswell-symbolication.cpp (#196380)
by Andrew Haberlandt
· 4 weeks ago
36d66b1
[ASan] MSVC test compatibility fixes (#196319)
by Zack Johnson
· 4 weeks ago
e3baeb8
[compiler-rt] Enable ubsan_minimal runtime for SPIR-V (#196149)
by Victor Mustya
· 4 weeks ago
94c3cae
[reland] [lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#196152)
by Andrew Haberlandt
· 4 weeks ago
fc9a115
Revert "[lit] [compiler-rt] Add llvm-lit global command cache to speed up test config" (#196139)
by Aiden Grossman
· 4 weeks ago
c4469dd
[scudo] Dumping allocator config when printStats()
by Sadaf Ebrahimi
· 4 weeks ago
41c134e
[lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#195888)
by Andrew Haberlandt
· 4 weeks ago
1e4f5d3
[NFCI] clarify that asan-*linux.cpp files affect *nix OS'es (#195565)
by David Justo
· 4 weeks ago
b70ed90
[compiler-rt] Add MSVC CRT flags to ASan coverage test (#195719)
by Yaxun (Sam) Liu
· 4 weeks ago
99ede8c
[asan] Add HINT prefix to poison_history_size suggestions (#195733)
by Vitaly Buka
· 4 weeks ago
6be57d2
[asan] Only suggest increasing poison_history_size if the buffer is full (#195732)
by Vitaly Buka
· 4 weeks ago
c2f2685
[NFC][asan] Re-use ErrorGeneric::shadow_val (#195684)
by Vitaly Buka
· 4 weeks ago
7d18573
[asan] Remove XFAIL from tests that are passing with debug checks
by Alexander Richardson
· 4 weeks ago
46c2084
[compiler-rt][test] Disable create_thread_loop2 for lsan on Darwin (#195753)
by Steven Wu
· 4 weeks ago
8aa63fa
[cmake][compiler-rt][darwin] builtin libraries don't build for armv6m in Darwin (#195372)
by Ian Anderson
· 4 weeks ago
bcbfad0
[asan] Record container poisoning in poison history (#195674)
by Vitaly Buka
· 4 weeks ago
a03f00a
[sanitizer] Capitalize HINT in reports (#195734)
by Vitaly Buka
· 4 weeks ago
95e97c0
[asan] Add tests for __sanitizer_annotate_double_ended_contiguous_container (#195673)
by Vitaly Buka
· 4 weeks ago
bd4b378
[NFC][asan] Use asan_interface.h in contiguous_container_crash.cpp (#195671)
by Vitaly Buka
· 4 weeks ago
dc80f93
[asan] Print standalone partial granules in poison_history_size (#195723)
by Vitaly Buka
· 4 weeks ago
cc34d83
[NFC][asan] Extract out RecordPoison helper function (#195672)
by Vitaly Buka
· 4 weeks ago
d2c4093
[NFC][asan] Cleanup use-after-poison-history-size-partial-granule.cpp test (#195667)
by Vitaly Buka
· 4 weeks ago
98991ee
[asan] Change error to note when poison record is not found (#195669)
by Vitaly Buka
· 4 weeks ago
81c00b3
[asan] Improve manual poison reporting (#195666)
by Vitaly Buka
· 4 weeks ago
fa83127
Fix flaky test xray/basic-filtering.cpp (#186611)
by Nikita Taranov
· 4 weeks ago
0408cce
[compiler-rt][UBSan] Add __ubsan_default_suppressions() hook (#194862)
by Kleis Auke Wolthuizen
· 4 weeks ago
01e3f87
[compiler-rt][UBSan][NFC] Reorder includes in ubsan_diag.cpp (#195435)
by Kleis Auke Wolthuizen
· 4 weeks ago
b87c0f2
[LowerTypeTests] Add debug info to jump table entries (#194493)
by Vitaly Buka
· 4 weeks ago
ba0ac68
Fix test's FileCheck match to allow a column number in message. (#195356)
by James Y Knight
· 4 weeks ago
3978657
[scudo] Add append overloads for integers and bool
by Sadaf Ebrahimi
· 4 weeks ago
df29787
[compiler-rt] Only build the embedded mach-o libraries when the ARM backend is available (#195313)
by Doug Gregor
· 4 weeks ago
5726037
[cmake] Refactor DIA SDK detection into FindDIASDK module (#160354)
by Ruoyu Zhong
· 4 weeks ago
e994282
Add ARMv8-M and ARMv8.1-M support for Darwin (#195184)
by Doug Gregor
· 5 weeks ago
1de0eb7
[NFC][cfi] Update diagnostic tests for better location matching (#194557)
by Vitaly Buka
· 5 weeks ago
c415a80
[asan_abi] Skip new __asan_get_report_* from ABI (#194463)
by Mariusz Borsa
· 5 weeks ago
cb73d9b
Reland "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…"" (#194273)
by Vitaly Buka
· 5 weeks ago
cb9546b
Revert "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…" (#194271)
by Thurston Dang
· 5 weeks ago
f91f4ce
[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro… (#190981)
by martin0413133
· 5 weeks ago
4c93fec
[Asan]Add align argument to Realloc() (#194255)
by Midhunesh
· 5 weeks ago
6239a4e
[compiler-rt] Use asm .set only for Hexagon (#194160)
by Matt Turner
· 5 weeks ago
3fc32f6
[Profile] Reenable instrprof-tmpdir.c (#194181)
by Aiden Grossman
· 5 weeks ago
8cdae84
[asan] API for getting multiple pointer ranges (#181446)
by Maksim Ivanov
· 5 weeks ago
821b53c
[compiler-rt][sanitizer] Remove linux/scc.h (#194116)
by cqwrteur
· 5 weeks ago
4fc1f8e
Revert "[Clang][CodeGen] Report when an alias points to an incompatible target" (#194106)
by Igor Kudrin
· 5 weeks ago
897d41e
[sanitizer] Relax pthread_join tests for different glibc versions (#194100)
by Vitaly Buka
· 5 weeks ago
dfc8859
[Clang][CodeGen] Report when an alias points to an incompatible target (#192397)
by Igor Kudrin
· 5 weeks ago
Next »