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
/
include
/
mlir-c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Add support for float and string attributes to the C API and python bindings
MLIR Team
2019-12-17
1
-0
/
+6
*
Expose mlir::parseType to bindings
Alex Zinenko
2019-10-15
1
-13
/
+6
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
Drop MLIREmitter-based version of the EDSC
Alex Zinenko
2019-04-03
1
-209
/
+0
*
Remove index free function
Jacques Pienaar
2019-03-29
1
-6
/
+0
*
EDSC bindings: expose generic Op construction interface
Alex Zinenko
2019-03-29
1
-0
/
+30
*
EDSC: support conditional branch instructions
Alex Zinenko
2019-03-29
1
-0
/
+10
*
EDSC: support branch instructions
Alex Zinenko
2019-03-29
1
-2
/
+9
*
Exposed division and remainder operations in EDSC
Sergei Lebedev
2019-03-29
1
-1
/
+5
*
EDSC: support call instructions
Alex Zinenko
2019-03-29
1
-0
/
+6
*
EDSC: introduce min/max only usable inside for upper/lower bounds of a loop
Alex Zinenko
2019-03-29
1
-3
/
+12
*
EDSC: support multi-expression loop bounds
Alex Zinenko
2019-03-29
1
-4
/
+11
*
EDSC: create constants as expressions
Alex Zinenko
2019-03-29
1
-0
/
+4
*
EDSC: make Expr typed and extensible
Alex Zinenko
2019-03-29
1
-1
/
+4
*
EDSC: introduce support for blocks
Alex Zinenko
2019-03-29
1
-5
/
+5
*
Make IndexType a standard type instead of a builtin. This also cleans up some...
River Riddle
2019-03-29
1
-6
/
+6
*
Implemented __eq__ and __ne__ in EDSC Python bindings
Sergei Lebedev
2019-03-29
1
-0
/
+2
*
Exposing logical operators in EDSC all the way up to Python.
Dimitrios Vytiniotis
2019-03-29
1
-0
/
+4
*
Cleanup EDSCs and start a functional auto-generated library of custom Ops
Nicolas Vasilache
2019-03-29
1
-1
/
+1
*
Add a C API for EDSCs in other languages + python
Nicolas Vasilache
2019-03-29
1
-0
/
+248