summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-25[DirectX] Update CBuffer to refer to a `dx.Layout` typeusers/bogner/128697Justin Bogner
2025-02-22[DirectX][OpLowering] Simplify named struct handling (#128247)Justin Bogner
2025-02-22[Xtensa] Use asMCReg after #128095Fangrui Song
2025-02-22[mlir][linalg][nfc] Rename test files for linalg.{un}packAndrzej Warzynski
2025-02-22[libc] Fix scanf dependencies on the GPU buildJoseph Huber
2025-02-22[Github][CI] Name Premerge Jobs Experimental (#128227)Aiden Grossman
2025-02-22[X86] Check that the type is integer before calling isUnsignedIntSetCC in com...Craig Topper
2025-02-22[CMake] Fix some breakages when using ninja multi config (#65451)ur4t
2025-02-22[VPlan] Set values for non-header phis at construction. (NFC)Florian Hahn
2025-02-22[lldb] Fix manual CURSES_LIBRARIES tinfo finding (#128245)Jordan R AW
2025-02-22[lldb] Document <run-args> behavior in process launch help (#128215)Jonas Devlieghere
2025-02-22[X86] combineBROADCAST_LOAD - merge across chains (#128209)Simon Pilgrim
2025-02-22[mlir][tensor][nfc] Clarify comments for `createPadHighOp`Andrzej Warzynski
2025-02-22[libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smal...Peng Liu
2025-02-22[MemProf] Add ability to export or highlight only a portion of graph (#128255)Teresa Johnson
2025-02-22[MemProf] Print internal context id when reporting bytes hinted (#128188)Teresa Johnson
2025-02-22[libcxx] Enable localization for the GPU in the config files (#128224)Joseph Huber
2025-02-22[X86][FP16] Adding lowerings for FP16 ISD::LRINT and ISD::LLRINT (#127382)Phoebe Wang
2025-02-22[X86] Allow using the lzcnt intrinsics for non-LZCNT targets (#128284)Phoebe Wang
2025-02-22[mlir][Parser] Fix crash after block parsing failure (#128011)Matthias Springer
2025-02-22[VPlan] Don't convert widen recipes to VP intrinsics in EVL transform (#127180)Luke Lau
2025-02-22[analyzer] Allow overriding Unknown memspaces using a ProgramState trait (#12...Michael Flanders
2025-02-22[libc++][docs][NFC] Update supported OpenXL version (#127072)Hristo Hristov
2025-02-22[VPlan] Use VPSingleDef instead of VPValue in HCFG builder (NFC).Florian Hahn
2025-02-22[VectorCombine] Fold binary op of reductions. (#121567)Mikhail Gudim
2025-02-22[mlir][vector] Skip uniform vectorization for non scalar type (#128294)Kai Sasaki
2025-02-22Revert "[analyzer] Delay the checker constructions after parsing" (#128350)Balazs Benics
2025-02-22[VPlan] Create VPInstructions after setting preds in HCFG builder (NFC)Florian Hahn
2025-02-22[SimplifyCFG] Drop unused `LockstepReverseIterator` class (NFC)Antonio Frighetto
2025-02-22[CodeGen] Avoid repeated hash lookups (NFC) (#128300)Kazu Hirata
2025-02-22Reapply "[Utils] Consolidate `LockstepReverseIterator` into own header (NFC)"Antonio Frighetto
2025-02-22[LLD][COFF] Add support for x86_64 archives on ARM64X (#128241)Jacek Caban
2025-02-22[SPIRV] Avoid repeated hash lookups (NFC) (#128303)Kazu Hirata
2025-02-22[Hexagon] Avoid repeated hash lookups (NFC) (#128302)Kazu Hirata
2025-02-22[DebugInfo] Avoid repeated hash lookups (NFC) (#128301)Kazu Hirata
2025-02-22[AMDGPU] Avoid repeated hash lookups (NFC) (#128298)Kazu Hirata
2025-02-22[clang-offload-packager] Avoid repeated hash lookups (NFC) (#128297)Kazu Hirata
2025-02-22[analyzer] Delay the checker constructions after parsing (#127409)Balazs Benics
2025-02-22[Reassociate] Use a reference to DataLayout instead of copying the underlying...cooperp
2025-02-22Remove xbegin and _xend (#126952)Devon Loehr
2025-02-22[InstCombine] Test for ephemeral nonnull load. (NFC)Andreas Jonson
2025-02-22[InstCombine] Simplify nonnull pointers (#128111)Yingwei Zheng
2025-02-22[RISCV][Outliner] Use MCRegister. NFC (#128291)Sudharsan Veeravalli
2025-02-22[clang][bytecode] Silently reject ctors of invalid decls (#128290)Timm Baeder
2025-02-22[mlir][bazel] Port https://github.com/llvm/llvm-project/commit/ab166d4d10f5b2...Christian Sigg
2025-02-22[MLIR][Affine] Fix affine memory op verifiers to check valid dim/symbols prop...Uday Bondhugula
2025-02-21[RISCV] Remove unused VPseudo tablegen class. NFCCraig Topper
2025-02-22[MLIR][Affine] Add check for 'affine.for' Bound Map Results (#127105)Ayokunle Amodu
2025-02-21[MachineVerifier] Use Register instead of unsigned for DenseSet key. NFC (#12...Craig Topper
2025-02-21[clang-format] Allow specifying the language for `.h` files (#128122)Owen Pan