aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-28RebaseAlexey Bataev2209-35213/+74747
2024-02-28[InstallAPI] add missing link to clangASTCyndy Ishida1-0/+1
2024-02-28[gn build] Port c6cbf81c84b0LLVM GN Syncbot1-0/+2
2024-02-28[clang] Refactor target attribute mangling. (#81893)Alexandros Lamprineas4-95/+118
2024-02-28[InstallAPI] Hookup Input files & basic ASTVisitor (#82552)Cyndy Ishida12-8/+472
2024-02-29[TableGen] Add support for DefaultMode in per-HwMode encode/decode. (#83029)Jason Eckhardt4-8/+183
2024-02-28[mlir][LinAlg] Vectorize reverse-like ops using vector.gather ops. (#83205)Han-Chung Wang2-2/+46
2024-02-28[libc][docs] Document policy for non-standard func (#83212)Michael Jones1-1/+2
2024-02-28[Headers][X86] Make brief descriptions briefer (#82422)Paul T Robinson6-188/+201
2024-02-28[mlir][transform] Implement `FlattenElementwiseLinalgOp` transform op (#81431)srcarroll5-50/+241
2024-02-28[clang][Interp] Note UB when converting Inf to integerTimm Bäder2-1/+10
2024-02-28[flang][OpenMP] Fix copyprivate test on ppc64leLeandro Lupori1-1/+1
2024-02-28[llvm][arm] add T1 and T2 assembly options for vlldm and vlstm (#83116)SivanShani-Arm15-61/+362
2024-02-28[AArch64] Optimized generated assembly for bool to svbool_t conversions (#83001)Lukacma2-5/+43
2024-02-28[LLDB] Fix completion of space-only lines in the REPL on Linux (#83203)Walter Erquinigo2-10/+27
2024-02-28[llvm][mlir][OMPIRBuilder] Translate omp.single's copyprivate (#80488)Leandro Lupori6-12/+330
2024-02-28[VPlan] Reset trip count when replacing ExpandSCEV recipe.Florian Hahn2-0/+10
2024-02-28[mlir][Vector] Support vector.insert in bubbling bitcast patterns (#82843)Diego Caballero2-2/+117
2024-02-28[LV][NFC]Fix a misprint, NFC.Alexey Bataev1-2/+2
2024-02-28Revert "[mlir][vector] Add a pattern to fuse extract(constant_mask) (#81057)"...Quinn Dawkins2-146/+1
2024-02-28AMDGPU/GFX12: Insert waitcnts before stores with scope_sys (#82996)Petar Avramovic11-1/+154
2024-02-28[clang][Interp] Ignore ArrayDecay ops for null pointersTimm Bäder2-1/+3
2024-02-28[LV][NFC]Preselect folding style while chosing the max VF, NFC.Alexey Bataev1-12/+30
2024-02-28[AMDGPU][AsmParser] Support structured HWREG operands. (#82805)Ivan Kosarev10-149/+343
2024-02-28[SLP]Use It->second.first for BWSz, NFC.Alexey Bataev1-2/+2
2024-02-28[mlir] Fix shared builds. NFCMichael Liao1-1/+2
2024-02-28[bazel] Fix breakage from 915fce040271c77df1ff9b2c8797c441cec0d18d.Ingo Müller1-0/+1
2024-02-28[AArch64][GlobalISel] Legalize G_LOAD for v4s8 Vector (#82989)chuongg32-12/+23
2024-02-28[flang] fix one more compilation issue on aarch64. (#83258)Kareem Ergawy0-0/+0
2024-02-28[mlir] Expose MLIR_CUDA_CONVERSIONS_ENABLED in mlir-config.h. (#83004)Ingo Müller9-34/+29
2024-02-28[AMDGPU] Fix SDWA 'preserve' transformation for instructions in different bas...Valery Pykhtin2-4/+60
2024-02-28[LV] Add test for tail fold by masking with external IV users. (#82329)Niwin Anto1-0/+159
2024-02-28[mlir][llvm] Fix access group translation (#83257)Tobias Gysi2-7/+42
2024-02-28[flang] Give internal linkage to internal procedures (#81929)jeanPerier30-120/+140
2024-02-28[mlir][affine] Enable ConvertAffineToStandard pass to handle affine.delineari...Rishabh Bali2-0/+56
2024-02-28[clang][Interp] Remove now faulty assertionTimm Bäder2-1/+6
2024-02-28[mlir][Transforms][NFC] Remove `SplitBlockRewrite` (#82777)Matthias Springer3-46/+1
2024-02-28[flang] Fix build failure (NFC)Jie Fu1-1/+1
2024-02-28[VPlan] Also print final VPlan directly before codegen/execute. (#82269)Florian Hahn3-5/+97
2024-02-28[ConstraintElim] Use default depth for most calls of isNonNegative.Florian Hahn4-26/+14
2024-02-28Revert "[clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf ...Balazs Benics6-105/+5
2024-02-28[flang] Fix flang build after #83132 (#83253)Matthias Springer1-1/+8
2024-02-28[clang] Fix -Wunused-variable in CGCall.cpp (NFC)Jie Fu1-4/+6
2024-02-28[llvm-objcopy] Add --set-symbol-visibility and --set-symbols-visibility optio...Ilia Kuklin7-0/+384
2024-02-28[X86] Resolve FIXME: Create cld only when needed (#82415)AtariDreams4-25/+63
2024-02-28[X86] combineEXTRACT_SUBVECTOR - extract 256-bit comparisons if only one subv...Simon Pilgrim4-16/+35
2024-02-28[flang] Fix linker error for debug builds. (#83250)Kareem Ergawy2-1/+2
2024-02-28[LLVM][TypeSize] Remove default constructor. (#82810)Paul Walker3-12/+6
2024-02-28[clang] remove (clang::)ast_matchers:: namespace from AST matcher args for do...Julian Schmidt3-16/+16
2024-02-28[clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf (#82476)Alejandro Álvarez Ayllón6-5/+105