llvm-project/mlir/lib
Mehdi Amini 32ae5dd16c Remove unused method `parseIntegerSetInline` and `parseAffineMapInline` in Parser (NFC)
Fix GCC warning.

--

PiperOrigin-RevId: 247672318
2019-05-10 19:29:50 -07:00
..
AffineOps NFC: Make ParseResult public and update the OpAsmParser(and thus all of the custom operation parsers) to use it instead of bool. 2019-05-10 19:23:24 -07:00
Analysis Remove extra `;` after function definition (NFC) 2019-05-10 19:29:26 -07:00
Dialect Only forbid mixing tensor and vector when considering broadcasting behavior 2019-05-10 19:26:43 -07:00
EDSC Add missing dependencies for EDSC and linalg libraries 2019-04-11 12:35:29 -07:00
ExecutionEngine Update to address missing cmake target & qualify make_pair. 2019-05-06 08:24:41 -07:00
FxpMathOps Add an MLIRContext::emitWarning utility method. 2019-05-06 08:27:03 -07:00
GPU Verify that kernel functions referenced by gpu.launch_func have a gpu.kernel attribute. 2019-05-10 19:28:04 -07:00
IR Refactor the SourceMgrDiagnosticHandlers to support more locations than FileLineColLoc. 2019-05-10 19:29:10 -07:00
LLVMIR Remove extra `;` after function definition (NFC) 2019-05-10 19:29:26 -07:00
Linalg Pipe Linalg to LLVM via mlir-cpu-runner 2019-05-10 19:26:18 -07:00
Parser Remove unused method `parseIntegerSetInline` and `parseAffineMapInline` in Parser (NFC) 2019-05-10 19:29:50 -07:00
Pass Replace dyn_cast<> with isa<> when the returned value is unused (NFC) 2019-05-10 19:29:18 -07:00
Quantization Add an AttrBase class to simplify defining derived Attributes. This class serves the same purpose as TypeBase, and thus the duplicated functionality has been split into a new support class 'StorageUserBase'. 2019-05-10 19:24:46 -07:00
StandardOps Simplify the emission of a few op parser diagnostics. This also adds the ability to stream an attribute into a Diagnostic. 2019-05-10 19:25:12 -07:00
Support Refactor Attribute uniquing to use StorageUniquer instead of being hard coded in the MLIRContext. This allows for attributes to be uniqued similarly to types. This is the second step towards allowing dialects to define attributes. 2019-05-06 08:22:50 -07:00
TableGen Remove extra `;` after function definition (NFC) 2019-05-10 19:29:26 -07:00
Target Introduce a new API for emitting diagnostics with Diagnostic and InFlightDiagnostic. 2019-05-06 08:26:34 -07:00
Transforms Remove extra `;` after function definition (NFC) 2019-05-10 19:29:26 -07:00
Translation Add build files and update README. 2019-03-30 11:23:22 -07:00
VectorOps NFC: Make ParseResult public and update the OpAsmParser(and thus all of the custom operation parsers) to use it instead of bool. 2019-05-10 19:23:24 -07:00
CMakeLists.txt Start GPU Dialect 2019-05-06 08:20:08 -07:00