summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-13!fixup fix polly build failuresusers/fhahn/scevuseFlorian Hahn
2024-12-13!fixup Update to support pattern matchingFlorian Hahn
2024-12-13[SCEV] Introduce SCEVUse, use it instead of const SCEV * (NFCI) (WIP).Florian Hahn
2024-12-13[Polly] Use const SCEV * explicitly in more places. (NFC)Florian Hahn
2024-12-13[clang] Fix use of dangling ptr in CommandLineTest (#119798)macurtis-amd
2024-12-13[clang-cl] Don't add implicit NoBuiltinAttr to deleted or defaulted functions...VScigolevs
2024-12-13[clang][bytecode] Fix memcmp/bcmp failures on big-endian hosts (#119851)Timm Baeder
2024-12-13[debug] Use poison instead of undef to set a killed dbg.assign address [NFC] ...Pedro Lobo
2024-12-13[AArch64][GlobalISel] Guard against no operands in matchHoistLogicOpWithSameO...David Green
2024-12-13[SCEV] Add initial pattern matching for SCEV constants. (NFC) (#119389)Florian Hahn
2024-12-13[mlir] Fix the header guard (NFC)Jie Fu
2024-12-13[mlir][Transforms] Dialect conversion: Move `hasRewrite` to expensive checks ...Matthias Springer
2024-12-13[clang] Document the return value of __builtin_COLUMN (#118360)GeorgeKA
2024-12-13[WebKit checkers] Recognize ensureFoo functions (#119681)Ryosuke Niwa
2024-12-13[MLIR] Create GPU utils library & move distribution utils (#119264)Petr Kurapov
2024-12-13[CI] Refactor common functionality into separate script (#119530)Aiden Grossman
2024-12-13[clang-tidy][doc][NFC] format doc for misc-unused-parameters (#119839)Congcong Cai
2024-12-13[AArch64] Add intrinsics for SME FP8 FDOT LANE instructions (#118492)Jonathan Thackray
2024-12-13[PseudoProbe] Fix cleanup for pseudo probe after annotation (#119660)Haohai Wen
2024-12-13[mlir][xegpu] Support boundary checks only for block instructions (#119380)Adam Siemieniuk
2024-12-13[libclc] Optimize ceil/fabs/floor/rint/trunc (#119596)Fraser Cormack
2024-12-13[GlobalISel] Use replaceRegOrBuildCopy when legalizer-combining anyext(undef)...David Green
2024-12-13[WinEH] Take musttail calls into account when unlinking eh records (#119702)Hans Wennborg
2024-12-13[SimplifyCFG] Consider preds to switch in `simplifyDuplicateSwitchArms`Antonio Frighetto
2024-12-13[SimplifyCFG] Precommit tests for PR118955 (NFC)Antonio Frighetto
2024-12-13[clang-format] Add --strip-trailing-cr to diff in docs_updated.test (#119666)Owen Pan
2024-12-13[Clang][Parser] Add a warning to ambiguous uses of T...[N] types (#116332)Younan Zhang
2024-12-12[sanitizer_common] Return nullptr from ASan on ERROR_COMMITMENT_LIMIT (#119753)Mike Hommey
2024-12-12[clang-format] Write in text mode with LF in dump_format_[help|style].pyOwen Pan
2024-12-13clang: Fix broken check prefix in test (#119821)Matt Arsenault
2024-12-13[AMDGPU][CodeGen] Do not backtrace invalid -regalloc param (#119687)Akshat Oke
2024-12-12[lld-link] Replace warn(...) with Warn(ctx)Fangrui Song
2024-12-13[ORC] Improve JITLinkReentryTrampolines "arch not supported" error message.Lang Hames
2024-12-13[JITLink][aarch64] Fix comment for trampoline instruction sequence. NFC.Lang Hames
2024-12-13[ORC-RT] Fix comments. NFC.Lang Hames
2024-12-12[BOLT] Require non root user for unreadable-profile.test (#119816)Aiden Grossman
2024-12-12[RISCV] Use _B* suffix for vector mask logic pseudo instructions. (#119787)Craig Topper
2024-12-12[MLGO] Add Threshold to Prevent Pathological Compile Time Cases (#119807)Aiden Grossman
2024-12-12Revert "[SLP] Make getSameOpcode support different instructions if they have ...Han-Kuan Chen
2024-12-13[SLP] Make getSameOpcode support different instructions if they have same sem...Han-Kuan Chen
2024-12-12[docs]Fix a typo around '#pragma clang section' (#119791)Mingming Liu
2024-12-13Reapply "[DomTreeUpdater] Move critical edge splitting code to updater" (#119...paperchalice
2024-12-13[MLGO][NFC] Clang format MLRegAllocEvictAdvisor.cppAiden Grossman
2024-12-13AMDGPU: Fix verifier assert with out of bounds subregister indexes (#119799)Matt Arsenault
2024-12-13[clang][LoongArch] Add FreeBSD targets (#119191)hitmoon
2024-12-12[NFCI][sanitizer] Refactor parseSanitizeTrapArgs (#119797)Thurston Dang
2024-12-13[lldb][Process] Introduce LoongArch64 hw break/watchpoint supportwanglei
2024-12-12[libc++abi] Build cxxabi with sanitizers (#119612)Vitaly Buka
2024-12-13[X86][MC] Fix offset for R_X86_64_CODE_6_GOTTPOFF fixup (#119496)Feng Zou
2024-12-12[InstCombine] Optimistically allow multiple shufflevector uses in foldOpPhi (...Matthias Braun