Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project
/
compiler-rt
/
HEAD
55d60a3
[compiler-rt] Disable soft_rss_limit_mb_test.cpp (#191370)
by Hans Wennborg
· 19 hours ago
main
f105adf
[NFC][compiler-rt][test] Fix indentation in lit.common.cfg.py (#191509)
by Vitaly Buka
· 32 hours ago
0fd2aaa
[scudo] Remove fill when realloc to smaller size. (#191321)
by Christopher Ferris
· 35 hours ago
b710895
Disable MSVC-incompatible portions of `disable_container_overflow_checks` for MSVC (#191456)
by David Justo
· 35 hours ago
cabc354
[compiler-rt] Address dlvsym not found compilation error when targeting certain platforms (try 2) (#191458)
by google-yfyang
· 36 hours ago
db380e8
[compiler-rt] Address dlvsym not found compilation error when targeting certain platforms (#191444)
by google-yfyang
· 2 days ago
f48b818
[compiler-rt] Expose shared DSO helpers for compiler-rt runtimes (#191098)
by Yaxun (Sam) Liu
· 2 days ago
5178c4e
[scudo] Refactor the wrapper code into a single file. (#190857)
by Christopher Ferris
· 2 days ago
ed91d78
[compiler-rt] [Darwin] Move macOS ASAN reservation above 512G (#191039)
by Andrew Haberlandt
· 3 days ago
007abb5
[compiler-rt] Enable sanitizers, XRay, etc for hexagon (#190300)
by Brian Cain
· 3 days ago
dd3d9fc
[LSAN] Add extra suppressions on Apple Aarch64 (#117478)
by Mads Marquart
· 3 days ago
b91f2f9
[compiler-rt] fix __sanitizer::struct_sock_fprog_sz availability (#183411)
by Marian Buschsieweke
· 3 days ago
b917156
[TSan] Fix determining static TLS blocks (#183106)
by Stefan Schulze Frielinghaus
· 3 days ago
da1f534
[sanitizer_common] Fix memory leak in ListOfModules (#190104)
by Andrew Haberlandt
· 4 days ago
d9dca05
[compiler-rt] Enable minimal ubsan for GPU targets (#188289)
by Joseph Huber
· 5 days ago
9b33af3
[compiler-rt] Add hexagon to libFuzzer supported architectures (#190297)
by Brian Cain
· 5 days ago
9c2d763
[compiler-rt] Split the GPU.cmake cache file to AMDGPU and NVPTX (#190349)
by Joseph Huber
· 9 days ago
76287b5
[Runtimes] Introduce variables containing resource dir paths (#177953)
by Michael Kruse
· 10 days ago
e550774
[scudo] Fix reallocate for MTE. (#190086)
by Christopher Ferris
· 10 days ago
6b5a632
[scudo] Ensure that reallocate copies everything
by Sadaf Ebrahimi
· 10 days ago
45f169e
pass target triple to `check_assembler_flag` (#188521)
by Andrew Marshall
· 11 days ago
3fc455e
[compiler-rt] Try bumping soft_rss_limit again (#188441)
by Hans Wennborg
· 11 days ago
ef6c3b1
[NFC][compiler-rt] Use __builtin_huge_val for CRT_INFINITY for double precision (#188197)
by jinge90
· 11 days ago
4faa19b
[compiler-rt][asan] Forward fix for free_aligned_sized_mismatch.cpp (#189760)
by PiJoules
· 11 days ago
9f1df20
[compiler-rt] Disable asan tests on GNU/Hurd (#169209)
by Samuel Thibault
· 11 days ago
cf7b82d
[asan] Add size/alignment checks for free_[aligned_]sized (#189216)
by PiJoules
· 11 days ago
f352341
[compiler-rt][ARM] Optimized double precision FP add/sub (#179921)
by Simon Tatham
· 12 days ago
fddf09b
[fuzzer] Use LIBCXX_ABI_UNSTABLE for hermetic libc++ (#189096)
by Roland McGrath
· 12 days ago
d85a6b4
[compiler-rt] Enable GWP-ASan for Hexagon (#188410)
by Brian Cain
· 13 days ago
9f10e4b
[Hexagon][XRay] Fix sled layout and trampoline to preserve retaddr (#188784)
by Brian Cain
· 13 days ago
1d86b14
[compiler-rt][ARM] Rename endian.h to crt_endian.h (#189336)
by Simon Tatham
· 13 days ago
26efb94
[compiler-rt][msan] Guard shmat interceptor w SANITIZER_INTERCEPT_SHMCTL (#189198)
by Brian Cain
· 13 days ago
251b9df
[compiler-rt][msan] Add MSan support for Hexagon (Linux) (#189124)
by Brian Cain
· 13 days ago
0784dcc
[compiler-rt][msan] Fix 32-bit overflow in CheckMemoryLayoutSanity (#189199)
by Brian Cain
· 13 days ago
b51d4b3
[compiler-rt][sanitizer] Add struct_rlimit64_sz for musl (#189197)
by Brian Cain
· 2 weeks ago
721abfc
[compiler-rt] Add interceptors for free_[aligned_]sized for asan+hwasan (#189109)
by PiJoules
· 2 weeks ago
00305d4
[RISCV] Allocate feature bits for Zifencei and Zmmul (#143306)
by Luke Wren
· 2 weeks ago
6fcac4c
[compiler-rt] Add PTX feature specifically when CUDA is not available (#189083)
by Joseph Huber
· 2 weeks ago
292d1ee
[Scudo] Disable ScudoCombinedTests.NewType (#189070)
by Aiden Grossman
· 2 weeks ago
af1b293
[compiler-rt] Fix irrelevant warning on the builtins target (#189055)
by Joseph Huber
· 2 weeks ago
b1899f7
[XRay] Always register constructor(0) alongside .preinit_array (#188788)
by Brian Cain
· 2 weeks ago
3859234
[NFCI][sanitizer_common] Realign #ifdefs in sanitizer_internal_defs.h (#186861)
by Dan Blackwell
· 2 weeks ago
f262f48
[ASan][test-only] Remove superfluous guards in stack_container_dynamic_lib.c (#188469)
by Dan Blackwell
· 2 weeks ago
d4fa79b
[scudo] Add Last entry to ReleaseToOS enum. (#188645)
by Christopher Ferris
· 2 weeks ago
1514ddd
[compiler-rt] Rework profile data handling for GPU targets (#187136)
by Joseph Huber
· 2 weeks ago
4ac7fcf
[ASan] Make __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ bypass definitions return values (#188237)
by Dan Blackwell
· 2 weeks ago
6c49aa5
[compiler-rt][ARM] Double-precision FP support functions (#179920)
by Simon Tatham
· 2 weeks ago
e57628c
[sanitizer_common] Implement address sanitizer on AIX: stack unwinding (#138188)
by Jake Egan
· 2 weeks ago
9b87f64
[scudo] Remove some android wrapper checking. (#188339)
by Christopher Ferris
· 2 weeks ago
838a724
[scudo] Use portable TEST_SKIP macro (#188045)
by Fabio D'Urso
· 3 weeks ago
0ba0fee
[compiler-rt] CRT builtins tests should not run on mac/windows under LLVM_ENABLE_RUNTIMES (#187835)
by Andrew Haberlandt
· 3 weeks ago
706faac
[asan] Convert __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests to C (#188406)
by Vitaly Buka
· 3 weeks ago
21b19cf
[compiler-rt] Suppress unused variable report in emutls
by Vitaly Buka
· 3 weeks ago
ce86785
[libFuzzer] Fix -Wunused-variable when building with NDEBUG (#188301)
by Vitaly Buka
· 3 weeks ago
bb7645f
[compiler-rt] Support unit tests for the GPU build (#187895)
by Joseph Huber
· 3 weeks ago
741bad5
[PAC][compiler-rt] Use `__ptrauth` qualifier instead of builtins (#188109)
by Daniil Kovalev
· 3 weeks ago
3f13273
[ASan] Enable __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests (#181721)
by Dan Blackwell
· 3 weeks ago
cb6a351
[compiler-rt] Error only if sanitizer builds are enabled (#187944)
by Midhunesh
· 3 weeks ago
28c233d
[compiler-rt][ARM] cmake properties for complicated builtin sources (#179919)
by Simon Tatham
· 3 weeks ago
0a638b1
[compiler-rt] Add bitmask to fix warning (#187812)
by Michael Jones
· 3 weeks ago
2ab760b
[scudo] Make the default for size/align checks to not die. (#187799)
by Christopher Ferris
· 3 weeks ago
e6de493
[scudo] Add free_sized and free_aligned_sized (#186881)
by Christopher Ferris
· 3 weeks ago
0212f08
[ASan] Fix missed poisoned suffix in first granule in __asan_region_is_poisoned (#187466)
by Roman Vinogradov
· 3 weeks ago
84bfdcd
[compiler-rt] Define GPU specific handling of profiling functions (#185763)
by Joseph Huber
· 3 weeks ago
59066a6
[compiler-rt] Unify python shebangs (#187285)
by Ross Burton
· 3 weeks ago
a6484a8
[ASan] Fix overflow and last byte handling in __asan_region_is_poisoned (#183900)
by Roman Vinogradov
· 3 weeks ago
c09cee4
[compiler-rt] Update runtime build script to detect RPC XDR header for AIX (#186977)
by Midhunesh
· 4 weeks ago
573ea4a
[sanitizer_common] Define SANITIZER_WEAK_IMPORT for Go race detector (#186525)
by cherrymui
· 4 weeks ago
b93edfe
[NFC][sanitizer] Accept ETIMEDOUT in getpwnam_r_invalid_user.cpp (#186538)
by Vitaly Buka
· 4 weeks ago
ea94b34
[compiler-rt] Add ASan/UBSan runtime support for Hexagon Linux (#183982)
by Brian Cain
· 4 weeks ago
c8ee656
[scudo] Display flags on secondary cache entries. (#185786)
by Christopher Ferris
· 4 weeks ago
ba616e8
[libc] Remove unused AOR_v20.02 directory (#185951)
by DylanFleming-arm
· 4 weeks ago
b40bcbf
compiler-rt/arm: Check for overflow when adding float denorms (#185245)
by Keith Packard
· 4 weeks ago
e1e57b8
Revert "[CFI] Expand test to include minimal runtime" (#185935)
by Nico Weber
· 4 weeks ago
b2341a2
[WebAssembly] Remove `__c_longjmp` from compiler-rt (#185798)
by Alex Crichton
· 5 weeks ago
90e2a1b
[WebAssembly] Move __cpp_exception to libunwind (#185770)
by Alex Crichton
· 5 weeks ago
5a8af27
[copmiler-rt] Initial support for building profile library on the GPU (#185552)
by Joseph Huber
· 5 weeks ago
c8a5676
[scudo] Use a fixed format for the milliseconds in latest release. (#185097)
by Christopher Ferris
· 5 weeks ago
ec616cf
[scudo] Add missing class name specifier in mem_map_fuchsia (#185389)
by Fabio D'Urso
· 5 weeks ago
338a5c0
halt_on_error flag for TySan and docs (#182479)
by Matthew Nagy
· 5 weeks ago
3cac82d
[ubsan_minimal] Build on Solaris (#184976)
by Rainer Orth
· 5 weeks ago
44ae0d2
builtins: Make cmake formatting self-consistent aftr #183871
by Nico Weber
· 5 weeks ago
f285bd7
builtins: adjust FP80 source management (#183871)
by Saleem Abdulrasool
· 5 weeks ago
6ac361a
[compiler-rt][RISCV] Initialize length only when __init_riscv_feature… (#115449)
by Kito Cheng
· 5 weeks ago
568f6a9
[scudo] Move getResidentPages function (#183138)
by Sadaf Ebrahimi
· 5 weeks ago
a18fb0c
Disable leak sanitizer test on ppc. (#184414)
by Sean Fertile
· 6 weeks ago
df58f59
[sanitizer][Fuchsia] Define interceptor for reallocarray on Fuchsia (#184410)
by PiJoules
· 6 weeks ago
0cd354e
[CFI] Expand test to include minimal runtime (#183646)
by Vitaly Buka
· 6 weeks ago
64c2527
[compiler-rt][ARM] Fix conditions for strict-mode FP testing (#183507)
by Simon Tatham
· 6 weeks ago
344e193
[UBSan] Wrap Location variants in anonymous union (#168866)
by Benjamin Stott
· 6 weeks ago
36b7ba3
[ASan] Mark recent integration tests as accordingly for MSVC (#135889)
by MacGyver Codilla
· 6 weeks ago
5737c66
[compiler-rt][CMake] Fix build when specifying --stdlib= (with 2 dashes) (#136111)
by Reagan
· 6 weeks ago
bc0a39e
[SafeStack] Allow -fsanitize-minimal-runtime with -fsanitize=safestack (#183644)
by Vitaly Buka
· 6 weeks ago
d397657
[scudo] Add reallocarray C wrapper. (#183385)
by Alexey Samsonov
· 6 weeks ago
aa5fc9a
[scudo] Change header tagging for the secondary allocator (#182487)
by Tamas Kaman
· 6 weeks ago
ecffa35
[compiler-rt][Fuzzer] Relax reduce_inputs.test to account for non-determinism (#182495)
by Dan Blackwell
· 6 weeks ago
efa78c1
Reapply "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972) (#183154)
by PiJoules
· 7 weeks ago
25e7ac5
[sanitizer_common] [Darwin] Adopt _dyld_get_dyld_header (#182943)
by Andrew Haberlandt
· 7 weeks ago
8417d60
[compiler-rt][ARM] Enable strict mode in divsf3/mulsf3 tests (#179918)
by Simon Tatham
· 7 weeks ago
4b3abf0
Revert "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972)
by Paul Kirth
· 7 weeks ago
Next »