aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-01Fix MSVC signed/unsigned mismatch warning. NFC.Simon Pilgrim1-1/+1
2023-12-01[libc] Move the pointer to pin off the stack to the heap (#74118)Joseph Huber1-2/+3
2023-12-01[libc] Exclude Fuchsia from float128 detection (#73985)Caslyn Tonelli2-1/+6
2023-12-01[RISCV][GISel] Lower G_FCONSTANT to constant pool load without F or D. (#73034)Craig Topper3-3/+130
2023-12-01[BOLT][utils] Bump default time threshold to 2s in nfc-stat-parserAmir Ayupov1-1/+1
2023-12-01[BOLT][utils] Remove heatmap mode detection from wrapper scriptAmir Ayupov1-2/+1
2023-12-01[mlir][sve][nfc] Merge the integration tests for linalg.matmul (#74059)Andrzej Warzyński2-96/+69
2023-12-01[Flang][Clang] Add support for frame pointers in FlangRadu Salavat9-138/+184
2023-12-01[mlgo] Fix test post PR #73899Mircea Trofin1-1/+1
2023-12-01[OpenMP][flang] Adding more tests for commonblock with target map (#71146)Shraiysh1-4/+51
2023-12-01[llvm][IR] Remove method IRBuilderBase::getInt8PtrTy (#74096)Youngsuk Kim1-5/+0
2023-12-01[Clang] Implement P2308R1 - Template Parameter Initialization. (#73103)cor3ntin11-100/+287
2023-12-01[amdgpu] Default to 1.0, instead of unspecified, for dynamic hsa (#74098)Jon Chesterfield1-0/+9
2023-12-01Revert "Reland [X86] With large code model, put functions into .ltext with la...Dmitri Gribenko8-66/+51
2023-12-01TargetInstrInfo: squelch a signedness warning on MSVC (#74078)Ramkumar Ramachandra2-2/+2
2023-12-01[clang][ExtractAPI] Ensure LocationFileChecker doesn't try to traverse VFS wh...Daniel Grumberg2-3/+219
2023-12-01[AArch64][SME] Remove implicit-def's on smstart (#69012)Jon Roelofs6-9/+109
2023-12-01[mlir][tosa] Fix lowering of tosa.conv2d (#73240)Spenser Bauman2-2/+25
2023-12-01[mlir][tosa] Improve lowering to tosa.fully_connected (#73049)Spenser Bauman3-83/+128
2023-12-01Reapply [InstCombine] Support inverting lshr with non-negative operandNikita Popov2-3/+11
2023-12-01[InstCombine] Add additional test for invert of lshr (NFC)Nikita Popov1-0/+12
2023-12-01[mlir][tosa] Improve tosa-infer-shapes for ops consumed by non-TOSA operators...Spenser Bauman2-43/+44
2023-12-01Revert "[InstCombine] Support inverting lshr with non-negative operand"Nikita Popov2-11/+3
2023-12-01[mlir][vector] Fix unit dim dropping pattern for masked writes (#74038)Quinn Dawkins2-19/+67
2023-12-01[InstCombine] Support inverting lshr with non-negative operandNikita Popov2-3/+11
2023-12-01[InstCombine] Add tests for invert of lshr (NFC)Nikita Popov1-0/+32
2023-12-01[mlir][gpu] Generate multiple rank-specializations for tensor map cre… (#74...Adam Paszke1-3/+40
2023-12-01[InstCombiner] Make isFreeToInvert() and friends instance functions (NFC)Nikita Popov2-15/+15
2023-12-01[AArch64][SME2] Add SME2 builtins for zero { zt0 } (#72274)Matthew Devereau8-14/+74
2023-12-01[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)Benjamin Maxwell2-1/+58
2023-12-01[libc++] Revert "Compile MSAN/TSAN failing test with -O1 (#73555)"Louis Dionne2-8/+0
2023-12-01[clang][NFC] Refactor expected directives in C++ DRs 100-199 (#74061)Vlad Serebrennikov2-279/+458
2023-12-01[llvm][MC][ARM][Assembly] Emit relocations for ADRs and big-endian targets (#...Eleanor Bonnici9-17/+82
2023-12-01[ValueTracking] Reduce duplication in haveNoCommonBitsSet() (NFC)Nikita Popov1-26/+24
2023-12-01[libc][NFC] Rename SPECIAL_X86_LONG_DOUBLE in LIBC_LONG_DOUBLE_IS_X86_FLOAT80...Guillaume Chatelet10-44/+44
2023-12-01[libc][NFC] Rename LIBC_LONG_DOUBLE_IS_IEEE754_BIN128 to LIBC_LONG_DOUBLE_IS_...Guillaume Chatelet1-3/+3
2023-12-01[libc][NFC] rename LONG_DOUBLE_IS_DOUBLE into LIBC_LONG_DOUBLE_IS_FLOAT64 (#7...Guillaume Chatelet10-38/+36
2023-12-01[OpenMP] Fix libomptarget build issue (#74067)Dominik Adamski1-1/+0
2023-12-01[NFC][LLVMContext] Clean up DenseMapInfo classes used for APInt & APFloat.Paul Walker1-7/+3
2023-12-01[Driver] Add exclusive-group feature to multilib.yaml. (#69447)Simon Tatham4-12/+218
2023-12-01[NFC] Remove a space in CMake.rstShivam Gupta1-1/+1
2023-12-01[mlir] update linalg transform ops docsOleksandr "Alex" Zinenko1-3/+7
2023-12-01TargetInstrInfo: make getOperandLatency return optional (NFC) (#73769)Ramkumar Ramachandra13-206/+209
2023-12-01[InstSimplify] Check common operand with constant earlierNikita Popov2-9/+6
2023-12-01[InstSimplify] Add test for implied cond with equal ops and constant (NFC)Nikita Popov1-0/+26
2023-12-01[InstSimplify] Fix or disjoint miscompile with op replacementNikita Popov3-6/+15
2023-12-01[InstSimplify] Add test for disjoint or miscompile (NFC)Nikita Popov2-9/+72
2023-12-01[clang][NFC] Fill in historical data on when C++ DRs 100-199 were fixedVlad Serebrennikov2-20/+20
2023-12-01[llvm][PowerPC] Correct handling of spill slots for SPE when EXPENSIVE_CHECKS...David Spickett1-16/+8
2023-12-01[mlir][ArmSME] Add option to only enable streaming mode/ZA if required (#73931)Benjamin Maxwell4-5/+44