aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.sancov-apply-branch-weights-when-checking-countersVitaly Buka58-162/+485
2024-04-19[BOLT,test] Update AArch64/constant_island_pie_update.s after llvm-readelf -r...Fangrui Song1-1/+7
2024-04-19[flang][cuda] Enforce DEVICE attribute when ALLOCATE with STREAM option (#89459)Valentin Clement (バレンタイン クレメン)6-8/+21
2024-04-19[flang][cuda] Enforce PINNED attribute when ALLOCATE with PINNED option (#89455)Valentin Clement (バレンタイン クレメン)2-0/+15
2024-04-19[mlir][python] fix memref._is_constant_int_like (#89447)Maksim Levental1-1/+2
2024-04-19[flang][cuda] Use fir.cuda_deallocate for automatic deallocation (#89450)Valentin Clement (バレンタイン クレメン)4-8/+43
2024-04-19[Clang] Loop over FieldDecls instead of all Decls (#89453)Bill Wendling1-6/+5
2024-04-19[ARM64EC] Add softintrin.lib as an implicit dependency to object files. (#89171)Eli Friedman2-3/+10
2024-04-19[𝘀𝗽𝗿] changes to main this commit is based onVitaly Buka2-31/+90
2024-04-19Apply modernize-use-starts-ends-with on llvm-project (#89140)Nicolas van Kempen3-4/+4
2024-04-19[clang][dataflow] Expose getReferencedDecls for a Stmt. (#89444)Samira Bazuzi2-0/+9
2024-04-19[lldb] Provide a better error message for missing symbols (#89433)Adrian Prantl2-2/+4
2024-04-19[clang] CTAD: Fix require-clause is not transformed. (#89378)Haojian Wu4-17/+61
2024-04-19[SLP]Fix PR89438: Check for same vectorized node in MinBWs, not user.Alexey Bataev2-3/+108
2024-04-19[flang][OpenMP] Use maxnum/minnum for lowering of max/min reduction operators...Jan Leyonberg9-10/+10
2024-04-19[Clang] Handle structs with inner structs and no fields (#89126)Bill Wendling3-11/+75
2024-04-19[flang][cuda] Allow fixed size array with the managed attribute (#89436)Valentin Clement (バレンタイン クレメン)2-9/+6
2024-04-19[clang][modules] Only avoid pruning module maps when asked to (#89428)Jan Svoboda7-36/+84
2024-04-19[X86][TableGen] Remove unnecessary use of formatted_raw_ostream. NFC (#89343)Craig Topper1-6/+3
2024-04-19[RISCV] Rename FeatureRVE to FeatureStdExtE. NFC (#89174)Craig Topper6-15/+15
2024-04-19[SelectionDAG] Require UADDO_CARRY carryin and carryout to have the same type...Craig Topper4-23/+4
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