aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-28[mlir][Transforms][NFC] Remove InlineBlockRewriteusers/matthias-springer/inline_block_simplifyMatthias Springer1-53/+10
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
2024-02-28[X86] setcc-lowering.ll - regenerate with AVX2 test coverageSimon Pilgrim1-37/+60
2024-02-28[AArch64][GlobalISel] Pre-Commit Test for Legalize G_LOAD v4i8 (#82989)Tuan Chuong Goh1-0/+313
2024-02-28[AArch64] Disable FastISel/GlobalISel for ZT0 state (#82768)Sander de Smalen4-5/+69
2024-02-28[AArch64][GlobalISel] Legalize G_STORE for v4s8 vector (#82498)chuongg32-13/+25
2024-02-28[mlir] update remaining transform tests to main pass (#81279)Oleksandr "Alex" Zinenko16-425/+584
2024-02-28[-Wunsafe-buffer-usage][NFC] clang-format UnsafeBufferUsage.cpp (#82027)jkorous-apple1-130/+129
2024-02-28[AArch64][GlobalISel] Pre-Commit Test for G_STORE v4s8 (#82498)Tuan Chuong Goh1-0/+337
2024-02-28[SelectionDAG] Change computeAliasing signature from optional<uint64> to Loca...David Green8-110/+102
2024-02-28[mlir][Transforms] Dialect conversion: Assert when accessing erased ops (#83132)Matthias Springer2-39/+55
2024-02-28 [flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (#81833)Kareem Ergawy13-28/+422
2024-02-28[flang] fix warning after #82042Jean Perier1-3/+3
2024-02-28[clang][Interp][NFC] Convert test to verify=expected,both styleTimm Bäder1-104/+52
2024-02-28[clang][Interp] Toplevel destructors may failTimm Bäder5-22/+59
2024-02-28[mlir] add an example of using transform dialect standalone (#82623)Oleksandr "Alex" Zinenko12-0/+541
2024-02-28[bazel] Add "include/" for libc includesMikhail Goncharov1-0/+1
2024-02-28[GlobalISel] Add a TargetLowering variable to IRTranslator. NFC (#83009)David Green2-47/+28
2024-02-28[RISCV] Use a ta vslideup if inserting over end of InterSubVT (#83230)Luke Lau4-14/+14
2024-02-28[flang] Handle OPTIONAL polymorphic captured in internal procedures (#82042)jeanPerier3-16/+131
2024-02-28[RISCV] Add exact VLEN RUNs for insert_subvector and concat_vector tests. NFCLuke Lau3-672/+1012
2024-02-27[ItaniumDemangle] reject A-F in FP literals (#83061)Ryan Prichard1-1/+1
2024-02-27[alpha.webkit.UncountedCallArgsChecker] Allow a variable declaration in a tri...Ryosuke Niwa2-2/+23
2024-02-27[MLIR] Fix a few links to passes in the documentation (#83221)mlevesquedion2-3/+2
2024-02-28[mlir][vector] Fix n-d transfer write distribution (#83215)Quinn Dawkins3-10/+65
2024-02-27[AMDGPU] Add parameterization for optimized shared memory variables (#82508)erman-gurses7-84/+97
2024-02-28 [MLIR][OpenMP] Support basic materialization for `omp.private` ops (#81715)Kareem Ergawy3-32/+297
2024-02-27[BOLT] Refactor interface for instruction labels. NFCI (#83209)Maksim Panchenko7-21/+32
2024-02-27[flang][runtime] Fixed flang+Werror buildbots after #83169.Slava Zakharin3-4/+9