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
/
Target
/
LLVMIR
/
ConvertToNVVMIR.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
1
-1
/
+1
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-9
/
+8
*
Integrate from upstream at revision e4fce659a759.
MLIR Team
2019-12-17
1
-0
/
+1
*
Remove LLVM dependency on mlir::Module and instead check Traits.
Tres Popp
2019-12-16
1
-3
/
+4
*
Automated rollback of commit f68ac464d818629e0fe10c23b44ac782d64a12d2
Christian Sigg
2019-12-12
1
-5
/
+5
*
Switch from shfl.bfly to shfl.down.
Christian Sigg
2019-12-12
1
-5
/
+5
*
Get active source lane predicate from shuffle instruction.
Christian Sigg
2019-10-19
1
-0
/
+11
*
Use llvm.func to define functions with wrapped LLVM IR function type
Alex Zinenko
2019-10-10
1
-3
/
+5
*
Change MLIR translation functions signature
Lei Zhang
2019-09-17
1
-11
/
+2
*
Add 3 additional intrinsic ops to NVVM dialect, in preparation to implement b...
MLIR Team
2019-08-27
1
-3
/
+4
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-2
/
+2
*
Translation to LLVM IR: use LogicalResult instead of bool
Alex Zinenko
2019-08-09
1
-2
/
+2
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
NFC: Rename Module to ModuleOp.
River Riddle
2019-07-10
1
-3
/
+4
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
NFC: Remove `Module::getFunctions` in favor of a general `getOps<T>`.
River Riddle
2019-07-08
1
-1
/
+1
*
Make TranslateFromMLIRFunction type return LogicalResult instead of bool
Alex Zinenko
2019-07-04
1
-4
/
+4
*
Replace the implementation of Function and Module with FuncOp and ModuleOp.
River Riddle
2019-07-03
1
-1
/
+1
*
NFC: Refactor Module to be value typed.
River Riddle
2019-07-02
1
-5
/
+4
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-15
/
+16
*
NVVM target: emit nvvm.annotations for kernel functions
Alex Zinenko
2019-06-25
1
-3
/
+27
*
Fix translation of NVVM special registers to intrinsics.
Stephan Herhut
2019-06-01
1
-3
/
+3
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
2019-05-20
1
-1
/
+1
*
Add transformation of the NVVM dialect to an LLVM module. Only handles
Stephan Herhut
2019-05-06
1
-0
/
+84