llvm-project/mlir/lib
Chris Lattner 88e9f418f5 Continue pushing const out of the core IR types - in this case, remove const
from Function.

PiperOrigin-RevId: 239638635
2019-03-29 17:29:58 -07:00
..
AffineOps Move to new `const` model, part 1: remove ConstOpPointer. 2019-03-29 17:26:56 -07:00
Analysis Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
Dialect Change getBroadcastedShape() to return result shape via parameter 2019-03-29 17:25:38 -07:00
EDSC Make edsc::IndexedValue templated - NFC 2019-03-29 17:29:12 -07:00
ExecutionEngine Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
IR Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
LLVMIR Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
Parser Add support for a standard TupleType. Though this is a standard type, it merely provides a common mechanism for representing tuples in MLIR. It is up to dialect authors to provides operations for manipulating them, e.g. extract_tuple_element. 2019-03-29 17:25:09 -07:00
Pass Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
StandardOps [TableGen] Generate op declaration and definition into different files 2019-03-29 17:26:26 -07:00
SuperVectorOps Remove remaining references to OperationInst in all directories except for lib/Transforms. 2019-03-29 16:10:38 -07:00
Support Extract openInputFile() into Support/FileUtilities 2019-03-29 15:09:11 -07:00
TableGen Change Value to NamedTypeConstraint and use TypeConstraint. 2019-03-29 17:22:51 -07:00
Target/LLVMIR Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
Transforms Continue pushing const out of the core IR types - in this case, remove const 2019-03-29 17:29:58 -07:00
Translation Separate translators into "from MLIR" and "to MLIR". 2019-03-29 14:06:33 -07:00