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
/
MLIRContext.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
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-2
/
+2
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Add OpaqueLoc to MLIR locations.
MLIR Team
2019-10-07
1
-1
/
+2
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-4
/
+4
*
NFC: Keep the dialect list in the context sorted by namespace.
River Riddle
2019-08-20
1
-6
/
+14
*
Fix build of affine load/store with empty map
Diego Caballero
2019-08-20
1
-1
/
+1
*
Fix verification of zero-dim memref in affine.load/affine.store/std.load/std....
Diego Caballero
2019-08-07
1
-6
/
+15
*
Add missing include to DenseMap in MLIRContext.cpp
Mehdi Amini
2019-08-01
1
-0
/
+1
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-1
/
+1
*
NFC: Replace Module::getNamedFunction with lookupSymbol<FuncOp>.
River Riddle
2019-07-12
1
-0
/
+1
*
Move the emitError/Warning/Remark utility methods out of MLIRContext and into...
River Riddle
2019-06-25
1
-38
/
+0
*
NFC: Uniformize the return of the LocationAttr 'get' methods to 'Location'.
River Riddle
2019-06-25
1
-1
/
+1
*
Define a ModuleOp that represents a Module as an Operation.
River Riddle
2019-06-22
1
-4
/
+4
*
Refactor the location classes to be attributes instead of separate IR classes.
River Riddle
2019-06-22
1
-213
/
+10
*
Cache instances of several common attributes(e.g. BoolAttr, UnitAttr) and typ...
River Riddle
2019-06-22
1
-0
/
+116
*
Replace usages of 'UniquedFilename' with 'Identifier' and remove it. Identifi...
River Riddle
2019-06-19
1
-15
/
+2
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
1
-2
/
+1
*
Remove the explicit attribute kinds for DenseIntElementsAttr and DenseFPEleme...
River Riddle
2019-06-09
1
-3
/
+3
*
Fix a warning for missing parentheses around '||' inside of an assert.
River Riddle
2019-06-09
1
-3
/
+3
*
Start defining a new operation 'FuncOp' that replicates all of the functional...
River Riddle
2019-06-03
1
-2
/
+7
*
Abstract the internal storage of the NamedAttributeList into a new attrib...
River Riddle
2019-06-01
1
-96
/
+2
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-16
/
+9
*
Update Attribute::getDialect/Type::getDialect to return a non-const diale...
River Riddle
2019-06-01
1
-2
/
+2
*
Move SDBM uniquer into the SDBM dialect
Alex Zinenko
2019-06-01
1
-11
/
+0
*
SDBMExpr: factor uniqu'ing out of MLIRContext.cpp
Alex Zinenko
2019-06-01
1
-111
/
+3
*
AffineExpr: factor uniqu'ing out of MLIRContext.cpp
Alex Zinenko
2019-06-01
1
-307
/
+7
*
Add support for parsing/printing dialect defined attributes. This also ad...
River Riddle
2019-05-20
1
-2
/
+3
*
Refactor NameLoc so that it also holds a child location. This removes the...
River Riddle
2019-05-20
1
-2
/
+4
*
NFC: Cleanup the definitions of the Location classes.
River Riddle
2019-05-20
1
-15
/
+0
*
Refactor the includes of Function.h now that the dependency on Operation ...
River Riddle
2019-05-20
1
-0
/
+1
*
Ensure that all attributes are registered with a dialect. This is one of ...
River Riddle
2019-05-10
1
-15
/
+38
*
Add a new ClassID utility class that allows for generating unique identif...
River Riddle
2019-05-10
1
-3
/
+3
*
Simplify several usages of attributes now that they always have a type an...
River Riddle
2019-05-10
1
-3
/
+3
*
Make the Twine parameter of the current diagnostic emit functions optiona...
River Riddle
2019-05-06
1
-6
/
+24
*
Add an MLIRContext::emitWarning utility method.
River Riddle
2019-05-06
1
-0
/
+7
*
Introduce a new API for emitting diagnostics with Diagnostic and InFlight...
River Riddle
2019-05-06
1
-5
/
+8
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-0
/
+5
*
Start sketching out a new diagnostics infrastructure. Create a new class ...
River Riddle
2019-05-06
1
-66
/
+11
*
Refactor Attribute uniquing to use StorageUniquer instead of being hard c...
River Riddle
2019-05-06
1
-522
/
+6
*
Fix opt build failure.
Jacques Pienaar
2019-05-06
1
-1
/
+2
*
Add support for a NoneType.
River Riddle
2019-05-06
1
-6
/
+8
*
Start building SDBM infrastructure
Alex Zinenko
2019-05-06
1
-0
/
+118
*
Refactor the generic storage object uniquing functionality from TypeUniqu...
River Riddle
2019-05-06
1
-124
/
+4
*
Add support for Unit Attributes.
River Riddle
2019-05-06
1
-0
/
+5
*
Factor out thread-safe uniqu'ing backed by vector in MLIRcontext
Alex Zinenko
2019-04-23
1
-47
/
+44
*
Abort via report_fatal_error if dialect has been registered.
Jacques Pienaar
2019-04-18
1
-5
/
+8
*
Add parentheses in various asserts to group predicates
Lei Zhang
2019-04-11
1
-5
/
+4
*
NFC: Fix a few typos in the tutorials and one in the comment of FunctionA...
River Riddle
2019-04-05
1
-1
/
+1
*
Rename UnknownType to OpaqueType (NFC)
Mehdi Amini
2019-04-03
1
-1
/
+1
[next]