summaryrefslogtreecommitdiffstats
path: root/mlir/tools/mlir-opt
Commit message (Expand)AuthorAgeFilesLines
* [mlir][spirv] Add basic definitions for supporting availabilityLei Zhang2019-12-271-0/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* Refactor dependencies to expose Vector transformations as patterns - NFCNicolas Vasilache2019-12-031-2/+3
* Move Linalg Transforms that are actually Conversions - NFCNicolas Vasilache2019-11-211-1/+3
* Implement unrolling of vector ops to finer-grained vector ops as a pattern.Nicolas Vasilache2019-11-201-1/+1
* Add some CMake rules for installing headers, mlir-tblgen, and mlir-optEric Schweitz2019-11-191-1/+1
* NFC: Refactor Dialect Conversion targeting SPIR-V.Mahesh Ravishankar2019-11-141-1/+1
* Move Affine to Standard conversion to lib/ConversionAlex Zinenko2019-11-141-0/+1
* [spirv] Add a pass to decorate the composite types with layout info.Denis Khalikov2019-10-081-0/+1
* Add support for walking the uses of a symbol.River Riddle2019-10-081-0/+1
* NFC: rename Conversion/ControlFlowToCFG to Conversion/LoopToStandardAlex Zinenko2019-10-031-1/+1
* [ROCm] Adding pass to lower GPU Dialect to ROCDL Dialect.Deven Desai2019-10-021-0/+1
* [ROCm] Adding ROCDL Dialect.Deven Desai2019-09-271-0/+1
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-6/+2
* Refactor PassTiming to support nested pipelines.River Riddle2019-09-081-0/+1
* InitLLVM already initializes PrettyStackTraceProgramJacques Pienaar2019-08-181-2/+0
* Add lowering of vector dialect to LLVM dialect.Nicolas Vasilache2019-08-121-0/+1
* Link in MLIRGPUtoSPIRVTransforms with mlir-optMahesh Ravishankar2019-07-301-0/+1
* Extract std.for std.if and std.terminator in their own dialectNicolas Vasilache2019-07-161-0/+1
* Lower affine control flow to std control flow to LLVM dialectNicolas Vasilache2019-07-121-0/+1
* Extend AffineToGPU to support Linalg loopsAlex Zinenko2019-07-091-1/+1
* [spirv] Move conversion passes to a new libraryLei Zhang2019-06-281-0/+1
* Make GPU to CUDA transformations independent of CUDA runtime.Stephan Herhut2019-06-261-0/+5
* Split test-specific passes out of mlir-optNicolas Vasilache2019-06-241-0/+2
* Remove leftover change from splitting mlir-opt change.Jacques Pienaar2019-06-241-1/+0
* Split out mlir-opt main into separate file.Jacques Pienaar2019-06-242-127/+20
* Rename -verify mlir-opt flag to -verify-expected-diagnosticsGeoffrey Martin-Noble2019-06-191-3/+3
* Add lowering pass from GPU dialect operations to LLVM/NVVM intrinsics.Stephan Herhut2019-06-191-0/+1
* Start moving conversions to {lib,include/mlir}/ConversionAlex Zinenko2019-06-191-0/+1
* Convert a nest affine loops to a GPU kernelAlex Zinenko2019-06-191-0/+1
* Remove the newline from the mlir-opt 'split-input-file' flag marker. This...River Riddle2019-06-011-1/+1
* Add keywords in target_link_libraries post add_llvm_executable.Jacques Pienaar2019-06-011-1/+1
* Replace usages of 'add_executable' with 'add_llvm_executable'.River Riddle2019-06-011-1/+1
* [spirv] Start the SPIR-V dialectLei Zhang2019-06-011-0/+1
* Upstream the Quantizer tool (part 4).Stella Laurenzo2019-06-011-0/+1
* Move Quantization -> Dialect/QuantOps, FxpMathOps -> Dialect/FxpMathOps.Stella Laurenzo2019-05-201-1/+1
* Move the diagnostic verification functionality out of mlir-opt and into a...River Riddle2019-05-101-134/+5
* Add a utility diagnostic handler class, SourceMgrDiagnosticHandler, to in...River Riddle2019-05-101-73/+3
* Add support for basic remark diagnostics. This is the minimal functionali...River Riddle2019-05-061-1/+7
* Start sketching out a new diagnostics infrastructure. Create a new class ...River Riddle2019-05-061-28/+28
* Fix opt build failure.Jacques Pienaar2019-05-061-0/+1
* Fixup MLIRGPU to mlir-opt in cmake.Jacques Pienaar2019-05-061-0/+1
* Parsing support for Range, View and Slice operationsNicolas Vasilache2019-05-061-2/+19
* Start a Linalg dialectNicolas Vasilache2019-04-181-0/+1
* Add CMakeLists.txt for Quantization and FxpMathOps dialects (and misc fix...Stella Laurenzo2019-04-031-0/+2
* Fix MacOS buildMehdi Amini2019-04-011-1/+1
* Add build files and update README.Jacques Pienaar2019-03-301-0/+18
* Cleanups for OSS build.Jacques Pienaar2019-03-291-1/+1
* Moving the IR printing and execution timing options out of mlir-opt and into ...River Riddle2019-03-291-89/+8
* Remove unnecessary headers from mlir-opt.Jacques Pienaar2019-03-291-5/+0
OpenPOWER on IntegriCloud