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
/
Conversion
/
StandardToLLVM
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...
River Riddle
2020-01-13
3
-19
/
+19
*
[mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVM
Tung Le Duc
2019-12-28
1
-3
/
+3
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-8
/
+20
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-0
/
+30
*
Make memref promotion during std->LLVM lowering the default calling convention
Alex Zinenko
2019-12-16
1
-0
/
+8
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-16
/
+13
*
Added lowering of `std.tanh` to llvm function call to `tanh` and `tanhf`.
Ehsan Toosi
2019-12-12
1
-1
/
+23
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
Add UnrankedMemRef Type
nmostafa
2019-12-05
1
-0
/
+24
*
Add a CL option to Standard to LLVM lowering to use alloca instead of malloc/...
Nicolas Vasilache
2019-12-04
1
-0
/
+6
*
Fix ViewOp to have at most one offset operand
Alex Zinenko
2019-12-03
1
-5
/
+5
*
Extend conversion of SubViewOp to llvm to also support cases where size and s...
Stephan Herhut
2019-12-03
1
-0
/
+54
*
Allow LLVM::ExtractElementOp to have non-i32 indices.
MLIR Team
2019-11-25
1
-8
/
+8
*
Changes to SubViewOp to make it more amenable to canonicalization.
Mahesh Ravishankar
2019-11-20
1
-1
/
+1
*
Change conversion CLI flag from -lower-to-llvm to -convert-std-to-llvm
Alex Zinenko
2019-11-19
5
-5
/
+5
*
Add LLVM lowering of std.subview
Nicolas Vasilache
2019-11-12
1
-0
/
+26
*
Add support for alignment attribute in std.alloc.
Nicolas Vasilache
2019-11-12
4
-167
/
+198
*
Drop spurious test file
Nicolas Vasilache
2019-11-06
1
-25
/
+0
*
Add lowering of std.view to LLVM
Nicolas Vasilache
2019-11-06
2
-0
/
+131
*
Emit LLVM IR equivalent of sizeof when lowering alloc operations
Alex Zinenko
2019-10-11
1
-13
/
+25
*
Add unary ops and ExpOp to Standard Dialect.
Alexander Belyaev
2019-10-11
1
-0
/
+2
*
LLVM conversion: harden a test to check for LLVM funcs rather than any funcs
Alex Zinenko
2019-10-11
1
-10
/
+10
*
Standard-to-LLVM conversion: check that operands have LLVM types
Alex Zinenko
2019-10-10
1
-1
/
+12
*
Add fpext and fptrunc to the Standard dialect and includes conversion to LLVM
MLIR Team
2019-10-03
1
-0
/
+24
*
Extract MemRefType::getStridesAndOffset as a free function and fix dynamic of...
Nicolas Vasilache
2019-10-02
1
-0
/
+6
*
Fix and simplify CallOp/CallIndirectOp to LLVM::CallOp conversion
Alex Zinenko
2019-10-01
1
-0
/
+8
*
Normalize MemRefType lowering to LLVM as strided MemRef descriptor
Nicolas Vasilache
2019-09-30
4
-146
/
+199
*
Remove spurious debug spew in tests
Nicolas Vasilache
2019-09-27
3
-3
/
+0
*
Promote MemRefDescriptor to a pointer to struct when passing function boundar...
Nicolas Vasilache
2019-09-27
4
-88
/
+130
*
Introduce splat op + provide its LLVM lowering
Uday Bondhugula
2019-09-24
1
-0
/
+15
*
Normalize lowering of MemRef types
Nicolas Vasilache
2019-09-24
4
-91
/
+79
*
Add integer sign- and zero-extension and truncation to standard.
Manuel Freiberger
2019-09-21
1
-0
/
+14
*
Retain address space during MLIR > LLVM conversion.
MLIR Team
2019-09-04
1
-0
/
+11
*
Move LLVMIR dialect tests from test/LLVMIR to test/Dialect and test/Conversion
Alex Zinenko
2019-09-04
4
-0
/
+896