llvm-project/mlir/lib
Mehdi Amini d682877eb3 Remove non-needed includes from ConvertControlFlowToCFG.cpp (NFC)
The includes related to the LLVM dialect are not used in this file and
introduce an implicit dependencies between the two libraries which isn't
reflected in the CMakeLists.txt, causing non-deterministic build failures.

PiperOrigin-RevId: 261576935
2019-08-04 10:59:18 -07:00
..
AffineOps Verify that affine.load/store/dma_start/dma_wait operands are valid dimension or symbol identifiers. 2019-07-27 08:20:38 -07:00
Analysis Fix clang 5.0 by using type aliases for LLVM DenseSet/Map 2019-08-03 11:35:50 -07:00
Conversion Remove non-needed includes from ConvertControlFlowToCFG.cpp (NFC) 2019-08-04 10:59:18 -07:00
Dialect [spirv] Add support for specialization constant 2019-08-01 14:13:37 -07:00
EDSC Remove the 'region' field from OpBuilder. 2019-07-12 17:42:41 -07:00
ExecutionEngine Fix ExecutionEngine post-update in upstream LLVM 2019-08-04 07:48:01 -07:00
IR Add a generic Linalg op 2019-08-02 09:53:41 -07:00
LLVMIR Introduce LLVMFuncOp 2019-07-23 09:26:39 -07:00
Linalg Add a generic Linalg op 2019-08-02 09:53:41 -07:00
Parser Support hexadecimal floats in tensor literals 2019-07-30 14:24:59 -07:00
Pass Change the IR printing pass instrumentation to ignore the verifier passes on non-failure. 2019-07-12 17:42:46 -07:00
Quantizer NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`. 2019-07-08 18:28:17 -07:00
SDBM SDBM: fix the order of variables in the stripe-induced inequalities 2019-06-03 19:26:29 -07:00
StandardOps Add a `HasParent` operation trait to enforce a specific parent on an operation (NFC) 2019-07-30 06:17:11 -07:00
Support Fully qualify DenseMap. 2019-08-02 08:28:06 -07:00
TableGen Qualify StringRef to fix Windows build failure 2019-08-01 14:14:31 -07:00
Target Move GPU dialect to {lib,include/mlir}/Dialect 2019-07-25 00:41:17 -07:00
Transforms Fix clang 5.0 by using type aliases for LLVM DenseSet/Map 2019-08-03 11:35:50 -07:00
Translation Include missing header. 2019-07-08 08:05:09 -07:00
VectorOps Add a few utility overloads for OpAsmParser methods: 2019-06-09 16:18:21 -07:00
CMakeLists.txt Move GPU dialect to {lib,include/mlir}/Dialect 2019-07-25 00:41:17 -07:00