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
/
test
/
EDSC
/
builder-api-test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Rename index_t to index_type
Rainer Orth
2020-03-06
1
-5
/
+5
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-49
/
+49
*
[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
Nicolas Vasilache
2020-01-13
1
-0
/
+27
*
Add zero_extendi and sign_extendi to intrinsic namespace
Pruthvi
2020-01-13
1
-0
/
+26
*
[mlir] fix test failure in EDSC/builder-api-test
Hiroshi Inoue
2020-01-09
1
-3
/
+4
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-1
/
+1
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-2
/
+2
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-2
/
+2
*
Add edsc::ops for pointwise, conv and dilated_conv
Nicolas Vasilache
2019-12-16
1
-2
/
+111
*
Apply a level of sugaring to the linalg.generic EDSC - NFC
Nicolas Vasilache
2019-12-13
1
-18
/
+1
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
1
-0
/
+46
*
Automated rollback of commit 575405f4d6762830c1c4520569de4e4ed3c8eed5
Nicolas Vasilache
2019-10-18
1
-8
/
+32
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
Automated rollback of commit b65c8bb5d6ab418bb3fcd0302aee19d3615d90f1
River Riddle
2019-10-17
1
-32
/
+8
*
Add EDSC support for loop.for operations
Nicolas Vasilache
2019-10-17
1
-8
/
+32
*
Rename LoopNestBuilder to AffineLoopNestBuilder - NFC
Nicolas Vasilache
2019-10-17
1
-9
/
+9
*
Add custom builder for AffineIfOp
Nagy Mostafa
2019-09-06
1
-0
/
+36
*
Extend map canonicalization to propagate constant operands
Uday Bondhugula
2019-08-29
1
-6
/
+6
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
Fix build of affine load/store with empty map
Diego Caballero
2019-08-20
1
-0
/
+32
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Add support for floating-point comparison 'fcmp' to the LLVM dialect.
Nagy Mostafa
2019-08-08
1
-1
/
+76
*
Add StdIndexedValue to EDSC helpers
Diego Caballero
2019-08-02
1
-0
/
+36
*
EDSC: use affine.load/store instead of std.load/store
Alex Zinenko
2019-07-12
1
-16
/
+16
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-5
/
+5
*
Constrain regex to avoid ordering issues.
Jacques Pienaar
2019-07-09
1
-2
/
+2
*
Standardize the value numbering in the AsmPrinter.
River Riddle
2019-07-09
1
-88
/
+88
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-12
/
+20
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-70
/
+80
*
Change the attribute dictionary syntax to separate name and value with '='.
River Riddle
2019-06-25
1
-3
/
+3
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-13
/
+13
*
Make EDSC builder test more robust to the order of evaluation
Alex Zinenko
2019-06-01
1
-33
/
+33
*
Use lambdas for nesting edsc constructs.
Nicolas Vasilache
2019-05-20
1
-66
/
+58
*
Use FileCheck to test SDBM
Alex Zinenko
2019-05-20
1
-1
/
+1
*
Add support for saving and restoring the insertion point of a FuncBuilder...
River Riddle
2019-05-20
1
-14
/
+27
*
Enable EDSC API test running through lit
Alex Zinenko
2019-05-20
1
-1
/
+1
*
Cleanup SuperVectorization dialect printing and parsing.
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
Change the muli-return syntax for operations. The name of the operation resul...
River Riddle
2019-03-29
1
-1
/
+1
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-8
/
+8
*
Give the Vectorize pass a virtualVectorSize argument.
Nicolas Vasilache
2019-03-29
1
-0
/
+52
*
Use dereference instead of implicit conversion for IndexedValue to Value*.
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
Port api-test::tile_2d to the edsc::Builder API
Nicolas Vasilache
2019-03-29
1
-0
/
+70
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-2
/
+2
*
Add an IndexedValue::operator Value*
Nicolas Vasilache
2019-03-29
1
-0
/
+33
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
1
-10
/
+10
*
Cleanup ValueHandleArray
Nicolas Vasilache
2019-03-29
1
-5
/
+5
*
Support composition of symbols in AffineApplyOp
Nicolas Vasilache
2019-03-29
1
-5
/
+5
[next]