aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/EDSC
AgeCommit message (Expand)AuthorFilesLines
2020-09-30Remove `Ops` suffix from dialect library namesGeoffrey Martin-Noble1-3/+3
2020-09-22[mlir][Linalg] Uniformize linalg.generic with named ops.Nicolas Vasilache1-33/+58
2020-09-17[MLIR] Support for return values in Affine.For yieldAbhishek Varma1-0/+32
2020-09-07[mlir][Vector] Revisit VectorToSCF.Nicolas Vasilache1-1/+1
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini1-8/+10
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-10/+8
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-8/+10
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-10/+8
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-8/+10
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-10/+8
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini1-8/+10
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-7/+7
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini1-7/+7
2020-08-08Revert "[mlir] Add a utility class, ThreadLocalCache, for storing non static ...Mehdi Amini1-1/+1
2020-08-07[mlir] Add a utility class, ThreadLocalCache, for storing non static thread l...River Riddle1-1/+1
2020-07-21[MLIR][EDSC] Add fptrunc and fpext to EDSCDiego Caballero1-0/+38
2020-06-29[mlir] add unsigned comparison builders to Affine EDSCAdam D Straw1-7/+86
2020-06-25[mlir][EDSC] Add divis and diviu and vector.extractelementDiego Caballero1-0/+60
2020-06-18[mlir] Provide OpBuilder-based replacements for edsc::BlockBuilderAlex Zinenko1-121/+24
2020-06-15[mlir] Introduce callback-based builders for AffineForOpAlex Zinenko1-30/+28
2020-06-11[mlir] Add new builders to linalg.reshape.Alexander Belyaev1-3/+6
2020-06-10[MLIR][Standard] Make the `dim` operation index an operand.Frederik Gossen1-3/+3
2020-06-09Change filecheck default to dump input on failureMehdi Amini1-1/+1
2020-06-04[mlir] Refactor BoolAttr to be a special case of IntegerAttrRiver Riddle1-1/+1
2020-05-19[mlir] scf::ForOp: provide builders with callbacks for loop bodyAlex Zinenko1-10/+8
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko1-3/+3
2020-05-11[mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow)Alex Zinenko2-3/+3
2020-05-04[MLIR] Reapply: Adjust libMLIR building to more closely follow libClangStephen Neuendorffer1-3/+5
2020-05-04[mlir][EDSC] Fix off-by-one BlockBuilder insertion point.Nicolas Vasilache1-1/+28
2020-05-04Revert "[MLIR] Adjust libMLIR building to more closely follow libClang"Stephen Neuendorffer1-5/+3
2020-05-04[MLIR] Adjust libMLIR building to more closely follow libClangValentin Churavy1-3/+5
2020-04-29[mlir][Vector] Provide progressive lowering of masked n-D vector transfersNicolas Vasilache1-0/+6
2020-04-29[mlir][EDSC] Retire OperationHandleNicolas Vasilache1-1/+0
2020-04-23[mlir][EDSC] Hotfix - Provide impl for `negate`Nicolas Vasilache1-2/+5
2020-04-23[mlir][EDSC] Retire ValueHandleNicolas Vasilache1-155/+111
2020-04-16[mlir][Linalg] NFC - Split out EDSCs that require a FolderNicolas Vasilache1-0/+1
2020-04-16[MLIR] Complete refactoring of Affine dialect into sub-libraries.Stephen Neuendorffer1-1/+2
2020-04-15[mlir] [EDSC] Add interface for yield-for loops.Pierre Oechsel1-1/+39
2020-04-13[mlir][NFC] Replace mlir/Support/Functional.h with llvm equivalents.River Riddle1-1/+0
2020-04-08[mlir] Remove need for static global ctors from mlir-translateJonathan Roelofs1-9/+0
2020-04-02[mlir][Linalg] NFC - Rename Linalg and Vector EDSCs to avoid collisionsNicolas Vasilache1-25/+25
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-0/+1
2020-03-20[mlir][NFC] Cleanup AffineOps directory structureRob Suderman2-4/+4
2020-03-17[mlir][NFC] Renamed VectorOps to VectorRob Suderman2-4/+4
2020-03-10[mlir] Create a std op instead of chain of ops.Hanhan Wang1-0/+38
2020-02-29Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm li...Stephen Neuendorffer1-1/+0
2020-02-29[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries.Stephen Neuendorffer1-0/+1
2020-02-28Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm li...Stephen Neuendorffer1-1/+0
2020-02-28[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries.Stephen Neuendorffer1-0/+1
2020-02-13[NFC][mlir] Adding some helpful EDSC intrinsicsKern Handa1-8/+8