aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[AArch64][SME2] Add builtins to cast svbool from/to svcount. (#74720)Dinar Temirbulatov3-0/+66
2023-12-08[X86] combineConcatVectorOps - pull out repeated getTargetLoweringInfo calls....Simon Pilgrim1-2/+3
2023-12-08[SystemZ] Simplify handling of AtomicRMW instructions. (#74789)Jonas Paulsson16-696/+646
2023-12-08[AutoUpgrade] Don't try to upgrade struct return of non-intrinsicNikita Popov2-1/+13
2023-12-08Revert "[libc] Make BigInt bit_cast-able to compatible types" (#74856)Guillaume Chatelet4-71/+12
2023-12-08[libc] Make BigInt bit_cast-able to compatible types (#74837)Guillaume Chatelet4-12/+71
2023-12-08[ValueTracking] Handle returned attribute with mismatched typeNikita Popov2-3/+30
2023-12-08[FlowSensitive] Fix warningsKazu Hirata1-1/+1
2023-12-08[IR] Remove unnecessary pointer type check (NFC)Nikita Popov1-10/+3
2023-12-08Update CODEOWNERSNicolas Vasilache1-26/+26
2023-12-08[GitHub] Add some default reviewers for mlir/Vector and mlir/Linalg (#74848)Diego Caballero1-0/+16
2023-12-08[AsmWriter] Use unsigned char more consistentlyNikita Popov2-6/+10
2023-12-08Work around an ICE in MSVC; NFCAaron Ballman1-1/+2
2023-12-08[Clang][SVE2p1]Add svboolx2 and svboolx4 types for svcreate, svget, s… (#74...CarolineConcatto8-0/+349
2023-12-08[ARM][AArch32] Add support for AArch32 Cortex-M52 CPU (#74822)Jonathan Thackray11-8/+45
2023-12-08[libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revsLouis Dionne1-0/+3
2023-12-08[mlir][memref] extract_strided_metadata for zero-sized memref (#74835)Guray Ozen2-1/+21
2023-12-08[X86] combineConcatVectorOps - handle the load combines in the same placeSimon Pilgrim1-19/+22
2023-12-08[libc][NFC] Clean up conversion warnings in math function implementations. (#...lntue8-12/+14
2023-12-08[InstCombine] Relax one-use check for icmp of gep foldNikita Popov2-4/+4
2023-12-08[InstCombine] Add some more multi-use icmp gep folding tests (NFC)Nikita Popov1-0/+46
2023-12-08[libc++][NFC] Move 32-bit pointer Lit feature check where it belongsLouis Dionne1-12/+12
2023-12-08[flang] Fix length handling in character kind implicit conversion (#74586)jeanPerier2-1/+32
2023-12-08[OpenACC][NFC] Change Readonly token check to use isSpecialTokenKinderichkeane1-2/+4
2023-12-08[NFC][LLVM] clang-format "struct ValID" within LLParser.h.Paul Walker1-9/+16
2023-12-08[clang][Interp] Implement builtin_expect (#69713)Timm Baeder3-0/+61
2023-12-08[lldb][test] Disable image lookup colour test on Mac OSDavid Spickett1-0/+3
2023-12-08[lldb][test] Disable image lookup colour test on WindowsDavid Spickett1-0/+3
2023-12-08[lldb][test] Don't check line number in image lookup colour testDavid Spickett1-1/+1
2023-12-08[NVPTX] Fix a typo that makes the output invalid PTXBenjamin Kramer2-1/+11
2023-12-08[AMDGPU] Add GFX11 test coverage to integer-mad-patterns.llJay Foad1-0/+1363
2023-12-08[Clang] Emit TBAA info for enums in C (#73326)David Sherwood3-1/+123
2023-12-08[GlobalISel] Fix comment on buildIsFPClassJay Foad1-1/+1
2023-12-08[AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300)Saiyedul Islam15-72/+171
2023-12-08[X86] combineLoad - consistently use cast<MemSDNode>. NFCI.Simon Pilgrim1-3/+3
2023-12-08[VPlan] Compute scalable VF in preheader for induction increment. (#74762)Florian Hahn60-1122/+1138
2023-12-08[mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.inMehdi Amini1-0/+1
2023-12-08[llvm-exegesis]Allow clients to do their own snippet running error ha… (#74...Clement Courbet3-13/+19
2023-12-08[LoopUnroll] Make use of MaxTripCount for loops with "#pragma unroll" (#74703)XiangZhang2-2/+942
2023-12-08[X86] canonicalizeBitSelect - always use VPTERNLOGD for sub-32bit typesSimon Pilgrim29-398/+381
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett2-6/+14
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir010213-35/+239
2023-12-08 [DAG] isSplatValue - node is a splat if all demanded elts have the same whol...Simon Pilgrim13-2347/+2321
2023-12-08[flang][CodeGen] add nsw to address calculations (#74709)Tom Eccles6-104/+115
2023-12-08[VPlan] Print flags for VPWidenCastRecipe.Florian Hahn2-17/+16
2023-12-08Reapply "[lldb][test] TestLocationListLookup.py: skip expr check on unsupport...Mikhail Goncharov1-7/+20
2023-12-08Revert "[lldb][test] TestLocationListLookup.py: skip expr check on unsupporte...Mikhail Goncharov1-20/+7
2023-12-08[RISCV][NFC] Use raw_svector_ostream to construct key of SubtargetMap (#72964)Wang Pengcheng1-7/+2
2023-12-08[X86] LowerBUILD_VECTOR - don't use insert_element(constant, elt, idx) if we ...Simon Pilgrim2-0/+69
2023-12-08[AMDGPU] Fix GCNUpwardRPTracker: max register pressure on defs. (#74422)Valery Pykhtin3-135/+112