aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-10[mlir][IR] Add `ValueSemantics` trait to integer, float, ... typesusers/matthias-springer/value_semantics_docsMatthias Springer1-5/+19
2025-04-10Initialize member variable; NFCAaron Ballman1-1/+8
2025-04-10[C11] Implement WG14 N1285 (temporary lifetimes) (#133472)Aaron Ballman10-67/+388
2025-04-10Initialize member variable; NFC (#135167)Aaron Ballman1-1/+5
2025-04-10reland [clang-doc][NFC] refactor out file helpers (#135164)PeterChou11-0/+5
2025-04-10[gn] port e10f67a8270c774Nico Weber2-0/+7
2025-04-10[AArch64][test] Regenerate arm64-st1.ll using update_llc_test_checks.py (NFC)...Benjamin Maxwell1-336/+413
2025-04-10[SLP][REVEC] Make getExtractWithExtendCost support FixedVectorType as Dst. (#...Han-Kuan Chen2-3/+50
2025-04-10[X86] masked_gather_scatter.ll - clean up check prefixesSimon Pilgrim1-4871/+4435
2025-04-10[Verifier][CGP] Allow integer argument to dbg_declare (#134803)Nikita Popov5-7/+46
2025-04-10[LLVM][MemCpyOpt] Unify alias tags if we optimize allocas (#129537)Dominik Adamski3-10/+92
2025-04-10Revert "Remember LLVM_ENABLE_LIBCXX setting in installed configuration (#1349...Michael Kruse1-2/+0
2025-04-10[AMDGPU] InstCombine llvm.amdgcn.ds.bpermute with uniform arguments (#130133)Jay Foad3-4/+74
2025-04-10[lldb] Support negative function offsets in UnwindPlans (#134662)Pavel Labath8-155/+161
2025-04-10[RISCV] Recognize a zipeven/zipodd requiring larger SEW (#134923)Philip Reames2-27/+46
2025-04-10[ci] Improve wording in CI test reportsDavid Spickett2-3/+6
2025-04-10Remember LLVM_ENABLE_LIBCXX setting in installed configuration (#134990)Michael Kruse1-0/+2
2025-04-10[RegAlloc][NFC] Use `std::move` to avoid copy (#134533)Abhishek Kaushik3-5/+5
2025-04-10[libclc][NFC] Remove blank line at end of fileFraser Cormack1-1/+0
2025-04-10libclc: clspv: fma: remove fp16 implementation (#135002)Romaric Jodin1-10/+0
2025-04-10[HLSL][SPIR-V] Add hlsl_private address space for SPIR-V (#133464)Nathan Gauër26-28/+186
2025-04-10[CodeGen] Simplify expandRoundInexactToOdd (#134988)Jay Foad4-571/+481
2025-04-10[lldb][FormatEntity][NFCI] Refactor FunctionNameWithArgs into helper function...Michael Buch1-49/+69
2025-04-10[mlir][LLVM] Delete `getFixedVectorType` and `getScalableVectorType` (#135051)Matthias Springer7-64/+39
2025-04-10[clang-format] Add 'cl' to enable OpenCL kernel file formatting (#134529)Wenju He1-0/+1
2025-04-10[OpenMP][CodeExtractor]Add align metadata to load instructions (#131131)Dominik Adamski3-5/+176
2025-04-10[llvm][CodeGen] update live intervals for ModuloScheduleExpanderMVE (#132677)Hua Tian2-25/+266
2025-04-10[LoongArch] lower vector shuffle to shift if possible (#132866)tangaac9-3039/+354
2025-04-10[DAGCombiner] Fold subtraction if above threshold to `umin` (#134235)Piotr Fusik3-84/+216
2025-04-09AArch64AsmParser: Restore Lsym@page-offset supportFangrui Song4-11/+54
2025-04-10Reapply "Inline: Propagate callsite nofpclass attribute" (#135018)Matt Arsenault9-131/+279
2025-04-10Revert "[Clang][CodeGen][UBSan] Add more precise attributes to recoverable ub...Yingwei Zheng4-242/+130
2025-04-10llvm-reduce: Fix overly conservative operands-to-args user restriction (#133854)Matt Arsenault2-12/+10
2025-04-10[EquivalenceClasses] Introduce erase member function (#134660)donald chen2-0/+101
2025-04-10[clang][bytecode] Classify function pointers as PT_Ptr (#135026)Timm Baeder10-40/+91
2025-04-10llvm-reduce: Use simpleSimplifyCFG in block reduction (#135028)Matt Arsenault2-6/+10
2025-04-10[clang][bytecode] Clear inactive union fields when copying (#134982)Timm Baeder2-1/+570
2025-04-10llvm-reduce: Link to command guide in help like bugpoint does (#134810)Matt Arsenault1-1/+5
2025-04-09Revert "Replace bool operator== for VersionType in sanitizer_mac.h" (#135127)Jonas Devlieghere1-5/+3
2025-04-10[Clang][CodeGen][UBSan] Add more precise attributes to recoverable ubsan hand...Yingwei Zheng4-130/+242
2025-04-09:createMCStreamer: delete InstPrinter on errorFangrui Song1-2/+5
2025-04-09[cfi][NFCI] Precommit tests to show nomerge functionality (#135104)Thurston Dang3-0/+569
2025-04-09[clang] fix unresolved dependent template specialization mangling (#135111)Matheus Izvekov2-5/+32
2025-04-09[bazel] Fix for #134298 (#135114)Pranav Kant1-0/+10
2025-04-09[DirectX] Implement UseNativeLowPrecision shader flag analysis (#134288)Deric C.5-11/+62
2025-04-09[DSE] Add predicated vector length store support for masked store elimination...Michael Berg2-14/+122
2025-04-09Revert "Reland "Symbolize line zero as if no source info is available (#12484...Zequan Wu8-17/+18
2025-04-09[clang-format] Keep the space between `not` and a unary operator (#135035)Owen Pan2-3/+9
2025-04-09[GISel][AMDGPU] Expand ShuffleVector (#124527)Alan Li21-8059/+2358
2025-04-09[clang-format][NFC] Add FormatToken::is(tok::ObjCKeywordKind) (#134973)Owen Pan5-52/+30