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
...
*
Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsics
Nicolas Vasilache
2019-12-11
2
-0
/
+46
*
Fix OSS build
Nicolas Vasilache
2019-12-11
1
-4
/
+4
*
Expose a convenience function to add interface attributes to a function.
Mahesh Ravishankar
2019-12-11
1
-6
/
+12
*
Continue refactoring StructuredOps utilities
Nicolas Vasilache
2019-12-11
5
-185
/
+228
*
Roll-forward initial liveness analysis including test cases.
Alexander Belyaev
2019-12-11
1
-0
/
+157
*
Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761
Alexander Belyaev
2019-12-11
1
-157
/
+0
*
Add a function to get lowering patterns from GPU to NVVM.
Stephan Herhut
2019-12-11
1
-0
/
+4
*
Add initial liveness analysis including test cases.
Marcel Koester
2019-12-11
1
-0
/
+157
*
Add VectorOp transform pattern which splits vector TransferReadOps to target ...
Andy Davis
2019-12-10
2
-0
/
+5
*
More affine expr simplifications for floordiv and mod
Uday Bondhugula
2019-12-10
1
-2
/
+3
*
Move gpu.launch_func to ODS. NFC
Alex Zinenko
2019-12-10
3
-52
/
+144
*
Refactor the various operand/result/type iterators to use indexed_accessor_ra...
River Riddle
2019-12-10
6
-206
/
+212
*
[Linalg] Add a Linalg iterator permutation transformation
Jose Ignacio Gomez
2019-12-10
3
-5
/
+35
*
Uniformize Vector transforms as patterns on the model of Linalg - NFC
Nicolas Vasilache
2019-12-10
2
-19
/
+9
*
More convenience build methods for SPIR-V ops.
Mahesh Ravishankar
2019-12-10
2
-1
/
+8
*
Drop Markdown style annotations
Alex Zinenko
2019-12-10
14
-114
/
+114
*
Fix build breakage on gcc-5
Jacques Pienaar
2019-12-09
1
-4
/
+4
*
[VectorOps] Add a ShuffleOp to the VectorOps dialect
Aart Bik
2019-12-09
1
-0
/
+53
*
Refactor the Block support classes.
River Riddle
2019-12-09
2
-157
/
+167
*
Add new indexed_accessor_range_base and indexed_accessor_range classes that s...
River Riddle
2019-12-09
5
-92
/
+170
*
[spirv] Add CompositeConstruct operation.
Denis Khalikov
2019-12-09
2
-14
/
+68
*
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
Lei Zhang
2019-12-09
1
-0
/
+2
*
Factor out commonly reusable names across structured ops dialects
Nicolas Vasilache
2019-12-09
2
-12
/
+56
*
Add lowering for module with gpu.kernel_module attribute.
Mahesh Ravishankar
2019-12-09
1
-7
/
+11
*
Unify vector op unrolling transformation.
Andy Davis
2019-12-09
1
-0
/
+1
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
16
-21
/
+21
*
[StructuredOps][Linalg] Add a primitive pattern to rewrite the linalg.generic...
Nicolas Vasilache
2019-12-09
4
-4
/
+26
*
Add RegionRange for when need to abstract over different region iteration
Jacques Pienaar
2019-12-09
3
-9
/
+60
*
Post-submit cleanups in RecursiveMatchers
Nicolas Vasilache
2019-12-09
1
-2
/
+2
*
Replace spurious SmallVector constructions with ValueRange
Uday Bondhugula
2019-12-09
2
-3
/
+3
*
Add a layer of recursive matchers that compose.
Nicolas Vasilache
2019-12-08
1
-17
/
+96
*
NFC: Expose constFoldBinaryOp via a header
Lei Zhang
2019-12-08
1
-0
/
+82
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
14
-68
/
+68
*
Add a new ValueRange class.
River Riddle
2019-12-06
6
-15
/
+78
*
Improve Linalg documentation following the Structured Ops presentation.
Nicolas Vasilache
2019-12-06
3
-46
/
+130
*
Add a flag to the IRPrinter instrumentation to only print after a pass if the...
River Riddle
2019-12-06
1
-2
/
+18
*
NFC - update doc, comments, vim syntax file
Uday Bondhugula
2019-12-06
2
-10
/
+11
*
Change inferReturnTypes to return LogicalResult and values
Jacques Pienaar
2019-12-06
1
-3
/
+4
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-3
/
+0
*
Move GPU::LaunchOp to ODS. NFC.
Alex Zinenko
2019-12-06
2
-68
/
+140
*
Use named traits in the ODS definition of LLVMFuncOp
Alex Zinenko
2019-12-06
1
-3
/
+1
*
[VecOps] Rename vector.[insert|extract]element to just vector.[insert|extract]
Aart Bik
2019-12-06
1
-10
/
+10
*
LLVM::GlobalOp: take address space as builder argument
Alex Zinenko
2019-12-06
1
-1
/
+2
*
Move GPU::FuncOp definition to ODS - NFC
Alex Zinenko
2019-12-06
3
-82
/
+141
*
Generate builder for ops that use InferTypeOpInterface trait in ODS
Jacques Pienaar
2019-12-06
1
-1
/
+1
*
Add conversions of GPU func with memory attributions to LLVM/NVVM
Alex Zinenko
2019-12-06
2
-6
/
+22
*
Unroll vector masks along with their associated vector arguments.
Andy Davis
2019-12-06
2
-29
/
+18
*
LLVM::AddressOfOp: properly take into account the address space
Alex Zinenko
2019-12-06
1
-2
/
+3
*
[Linalg] Add permutation information to tiling
Jose Ignacio Gomez
2019-12-05
4
-9
/
+51
*
Refactor the IRPrinting instrumentation to take a derivable config.
River Riddle
2019-12-05
1
-8
/
+55
[prev]
[next]