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
/
Conversion
/
LoopsToGPU
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-15
/
+17
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-2
/
+2
*
[mlir] Fix -Wrange-loo-analysis warnings
Fangrui Song
2020-01-01
1
-2
/
+2
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
2
-59
/
+55
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
2
-26
/
+8
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
2
-55
/
+58
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-1
/
+1
*
Replace custom getBody method with an ODS-generated in gpu::LaunchOp
Alex Zinenko
2019-12-06
1
-7
/
+7
*
Move Affine to Standard conversion to lib/Conversion
Alex Zinenko
2019-11-14
1
-1
/
+1
*
Support lowering of imperfectly nested loops into GPU dialect.
Mahesh Ravishankar
2019-11-01
2
-26
/
+304
*
Unify GPU op definition names with other dialects.
Christian Sigg
2019-10-21
1
-1
/
+1
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
2
-2
/
+2
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
1
-1
/
+1
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-3
/
+3
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-5
/
+6
*
Move GPU dialect to {lib,include/mlir}/Dialect
Alex Zinenko
2019-07-25
1
-1
/
+1
*
Move affine.for and affine.if to ODS
Nicolas Vasilache
2019-07-16
1
-16
/
+10
*
Replace linalg.for by loop.for
Nicolas Vasilache
2019-07-16
2
-31
/
+37
*
LoopsToGPU: use PassRegistration with constructor
Alex Zinenko
2019-07-12
1
-11
/
+8
*
Extend AffineToGPU to support Linalg loops
Alex Zinenko
2019-07-09
3
-0
/
+439