aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Revert "[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support f...Raghu Maddhipatla3-20/+8
2024-04-09[mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` ...srcarroll6-18/+249
2024-04-09[Offload][NFC] Remove `omp_` prefix from offloading entries (#88071)Joseph Huber1-30/+30
2024-04-09[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DE...Raghu Maddhipatla3-8/+20
2024-04-09[mlir][sparse] rename files and unifies APIs (#88162)Peiming Liu4-30/+49
2024-04-09[MLIR] Don't check for key before inserting in map in GreedyPatternRewriteDri...Mehdi Amini1-2/+1
2024-04-09[mlir][vector] Add lower-vector-multi-reduction pass (#87333)xiaoleis-nv4-0/+109
2024-04-09[MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974)Billy Zhu10-15/+65
2024-04-09[MLIR][OpenMP] Group clause operands into structures and use them to define s...Sergio Afonso4-10/+595
2024-04-09[mlir][complex] Support fast math flag for complex.tan op (#87919)Kai Sasaki2-3/+146
2024-04-09[MLIR] Fix typo bug in AffineExprVisitor for WalkResult return case (#86138)Uday Bondhugula2-1/+6
2024-04-08Verify threadlocal_address constraints (#87841)Matthias Braun2-5/+10
2024-04-09[mlir][OpPrintingFlags] Allow to disable ElementsAttr hex printing (#85766)Andrei Golubev2-20/+40
2024-04-09[mlir] Add missing libm member operations to MathToLibm (#87981)Corentin Ferry2-0/+376
2024-04-08[mlir][arith] Refine the verifier for arith.constant (#87999)Andrzej Warzyński3-11/+27
2024-04-08Revert "[mlir][arith] Refine the verifier for arith.constant (#86178)"Andrzej Warzynski2-15/+0
2024-04-08[mlir] Only inline if properties are used.Adrian Kuegel2-4/+4
2024-04-08[mlir][arith] Refine the verifier for arith.constant (#86178)Andrzej Warzyński2-0/+15
2024-04-08[mlir] Fix -Wunused-variable in DebugImporter.cpp (NFC)Jie Fu1-1/+1
2024-04-08[MLIR][LLVM] Recursion importer handle repeated self-references (#87295)Billy Zhu5-79/+398
2024-04-08[mlir][vector][NFC] Fix typo temp -> tmp. (#87878)Prashant Kumar1-2/+2
2024-04-07[mlir] Add `convertInstruction` and `getSupportedInstructions` to `LLVMImport...Fabian Mora6-8/+213
2024-04-07[mlir][linalg]: Fixed possible memory leak in cloneToCollapsedOp (#87595)Aviad Cohen2-4/+7
2024-04-07[mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#87870)Matthias Springer2-0/+101
2024-04-06[mlir][complex] Support fast math flag for complex.sign op (#87148)Kai Sasaki2-3/+47
2024-04-06[mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementatio...Matthias Springer1-44/+36
2024-04-06[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#87860)Matthias Springer5-46/+334
2024-04-06[mlir][Arith] Specify evaluation order of `getExpr` (#87859)Matthias Springer1-6/+15
2024-04-06[mlir][ods] Emit "trivial" ODS getter/setters inline (#87741)Jeff Niu7-112/+135
2024-04-05[mlir][Vector] Fix n-D vector.extract/insert lowering to LLVM (#87591)Diego Caballero2-16/+29
2024-04-05[MLIR][LLVM] Remove bitcast pattern from type consistency pass (#87755)Christian Ulmann3-56/+1
2024-04-05[MLIR][OpenMP] Skip host omp ops when compiling for the target device (#85239)Jan Leyonberg8-118/+314
2024-04-05[mlir][OpFormatGen][NFC] Change Raw{Operands,Types} arrays to objects (#85631)Andrei Golubev1-11/+12
2024-04-05Revert "[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (...Mehdi Amini5-334/+46
2024-04-05Revert "[mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` imple...Mehdi Amini1-36/+44
2024-04-05Revert "[mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383)"Mehdi Amini2-101/+0
2024-04-05[mlir][arith] Add result pretty printing for constant vscale values (#83565)Benjamin Maxwell3-1/+44
2024-04-05[mlir][test] Extend CMake logic for e2e testsAndrzej Warzynski3-1/+115
2024-04-05Fix a few broken links (#87098)mlevesquedion9-21/+21
2024-04-05[MLIR][LLVM] Improve bit- and addrspacecast folders (#87745)Christian Ulmann3-32/+74
2024-04-05[MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87...Christian Ulmann2-4/+284
2024-04-05[mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383)Matthias Springer2-0/+101
2024-04-05[mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementatio...Matthias Springer1-44/+36
2024-04-05[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#85895)Matthias Springer5-46/+334
2024-04-04[mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with i...MaheshRavishankar13-240/+587
2024-04-04[mlir][ods] Fix attribute setter gen when properties are on (#87688)Jeff Niu2-13/+60
2024-04-04[MLIR][CF] Fix cf.switch parsing with result numbers (#87658)Keyi Zhang2-2/+15
2024-04-04[mlir] Add `requiresReplacedValues` and `visitReplacedValues` to `PromotableO...Fabian Mora5-10/+82
2024-04-04Revert "[mlir][test] Make SME e2e tests require an emulator (#86489)"Andrzej Warzynski3-116/+1
2024-04-04Revert "[MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and st...Christian Ulmann2-231/+4