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
/
AffineOps
/
AffineOps.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-5
/
+7
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-50
/
+49
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-63
/
+61
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-3
/
+3
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-3
/
+3
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-3
/
+3
*
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
-73
/
+74
*
fix isValidDim for block arg case
Uday Bondhugula
2019-12-20
1
-7
/
+7
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+116
*
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
-154
/
+124
*
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
-11
/
+5
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-18
/
+16
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-16
/
+7
*
NFC - update doc, comments, vim syntax file
Uday Bondhugula
2019-12-06
1
-1
/
+8
*
Relax restriction on affine_apply dim and symbol operands
Nicolas Vasilache
2019-11-26
1
-5
/
+0
*
Make isValidSymbol more powerful
Uday Bondhugula
2019-11-22
1
-10
/
+42
*
Adds affine.min operation which returns the minimum value from a multi-result...
Andy Davis
2019-11-12
1
-0
/
+75
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-5
/
+5
*
Add a utility accessor 'has_single_element' for ranges.
River Riddle
2019-10-30
1
-2
/
+1
*
Use new eraseOp instead of replaceOp with empty values
Geoffrey Martin-Noble
2019-10-19
1
-1
/
+1
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-15
/
+13
*
Implement simple loop-invariant-code-motion based on dialect interfaces.
Stephan Herhut
2019-10-16
1
-1
/
+28
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
1
-17
/
+17
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-63
/
+63
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-118
/
+118
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-116
/
+116
*
Add rewrite pattern to compose maps into affine load/stores
Uday Bondhugula
2019-09-17
1
-30
/
+73
*
Clean up build trip count analysis method - avoid mutating IR
Uday Bondhugula
2019-09-14
1
-70
/
+12
*
Add pattern to canonicalize for loop bounds
Uday Bondhugula
2019-09-13
1
-2
/
+35
*
Restrict affine inlining to just Function operations.
River Riddle
2019-09-06
1
-4
/
+6
*
Add custom builder for AffineIfOp
Nagy Mostafa
2019-09-06
1
-0
/
+11
*
Integer set + operands / affine if op canonicalization
Uday Bondhugula
2019-09-05
1
-35
/
+91
*
Add support for conservatively inlining Affine operations.
River Riddle
2019-09-05
1
-0
/
+39
*
Add a canonicalization to erase empty AffineForOps.
River Riddle
2019-08-30
1
-1
/
+16
*
Extend map canonicalization to propagate constant operands
Uday Bondhugula
2019-08-29
1
-11
/
+23
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-0
/
+1764