summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-03[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-zero-initialize-pre-aggregated-countersPhilip Reames
2025-06-03[RISCV] Optimize two source deinterleave2 via ri.vunzip2{a,b} (#142667)Philip Reames
2025-06-03[PromoteMem2Reg] Optimize memory usage in PromoteMem2Reg (#142474)Vitaly Buka
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-06-04AVR: Move runtime libcall name setting out of TargetLowering (#142545)Matt Arsenault
2025-06-03[clang][modules] rename "AST" to precompiled in diagnostic messages NFCI (#14...Cyndy Ishida
2025-06-03[clang] Correct FixIt ranges for unused capture warnings (#141148)Oliver Hunt
2025-06-04[ELF] Consistently use gotEntrySize for GOT entries (#142064)Jessica Clarke
2025-06-03[Sanitizer][Doc][NFC] Update the doc for prefix:*=sanitize (#142659)Qinkun Bao
2025-06-03[AMDGPU] Bugfix for scaled MFMA parsing FP literals (#142493)Vigneshwar Jayakumar
2025-06-03[Doc] Fix clang doc build.Qinkun Bao
2025-06-04expandFMINIMUMNUM_FMAXIMUMNUM: Quiet is not needed for NaN vs NaN (#139237)YunQiang Su
2025-06-04[LV] Regenerate UTC variable names in RISCV/interleaved-accesses.ll. NFCLuke Lau
2025-06-03[libc] wmemchr implementation (#142640)sribee8
2025-06-03[𝘀𝗽𝗿] changes to main this commit is based onAmir Ayupov
2025-06-03[libc] wcsncpy implementation (#142237)sribee8
2025-06-03[AArch64] Add MSVC-style mangling for SVE types. (#141887)Eli Friedman
2025-06-03Revert "[MemProf] Optionally save context size info on largest cold allocatio...Teresa Johnson
2025-06-03[lldb-dap] Forward any error from stepping. (#142652)Ebuka Ezike
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-06-03[bazel] Port 0a3e9aa336d1926691e1353e7251ff0704c32a69 (#142680)Jordan Rupprecht
2025-06-03[ModuleMap] Fix module build after #141750 (#142670)Steven Wu
2025-06-03[NFC][PromoteMem2Reg] Move IncomingVals, IncomingLocs, Worklist into class (#...Vitaly Buka
2025-06-03[Test] Consolidate crel test coverage into existing file and remove redundant...Zequan Wu
2025-06-04SystemZ: Move runtime libcall setting out of TargetLowering (#142622)Matt Arsenault
2025-06-03[MemProf] Optionally save context size info on largest cold allocations (#142...Teresa Johnson
2025-06-03Revert "[mlir][tensor] Loosen restrictions on folding dynamic reshapes" (#142...Ian Wood
2025-06-03[SCEV] Add more tests with zext(add C, %var)<nsw>.Florian Hahn
2025-06-03ARM: Remove unused CondCode field from libcall table (#142616)Matt Arsenault
2025-06-04AArch64: Stop using StringSaver for runtime libcall names (#142544)Matt Arsenault
2025-06-04AArch64: Skip analyzeCompare for subregister uses (#141654)Matt Arsenault
2025-06-03[AArch64] Add v1i64 addsat/subsat (#142342)David Green
2025-06-03[lldb][headers] Create script to fix up versioning (#141116)Chelsea Cassanova
2025-06-03[AggressiveInstCombine] Improve popcount matching if the input has known zero...Craig Topper
2025-06-03[RISCV] Expand test coverage for ri.vunzip2{a,b}Philip Reames
2025-06-03[RISCV][NFC] Simplify ISD::SELECT Legality (#142650)Sam Elliott
2025-06-03[clang][AST] Reduce some AST node size. (#142585)Haojian Wu
2025-06-03[Doc][NFC] Fix a typo in SanitizerSpecialCaseList.rst (#142494)Qinkun Bao
2025-06-03[BOLT][AArch64] Fix error message for failed ADR relaxation (#142533)Maksim Panchenko
2025-06-03[libc] Also remove _FORTIFY_SOURCE before including <stdlib.h> in overlay mod...lntue
2025-06-03[lld][macho] fix test failure by adding # REQUIRES: aarch64 (#142649)SharonXSharon
2025-06-03[Clang][Sema] Add fortify warnings for stpcpy (#141646)Sharjeel Khan
2025-06-03[NFCI][PromoteMem2Reg] Don't handle the first successor out of order (#142464)Vitaly Buka
2025-06-03[gn build] Port 9ec5afea7737LLVM GN Syncbot
2025-06-03[gn build] Port 79cc728b7701LLVM GN Syncbot
2025-06-03[RISCV] Use ri.vunzip2{a,b} for e64 fixed length deinterleave(2) shuffles (#1...Philip Reames
2025-06-03[libc][bazel] Support generating public libc headers in Bazel builds. (#141256)jtstogel
2025-06-03[LV] Re-org tests; introduce iv-select-cmp-decreasing.ll (#141769)Ramkumar Ramachandra
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon
2025-06-03[mlir] Fix a warningKazu Hirata