aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-09[Clang] [Sema] Fix dependence of DREs in lambdas with an explicit object para...Sirraide14-17/+403
2024-04-09[X86] shuffle-vs-trunc-128.ll - add BWVL-ONLY/VBMI/VBMI-FAST/VBMI-SLOW check ...Simon Pilgrim1-4/+153
2024-04-09[MLIR][OpenMP] Group clause operands into structures and use them to define s...Sergio Afonso4-10/+595
2024-04-09[Clang][Sema] Fix crash when 'this' is used in a dependent class scope functi...Krystian Stasiowski8-36/+124
2024-04-09[X86] Add test coverage for #88030Simon Pilgrim1-0/+856
2024-04-09[X86] collectConcatOps - add ability to recurse through insert_subvector chainsSimon Pilgrim3-944/+707
2024-04-09[clang-format] Remove trailing newlines in TableGen formatting test. (#87983)Hirofumi Nakamura1-52/+51
2024-04-09[flang]Accept directive inside type definition (#87804)Mats Petersson3-2/+8
2024-04-09[NFC][LLVM][CodeGen] Refactor SVE unpredicated binop isel patterns. (#84045)Paul Walker2-39/+35
2024-04-09[clang][Interp] Add toAPValue unittestsTimm Bäder2-0/+91
2024-04-09[clang][Interp] Diagnose comparisons with weak pointersTimm Bäder2-0/+27
2024-04-09[VPlan] Remove unused first mask op from VPBlendRecipe. (#87770)Florian Hahn22-145/+209
2024-04-09[X86] Fold extract_subvector(cvtps2dq(x),c) -> cvtps2dq(extract_subvector(x,c))Simon Pilgrim2-4/+9
2024-04-09[NFC] [Serialization] Remove redundant hasPendingBody memberChuanqi Xu2-30/+7
2024-04-09[RISCV] Convert remaining constant splats in tests to use splat shorthand. NF...Luke Lau28-2362/+701
2024-04-09Fix MSVC "switch statement contains 'default' but no 'case' labels" warning. ...Simon Pilgrim1-8/+5
2024-04-09Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-04-09[PowerPC] Implement 32-bit expansion for rldimi (#86783)Qiu Chaofan5-11/+167
2024-04-09[VPlan] Use getEdgeMask when constructing VPBlendRecipe (NFCI).Florian Hahn1-1/+1
2024-04-09[AMDGPU] Fix implicit $vcc operands after parsing MIR (#87781)Jay Foad11-93/+130
2024-04-09[RISCV] Support vwsll in combineBinOp_VLToVWBinOp_VL (#87620)Luke Lau3-63/+77
2024-04-09[RISCV] Don't require mask or VL to be the same in combineBinOp_VLToVWBinOp_V...Luke Lau2-50/+62
2024-04-09[RISCV] Convert more constant splats in tests to splat shorthand. NFC (#87616)Luke Lau242-27481/+10855
2024-04-09Reland "Rework the printing of attributes (#87281)"Vassil Vassilev19-240/+102
2024-04-09[ASTMatchers] fix captureVars assertion failure on capturesVariables (#76619)Ding Fei3-0/+5
2024-04-09[mlir][complex] Support fast math flag for complex.tan op (#87919)Kai Sasaki2-3/+146
2024-04-09[ValueTracking] Support non-constant idx for `computeKnownBits` of `insertele...Noah Goldstein2-18/+12
2024-04-09[ValueTracking] Add tests for non-constant idx in `computeKnownBits` of `inse...Noah Goldstein1-0/+50
2024-04-09[clang][Interp][NFC] Add sanity checks to This opTimm Bäder1-0/+9
2024-04-09[clang][Interp][NFC] Improve Record debuggingTimm Bäder3-1/+45
2024-04-09[clang][Interp][NFC] Add Dump debug opTimm Bäder2-0/+10
2024-04-09[clang][NFC] Refactor `EvaluateBinaryTypeTrait` to accept `TypeSourceInfo`Vlad Serebrennikov1-8/+11
2024-04-09[Support] Make CleanupInstaller public (NFC) (#86758)Haohai Wen2-14/+16
2024-04-09[clang][Interp] Fix "Initializing" zero-size arraysTimm Bäder2-0/+8
2024-04-09Revert "Rework the printing of attributes (#87281)"Vassil Vassilev17-97/+230
2024-04-08[ORC] Replace KV loop variables with structured bindings, fix typo.Lang Hames1-4/+4
2024-04-08[ValueTracking] Add comment clarifying missing `usub.sat` in `isKnownNonZero`...Noah Goldstein1-0/+2
2024-04-08[clang-format] Clean up unit tests from commit 13be0d4a34c4Owen Pan1-26/+24
2024-04-09Rework the printing of attributes (#87281)Vassil Vassilev17-230/+97
2024-04-08[APInt] Use a std::move() to avoid a copy in the loop in multiplicativeInvers...Craig Topper1-1/+1
2024-04-08[RISCV] Add Zcmop and Zimop to RISCVUsage.rst. NFC (#88033)Craig Topper1-0/+2
2024-04-08Revert "[Libomp] Place generated OpenMP headers into build resource d… (#88...Pete Steinfeld2-24/+9
2024-04-09[MLIR] Fix typo bug in AffineExprVisitor for WalkResult return case (#86138)Uday Bondhugula2-1/+6
2024-04-09[Legalizer] Soften EXTRACT_ELEMENT on ppcf128 (#77412)Qiu Chaofan3-1/+71
2024-04-08[lldb] Add swig doc for SBProcess address mask methodsJason Molenda1-0/+41
2024-04-09[Sema][NFC] Cleanups after 843cc474f (#87996)Younan Zhang5-18/+17
2024-04-08[lldb] [NFC] Fix swig docstring annotations (#88073)Jason Molenda4-54/+48
2024-04-08[ORC] Replace some KV loop variables with structured bindings.Lang Hames1-4/+4
2024-04-08Verify threadlocal_address constraints (#87841)Matthias Braun5-6/+20
2024-04-08[HWASAN][UBSAN] Reverse random logic (#88070)Vitaly Buka4-88/+88