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
*
[mlir] Use double format when parsing bfloat16 hexadecimal values
River Riddle
2020-01-14
1
-7
/
+8
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-7
/
+57
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-7
/
+7
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-31
/
+28
*
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
-32
/
+33
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+10
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-27
/
+24
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-4
/
+26
*
NFC: Fix mismatches between LangRef.md and actual parser implementation.
River Riddle
2019-12-04
1
-5
/
+9
*
Correctly parse empty affine maps.
MLIR Team
2019-11-20
1
-3
/
+7
*
Add '*' and '?' and optional brace parse calls to the Parser
Eric Schweitz
2019-11-19
1
-0
/
+20
*
Rename the current parseSymbolName to parseOptionalSymbolName
River Riddle
2019-11-13
1
-7
/
+9
*
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
[next]