summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Make code blocks more consistentJacques Pienaar2019-12-311-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-236-78/+24
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-183-28/+27
* mlir-translate: support -verify-diagnosticsAlex Zinenko2019-11-071-21/+17
* Drop MemRefUtils from the ExecutionEngineAlex Zinenko2019-10-231-1/+0
* Add missing include to llvm Allocator.hMehdi Amini2019-10-191-2/+1
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-101-13/+5
* Add Instance Specific Pass Options.MLIR Team2019-10-081-1/+2
* Fix JitRunner.cpp Error creation pattern and reactivate tests.Nicolas Vasilache2019-09-271-7/+13
* Drop support for memrefs from JitRunnerAlex Zinenko2019-09-261-104/+9
* Let mlir-translate support -split-input-fileLei Zhang2019-09-233-38/+71
* Add interfaces for call-like/callable operations.River Riddle2019-09-231-1/+1
* Support file-to-file translation in mlir-translateLei Zhang2019-09-171-1/+7
* Change MLIR translation functions signatureLei Zhang2019-09-171-27/+22
* Refactor pass pipeline command line parsing to support explicit pipeline stri...River Riddle2019-09-131-25/+25
* Set mlir-cpu-runner JIT codegen opt level correctlyUday Bondhugula2019-09-071-16/+38
* Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle2019-09-022-2/+2
* Add missing lowering to CFG in mlir-cpu-runner + related cleanupMehdi Amini2019-09-011-1/+3
* Add mechanism to dump JIT-compiled objects to filesJacques Pienaar2019-08-301-0/+15
* Avoid assigning to an unchecked Error.River Riddle2019-08-211-10/+14
* JitRunner: support entry functions returning voidAlex Zinenko2019-08-201-31/+50
* NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.River Riddle2019-08-191-1/+1
* InitLLVM already initializes PrettyStackTraceProgramJacques Pienaar2019-08-181-2/+0
* Change from llvm::make_unique to std::make_uniqueJacques Pienaar2019-08-171-2/+2
* Enable TTI for host TargetMachine in JitRunnerDiego Caballero2019-08-081-1/+13
* Add TTI pass initialization to pass managers.Diego Caballero2019-08-051-2/+2
* Fully qualify DenseMap.Jacques Pienaar2019-08-021-1/+2
* Merge TypeUtilities library into the IR libraryAlex Zinenko2019-07-202-75/+0
* Add helper to get flattened tuple typesGeoffrey Martin-Noble2019-07-191-0/+6
* Move shared cpu runner library to Support/JitRunner.Stephan Herhut2019-07-162-0/+345
* NFC: Rename Module to ModuleOp.River Riddle2019-07-101-1/+1
* NFC: Rename Function to FuncOp.River Riddle2019-07-101-1/+0
* NFC: Make the 'disable-pass-threading' flag a PassManagerOption.River Riddle2019-07-081-4/+4
* Make TranslateFromMLIRFunction type return LogicalResult instead of boolAlex Zinenko2019-07-041-1/+1
* NFC: Move the Function/Module/Operation::verify methods out-of-line.River Riddle2019-07-021-1/+2
* NFC: Refactor Module to be value typed.River Riddle2019-07-022-6/+6
* Split out TranslateClParser and add new parse method that reuses SourceMgr.Jacques Pienaar2019-06-262-0/+113
* Split out mlir-opt main into separate file.Jacques Pienaar2019-06-242-0/+165
* Add definition for OperandElementTypeIterator and ResultElementTypeIteratorLei Zhang2019-06-221-0/+14
* Remove unnecessary StandardOps dependencyGeoffrey Martin-Noble2019-06-091-1/+1
* Add free standing getElementTypeOrSelf member.Jacques Pienaar2019-06-092-0/+60
* Remove unnecessary C++ specifier in CPP files. NFC.Jacques Pienaar2019-05-202-2/+2
* Refactor Attribute uniquing to use StorageUniquer instead of being hard c...River Riddle2019-05-061-0/+26
* Refactor the generic storage object uniquing functionality from TypeUniqu...River Riddle2019-05-062-0/+182
* Add build files and update README.Jacques Pienaar2019-03-301-0/+7
* Extract openInputFile() into Support/FileUtilitiesLei Zhang2019-03-291-2/+19
* Create the Support library.Alex Zinenko2019-03-291-0/+39
OpenPOWER on IntegriCloud