summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] changes to main this commit is based onupstream/users/Prabhuk/sprmain.asmprintercallgraphsection-emit-call-graph-section-5Necip Fazil Yildiran2024-04-1940-19/+1135
* [InstCombine] Regard zext nneg as sext when folding add(zext neg(add)) (#88887)ZelinMa5572024-04-192-3/+40
* Reapply "[Clang][AArch64] Warn when calling non/streaming about vector size d...Dinar Temirbulatov2024-04-196-5/+184
* [mlir][ArmNeon] Update `LowerContractionToSMMLAPattern` to support proper unr...Kojo Acquah2024-04-192-23/+118
* [mlir][xegpu] XeGPU alias ops folder pass (#88886)Adam Siemieniuk2024-04-1911-0/+217
* [ClangOffloadBundler] Add file size to header (#88827)Yaxun (Sam) Liu2024-04-194-31/+64
* [NFC][X86][Headers] Fix missing blank linePaul Robinson2024-04-191-0/+1
* [flang][cuda] Allow if stmt in device subroutine (#89347)Valentin Clement (バレンタイン クレメン)2024-04-192-0/+14
* [analyzer] Fix stores through label locations (#89265)Balazs Benics2024-04-193-3/+20
* Add IIT_V10 to support 10-element vectors in intrinsics (#89383)Jay Foad2024-04-192-0/+5
* [Sema] Check if types are resolved before querying function description.Dinar Temirbulatov2024-04-192-5/+32
* Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg2024-04-1980-265/+241
* [clangd] Fix shared-lib builds after 2cdbc9cff3b7ef262Kadir Cetinkaya2024-04-191-0/+1
* AMDGPU: Use common check prefix in atomic expand testMatt Arsenault2024-04-191-2403/+393
* AMDGPU: Refactor unsafe atomicrmw remark emission (#89379)Matt Arsenault2024-04-191-15/+18
* [OpenMP] Use half of available logical processors for collapse tests (#88319)Xing Xue2024-04-191-6/+16
* [AIX][Debug]correct the cases on AIX bot, NFCChen Zheng2024-04-193-10/+16
* [DAG] visitADDLike - update "(x - y) + -1 -> add (xor y, -1), x" fold to ac...Simon Pilgrim2024-04-193-15/+13
* [AArch64][X86] xor.ll - fix vec_add_of_not_with_undef_decrement copy+pasta typoSimon Pilgrim2024-04-192-15/+13
* [SystemZ] Add TPEI instruction and Associated Facility (#89372)Dominik Steenken2024-04-198-4/+31
* [KnownBits] Simplify optimality checking in unit tests. NFC. (#89368)Jay Foad2024-04-191-43/+29
* [analyzer] Use explicit call description mode (easy cases) (#88879)NagyDonat2024-04-197-24/+28
* [SystemZ] Fix Operand Retrieval for Vector Reduction Intrinsic in `shouldExpa...Dominik Steenken2024-04-191-14/+11
* [lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath2024-04-197-31/+74
* [SystemZ][z/OS] Implement llvm.frameaddr for XPLINK (#89284)Kai Nacke2024-04-194-14/+105
* [MLIR][LLVM] Add flag to skip import of DICompositeType's elems (#89355)Christian Ulmann2024-04-197-18/+65
* [Flang][OpenMP] Issue error if reduction clause has proc-pointer (#88999)Kiran Chandramohan2024-04-192-0/+27
* [MLIR][DataLayout] Add support for scalable vectors (#89349)Christian Ulmann2024-04-193-8/+36
* [SLP]Fix final analysis for unsigned nodes.Alexey Bataev2024-04-192-10/+20
* [AArch64][SVE2] Generate SVE2 BSL instruction in LLVM for add/sub. (#88413)Dinar Temirbulatov2024-04-192-2/+17
* Revert "[SLP]Fix final analysis for unsigned nodes."Mikhail Goncharov2024-04-192-18/+9
* [IR] Add support for trunc's nuw/nsw flags in `copyIRFlags` (#89353)Yingwei Zheng2024-04-192-4/+25
* MachineInstrBundle: modernize a couple of loops (NFC) (#89229)Ramkumar Ramachandra2024-04-191-5/+2
* [AMDGPU] Allow any linkage for dynlds (#84742)Pierre van Houtryve2024-04-192-7/+40
* [mlir][emitc] Restrict types in EmitC (#88391)Tina Jung2024-04-195-26/+118
* [VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn2024-04-198-181/+283
* [AArch64] Remove invalid uabdl patterns. (#89272)David Green2024-04-192-10/+48
* [NFC] [Serialization] Use semantical type 'DeclID' for 'CreateDeserialized'Chuanqi Xu2024-04-1915-173/+177
* [clang][dataflow][NFC] Fix code formatting in DataflowEnvironment.cpp (#89352)martinboehme2024-04-191-8/+6
* [SPIR-V] SPIR-V Backend must generate a valid OCL version if working in OpenC...Vyacheslav Levytskyy2024-04-192-10/+27
* [clang][nullability] Remove `RecordValue`. (#89052)martinboehme2024-04-1913-396/+130
* [AIX][Debug] generate an error instead of crash in backend for -gdwarf-5Chen Zheng2024-04-192-3/+10
* [clang][dataflow] Support `CXXParenListInitExpr` in `PropagateResultObject()`...martinboehme2024-04-194-29/+131
* [test][AArch64][CodeGen] Delete redundant check lines in tiny-model-pic.ll (#...Daniil Kovalev2024-04-191-162/+0
* specify openmp lib in aix-toolchain-include.cpp testMikhail Goncharov2024-04-191-14/+14
* [clang][CodeGen] Fix shift-exponent ubsan check for signed _BitInt (#88004)Björn Pettersson2024-04-192-10/+54
* [FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov2024-04-191-0/+51
* Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)2024-04-1811-165/+109
* [InstCombine] Fix incorrect fshr to fshl transformNikita Popov2024-04-192-3/+5
* [InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov2024-04-191-0/+10