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
/
Dialect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
Remove the need for passing a location to parseAttribute/parseType.
River Riddle
2019-11-01
1
-7
/
+7
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-3
/
+6
*
Add support for function result attributes.
Sean Silva
2019-10-18
1
-0
/
+9
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Move the parser extensions for aliases currently on Dialect to a new OpAsmDia...
River Riddle
2019-08-21
1
-2
/
+5
*
NFC: Use a DenseSet instead of a DenseMap for DialectInterfaceCollection.
River Riddle
2019-08-20
1
-2
/
+2
*
Add support for Dialect interfaces.
River Riddle
2019-08-14
1
-1
/
+42
*
Improve support for opaque types in MLIR, allowing dialects to opt into
Chris Lattner
2019-08-07
1
-1
/
+7
*
Add support for parsing/printing the trailing type of a dialect attribute.
River Riddle
2019-07-19
1
-1
/
+2
*
Update the dialect attribute verifiers related to functions.
River Riddle
2019-07-12
1
-10
/
+5
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-0
/
+15
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-4
/
+4
*
Add support for parsing/printing dialect defined attributes. This also ad...
River Riddle
2019-05-20
1
-0
/
+7
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-2
/
+2
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-0
/
+1
*
Add a flag to Dialect that allows for dialects to enable support for unre...
River Riddle
2019-04-01
1
-1
/
+1
*
Rename the 'namePrefix' field in the Dialect class to 'name' and tidy som...
River Riddle
2019-03-30
1
-3
/
+3
*
Remove the MLIRContext parameter from Dialect::parseType. Dialects alread...
River Riddle
2019-03-29
1
-4
/
+3
*
Validate the names of attribute, dialect, and functions during verification. ...
River Riddle
2019-03-29
1
-2
/
+11
*
Convert the dialect type parse/print hooks into virtual functions on the Dial...
River Riddle
2019-03-29
1
-0
/
+9
*
Use dialect hook registration for constant folding hook.
Tatiana Shpeisman
2019-03-29
1
-14
/
+0
*
Add dialect-specific decoding for opaque constants.
Tatiana Shpeisman
2019-03-29
1
-0
/
+18
*
Rename OperationPrefix to Namespace in Dialect. This is important as dialects...
River Riddle
2019-03-29
1
-2
/
+4
*
Adds ConstantFoldHook registry in MLIRContext
Feng Liu
2019-03-29
1
-3
/
+19
*
Falls back to dialect constant folding hook
Feng Liu
2019-03-29
1
-0
/
+2
*
Replace the "OperationSet" abstraction with a new Dialect abstraction. This is
Chris Lattner
2019-03-29
1
-0
/
+43