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
/
IR
/
Operation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-12
/
+12
*
[mlir] Rewrite the internal representation of OpResult to be optimized for me...
River Riddle
2020-01-02
1
-30
/
+41
*
[mlir] Refactor operation results to use a single use list for all results of...
River Riddle
2019-12-30
1
-57
/
+1
*
[mlir] Merge the successor operand count into BlockOperand.
River Riddle
2019-12-27
1
-52
/
+15
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-10
/
+10
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-10
/
+16
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-16
/
+10
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-10
/
+16
*
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
-13
/
+13
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-1
/
+1
*
Refactor the various operand/result/type iterators to use indexed_accessor_ra...
River Riddle
2019-12-10
1
-50
/
+9
*
Add new indexed_accessor_range_base and indexed_accessor_range classes that s...
River Riddle
2019-12-09
1
-38
/
+19
*
Add RegionRange for when need to abstract over different region iteration
Jacques Pienaar
2019-12-09
1
-2
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-0
/
+32
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-0
/
+36
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Optimize operation ordering to support non-congruent indices.
River Riddle
2019-12-04
1
-5
/
+73
*
Verifier: Better error message in case of successor operand mismatch.
Sean Silva
2019-12-03
1
-6
/
+9
*
Fix redundant convert and use NamedAttributeList as value
Jacques Pienaar
2019-11-29
1
-6
/
+6
*
Add create method that takes equivalent of OperationState with NamedAttribute...
Jacques Pienaar
2019-11-26
1
-6
/
+19
*
Add support for AttrSizedOperandSegments/AttrSizedResultSegments
Lei Zhang
2019-11-25
1
-0
/
+41
*
Add multi-level DCE pass.
Sean Silva
2019-11-20
1
-0
/
+15
*
Add an option to print an operation if a diagnostic is emitted on it
River Riddle
2019-11-12
1
-6
/
+40
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
1
-7
/
+7
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-2
/
+2
*
Allow dynamic but ranked types in ops with SameOperandsAndResultShape and Sam...
Smit Hinsu
2019-10-08
1
-25
/
+8
*
Allow element type traits to operate on scalars
Geoffrey Martin-Noble
2019-10-05
1
-22
/
+8
*
Generalize parse/printBinaryOp to parse/printOneResultOp.
Christian Sigg
2019-10-03
1
-9
/
+10
*
Add verification error message for ops that require at least one operand or r...
Christian Sigg
2019-10-01
1
-5
/
+8
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-6
/
+6
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-12
/
+11
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-15
/
+15
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-15
/
+15
*
Fix nested dominance relationship between parent results and child operations.
River Riddle
2019-09-18
1
-0
/
+9
*
Add pass generate per block in a function a GraphViz Dot graph with ops as nodes
Jacques Pienaar
2019-09-09
1
-0
/
+43
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-13
/
+0
*
Add implementation for tensor_load and tensor_store operations.
Stephan Herhut
2019-08-28
1
-0
/
+32
*
NFC: Remove the explicit context from Operation::create and OperationState.
River Riddle
2019-08-26
1
-11
/
+10
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-3
/
+3
*
FuncOp::eraseBody: drop all references before erasing blocks
Alex Zinenko
2019-07-12
1
-2
/
+1
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-4
/
+0
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-2
/
+4
*
NFC: Update the Operation 'walk' methods to use llvm::function_ref instead of...
River Riddle
2019-07-02
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-4
/
+5
*
Cleanup the 'clone' methods and remove the need to explicitly pass in the con...
River Riddle
2019-06-27
1
-11
/
+9
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-3
/
+3
*
NFC: Simplify Operation::getContext to use the context within the location.
River Riddle
2019-06-24
1
-13
/
+1
*
Define a ModuleOp that represents a Module as an Operation.
River Riddle
2019-06-22
1
-0
/
+21
*
Refactor generic op printing: extract a public printFunctionalType() on OpAsm...
Mehdi Amini
2019-06-19
1
-1
/
+2
[next]