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
/
Parser
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-2
/
+26
*
Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...
River Riddle
2019-11-05
1
-1
/
+10
*
NFC: Rename parseOptionalAttributeDict -> parseOptionalAttrDict to match the ...
River Riddle
2019-11-05
1
-1
/
+1
*
Update the SPV dialect type parser to use the methods on DialectAsmParser dir...
River Riddle
2019-11-01
1
-3
/
+11
*
Refactor LinalgDialect::parseType to use the DialectAsmParser methods directly.
River Riddle
2019-11-01
1
-0
/
+5
*
Refactor QuantOps TypeParser to use the DialectAsmParser methods directly.
River Riddle
2019-11-01
1
-0
/
+188
*
Remove the need for passing a location to parseAttribute/parseType.
River Riddle
2019-11-01
1
-34
/
+91
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-49
/
+148
*
Parse locations in parseGenericOperation
Sean Silva
2019-10-28
1
-7
/
+10
*
Add support for parsing multiple result name groups.
River Riddle
2019-10-25
1
-47
/
+39
*
NFC: Add support for parsing attributes programmatically via mlir::parseAttri...
River Riddle
2019-10-21
1
-9
/
+41
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-5
/
+5
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-10
/
+10
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-4
/
+18
*
Replace constexpr MemRefType::kDynamicStrideOrOffset by a MemRefType:;getDyna...
Nicolas Vasilache
2019-10-04
1
-2
/
+2
*
Add syntactic sugar for strided memref parsing.
Nicolas Vasilache
2019-10-03
1
-12
/
+95
*
Switch explicit create methods to match generated build's order
Jacques Pienaar
2019-09-28
1
-1
/
+1
*
Use constant's location for reporting errors in parsing of hex constant
Jacques Pienaar
2019-09-23
1
-12
/
+19
*
Simplify the way spirv::StructTypes are parsed.
Mahesh Ravishankar
2019-09-23
1
-8
/
+9
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
NFC: Pass OperationState by reference instead of by pointer.
River Riddle
2019-09-20
1
-2
/
+2
*
NFC: Pass OpAsmParser by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
Add support to OpAsmParser for parsing unknown keywords.
River Riddle
2019-09-17
1
-14
/
+26
*
Add `parseGenericOperation()` to the OpAsmParser
Mehdi Amini
2019-09-08
1
-0
/
+17
*
Change the parseSource* methods to return OwningModuleRef instead of ModuleOp.
River Riddle
2019-08-29
1
-7
/
+10
*
Tweak to the pretty type parser to recognize that `->` is a special token.
Eric Schweitz
2019-08-28
1
-0
/
+6
*
NFC: Remove the explicit context from Operation::create and OperationState.
River Riddle
2019-08-26
1
-1
/
+1
*
NFC: Remove unnecessary context parameters from several Location getters.
River Riddle
2019-08-26
1
-4
/
+2
*
NFC: Update in-code documentation. Make the two grammar definitions of static...
MLIR Team
2019-08-23
1
-3
/
+5
*
Split out parsing location into separate functions per instance
Jacques Pienaar
2019-08-22
1
-107
/
+127
*
NFC: Update in-code documentation for type.
MLIR Team
2019-08-21
1
-3
/
+3
*
NFC: Update in-code documentation for function-type.
MLIR Team
2019-08-21
1
-1
/
+1
*
Allow isolated regions to form isolated SSA name scopes in the printer.
River Riddle
2019-08-19
1
-73
/
+110
*
LLVM Dialect: introduce llvm.global
Alex Zinenko
2019-08-09
1
-0
/
+16
*
FunctionSupport: wrap around bool to have a more semantic callback type
Alex Zinenko
2019-08-08
1
-5
/
+5
*
Introduce support for variadic function signatures for the LLVM dialect
Alex Zinenko
2019-08-08
1
-0
/
+5
*
Parser: treat implicit top-level module as an SSA name scope
Alex Zinenko
2019-08-08
1
-1
/
+5
*
Support hexadecimal floats in tensor literals
Alex Zinenko
2019-07-30
1
-114
/
+94
*
Add support for hexadecimal float literals
Alex Zinenko
2019-07-30
1
-11
/
+50
*
Automated rollback of commit fc194a4f22fe53f46729821d9c4a993fe200facf
Mehdi Amini
2019-07-25
1
-50
/
+11
*
Add support for hexadecimal float literals
Alex Zinenko
2019-07-25
1
-11
/
+50
*
Introduce parser library method to parse list of region arguments
Uday Bondhugula
2019-07-22
1
-3
/
+22
*
Emit an error for missing '[' when parsing an AffineMapOfSSAIds.
River Riddle
2019-07-22
1
-1
/
+1
*
Add support for parsing/printing the trailing type of a dialect attribute.
River Riddle
2019-07-19
1
-3
/
+8
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-8
/
+8
*
Refactor the parsing/printing of the top-level module.
River Riddle
2019-07-12
1
-2
/
+24
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-7
/
+7
*
Update ModuleOp::create(...) to take a Location instead of a context.
River Riddle
2019-07-10
1
-1
/
+3
*
Add missing overrides.
Jacques Pienaar
2019-07-08
1
-5
/
+5
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-191
/
+23
[next]