summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-10WIPusers/guy-david/aarch64-machine-sink-foldGuy David
2025-08-04[vscode-lldb] Fix format (#151829)royitaqi
2025-08-04[SLP] Fix a check for main/alternate interchanged instructionAlexey Bataev
2025-08-04[RISCV] canCreateUndefOrPoisonForTargetNode - RISCVISD::SELECT_CC is only for...Simon Pilgrim
2025-08-04[AMDGPU] Fold into uses of splat REG_SEQUENCEs through COPYs. (#145691)Ivan Kosarev
2025-08-04[GlobalsModRef] Generate test checks (NFC)Nikita Popov
2025-08-04[clang][bytecode] Use SmallVector for Function::Code (#151821)Timm Baeder
2025-08-04[TypeSanitizer] Add test with lifetime intrinsics (NFC)Nikita Popov
2025-08-04[DAG] combineVSelectWithAllOnesOrZeros - missing freeze (#150388)woruyu
2025-08-04[nfc][profcheck] fix cl::desc typo (#151979)Mircea Trofin
2025-08-04[llvm] Proofread Coroutines.rst (#151906)Kazu Hirata
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata
2025-08-04[AST] Use llvm::iterator_range::empty (NFC) (#151904)Kazu Hirata
2025-08-04[lldb] Include bit.h instead of SwapByteOrder.h (NFC) (#151903)Kazu Hirata
2025-08-04[Target] Remove unnecessary casts (NFC) (#151902)Kazu Hirata
2025-08-04[CodeGen] Remove an unnecessary cast (NFC) (#151901)Kazu Hirata
2025-08-04[ADT] Use range-based for loops in DenseMap.h (NFC) (#151900)Kazu Hirata
2025-08-04[clang] Add the ability to link libclc OpenCL libraries (#146503)Fraser Cormack
2025-08-04Revert "[X86] Correct 32-bit immediate assertion and fix 64-bit lowering for ...Simon Pilgrim
2025-08-04[DAG] getMinMaxOpcodeForFP - split if-else chain. NFC. (#151938)Simon Pilgrim
2025-08-04[Clang] Hide `offload-arch` initialization errors behind verbose flag (#151964)Joseph Huber
2025-08-04[clang][NFC] Code Cleanup of inferred noreturn attributes in explicit special...Samarth Narang
2025-08-04[Offload] Rework `MAX_WORK_GROUP_SIZE` (#151926)Ross Brunton
2025-08-04[SimplifyCfg] Add nneg to zext for switch to table conversion (#147180)Andreas Jonson
2025-08-04Revert "[VectorCombine] Shrink loads used in shufflevector rebroadcasts" (#15...Simon Pilgrim
2025-08-04[MLIR] Add test to check that we don't reinit after running pass again (#151963)Will Froom
2025-08-04clang: Make the type_info builtin declaration a singleton (#151277)Matt
2025-08-04[Flang] Fix crash when a derived type with private attribute is specified in ...Carlos Seo
2025-08-04[DAG] Combine `store + vselect` to `masked_store` (#145176)Abhishek Kaushik
2025-08-04[clang][Attr] Remove 'literal label' form of AsmLabelAttr (#151858)Michael Buch
2025-08-04[gn build] Port a3d0c541eb6aLLVM GN Syncbot
2025-08-04[mlir][scf] Implement Conversion from scf.parallel to Nested scf.for (#147692)Michael Marjieh
2025-08-04[SLP]Check vector-like instruction for dominance in copyablesAlexey Bataev
2025-08-04[Bazel][lldb] Add PluginProcessWasm target.Adrian Kuegel
2025-08-04[VectorCombine][X86] Fix typo in src_v8tov8_i16 shuffle(select(),select()) testSimon Pilgrim
2025-08-04[clang][DebugInfo] Disable VTable debug info (#130255) on COFF platforms (#15...Tomohiro Kashiwada
2025-08-04[LLVM][InstCombine] Extend masked_gather's demanded elt analysis. (#151732)Paul Walker
2025-08-04[LLVM][NumericalStabilitySanitizer] Add support for vector ConstantFPs. (#151...Paul Walker
2025-08-04[clang][analyzer] Add StoreToImmutable checker (#150417)Endre Fülöp
2025-08-04Reland "[mlir][spirv] Fix UpdateVCEPass to deduce the correct set of capabili...Davide Grohmann
2025-08-04[LLVM][InstCombine] foldICmpEquality: Compare APInt values rather than addres...Paul Walker
2025-08-04[AArch64] Add better fcmp costs for expanded predicates (#147940)David Green
2025-08-04[flang][OpenMP] Remove unused class OmpMemoryOrderClause, NFC (#151759)Krzysztof Parzyszek
2025-08-04[GVN] Generate test checks (NFC)Nikita Popov
2025-08-04[mlir][OpenMP][NFC] Fix gcc 14 warning (#151941)Tom Eccles
2025-08-04[Local] Do not pass Root to replaceDominatedUsesWith (NFC)Nikita Popov
2025-08-04Revert "Reland "RegisterCoalescer: Add implicit-def of super register when co...Sander de Smalen
2025-08-04[Offload][UnitTests] Build device code as C++ (#151714)Leandro Lacerda
2025-08-04[GISel] Set more MIFlags when translating GEPs (#151708)Fabian Ritter
2025-08-04[Docs] Some updates to the Clang user's manual (#151702)Aaron Ballman