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
*
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
*
Also consider attributes when getting context for Operation
Lei Zhang
2019-06-19
1
-5
/
+6
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-2
/
+1
*
Add a utility function to OperationName for extracting the dialect name.
River Riddle
2019-06-03
1
-14
/
+10
*
Replace comments referring to "vector or tensor" with "shaped" where appropriate
Geoffrey Martin-Noble
2019-06-03
1
-3
/
+3
*
Move the definitions of CmpIOp, CmpFOp, and SelectOp to the ODG framework.
River Riddle
2019-06-01
1
-0
/
+2
*
Replace checks for rank -1 with direct calls to hasRank
Geoffrey Martin-Noble
2019-06-01
1
-1
/
+1
*
Add operand type iterators to Operation and cleanup usages of operand->ge...
River Riddle
2019-06-01
1
-27
/
+21
*
Add LLVM::IntToPtrOp and LLVM::PtrToIntOp to LLVM dialect.
Stephan Herhut
2019-06-01
1
-2
/
+5
*
Add support for streaming an OperationName into a Diagnostic.
River Riddle
2019-05-20
1
-1
/
+1
*
Add a utility function 'Operation::replaceUsesOfWith' to replace uses of ...
River Riddle
2019-05-20
1
-0
/
+9
*
Make shape matching work for any shaped type.
Geoffrey Martin-Noble
2019-05-20
1
-14
/
+11
*
Don't fail verifying unranked shapes as being the same as this could be v...
Jacques Pienaar
2019-05-20
1
-1
/
+1
*
Unify the 'constantFold' and 'fold' hooks on an operation into just 'fold...
River Riddle
2019-05-20
1
-32
/
+24
*
Rename VectorOrTensorType to ShapedType
Geoffrey Martin-Noble
2019-05-20
1
-8
/
+8
*
NFC: Make ParseResult public and update the OpAsmParser(and thus all of t...
River Riddle
2019-05-10
1
-12
/
+13
*
CmpFOp. Add float comparison op
Geoffrey Martin-Noble
2019-05-10
1
-0
/
+9
*
Simplify several usages of attributes now that they always have a type an...
River Riddle
2019-05-10
1
-1
/
+1
*
Namespaceify a few explicit template specializations to appease errors ca...
River Riddle
2019-05-06
1
-0
/
+6
*
Add SameOperandsAndResultElementType trait.
Jacques Pienaar
2019-05-06
1
-0
/
+33
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-38
/
+37
*
Add an MLIRContext::emitWarning utility method.
River Riddle
2019-05-06
1
-3
/
+1
*
Add the ability to attach notes to Diagnostic/InFlightDiagnostic.
River Riddle
2019-05-06
1
-13
/
+0
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-25
/
+22
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-0
/
+12
[next]