aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[𝘀𝗽𝗿] changes to main this commit is based onVitaly Buka2-31/+90
2024-04-19Sync FuchsiaConfig with downstream's custom_scudo_config.h (#89244)Fabio D'Urso1-0/+1
2024-04-19[Driver] Add m_Group to -m[no-]strict-alignFangrui Song2-2/+4
2024-04-19[test] Fix test. NFCMichael Liao1-1/+1
2024-04-19[X86] LowerFunnelShift - improve handling of vXi8 constant splat funnel shiftsSimon Pilgrim5-29/+48
2024-04-19Reland "[flang][build] Fixed paths discrovery for the out-of-tree build. (#87...Slava Zakharin1-8/+10
2024-04-19[flang] Remove obsolete flang-to-external-fc tool (#88904)Michael Klemm3-528/+0
2024-04-19[mlir][tensor] Fold `tensor.reshape` for dynamic reshape (#88961)Rob Suderman2-0/+82
2024-04-19[libc++] Fix usage of 'exclude_from_explicit_instantiation' attribute on loca...Krystian Stasiowski2-7/+5
2024-04-19GlobalsModRef, ValueTracking: Look through threadlocal.address intrinsic (#88...Matthias Braun8-62/+135
2024-04-19linear_congruential_engine: add using more precision to prevent overflow (#81...LRFLEW6-53/+187
2024-04-19[ELF,test] Remove --raw-relr from pack-dyn-relocs.sFangrui Song1-80/+15
2024-04-19[bazel][mlir] Fix invalid quotation mark in BUILD fileJorge Gorbe Moya1-1/+1
2024-04-19[mlir][bazel] add bazel rule for XeGPUYijia Gu1-0/+40
2024-04-19[LLVM][TextAPI] Refactor Redundant Condition (#86542)Troy Butler1-2/+2
2024-04-19[clang] Add flag to experiment with cold function attributes (#89298)Arthur Eubanks2-22/+47
2024-04-19[mlir][llvm] Port `overflowFlags` to a native operation property (RELAND) (#8...Jeff Niu12-116/+183
2024-04-19[llvm-readelf] Print more information for RELRFangrui Song4-88/+239
2024-04-19[libc] fixup nascent pthread_condattr_test (#89308)Nick Desaulniers2-23/+34
2024-04-19[ELF] Add --default-script/-dTFangrui Song6-4/+87
2024-04-19[TableGen] MacroFusionPredicatorEmitter - pass constant std::vector arguments...Simon Pilgrim1-8/+9
2024-04-19[Clang] Fix the mangling of lambdas (#89204)cor3ntin5-9/+66
2024-04-19[MLIR][OpenMP] Verify loop wrapper properties of omp.parallel (#88722)Sergio Afonso3-1/+87
2024-04-19[Flang][OpenMP] NFC: Simplify handling of insertion points (#89221)Sergio Afonso3-12/+6
2024-04-19[MLIR][LLVM] Add vector exception to composite type element ignore mode (#89385)Christian Ulmann2-2/+27
2024-04-19[InstCombine] Regard zext nneg as sext when folding add(zext neg(add)) (#88887)ZelinMa5572-3/+40
2024-04-19Reapply "[Clang][AArch64] Warn when calling non/streaming about vector size d...Dinar Temirbulatov6-5/+184
2024-04-19[mlir][ArmNeon] Update `LowerContractionToSMMLAPattern` to support proper unr...Kojo Acquah2-23/+118
2024-04-19[mlir][xegpu] XeGPU alias ops folder pass (#88886)Adam Siemieniuk11-0/+217
2024-04-19[ClangOffloadBundler] Add file size to header (#88827)Yaxun (Sam) Liu4-31/+64
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