summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-20[AMDGPU] Allow hazard checks for WMMA co-execusers/rampitec/11-17-_amdgpu_allow_hazard_checks_for_wmma_co-execStanislav Mekhanoshin
2025-11-19[AMDGPU] Refactor hazard recognizer for VALU-pipeline hazards. NFCI.users/rampitec/11-19-_amdgpu_refactor_hazard_recognizer_for_valu-pipeline_hazards._nfciStanislav Mekhanoshin
2025-11-19[Arm64EC][clang] Implement varargs support in clang. (#152411)Eli Friedman
2025-11-20RenameIndependentSubregs: try to only implicit def used subregs (#167486)Carl Ritson
2025-11-19[AMDGPU] Fixed crash in getLastMIForRegion when the region is empty. (#168653)Dhruva Chakrabarti
2025-11-19[MLIR][Vector] Add unroll pattern for vector.shape_cast (#167738)Nishant Patel
2025-11-19[MLIR][Conversion] XeGPU to XeVM: Use adaptor for getting base address from m...Sang Ik Lee
2025-11-19[CIR][NFC] Fix warnings in release builds (#168791)Andy Kaylor
2025-11-19Disable test under GCC (#168792)Paddy McDonald
2025-11-19[clang][deps] Enable calling `DepScanFile::getBuffer()` repeatedly (#168789)Jan Svoboda
2025-11-19[CIR] Upstream CIR codegen for `lzcnt` and `tzcnt` x86 builtins (#168479)Haocong Lu
2025-11-19[AMDGPU] Prioritize allocation of low 256 VGPR classes (#167978)Stanislav Mekhanoshin
2025-11-19[CIR] Add CxxCTorAttr, CxxDTorAttr, CxxAssignAttr, CxxSpecialMemberAttr to ci...Hendrik Hübner
2025-11-19[CIR] Upstream isfpclass op (#166037)Jasmine Tang
2025-11-20[clang-tidy] Add `IgnoredFilesList` option to `readability-duplicate-include`...mitchell
2025-11-19[ConstantFolding] Add constant folding for scalable vector interleave intrins...Craig Topper
2025-11-19[clang][DebugInfo] Mark _BitInt's as reconstitutable when emitting -gsimple-t...Michael Buch
2025-11-19[OpenACC] Make sure 'link' gets the right node in the AST with ASEerichkeane
2025-11-20[SystemZ] Fix linux s390x main can't bootstrap itself on SanitizerSpecialCase...anoopkg6
2025-11-19[lit] Add LIT_CURRENT_TESTCASE environment variable when running tests (#168762)Andrew Haberlandt
2025-11-19[llvm][DebugInfo] Add support for _BitInt in DWARFTypePrinter (#168382)Michael Buch
2025-11-19[HLSL][TableGen] Add `__hlsl_resource_t` to known built-in function types (#1...Helena Kotas
2025-11-19[OpenACC] Fix crash when checking an section in a 'link' clause (#168783)Erich Keane
2025-11-19[NFC][TableGen] Use `IfGuardEmitter` in CallingConvEmitter (#168763)Rahul Joshi
2025-11-19[CIR] Handle non-empty null base class initialization (#168646)Andy Kaylor
2025-11-19[ConstantFolding] Generalize constant folding for vector_deinterleave2 to dei...Craig Topper
2025-11-19[OpenACC][CIR] Fix atomic-capture single-line-postfix (#168717)Erich Keane
2025-11-19Fix build breakage from: #167948 (#168781)Erich Keane
2025-11-19[VPlan] Collect FMFs for in-loop reduction chain in VPlan. (NFC)Florian Hahn
2025-11-19[CIR] Upstream CIR await op (#168133)Andres-Salamanca
2025-11-19[Offload] Make the RPC thread sleep briefly when idle (#168596)Joseph Huber
2025-11-19DAG: Use poison for some vector result widening (#168290)Matt Arsenault
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin
2025-11-19[clang-doc] Fix whitespace issues in Mustache basic test (#168491)Erick Velez
2025-11-19[Clang][Sema] Fix __builtin_infer_alloc_token() return type (#168773)Marco Elver
2025-11-19[RISCV] Fix CFI Multiple Locations Test (#168772)Sam Elliott
2025-11-19[Analysis] Move TargetLibraryInfo data to TableGen (#165009)Kai Nacke
2025-11-19[clang-doc][NFC] Lift Mustache template generation from HTML (#167815)Erick Velez
2025-11-19commit-access-review.py: Remove new contributor check (#168629)Tom Stellard
2025-11-19[CIR] Upstream CIR codegen for mxcsr x86 builtins (#167948)Thibault Monnier
2025-11-19workflows/hlsl-test-all: Drop use of setup-windows action (#167437)Tom Stellard
2025-11-19workflows/libclang-abi-tests: Remove use of install-ninja action (#168642)Tom Stellard
2025-11-19[RISCV][DAGCombiner] Fix potential missed combine in VL->VW extension (#168026)Kai Lin
2025-11-19[SLPVectorizer] Widen constant strided loads. (#162324)Mikhail Gudim
2025-11-19[LV] Simplify existing load/store sink/hoisting tests, extend coverage.Florian Hahn
2025-11-19[bazel] Fix bzlmod reference to @vulkan_sdk (#168767)Jordan Rupprecht
2025-11-19[CIR] Handle default arguments in ctors (#168649)Andy Kaylor
2025-11-19ELF: Add support for relocating R_AARCH64_FUNCINIT64.Peter Collingbourne
2025-11-19[Clang][CodeGen] Use EmitLoadOfLValue instead of EmitLoadOfScalar to get LHS ...Benjamin Stott
2025-11-19[gn build] Port 8fce476c8122LLVM GN Syncbot