summaryrefslogtreecommitdiffstats
path: root/mlir/test/EDSC/builder-api-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Rename index_t to index_typeRainer Orth2020-03-061-5/+5
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-131-49/+49
* [mlir][Linalg] Update ReshapeOp::build to be more idiomaticNicolas Vasilache2020-01-131-0/+27
* Add zero_extendi and sign_extendi to intrinsic namespacePruthvi2020-01-131-0/+26
* [mlir] fix test failure in EDSC/builder-api-testHiroshi Inoue2020-01-091-3/+4
* NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.River Riddle2019-12-231-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...River Riddle2019-12-221-2/+2
* Add integer bit-shift operations to the standard dialect.Manuel Freiberger2019-12-221-2/+2
* Add edsc::ops for pointwise, conv and dilated_convNicolas Vasilache2019-12-161-2/+111
* Apply a level of sugaring to the linalg.generic EDSC - NFCNicolas Vasilache2019-12-131-18/+1
* Add a layer of EDSC for linalg.GenericOpNicolas Vasilache2019-12-131-0/+46
* Automated rollback of commit 575405f4d6762830c1c4520569de4e4ed3c8eed5Nicolas Vasilache2019-10-181-8/+32
* NFC: Remove trivial builder get methods.River Riddle2019-10-171-1/+1
* Automated rollback of commit b65c8bb5d6ab418bb3fcd0302aee19d3615d90f1River Riddle2019-10-171-32/+8
* Add EDSC support for loop.for operationsNicolas Vasilache2019-10-171-8/+32
* Rename LoopNestBuilder to AffineLoopNestBuilder - NFCNicolas Vasilache2019-10-171-9/+9
* Add custom builder for AffineIfOpNagy Mostafa2019-09-061-0/+36
* Extend map canonicalization to propagate constant operandsUday Bondhugula2019-08-291-6/+6
* NFC: Move AffineOps dialect to the Dialect sub-directory.River Riddle2019-08-201-1/+1
* Fix build of affine load/store with empty mapDiego Caballero2019-08-201-0/+32
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* Add support for floating-point comparison 'fcmp' to the LLVM dialect.Nagy Mostafa2019-08-081-1/+76
* Add StdIndexedValue to EDSC helpersDiego Caballero2019-08-021-0/+36
* EDSC: use affine.load/store instead of std.load/storeAlex Zinenko2019-07-121-16/+16
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-1/+1
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-5/+5
* Constrain regex to avoid ordering issues.Jacques Pienaar2019-07-091-2/+2
* Standardize the value numbering in the AsmPrinter.River Riddle2019-07-091-88/+88
* Globally change load/store/dma_start/dma_wait operations over to affine.load/...Andy Davis2019-07-031-12/+20
* NFC: Refactor Module to be value typed.River Riddle2019-07-021-2/+2
* NFC: Refactor Function to be value typed.River Riddle2019-07-011-70/+80
* Change the attribute dictionary syntax to separate name and value with '='.River Riddle2019-06-251-3/+3
* NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...River Riddle2019-06-091-13/+13
* Make EDSC builder test more robust to the order of evaluationAlex Zinenko2019-06-011-33/+33
* Use lambdas for nesting edsc constructs.Nicolas Vasilache2019-05-201-66/+58
* Use FileCheck to test SDBMAlex Zinenko2019-05-201-1/+1
* Add support for saving and restoring the insertion point of a FuncBuilder...River Riddle2019-05-201-14/+27
* Enable EDSC API test running through litAlex Zinenko2019-05-201-1/+1
* Cleanup SuperVectorization dialect printing and parsing.Nicolas Vasilache2019-03-291-3/+3
* Change the muli-return syntax for operations. The name of the operation resul...River Riddle2019-03-291-1/+1
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-8/+8
* Give the Vectorize pass a virtualVectorSize argument.Nicolas Vasilache2019-03-291-0/+52
* Use dereference instead of implicit conversion for IndexedValue to Value*.Jacques Pienaar2019-03-291-1/+1
* Port api-test::tile_2d to the edsc::Builder APINicolas Vasilache2019-03-291-0/+70
* Replace usages of Instruction with Operation in the /IR directory.River Riddle2019-03-291-2/+2
* Add an IndexedValue::operator Value*Nicolas Vasilache2019-03-291-0/+33
* NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...River Riddle2019-03-291-10/+10
* Cleanup ValueHandleArrayNicolas Vasilache2019-03-291-5/+5
* Support composition of symbols in AffineApplyOpNicolas Vasilache2019-03-291-5/+5
OpenPOWER on IntegriCloud