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
/
MemRefDataFlowOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename InstOperand to OpOperand.
River Riddle
2019-03-29
1
-2
/
+2
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-11
/
+11
*
Replace usages of Instruction with Operation in the /IR directory.
River Riddle
2019-03-29
1
-3
/
+3
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-3
/
+3
*
Replace usages of "Op::operator->" with ".".
River Riddle
2019-03-29
1
-7
/
+7
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
1
-4
/
+4
*
NFC: Rename the 'if' operation in the AffineOps dialect to 'affine.if'.
River Riddle
2019-03-29
1
-1
/
+1
*
Remove OpPointer, cleaning up a ton of code. This also moves Ops to using
Chris Lattner
2019-03-29
1
-4
/
+3
*
NFC: Remove 'Result' from the analysis manager api to better reflect the impl...
River Riddle
2019-03-29
1
-2
/
+2
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-3
/
+4
*
Implement the initial AnalysisManagement infrastructure, with the introductio...
River Riddle
2019-03-29
1
-5
/
+5
*
Use consistent names for dialect op source files
Lei Zhang
2019-03-29
1
-1
/
+1
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-6
/
+3
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-13
/
+9
*
Define a PassID class to use when defining a pass. This allows for the type u...
River Riddle
2019-03-29
1
-3
/
+1
*
NFC: Refactor the files related to passes.
River Riddle
2019-03-29
1
-1
/
+1
*
Automated rollback of changelist 232728977.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Automated rollback of changelist 232717775.
Uday Bondhugula
2019-03-29
1
-4
/
+4
*
Rename the 'if' operation in the AffineOps dialect to 'affine.if' and namespace
River Riddle
2019-03-29
1
-1
/
+1
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for'. The...
River Riddle
2019-03-29
1
-4
/
+4
*
NFC: Rename affine_apply to affine.apply. This is the first step to adding a ...
River Riddle
2019-03-29
1
-1
/
+1
*
Remove InstWalker and move all instruction walking to the api facilities on F...
River Riddle
2019-03-29
1
-11
/
+6
*
Refactor common code getting memref access in getMemRefRegion - NFC
Uday Bondhugula
2019-03-29
1
-2
/
+3
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-16
/
+14
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-2
/
+2
*
Update dma-generate pass to (1) work on blocks of instructions (instead of just
Uday Bondhugula
2019-03-29
1
-3
/
+2
*
Address documentation/readability related comments from cl/227252907 on memref
Uday Bondhugula
2019-03-29
1
-6
/
+13
*
Extend loop-fusion's slicing utility + other fixes / updates
Uday Bondhugula
2019-03-29
1
-5
/
+12
*
Misc readability and doc / code comment related improvements - NFC
Uday Bondhugula
2019-03-29
1
-3
/
+2
*
Update and generalize various passes to work on both CFG and ML functions,
Chris Lattner
2019-03-29
1
-5
/
+7
*
Introduce PostDominanceInfo, fix properlyDominates() for Instructions
Uday Bondhugula
2019-03-29
1
-3
/
+21
*
Fix ASAN failure in memref-dataflow-opt
Uday Bondhugula
2019-03-29
1
-3
/
+3
*
Introduce memref store to load forwarding - a simple memref dataflow analysis
Uday Bondhugula
2019-03-29
1
-0
/
+243