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
/
Transforms
/
SimplifyAffineStructures.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
Refactor the affine analysis by moving some functionality to IR and some to A...
River Riddle
2019-03-29
1
-1
/
+1
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-1
/
+1
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-1
/
+1
*
Fold the functionality of OperationInst into Instruction. OperationInst still...
River Riddle
2019-03-29
1
-1
/
+1
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-0
/
+1
*
Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...
River Riddle
2019-03-29
1
-25
/
+12
*
Automated rollback of changelist 231318632.
Nicolas Vasilache
2019-03-29
1
-12
/
+25
*
Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...
River Riddle
2019-03-29
1
-25
/
+12
*
Convert expr - c * (expr floordiv c) to expr mod c in AffineExpr
Uday Bondhugula
2019-03-29
1
-0
/
+97