summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Support/JitRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-8/+8
* Drop MemRefUtils from the ExecutionEngineAlex Zinenko2019-10-231-1/+0
* Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko2019-10-101-13/+5
* 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
* 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-021-1/+1
* 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
* 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
* Move shared cpu runner library to Support/JitRunner.Stephan Herhut2019-07-161-0/+328
OpenPOWER on IntegriCloud