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
/
Dialect
/
StandardOps
/
Ops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] : Fix ViewOp shape folder for identity affine maps
Ahmed Taei
2020-01-15
1
-2
/
+5
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-84
/
+82
*
Canonicalize static alloc followed by memref_cast and std.view
Ahmed Taei
2020-01-08
1
-1
/
+21
*
[MLIR] [NFC] fix unused var warning
Uday Bondhugula
2019-12-27
1
-0
/
+1
*
Remove an unused static function.
Eric Christopher
2019-12-26
1
-15
/
+0
*
Fix a -Wcovered-switch-default warning by moving the unreachable out of the
Eric Christopher
2019-12-26
1
-2
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-31
/
+29
*
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
-33
/
+33
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-10
/
+10
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+70
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-8
/
+7
*
Refactor various canonicalization patterns as in-place folds.
River Riddle
2019-12-13
1
-43
/
+33
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-0
/
+8
*
NFC: Cleanup the various Op::print methods.
River Riddle
2019-12-12
1
-83
/
+29
*
Refactor the various operand/result/type iterators to use indexed_accessor_ra...
River Riddle
2019-12-10
1
-3
/
+3
*
NFC: Expose constFoldBinaryOp via a header
Lei Zhang
2019-12-08
1
-48
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-32
/
+21
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-1
/
+1
*
DimOp folding for alloc/view dynamic dimensions
Uday Bondhugula
2019-12-06
1
-2
/
+17
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-31
/
+55
*
Add a pass to legalize operations before lowering to SPIR-V.
Mahesh Ravishankar
2019-12-03
1
-0
/
+36
*
Fix ViewOp to have at most one offset operand
Alex Zinenko
2019-12-03
1
-2
/
+8
*
NFC: Update std.subview op to use AttrSizedOperandSegments
Lei Zhang
2019-12-02
1
-77
/
+46
*
Make std.divis and std.diviu support ElementsAttr folding.
Ben Vanik
2019-11-25
1
-24
/
+20
*
Allow memref_cast from static strides to dynamic strides.
Mahesh Ravishankar
2019-11-25
1
-2
/
+22
*
Support folding of StandardOps with DenseElementsAttr.
Ben Vanik
2019-11-24
1
-14
/
+30
*
Add more canonicalizations for SubViewOp.
Mahesh Ravishankar
2019-11-22
1
-92
/
+122
*
Verify subview op result has dynamic shape, when sizes are specified.
Mahesh Ravishankar
2019-11-20
1
-0
/
+14
*
Changes to SubViewOp to make it more amenable to canonicalization.
Mahesh Ravishankar
2019-11-20
1
-37
/
+118
*
Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...
River Riddle
2019-11-20
1
-32
/
+26
*
Use SmallVectorImpl instead of SmallVector for function parameters (NFC)
Tian Jin
2019-11-18
1
-1
/
+1
*
Fix SubViewOp stride calculation in constant folding.
Andy Davis
2019-11-18
1
-6
/
+8
*
Implement folding of pattern dim(subview(_)[...][s1, ..., sn][...], i) -> si.
Stephan Herhut
2019-11-18
1
-1
/
+9
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-70
/
+19
*
Adds canonicalizer to SubViewOp which folds constants from base memref and op...
Andy Davis
2019-11-14
1
-4
/
+161
*
Deprecate linalg.subview in favor of std.subview
Nicolas Vasilache
2019-11-13
1
-0
/
+54
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
1
-2
/
+2
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-5
/
+5
*
Adds std.subview operation which takes dynamic offsets, sizes and strides and...
Andy Davis
2019-11-11
1
-15
/
+106
*
Swap operand order in std.view operation so that offset appears before dynami...
Andy Davis
2019-11-07
1
-30
/
+42
*
Add canonicalizer for ViewOp which folds constants into the ViewOp memref sha...
Andy Davis
2019-11-07
1
-0
/
+112
*
Update Linalg to use std.view
Nicolas Vasilache
2019-11-07
1
-0
/
+1
*
Adding an m_NonZero constant integer matcher.
Ben Vanik
2019-11-06
1
-20
/
+13
*
Add ViewOp verification for dynamic strides, and address some comments from p...
Andy Davis
2019-11-06
1
-12
/
+20
*
Add ViewOp to the StandardOps dialect, which casts a 1D/i8 element type memre...
Andy Davis
2019-11-06
1
-0
/
+77
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-14
/
+14
*
Add a PatternRewriter hook to merge blocks, and use it to support for folding...
River Riddle
2019-11-05
1
-0
/
+27
*
Wrap ODS to 80 lines and remove const qualifier for local `int` variable (NFC)
Alexander Belyaev
2019-10-23
1
-3
/
+3
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-4
/
+4
[next]