aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[NFC][X86][Headers] Fix missing blank linePaul Robinson1-0/+1
2024-04-19[flang][cuda] Allow if stmt in device subroutine (#89347)Valentin Clement (バレンタイン クレメン)2-0/+14
2024-04-19[analyzer] Fix stores through label locations (#89265)Balazs Benics3-3/+20
2024-04-19Add IIT_V10 to support 10-element vectors in intrinsics (#89383)Jay Foad2-0/+5
2024-04-19[Sema] Check if types are resolved before querying function description.Dinar Temirbulatov2-5/+32
2024-04-19Switch member calls to `isa/dyn_cast/cast/...` to free function calls. (#89356)Christian Sigg80-265/+241
2024-04-19[clangd] Fix shared-lib builds after 2cdbc9cff3b7ef262Kadir Cetinkaya1-0/+1
2024-04-19AMDGPU: Use common check prefix in atomic expand testMatt Arsenault1-2403/+393
2024-04-19AMDGPU: Refactor unsafe atomicrmw remark emission (#89379)Matt Arsenault1-15/+18
2024-04-19[OpenMP] Use half of available logical processors for collapse tests (#88319)Xing Xue1-6/+16
2024-04-19[AIX][Debug]correct the cases on AIX bot, NFCChen Zheng3-10/+16
2024-04-19[DAG] visitADDLike - update "(x - y) + -1 -> add (xor y, -1), x" fold to ac...Simon Pilgrim3-15/+13
2024-04-19[AArch64][X86] xor.ll - fix vec_add_of_not_with_undef_decrement copy+pasta typoSimon Pilgrim2-15/+13
2024-04-19[SystemZ] Add TPEI instruction and Associated Facility (#89372)Dominik Steenken8-4/+31
2024-04-19[KnownBits] Simplify optimality checking in unit tests. NFC. (#89368)Jay Foad1-43/+29
2024-04-19[analyzer] Use explicit call description mode (easy cases) (#88879)NagyDonat7-24/+28
2024-04-19[SystemZ] Fix Operand Retrieval for Vector Reduction Intrinsic in `shouldExpa...Dominik Steenken1-14/+11
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath7-31/+74
2024-04-19[SystemZ][z/OS] Implement llvm.frameaddr for XPLINK (#89284)Kai Nacke4-14/+105
2024-04-19[MLIR][LLVM] Add flag to skip import of DICompositeType's elems (#89355)Christian Ulmann7-18/+65
2024-04-19[Flang][OpenMP] Issue error if reduction clause has proc-pointer (#88999)Kiran Chandramohan2-0/+27
2024-04-19[MLIR][DataLayout] Add support for scalable vectors (#89349)Christian Ulmann3-8/+36
2024-04-19[SLP]Fix final analysis for unsigned nodes.Alexey Bataev2-10/+20
2024-04-19[AArch64][SVE2] Generate SVE2 BSL instruction in LLVM for add/sub. (#88413)Dinar Temirbulatov2-2/+17
2024-04-19Revert "[SLP]Fix final analysis for unsigned nodes."Mikhail Goncharov2-18/+9
2024-04-19[IR] Add support for trunc's nuw/nsw flags in `copyIRFlags` (#89353)Yingwei Zheng2-4/+25
2024-04-19MachineInstrBundle: modernize a couple of loops (NFC) (#89229)Ramkumar Ramachandra1-5/+2
2024-04-19[AMDGPU] Allow any linkage for dynlds (#84742)Pierre van Houtryve2-7/+40
2024-04-19[mlir][emitc] Restrict types in EmitC (#88391)Tina Jung5-26/+118
2024-04-19[VPlan] Introduce recipes for VP loads and stores. (#87816)Florian Hahn8-181/+283
2024-04-19[AArch64] Remove invalid uabdl patterns. (#89272)David Green2-10/+48
2024-04-19[NFC] [Serialization] Use semantical type 'DeclID' for 'CreateDeserialized'Chuanqi Xu15-173/+177
2024-04-19[clang][dataflow][NFC] Fix code formatting in DataflowEnvironment.cpp (#89352)martinboehme1-8/+6
2024-04-19[SPIR-V] SPIR-V Backend must generate a valid OCL version if working in OpenC...Vyacheslav Levytskyy2-10/+27
2024-04-19[clang][nullability] Remove `RecordValue`. (#89052)martinboehme13-396/+130
2024-04-19[AIX][Debug] generate an error instead of crash in backend for -gdwarf-5Chen Zheng2-3/+10
2024-04-19[clang][dataflow] Support `CXXParenListInitExpr` in `PropagateResultObject()`...martinboehme4-29/+131
2024-04-19[test][AArch64][CodeGen] Delete redundant check lines in tiny-model-pic.ll (#...Daniil Kovalev1-162/+0
2024-04-19specify openmp lib in aix-toolchain-include.cpp testMikhail Goncharov1-14/+14
2024-04-19[clang][CodeGen] Fix shift-exponent ubsan check for signed _BitInt (#88004)Björn Pettersson2-10/+54
2024-04-19[FunctionAttrs] Add tests for incorrect noundef inference (#88026)Nikita Popov1-0/+51
2024-04-18Revert "[mlir][llvm] Port `overflowFlags` to a native operation property" (#8...Valentin Clement (バレンタイン クレメン)11-165/+109
2024-04-19[InstCombine] Fix incorrect fshr to fshl transformNikita Popov2-3/+5
2024-04-19[InstCombine] Add test for incorrect fshr transform (#89338)Nikita Popov1-0/+10
2024-04-18[memprof] Introduce IndexedMemProfReader (NFC) (#89331)Kazu Hirata2-99/+120
2024-04-18[Sema] Fix a warningKazu Hirata1-0/+1
2024-04-19[clang][RISCV] Remove unneeded overloaded suffix for vcreate (#89241)Brandon Wu1-2/+2
2024-04-19[Clang] Allow the value of unroll count to be zero in `#pragma GCC unroll` a...yronglin9-13/+64
2024-04-19CompilerRT: Normalize COMPILER_RT_DEFAULT_TARGET_TRIPLE (#89234)YunQiang Su2-1/+7
2024-04-19[X86][APX] Remove KEYLOCKER and SHA promotions from EVEX MAP4. (#89173)Freddy Ye15-1015/+36