summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-05[DirectX] Implement the resource.store.rawbuffer intrinsicusers/bogner/121282Justin Bogner
2025-01-05[DirectX] Implement the resource.load.rawbuffer intrinsicJustin Bogner
2025-01-05[DirectX] Remove the "checked" variants of `dx.resource.load`Justin Bogner
2025-01-05[DirectX] Add getpointer docs to DXILResources.rstJustin Bogner
2025-01-05[VPlan] Add and use debug location for VPScalarCastRecipe.Florian Hahn
2025-01-05[MC,test] Improve nesting macro testFangrui Song
2025-01-05[LV] Add test with conditional load from invariant addr and assumption.Florian Hahn
2025-01-05[clang][NFC] Refactor expected directives in CWG2881 testVlad Serebrennikov
2025-01-05[clang][NFC] Move CWG2353 test to its own fileVlad Serebrennikov
2025-01-05[libc][fuzz] workaround gcc's constexpr capture issue in sort fuzzer (#121684)Schrodinger ZHU Yifan
2025-01-05[clang][NFC] Add end namespace comments to C++ DR testsVlad Serebrennikov
2025-01-05[mlir][ArmSME] Remove func patterns from vector lowering (#121640)Matthias Springer
2025-01-05[mlir][Transforms][NFC] Simplify `buildUnresolvedMaterialization` implementat...Matthias Springer
2025-01-05[RISCV][VLOPT] Add vmv.x.s and vfmv.f.s to isVectorOpUsedAsScalarOp (#121588)Michael Maitland
2025-01-05[RISCV][VLOPT] Add Vector FP instructions to getOperandInfo (#121609)Michael Maitland
2025-01-06[InstCombine] Drop noundef in `foldSelectCttzCtlz` (#121692)Yingwei Zheng
2025-01-05MLIR: Enable importing inlineasm calls (#121624)William Moses
2025-01-05[VPlan] Remove loop region in optimizeForVFAndUF. (#108378)Florian Hahn
2025-01-05[InstCombine] Simplify with.overflow intrinsics with assumption information (...Yingwei Zheng
2025-01-05[libc++] Remove abandoned __append declaration in vector<bool> (#121673)Peng Liu
2025-01-05[VectorCombine] foldInsExtVectorToShuffle - ignore shuffle costs for 'identit...Simon Pilgrim
2025-01-05[clang][NFC] Make all C++ DR tests run in full range of language modes (#121688)Vlad Serebrennikov
2025-01-05[clang] Add tests from CWG156 to CWG1111 (dual-scope lookup for conversion-fu...Vlad Serebrennikov
2025-01-05[VPlan] Convert induction increment check to be VPlan-based.Florian Hahn
2025-01-05[lld][MachO] Fix warning while building for wasm (#120889)Anutosh Bhat
2025-01-05[clang] Add test for CWG794 "Base-derived conversion in member type of pointe...Vlad Serebrennikov
2025-01-05[clang] Add test for CWG192 "Name lookup in parameters" (#121679)Vlad Serebrennikov
2025-01-05[Clang][MIPS] Send correct architecture for MinGW toolchains (#121042)Hervé Poussineau
2025-01-05[llvm-lib] Handle MIPS architecture (#121254)Hervé Poussineau
2025-01-04[IR] Use Instruction::isBinaryOp to simplify code. NFCCraig Topper
2025-01-05[clang] Add test for CWG190 "Layout-compatible POD-struct types" (#121668)Vlad Serebrennikov
2025-01-04[clang-format] Add `TT_CompoundRequirementLBrace` for better annotation (#121...Owen Pan
2025-01-05[bazel] Fixup for #121043NAKAMURA Takumi
2025-01-05[VPlan] Fix crash with EVL tail folding intrinsic with no corresponding VP (#...Luke Lau
2025-01-05[LLD] Add CHECK-NEXT for cgprofile-obj.s tests (#121677)Haohai Wen
2025-01-05[Clang] Implement CWG2369 "Ordering between constraints and substitution" (#1...Younan Zhang
2025-01-05[LLD] Do not combine cg_profile from obj and ordering file (#121325)Haohai Wen
2025-01-05[X86][AVX10.2] Map vector saturated converts to public intrinsics (#121483)JaydeepChauhan14
2025-01-05[LLD] Track cg_profile from combination of obj and ordering file (#121324)Haohai Wen
2025-01-04Bulk port 64-bit x86 builtins to TableGen (#121043)Chandler Carruth
2025-01-04[clang-format] Don't break short macro call followed by l_paren (#121626)Owen Pan
2025-01-04[clang-format] Add TT_AfterPPDirective for better annotation (#121622)Owen Pan
2025-01-04[clang-format][NFC] Replace SmallVectorImpl with ArrayRef (#121621)Owen Pan
2025-01-04[clang-format][NFC] Add missing config tests for List of Strings (#121451)Owen Pan
2025-01-05[GlobalISel] Support physical register inputs in nested patterns (#121239)Evgenii Kudriashov
2025-01-05[libc] Improve qsort (with build fix) (#121482)Lukas Bergdoll
2025-01-04[HLSL][SPIR-V] implement SV_GroupID semantic lowering (#121521)Zhengxing li
2025-01-04[objcopy][COFF] Do not strip .rdata section with --only-keep-debug (#121653)Billy Laws
2025-01-04[compiler-rt][rtsan] fix unit tests by sanitizer-aarch64-linux report. (#121666)David CARLIER
2025-01-04[libc][NFC] use `__has_builtin` instead of checking macros.Joseph Huber