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
/
AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Refactor ModuleState into AsmState and expose it to users.
River Riddle
2020-01-14
1
-39
/
+69
*
[mlir] Enable printing of FuncOp in the generic form.
River Riddle
2020-01-14
1
-10
/
+8
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-1
/
+7
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-8
/
+8
*
[mlir] NFC: Move the state for managing SSA value names out of OperationPrint...
River Riddle
2020-01-09
1
-510
/
+571
*
[mlir] NFC: Move the state for managing aliases out of ModuleState and into a...
River Riddle
2020-01-08
1
-137
/
+185
*
[mlir] Fix warnings when compiling with Clang 9.0
Alexandre Ganea
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
-20
/
+19
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
1
-3
/
+3
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
1
-3
/
+3
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
1
-3
/
+3
*
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
-25
/
+25
*
Allow dialect to create friendly names for region arguments
Frank Laub
2019-12-19
1
-0
/
+15
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-6
/
+6
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-4
/
+3
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-1
/
+1
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-0
/
+7
*
Print out large elementsattr's such that they are parseable.
Sean Silva
2019-12-04
1
-15
/
+27
*
Add a new OpAsmOpInterface to allow for ops to directly hook into the AsmPrin...
River Riddle
2019-11-20
1
-53
/
+140
*
Do not emit aliases when printing local form
Jacques Pienaar
2019-11-13
1
-2
/
+10
*
Add a printer flag to use local scope when printing IR.
River Riddle
2019-11-12
1
-6
/
+20
*
Add support for nested symbol references.
River Riddle
2019-11-11
1
-2
/
+8
*
Fix asm printer for affine expr
Uday Bondhugula
2019-11-07
1
-1
/
+4
*
NFC: Remove an extra space when printing the 'attributes' prefix before a dic...
River Riddle
2019-11-05
1
-1
/
+1
*
Add (parse|print)OptionalAttrDictWithKeyword hooks to simplify parsing attrib...
River Riddle
2019-11-05
1
-14
/
+20
*
Add DialectAsmParser/Printer classes to simplify dialect attribute and type p...
River Riddle
2019-11-01
1
-24
/
+72
*
NFC: Elide the value of a UnitAttr within nested attribute dictionaries.
River Riddle
2019-10-21
1
-1
/
+7
*
Allow '_' when pretty printing dialect symbols
Lei Zhang
2019-10-17
1
-2
/
+2
*
AsmPrinter: avoid unused-variable warning
Alex Zinenko
2019-10-15
1
-1
/
+1
*
NFC: Replace usages of Value::getKind with explicit isa/casts.
River Riddle
2019-10-14
1
-22
/
+20
*
Add support for parsing/printing non bare-identifier SymbolRefs.
River Riddle
2019-10-08
1
-1
/
+40
*
NFC: Remove unused default cl::opt value.
River Riddle
2019-10-08
1
-2
/
+1
*
Update upgrade some uses of mlir::interleave API to take container argument d...
Jing Pu
2019-10-07
1
-1
/
+1
*
Add a flag to the AsmPrinter for eliding large ElementsAttrs.
River Riddle
2019-10-07
1
-2
/
+42
*
Add a new class, OpPrintingFlags, to enable programmatic control of Operation...
River Riddle
2019-10-07
1
-22
/
+64
*
Add OpaqueLoc to MLIR locations.
MLIR Team
2019-10-07
1
-0
/
+4
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Append a newline when dumping a Value.
Yanan Cao
2019-09-27
1
-1
/
+4
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+1
*
NFC: Pass OpAsmPrinter by reference instead of by pointer.
River Riddle
2019-09-20
1
-1
/
+1
*
Make dumping using generic form more robust when IR ill-formed
Jacques Pienaar
2019-08-29
1
-0
/
+5
*
Tweak to the pretty type parser to recognize that `->` is a special token.
Eric Schweitz
2019-08-28
1
-0
/
+7
*
Introduce the ability for "isolated from above" ops to introduce shadowing
Chris Lattner
2019-08-23
1
-7
/
+54
*
Add a hook to the OpAsmDialectInterface to allow providing a special name for...
River Riddle
2019-08-21
1
-23
/
+15
*
NFC: Make the ModuleState field in the ModulePrinter optional.
River Riddle
2019-08-21
1
-43
/
+35
*
Move the parser extensions for aliases currently on Dialect to a new OpAsmDia...
River Riddle
2019-08-21
1
-10
/
+11
*
Fix build of affine load/store with empty map
Diego Caballero
2019-08-20
1
-2
/
+0
*
Refactor DenseElementAttr::getValues methods to return full ranges for splats.
River Riddle
2019-08-11
1
-2
/
+2
*
NFC: Standardize the terminology used for parent ops/regions/etc.
River Riddle
2019-08-09
1
-4
/
+4
[next]