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
*
[mlir] NFC: Rename index_t to index_type
Rainer Orth
2020-03-06
2
-5
/
+5
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
2
-9
/
+9
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
3
-20
/
+21
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
4
-52
/
+16
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
3
-21
/
+20
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-2
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
2
-14
/
+14
*
Add support for float and string attributes to the C API and python bindings
MLIR Team
2019-12-17
1
-0
/
+12
*
Add a layer of EDSC for linalg.GenericOp
Nicolas Vasilache
2019-12-13
1
-2
/
+0
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
1
-1
/
+0
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-6
/
+6
*
Add missing dependency on MLIRIR on MLIREDSCInterface
Mehdi Amini
2019-10-24
1
-0
/
+1
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
2
-5
/
+1
*
Automated rollback of commit 575405f4d6762830c1c4520569de4e4ed3c8eed5
Nicolas Vasilache
2019-10-18
2
-17
/
+57
*
Automated rollback of commit b65c8bb5d6ab418bb3fcd0302aee19d3615d90f1
River Riddle
2019-10-17
2
-57
/
+17
*
Add EDSC support for loop.for operations
Nicolas Vasilache
2019-10-17
2
-17
/
+57
*
Rename LoopNestBuilder to AffineLoopNestBuilder - NFC
Nicolas Vasilache
2019-10-17
1
-6
/
+5
*
Expose mlir::parseType to bindings
Alex Zinenko
2019-10-15
2
-26
/
+33
*
Move Linalg and VectorOps dialects to the Dialect subdir - NFC
Nicolas Vasilache
2019-08-19
1
-1
/
+1
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
2
-2
/
+2
*
Add support for floating-point comparison 'fcmp' to the LLVM dialect.
Nagy Mostafa
2019-08-08
1
-9
/
+43
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-2
/
+2
*
Add a folder-based EDSC intrinsics constructor (NFC)
Nicolas Vasilache
2019-07-01
1
-0
/
+1
*
NFC: Remove the 'context' parameter from OperationState.
River Riddle
2019-06-22
1
-2
/
+1
*
Uniformize usage of OpBuilder& (NFC)
Nicolas Vasilache
2019-06-22
1
-16
/
+14
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-5
/
+4
*
Don't use ShapedType to indicate vector or tensor type
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+2
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-1
/
+1
*
EDSC: use llvm::function_ref instead of std::function
Alex Zinenko
2019-06-01
1
-3
/
+4
*
Use lambdas for nesting edsc constructs.
Nicolas Vasilache
2019-05-20
2
-8
/
+13
*
Add support for saving and restoring the insertion point of a FuncBuilder...
River Riddle
2019-05-20
1
-4
/
+14
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-1
/
+1
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
3
-3
/
+3
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-3
/
+3
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-3
/
+3
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-3
/
+3
*
Add missing dependencies for EDSC and linalg libraries
Lei Zhang
2019-04-11
1
-0
/
+6
*
Add new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no...
River Riddle
2019-04-07
1
-3
/
+1
*
Add missing source file in CMakeLists.txt
Mehdi Amini
2019-04-03
1
-0
/
+1
*
Fix CMake build
Mehdi Amini
2019-04-03
2
-603
/
+0
*
Drop MLIREmitter-based version of the EDSC
Alex Zinenko
2019-04-03
2
-1382
/
+103
*
Add build files and update README.
Jacques Pienaar
2019-03-30
1
-0
/
+11
*
Cleanup SuperVectorization dialect printing and parsing.
Nicolas Vasilache
2019-03-29
3
-3
/
+3
*
Remove the LowerEDSCTestPass.
River Riddle
2019-03-29
1
-61
/
+0
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
5
-36
/
+36
*
Introduce affine terminator
Alex Zinenko
2019-03-29
2
-5
/
+1
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
2
-11
/
+10
*
Rename the Instruction class to Operation. This just renames the class, usage...
River Riddle
2019-03-29
1
-1
/
+1
[next]