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
/
lib
/
EDSC
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-1
/
+1
*
Replace usages of "Op::operator->" with ".".
River Riddle
2019-03-29
1
-2
/
+2
*
Replace usages of "operator->" with "." for the AffineOps.
River Riddle
2019-03-29
3
-9
/
+9
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
2
-4
/
+5
*
Remove OpPointer, cleaning up a ton of code. This also moves Ops to using
Chris Lattner
2019-03-29
2
-18
/
+15
*
Remove const from Value, Instruction, Argument, and the various methods on the
Chris Lattner
2019-03-29
1
-2
/
+2
*
Make edsc::IndexedValue templated - NFC
Nicolas Vasilache
2019-03-29
1
-35
/
+0
*
Cleanups Vectorize and SliceAnalysis - NFC
Nicolas Vasilache
2019-03-29
1
-0
/
+2
*
Port Tablegen'd reference implementation of Add to declarative builders.
Nicolas Vasilache
2019-03-29
1
-2
/
+2
*
Remove LOAD/STORE/RETURN boilerplate in declarative builders.
Nicolas Vasilache
2019-03-29
2
-32
/
+8
*
Port LowerVectorTransfers from EDSC + AST to declarative builders
Nicolas Vasilache
2019-03-29
3
-25
/
+49
*
Python bindings: expose boolean and comparison operators
Alex Zinenko
2019-03-29
1
-0
/
+15
*
[EDSC] Cleanup declarative builder insertion point with blocks
Nicolas Vasilache
2019-03-29
2
-16
/
+9
*
Follow up on custom instruction support.
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
Add support for custom ops in declarative builders.
Nicolas Vasilache
2019-03-29
3
-23
/
+58
*
Fix opt build.
MLIR Team
2019-03-29
1
-0
/
+1
*
Fix an incorrect comment in builder-api-test.
Nicolas Vasilache
2019-03-29
1
-2
/
+0
*
Add helper classes to declarative builders to help write end-to-end custom ops.
Nicolas Vasilache
2019-03-29
3
-0
/
+149
*
Hotfix for unused variable in opt mode
Nicolas Vasilache
2019-03-29
1
-0
/
+1
*
[EDSC] Hotfix: Avoid implicit OpPointer -> OpType* conversion
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
Add an eager API version for BR and COND_BR
Nicolas Vasilache
2019-03-29
1
-0
/
+54
*
Add support for Branches in edsc::Builder
Nicolas Vasilache
2019-03-29
2
-2
/
+63
*
Start a new implementation for edsc::Builder
Nicolas Vasilache
2019-03-29
2
-0
/
+294
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Set the namespace of the StandardOps dialect to "std", but add a special case...
River Riddle
2019-03-29
1
-1
/
+1
*
NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...
River Riddle
2019-03-29
3
-3
/
+0
*
Use consistent names for dialect op source files
Lei Zhang
2019-03-29
3
-3
/
+3
*
EDSC bindings: expose generic Op construction interface
Alex Zinenko
2019-03-29
1
-0
/
+49
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-3
/
+2
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-7
/
+4
*
EDSC: move FileCheck tests into the source file
Alex Zinenko
2019-03-29
1
-261
/
+0
*
Add a stripmineSink and imperfectly nested tiling primitives.
Nicolas Vasilache
2019-03-29
2
-0
/
+47
*
EDSC: support conditional branch instructions
Alex Zinenko
2019-03-29
3
-10
/
+86
*
EDSC: support branch instructions
Alex Zinenko
2019-03-29
3
-70
/
+245
*
EDSC printing: handle integer attributes with bitwidth > 64
Alex Zinenko
2019-03-29
1
-2
/
+4
*
Define a PassID class to use when defining a pass. This allows for the type u...
River Riddle
2019-03-29
1
-3
/
+1
*
Exposed division and remainder operations in EDSC
Sergei Lebedev
2019-03-29
2
-12
/
+54
*
EDSC: support call instructions
Alex Zinenko
2019-03-29
3
-5
/
+99
*
Fix unused errors in opt build.
Jacques Pienaar
2019-03-29
2
-3
/
+4
*
EDSC: emit composed affine maps again
Alex Zinenko
2019-03-29
1
-1
/
+13
*
EDSC: introduce min/max only usable inside for upper/lower bounds of a loop
Alex Zinenko
2019-03-29
1
-8
/
+47
*
EDSC: support multi-expression loop bounds
Alex Zinenko
2019-03-29
3
-39
/
+147
*
EDSC: create constants as expressions
Alex Zinenko
2019-03-29
2
-12
/
+48
*
[EDSC] Fix Stmt::operator= and allow DimOp in For loops
Nicolas Vasilache
2019-03-29
3
-3
/
+38
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
[EDSC] Remove dead code in MLIREmitter.cpp
Nicolas Vasilache
2019-03-29
1
-84
/
+0
*
EDSC: clean up type casting mechanism
Alex Zinenko
2019-03-29
2
-53
/
+52
*
EDSC: make Expr typed and extensible
Alex Zinenko
2019-03-29
3
-265
/
+418
*
EDSC: introduce support for blocks
Alex Zinenko
2019-03-29
3
-63
/
+144
*
EDSC: properly construct FunctionTypes
Alex Zinenko
2019-03-29
1
-1
/
+1
[prev]
[next]