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
/
Builders.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Rename index_t to index_type
Rainer Orth
2020-03-06
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-6
/
+6
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-11
/
+12
*
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
-12
/
+11
*
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
1
-12
/
+12
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-6
/
+6
*
Lower vector transfer ops to loop.for operations.
Nicolas Vasilache
2019-10-18
1
-1
/
+0
*
Automated rollback of commit 575405f4d6762830c1c4520569de4e4ed3c8eed5
Nicolas Vasilache
2019-10-18
1
-17
/
+56
*
Automated rollback of commit b65c8bb5d6ab418bb3fcd0302aee19d3615d90f1
River Riddle
2019-10-17
1
-56
/
+17
*
Add EDSC support for loop.for operations
Nicolas Vasilache
2019-10-17
1
-17
/
+56
*
Rename LoopNestBuilder to AffineLoopNestBuilder - NFC
Nicolas Vasilache
2019-10-17
1
-6
/
+5
*
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
-9
/
+43
*
Remove the 'region' field from OpBuilder.
River Riddle
2019-07-12
1
-1
/
+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
1
-5
/
+10
*
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
1
-1
/
+1
*
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 new utilities for RTTI Operation casting: dyn_cast_or_null and isa_no...
River Riddle
2019-04-07
1
-3
/
+1
*
Replace remaining usages of the Instruction class with Operation.
River Riddle
2019-03-29
1
-16
/
+16
*
Introduce affine terminator
Alex Zinenko
2019-03-29
1
-4
/
+1
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-4
/
+4
*
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
1
-4
/
+4
*
Remove OpPointer, cleaning up a ton of code. This also moves Ops to using
Chris Lattner
2019-03-29
1
-5
/
+4
*
Cleanups Vectorize and SliceAnalysis - NFC
Nicolas Vasilache
2019-03-29
1
-0
/
+2
*
Port LowerVectorTransfers from EDSC + AST to declarative builders
Nicolas Vasilache
2019-03-29
1
-0
/
+33
*
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
1
-0
/
+6
*
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
1
-3
/
+36
*
Add helper classes to declarative builders to help write end-to-end custom ops.
Nicolas Vasilache
2019-03-29
1
-0
/
+26
*
[EDSC] Hotfix: Avoid implicit OpPointer -> OpType* conversion
Nicolas Vasilache
2019-03-29
1
-3
/
+3
*
Add support for Branches in edsc::Builder
Nicolas Vasilache
2019-03-29
1
-0
/
+39
*
Start a new implementation for edsc::Builder
Nicolas Vasilache
2019-03-29
1
-0
/
+264