Sign in
llvm
/
llvm-project
/
compiler-rt
/
HEAD
1f84eb5
[compiler-rt][builtins] Add `-Wno-c2y-extensions`
by NAKAMURA Takumi
· 4 hours ago
main
master
9c3be7e
[Fuzzer] Mark test as unsupported on Windows
by Aiden Grossman
· 3 days ago
6df096a
[compiler-rt] Remove REQUIRES: shell lines (#173338)
by Aiden Grossman
· 4 days ago
0d319a6
[ORC] Add, and call through, reoptimize function in ReOptimizeLayer. (#173204)
by Lang Hames
· 4 days ago
8aceef9
[sanitizer_common] [Darwin] Fix typo in AtosSymbolizer error message (#173329)
by Andrew Haberlandt
· 4 days ago
5897b62
[compiler-rt][sanitizer] some additional Haiku build fixes (#172773)
by Brad Smith
· 8 days ago
806dfdc
[Test][NFC] Update test to match new warning output (#172950)
by thetruestblue
· 8 days ago
b38bd31
[X86][APX] Check APXSave before enabling APX features (#172834)
by Phoebe Wang
· 9 days ago
583a921
[scudo] Add an option to zero memory on deallocation. (#142394)
by piwicode
· 9 days ago
d4063d5
[sanitizer_common] [Darwin] Add inline frame support for AtosSymbolizer (#170815)
by Andrew Haberlandt
· 10 days ago
1835ced
[PPC] mark ppc/fixtfti_test.c and ppc/fixunstfti_test.c as UNSUPPORTED because they pass/fail in different builds
by Wael Yehia
· 10 days ago
12d990c
[compiler-rt] [Darwin] OS/feature detection should use the run-wrapper (#171167)
by Andrew Haberlandt
· 10 days ago
7595402
[sanitizer_common] Fix missing `check-sanitizer` deps under LLVM_ENABLE_RUNTIMES (#170817)
by Andrew Haberlandt
· 10 days ago
2be2948
[LFI] Introduce AArch64 LFI Target (#167061)
by Zachary Yedidia
· 11 days ago
2b49425
[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
· 11 days ago
4d5ba44
[X86] Correct CPUID checks for AVX10 (#172350)
by Mikołaj Piróg
· 11 days ago
a7247b1
[NFC][compiler-rt] Fix typos in int_to_fp_impl (#171067)
by Hendrik Hübner
· 11 days ago
281bb8b
[HWASan] Compatible with Windows path retrieval (#172194)
by GkvJwa
· 11 days ago
b9c6bea
[sanitizers] build symbolizer with lld (#172093)
by Florian Mayer
· 11 days ago
e9c9ca1
[AArch64] Fix typos in 09e57cfd32b0073b63d568835f07251e0d51affb (#172357)
by Eli Friedman
· 12 days ago
ed6f9b7
[AArch64] Fix typo in 09e57cfd32b0073b63d568835f07251e0d51affb (#172354)
by Eli Friedman
· 12 days ago
fe8cfea
[AArch64] Extend Windows CPU feature detection with more features. (#171930)
by Eli Friedman
· 12 days ago
7933f6a
[tsan] Export __cxa_guard_ interceptors from TSan runtime. (#171921)
by Alexey Samsonov
· 13 days ago
0e77198
[XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V
by Alex Bradbury
· 13 days ago
a8c0dbb
[TSan] Zero-initialize Trace.local_head
by Michael Pratt
· 2 weeks ago
fe37217
Revert: check-builtins target for LLVM_ENABLE_RUNTIMES (#171940)
by Andrew Haberlandt
· 2 weeks ago
3720fa7
[Sanitizer] show configure.log for libz build (#171932)
by Florian Mayer
· 2 weeks ago
7cedbc3
[scudo] Fix typo in multiple files (#171925)
by Sadaf Ebrahimi
· 2 weeks ago
161a46f
[scudo] Show the resident pages from the secondary cache. (#170568)
by Christopher Ferris
· 2 weeks ago
9e64b33
[sanitizer_common][test-only] Mark popen xfail on iossim (#171814)
by Dan Blackwell
· 2 weeks ago
a0ea7fc
[sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (#171812)
by Dan Blackwell
· 2 weeks ago
4785f6e
[JITLink] Add TLS support for SystemZ (#171559)
by anoopkg6
· 2 weeks ago
db81ac6
[PPC] XFAIL ppc/fixtfti_test.c and ppc/fixunstfti_test.c and track them under issue 171751
by Wael Yehia
· 2 weeks ago
2ec112a
Revert "[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp" (#171706)
by Dan Blackwell
· 2 weeks ago
2a891aa
[compiler-rt] Add baremetal version of profile library. (#167998)
by Eli Friedman
· 2 weeks ago
2c0c109
[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp (#171622)
by Dan Blackwell
· 2 weeks ago
a1d0269
[compiler-rt][sanitizer_common] Make sanitizer_common tests work for other Apple Platforms (#150994)
by Dan Blackwell
· 2 weeks ago
1cac77f
[compiler-rt][sanitizer] fix i386 build for Haiku (#171075)
by Brad Smith
· 2 weeks ago
b0ce604
[scudo] Add last release time info to getStats (#170902)
by Sadaf Ebrahimi
· 2 weeks ago
ea20114
[compiler-rt] Fix usage of `stdin`/`stdout` (#171560)
by Arthur Eubanks
· 2 weeks ago
789ffe0
[scudo] Refactor initialization of TSDs. (#169738)
by Christopher Ferris
· 2 weeks ago
b9d43c5
[sanitizer_common] child_stdin_fd_ should only be set on posix_spawn path (#171508)
by Andrew Haberlandt
· 2 weeks ago
cfa88de
[sanitizer_common] [Darwin] Replace pty with pipe on posix_spawn path for spawning symbolizer (#170809)
by Andrew Haberlandt
· 3 weeks ago
6fcb713
[compiler-rt] Try bumping soft_rss_limit again (#171469)
by Aiden Grossman
· 3 weeks ago
c37834c
[JITLink] Add orc-runtime support for SystemZ (#171062)
by anoopkg6
· 3 weeks ago
ae2198e
[compiler-rt] [test] refine target_page_size() in lit.common.cfg.py (NFC) (#170475)
by Mészáros Gergely
· 3 weeks ago
2078ec1
[hwasan] Add config for AArch64 Linux with 39-bit VA. (#170927)
by Eli Friedman
· 3 weeks ago
499e6bd
[asan] Add config for AArch64 Linux with 39-bit VA. (#170929)
by Eli Friedman
· 3 weeks ago
ed7a070
[XRay] Disable two more tests on armhf
by Aiden Grossman
· 3 weeks ago
72654df
[compiler-rt] Add check-builtins target for LLVM_ENABLE_RUNTIMES builds (#166837)
by Andrew Haberlandt
· 3 weeks ago
89c92a8
[Sanitizer] Bump soft_rss_limit_mb in test (#170911)
by Aiden Grossman
· 3 weeks ago
5fa4c1a
[fuzzer][test-only] Bump runs for reduce_inputs.test unseeded run (#169641)
by Dan Blackwell
· 3 weeks ago
13f7d22
Revert "[FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (#161595)" (#171071)
by Brad Smith
· 3 weeks ago
1cf7274
[ASan] Disable another test on Darwin due to ulimit stack issues
by Aiden Grossman
· 3 weeks ago
0610327
[clang] Revert changes to prefer the toolchain-provided libc++.dylib
by Louis Dionne
· 3 weeks ago
c66182b
[Profile] Fix debuginfod test with internal shell
by Aiden Grossman
· 3 weeks ago
a57e29c
[compiler-rt] Add CMake flag for AArch64 Linux with 39-bit VA. (#167028)
by Eli Friedman
· 3 weeks ago
6ad231f
Reapply "[compiler-rt] Default to Lit's Internal Shell (#168232)"
by Aiden Grossman
· 3 weeks ago
d49b8d8
[ASan] Do not return from void functions in asan_abi_shim.cpp (#170897)
by Aiden Grossman
· 3 weeks ago
b6dc70c
[clang][Darwin] Prefer the toolchain-provided libc++.dylib if there is one (#170303)
by Louis Dionne
· 3 weeks ago
cc7c2ac
Add API to temporalily suppress usage of ASAN's fake stack (#160135)
by happyCoder92
· 3 weeks ago
1715903
[ASan] Disable test that sets call stack on Darwin (#170786)
by Aiden Grossman
· 3 weeks ago
b4e06c8
[NFC][asan] Fix formatting of asan_interceptors.h (#170361)
by Jake Egan
· 3 weeks ago
f1cc313
[compiler-rt] [UBSan] Fix missing preserve handlers (#170788)
by Florian Mayer
· 3 weeks ago
cb43499
[XRay] Mark test unsupported on armhf
by Aiden Grossman
· 4 weeks ago
cb96d37
[XRay] Mark default-options.cpp unsupported on ppc
by Aiden Grossman
· 4 weeks ago
5b6180e
[XRay] Run tests inside bootstrapping build (#168378)
by Aiden Grossman
· 4 weeks ago
84ed093
[TySan] Attempt to unbreak build after #169036
by Nico Weber
· 4 weeks ago
f6be56c
[TySan] TySan support for SystemZ - Re-submission of original pr#162396 (#169850)
by anoopkg6
· 4 weeks ago
7c37a9b
[SPARC] Properly handle CC for long double on sparc32 (#162226)
by Koakuma
· 4 weeks ago
b71b9f4
[compiler-rt] Add missing cpuid check for clflushopt (#169900)
by Mikołaj Piróg
· 4 weeks ago
6a5efb0
[TySan](test-only) Mark ubsan-tysan test as unsupported for now (#169934)
by Matthew Nagy
· 4 weeks ago
913ebd3
[TySan] Make TySan compatible with UBSan (#169036)
by Matthew Nagy
· 4 weeks ago
8dfa35c
[X86] Sync multiversion features with libgcc and refactor internal feature tables (#168750)
by Mikołaj Piróg
· 4 weeks ago
4cce80a
[UBSan] Use -fsanitize-handler-preserve-all-regs in codegen
by Florian Mayer
· 5 weeks ago
00f6815
Revert "[tysan] Type Sanitizer support for SystemZ" (#169726)
by Ulrich Weigand
· 4 weeks ago
25afe09
[scudo] Add scudo_standalone support for SystemZ (#166187)
by anoopkg6
· 4 weeks ago
6f16890
[tysan] Type Sanitizer support for SystemZ (#162396)
by anoopkg6
· 4 weeks ago
7abaf66
[scudo] Lock/unlock MutexTSDs in disable/enable. (#169440)
by Christopher Ferris
· 4 weeks ago
f35f819
[scudo] Only print stats when the test fails. (#168000)
by Christopher Ferris
· 5 weeks ago
3440449
[compiler-rt] [test] Avoid error printouts if os.sysconf is missing (#168857)
by Martin Storsjö
· 5 weeks ago
62c2700
Reapply "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973) (#169091)
by Florian Mayer
· 5 weeks ago
3c6172e
[M68k][compiler-rt] Allow compiler-rt builtins to be built for M68k (#169256)
by Daniel Thornburgh
· 5 weeks ago
1ad2c98
[UBSan] Fix test-darwin-interface.c on X86 Darwin with Internal Shell (#169105)
by Aiden Grossman
· 5 weeks ago
63059ad
[ORC] Fix obj-imageinfo.S on X86 Darwin with Internal Shell (#169104)
by Aiden Grossman
· 5 weeks ago
06bdba9
[profdata] Skip probes with missing counter and function pointers (#163254)
by Ellis Hoag
· 5 weeks ago
f19793f
[scudo] Small cleanup of memory tagging code part 2. (#168807)
by Christopher Ferris
· 5 weeks ago
7f21c4a
[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable (#169008)
by Andrew Haberlandt
· 5 weeks ago
e98aa0c
Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept arguments (#152192)" (#168812)
by Vitaly Buka
· 5 weeks ago
9488073
Revert "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973)
by Florian Mayer
· 5 weeks ago
c98376a
[UBSan] [compiler-rt] add preservecc variants of handlers (#168643)
by Florian Mayer
· 5 weeks ago
1b79671
[compiler-rt] [test] Generalize an UNSUPPORTED marking (#168858)
by Martin Storsjö
· 5 weeks ago
266df3d
[ASAN] Disable broken __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ tests on iOS/Android (#168821)
by Andrew Haberlandt
· 5 weeks ago
f049d35
Revert "[compiler-rt] Default to Lit's Internal Shell (#168232)"
by Aiden Grossman
· 5 weeks ago
fa5e039
[sanitizer_common] posix_spawn test should forward DYLD_LIBRARY_PATH (#168795)
by Andrew Haberlandt
· 5 weeks ago
a54fa6f
Reapply "[compiler-rt] Default to Lit's Internal Shell (#168232)" (#168760)
by Aiden Grossman
· 5 weeks ago
7861eeb
Better fix for the stack_container_dynamic_lib test (#168798)
by Paddy McDonald
· 5 weeks ago
c745cbe
Disable test under GCC (#168792)
by Paddy McDonald
· 5 weeks ago
57932ab
[ASan] Document define to disable container overflow checks at compile time. (#163468)
by Paddy McDonald
· 5 weeks ago
b7b5534
[gn] "port" 5efce7392f3f (arm 32-bit asm compiler-rt)
by Nico Weber
· 5 weeks ago
Next »