index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mlir
/
tools
/
mlir-cpu-runner
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Mark the MLIR tools for installation in CMake
Kern Handa
2020-02-05
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Drop support for memrefs from JitRunner
Alex Zinenko
2019-09-26
1
-6
/
+0
*
Add missing lowering to CFG in mlir-cpu-runner + related cleanup
Mehdi Amini
2019-09-01
1
-0
/
+1
*
Move shared cpu runner library to Support/JitRunner.
Stephan Herhut
2019-07-16
3
-350
/
+16
*
Lower affine control flow to std control flow to LLVM dialect
Nicolas Vasilache
2019-07-12
1
-0
/
+1
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
1
-2
/
+2
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-4
/
+4
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-2
/
+2
*
Add an mlir-cuda-runner tool.
Stephan Herhut
2019-07-04
2
-3
/
+23
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-8
/
+8
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-9
/
+9
*
Start moving conversions to {lib,include/mlir}/Conversion
Alex Zinenko
2019-06-19
2
-1
/
+2
*
Add keywords in target_link_libraries post add_llvm_executable.
Jacques Pienaar
2019-06-01
1
-1
/
+1
*
Replace usages of 'add_executable' with 'add_llvm_executable'.
River Riddle
2019-06-01
1
-1
/
+1
*
ExecutionEngine: drop PassManager integration
Alex Zinenko
2019-05-20
1
-0
/
+23
*
Cleanup linalg integration test
Nicolas Vasilache
2019-05-20
1
-2
/
+12
*
Pipe Linalg to a cblas call via mlir-cpu-runner
Nicolas Vasilache
2019-05-20
3
-260
/
+296
*
Pipe Linalg to LLVM via mlir-cpu-runner
Nicolas Vasilache
2019-05-10
2
-4
/
+58
*
Add transformation of the NVVM dialect to an LLVM module. Only handles
Stephan Herhut
2019-05-06
1
-0
/
+1
*
Fix MacOS build
Mehdi Amini
2019-04-01
1
-1
/
+1
*
Add build files and update README.
Jacques Pienaar
2019-03-30
1
-0
/
+18
*
Remove global LLVM CLI variables from library code
Dimitrios Vytiniotis
2019-03-29
1
-6
/
+49
*
Add missing numeric header for std::accumulate.
Jacques Pienaar
2019-03-29
1
-0
/
+1
*
ExecutionEngine OptUtils: support -On flags in string-based initialization
Alex Zinenko
2019-03-29
1
-33
/
+1
*
ExecutionEngine: provide utils for running CLI-configured LLVM passes
Alex Zinenko
2019-03-29
1
-3
/
+45
*
Reimplement LLVM IR translation to use the MLIR LLVM IR dialect
Alex Zinenko
2019-03-29
1
-8
/
+18
*
Simple CPU runner
Alex Zinenko
2019-03-29
1
-0
/
+162