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
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
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-2
/
+2
*
[mlir] Add support for attaching a visibility to symbols.
River Riddle
2020-01-13
2
-2
/
+55
*
[mlir] Update the use-list algorithms in SymbolTable to support nested refere...
River Riddle
2020-01-13
1
-103
/
+380
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
1
-1
/
+7
*
[mlir] m_Constant()
Lorenzo Chelini
2020-01-13
1
-2
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
9
-33
/
+33
*
[mlir] Use getDenseElementBitwidth instead of Type::getElementTypeBitWidth.
River Riddle
2020-01-09
1
-1
/
+2
*
[mlir] NFC: Move the state for managing SSA value names out of OperationPrint...
River Riddle
2020-01-09
1
-510
/
+571
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
1
-0
/
+14
*
[mlir] NFC: Move the state for managing aliases out of ModuleState and into a...
River Riddle
2020-01-08
1
-137
/
+185
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
1
-3
/
+35
*
[mlir][Linalg] Reimplement and extend getStridesAndOffset
Nicolas Vasilache
2020-01-06
1
-130
/
+116
*
[mlir] Fix indexed_accessor_range to properly forward the derived class.
River Riddle
2020-01-03
1
-2
/
+2
*
[mlir] Rewrite the internal representation of OpResult to be optimized for me...
River Riddle
2020-01-02
3
-44
/
+158
*
Fix some corner cases missed by D71955
River Riddle
2020-01-02
1
-0
/
+5
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-1
/
+1
*
[mlir] Fix warnings when compiling with Clang 9.0
Alexandre Ganea
2020-01-01
1
-2
/
+2
*
[mlir] Refactor operation results to use a single use list for all results of...
River Riddle
2019-12-30
2
-83
/
+70
*
[mlir] Merge the successor operand count into BlockOperand.
River Riddle
2019-12-27
2
-52
/
+48
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
6
-39
/
+38
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
2
-17
/
+5
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
6
-32
/
+34
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
6
-34
/
+32
*
ReImplement the Value classes as value-typed objects wrapping an internal poi...
River Riddle
2019-12-23
6
-32
/
+34
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
30
-390
/
+120
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
8
-59
/
+60
*
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
13
-60
/
+55
*
Insert signature-converted blocks into a region with a parent operation.
River Riddle
2019-12-16
1
-1
/
+9
*
Add verifyCompatibleShape function overload with shapes
Smit Hinsu
2019-12-14
1
-11
/
+18
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-19
/
+61
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
1
-10
/
+8
*
More affine expr simplifications for floordiv and mod
Uday Bondhugula
2019-12-10
1
-8
/
+35
*
Refactor the various operand/result/type iterators to use indexed_accessor_ra...
River Riddle
2019-12-10
3
-54
/
+64
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
1
-0
/
+4
*
Refactor the Block support classes.
River Riddle
2019-12-09
1
-0
/
+10
*
Add new indexed_accessor_range_base and indexed_accessor_range classes that s...
River Riddle
2019-12-09
3
-49
/
+36
*
Add RegionRange for when need to abstract over different region iteration
Jacques Pienaar
2019-12-09
2
-2
/
+19
*
Replace spurious SmallVector constructions with ValueRange
Uday Bondhugula
2019-12-09
1
-1
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
2
-1
/
+45
*
Add a new ValueRange class.
River Riddle
2019-12-06
3
-14
/
+46
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
4
-4
/
+4
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
1
-0
/
+14
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
4
-4
/
+67
*
Add a flag to dump the current stack trace when emitting a diagnostic.
River Riddle
2019-12-05
1
-0
/
+19
*
Move ModuleManager functionality into mlir::SymbolTable.
Tres Popp
2019-12-05
1
-20
/
+39
*
Optimize operation ordering to support non-congruent indices.
River Riddle
2019-12-04
2
-9
/
+76
*
Add emitOptional(Error|Warning|Remark) functions to simplify emission with an...
River Riddle
2019-12-04
3
-83
/
+56
[next]