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
/
test
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Fix translation of splat constants to LLVM IR
Alex Zinenko
2020-01-14
1
-0
/
+28
*
[mlir] Floating constants for import-llvm
Alex Zinenko
2019-12-27
1
-0
/
+29
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-0
/
+6
*
Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...
Marcel Koester
2019-12-18
1
-0
/
+42
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-2
/
+8
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
1
-8
/
+8
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
1
-8
/
+8
*
Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsics
Nicolas Vasilache
2019-12-11
1
-0
/
+33
*
Introduce Linkage attribute to the LLVM dialect
Alex Zinenko
2019-12-02
2
-15
/
+70
*
Allow LLVM::ExtractElementOp to have non-i32 indices.
MLIR Team
2019-11-25
1
-4
/
+13
*
mlir-translate: support -verify-diagnostics
Alex Zinenko
2019-11-07
1
-0
/
+6
*
Add support for the LLVM FNeg instruction
Eric Schweitz
2019-11-06
1
-0
/
+3
*
[llvm] Allow GlobalOp to take a region for complex initializers
James Molloy
2019-11-05
2
-0
/
+17
*
[llvm] Add initial import of LLVM modules to mlir-translate
James Molloy
2019-11-05
1
-0
/
+146
*
[NVVM] Add mma.sync operation.
MLIR Team
2019-11-04
1
-0
/
+9
*
[mlir][llvm] Add missing cast ops
James Molloy
2019-11-01
1
-0
/
+19
*
Get active source lane predicate from shuffle instruction.
Christian Sigg
2019-10-19
1
-0
/
+10
*
LLVM Dialect: introduce llvm.mlir.null operation
Alex Zinenko
2019-10-11
1
-0
/
+8
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
4
-56
/
+57
*
Add exp operation to LLVMOPs.td.
Alexander Belyaev
2019-10-09
1
-3
/
+13
*
[ROCm] Fix the return type for the device function calls from i32 to i64.
Deven Desai
2019-10-08
1
-12
/
+12
*
Add integer shift ops to LLVM dialect.
Christian Sigg
2019-09-30
1
-0
/
+6
*
[ROCm] Adding ROCDL Dialect.
Deven Desai
2019-09-27
1
-0
/
+35
*
Add integer sign- and zero-extension and truncation to standard.
Manuel Freiberger
2019-09-21
1
-0
/
+10
*
Make GlobalOp's value attribute optional.
Christian Sigg
2019-09-21
1
-0
/
+3
*
Add address space attribute to LLVMIR's GlobalOp.
MLIR Team
2019-09-19
1
-0
/
+3
*
Add warpsize and laneid intrinsics to NVVM dialect.
MLIR Team
2019-09-09
1
-0
/
+4
*
Add support for array-typed constants.
MLIR Team
2019-09-04
1
-2
/
+8
*
LLVM dialect: prefix auxiliary operations with "mlir."
Alex Zinenko
2019-09-03
1
-85
/
+85
*
Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...
MLIR Team
2019-08-27
1
-12
/
+34
*
Add FPToSI/FPExt/FPTrunc cast ops to the LLVM dialect.
Eric Schweitz
2019-08-26
1
-0
/
+10
*
Add iterator support to ElementsAttr and SparseElementsAttr.
River Riddle
2019-08-22
1
-1
/
+8
*
Automated rollback of commit b9dc2e481818315f2f0d87455349f497f6118a4c
River Riddle
2019-08-21
1
-8
/
+1
*
Add iterator support to ElementsAttr and SparseElementsAttr.
River Riddle
2019-08-21
1
-1
/
+8
*
LLVM dialect: prefix operations that correspond to intrinsics with "intr."
Alex Zinenko
2019-08-20
1
-2
/
+2
*
Add alignment support for llvm.alloca
Nicolas Vasilache
2019-08-18
1
-0
/
+10
*
LLVM dialect: introduce fmuladd intrinsic as operation
Alex Zinenko
2019-08-13
1
-0
/
+15
*
LLVM dialect: introduce llvm.addressof to access globals
Alex Zinenko
2019-08-12
1
-0
/
+17
*
LLVM dialect and translation: support global strings
Alex Zinenko
2019-08-09
1
-0
/
+3
*
Translation to LLVM: support llvm.global
Alex Zinenko
2019-08-09
1
-0
/
+9
*
Add support for vector ops in the LLVM dialect
Nicolas Vasilache
2019-08-09
1
-0
/
+11
*
Add support for floating-point comparison 'fcmp' to the LLVM dialect.
Nagy Mostafa
2019-08-08
1
-0
/
+33
*
Add the LLVM IR unreachable instruction to the LLVMIR dialect.
Eric Schweitz
2019-08-08
1
-0
/
+4
*
[mlir-translate] Fix test suite.
Denis Khalikov
2019-08-05
1
-10
/
+10
*
Change the attribute dictionary syntax to separate name and value with '='.
River Riddle
2019-06-25
1
-2
/
+2
*
Modify the syntax of the the ElementsAttrs to print the type as a colon type.
River Riddle
2019-06-25
1
-1
/
+1
*
NVVM target: emit nvvm.annotations for kernel functions
Alex Zinenko
2019-06-25
1
-1
/
+11
*
Refactor SplatElementsAttr to inherit from DenseElementsAttr as opposed to be...
River Riddle
2019-06-19
1
-1
/
+1
*
Add support for llvm.constant with StringAttr as value.
Stephan Herhut
2019-06-01
1
-0
/
+6
*
Add LLVM::IntToPtrOp and LLVM::PtrToIntOp to LLVM dialect.
Stephan Herhut
2019-06-01
1
-0
/
+9
[next]