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
/
examples
/
toy
/
Ch5
/
toyc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Fix segfault (nullptr dereference) when passing a non-existent file to the To...
Mehdi Amini
2019-11-09
1
-0
/
+2
*
NFC: Uniformize parser naming scheme in Toy tutorial to camelCase and tidy a ...
River Riddle
2019-11-06
1
-8
/
+8
*
Convert the Canonicalize and CSE passes to generic Operation Passes.
River Riddle
2019-10-24
1
-7
/
+10
*
Cleanup and rewrite Ch-4.md.
River Riddle
2019-10-21
1
-0
/
+1
*
Add SourceMgrDiagnosticHandler to toy
Jacques Pienaar
2019-10-19
1
-3
/
+5
*
Add Ch.5 of the toy tutorial.
River Riddle
2019-10-16
1
-184
/
+58
*
Refactor the pass manager to support operations other than FuncOp/ModuleOp.
River Riddle
2019-09-02
1
-2
/
+2
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-0
/
+1
*
Add TTI pass initialization to pass managers.
Diego Caballero
2019-08-05
1
-2
/
+4
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-2
/
+2
*
NFC: Move the Function/Module/Operation::verify methods out-of-line.
River Riddle
2019-07-02
1
-1
/
+2
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-8
/
+8
*
Remove dead code.
Jing Pu
2019-06-19
1
-11
/
+0
*
ExecutionEngine: drop PassManager integration
Alex Zinenko
2019-05-20
1
-5
/
+2
*
Expose `setupTargetTriple` as a public static method on ExecutionEngine
Mehdi Amini
2019-04-11
1
-0
/
+1
*
Toy tutorial Chapter 5: Lowering to Linalg and LLVM
Mehdi Amini
2019-04-08
1
-0
/
+324