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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] NFC: Rename index_t to index_type
Rainer Orth
2020-03-06
2
-5
/
+5
*
[mlir] Fix compilation with VS2019.
Alexandre Ganea
2020-01-23
1
-3
/
+4
*
Revert "[mlir] Create a gpu.module operation for the GPU Dialect."
Benjamin Kramer
2020-01-16
3
-67
/
+6
*
[mlir][spirv] Properly support SPIR-V conversion target
Lei Zhang
2020-01-14
3
-27
/
+77
*
[mlir] Refactor ModuleState into AsmState and expose it to users.
River Riddle
2020-01-14
6
-0
/
+67
*
[mlir][Linalg] Update the semantics, verifier and test for Linalg with tensors.
Nicolas Vasilache
2020-01-14
3
-130
/
+217
*
[mlir] Create a gpu.module operation for the GPU Dialect.
Tres Popp
2020-01-14
3
-6
/
+67
*
[mlir] Add loop.parallel, loop.reduce and loop.reduce.return operations.
Adrian Kuegel
2020-01-14
1
-2
/
+116
*
[mlir] Add support for attaching a visibility to symbols.
River Riddle
2020-01-13
1
-0
/
+38
*
[mlir] Update the CallGraph for nested symbol references, and simplify Callab...
River Riddle
2020-01-13
2
-33
/
+14
*
[mlir] Update the use-list algorithms in SymbolTable to support nested refere...
River Riddle
2020-01-13
1
-4
/
+20
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
2
-0
/
+12
*
[mlir] m_Constant()
Lorenzo Chelini
2020-01-13
1
-1
/
+11
*
[mlir][Linalg] Update ReshapeOp::build to be more idiomatic
Nicolas Vasilache
2020-01-13
2
-4
/
+12
*
Add zero_extendi and sign_extendi to intrinsic namespace
Pruthvi
2020-01-13
1
-0
/
+2
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
25
-138
/
+121
*
Remove copy ctors identical to the default one. NFC.
Benjamin Kramer
2020-01-11
3
-13
/
+3
*
[mlir][ods] Support dialect specific content emission via hooks
Lei Zhang
2020-01-10
2
-6
/
+45
*
[mlir] NFC: put C++ code emission classes in their own files
Lei Zhang
2020-01-10
1
-0
/
+167
*
Sprinkle some constexpr on default ctors so the compiler can diagnose unused ...
Benjamin Kramer
2020-01-10
3
-3
/
+3
*
[mlir][GPU] introduce utilities for promotion to workgroup memory
Alex Zinenko
2020-01-09
4
-0
/
+43
*
[mlir][VectorOps] Implement strided_slice conversion
Nicolas Vasilache
2020-01-09
1
-0
/
+19
*
[mlir][Linalg] Add a linalg.reshape op
Nicolas Vasilache
2020-01-06
4
-10
/
+76
*
[mlir] Fix indexed_accessor_range to properly forward the derived class.
River Riddle
2020-01-03
2
-23
/
+12
*
[mlir][linalg] Lower linalg to affine loops
Ahmed Taei
2020-01-03
1
-0
/
+15
*
[mlir][spirv] Fix shader ABI attribute prefix and add verification
Lei Zhang
2020-01-03
1
-0
/
+17
*
[mlir] Rewrite the internal representation of OpResult to be optimized for me...
River Riddle
2020-01-02
4
-122
/
+210
*
[mlir] Add parenthesis to avoid -Wparentheses
Jacques Pienaar
2020-01-02
1
-4
/
+4
*
[mlir][spirv] Update SPIR-V enums and ops with availability spec
Lei Zhang
2020-01-02
3
-298
/
+1693
*
[mlir][Linalg] Extend generic ops to allow tensors
Nicolas Vasilache
2020-01-02
7
-83
/
+186
*
[mlir][spirv] Allow specifying availability on enum attribute cases
Lei Zhang
2020-01-02
4
-2
/
+36
*
Fix some corner cases missed by D71955
River Riddle
2020-01-02
1
-4
/
+7
*
[mlir][Linalg] NFC - Cleanup Linalg Declarative Transformations
Nicolas Vasilache
2020-01-02
2
-17
/
+18
*
[mlir][Linalg] NFC - Rename ViewTraits -> StructuredOpTraits
Nicolas Vasilache
2020-01-02
2
-3
/
+4
*
[mlir][Linalg] NFC - Rename LinalgGeneric -> GenericLinalg
Nicolas Vasilache
2020-01-02
1
-3
/
+3
*
[mlir][spirv] NFC: Move shader ABI attributes to a new file
Lei Zhang
2020-01-01
4
-32
/
+59
*
[mlir][spirv] Fix links in docs and update dialect docs
Lei Zhang
2020-01-01
1
-15
/
+17
*
[mlir][Linalg] Delete unused LinalgLibraryOps.td
Nicolas Vasilache
2019-12-31
1
-616
/
+0
*
[mlir] Refactor operation results to use a single use list for all results of...
River Riddle
2019-12-30
4
-174
/
+292
*
[mlir] Merge the successor operand count into BlockOperand.
River Riddle
2019-12-27
3
-27
/
+50
*
[mlir][spirv] Add basic definitions for supporting availability
Lei Zhang
2019-12-27
6
-15
/
+278
*
[mlir] fix typo in a comment
wyzhao
2019-12-27
1
-1
/
+1
*
Fix a -Wcovered-switch-default warning by moving the unreachable out of the
Eric Christopher
2019-12-26
1
-2
/
+1
*
[MLIR][NFC] Insert const_cast to avoid warning
Hideto Ueno
2019-12-25
2
-2
/
+3
*
NFC: Rename printOptionValue to printValue to fix MSVC build.
River Riddle
2019-12-23
1
-9
/
+7
*
Refactor the way that pass options are specified.
River Riddle
2019-12-23
3
-88
/
+227
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
59
-498
/
+452
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
4
-14
/
+42
*
Resubmit: ReImplement the Value classes as value-typed objects wrapping an in...
River Riddle
2019-12-23
15
-114
/
+321
*
Automated rollback of commit f603a50109107b447b835dac11f0eb541288393e
MLIR Team
2019-12-23
15
-321
/
+114
[next]