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
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-4
/
+4
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-2
/
+2
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
1
-13
/
+4
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
1
-3
/
+3
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Upgrade/fix/simplify store to load forwarding
Uday Bondhugula
2019-09-21
1
-73
/
+50
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
1
-2
/
+1
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
1
-1
/
+1
*
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
-1
/
+1
*
Express ownership transfer in PassManager API through std::unique_ptr (NFC)
Mehdi Amini
2019-08-12
1
-2
/
+2
*
Add utility 'replaceAllUsesWith' methods to Operation.
River Riddle
2019-08-07
1
-1
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-1
/
+1
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-6
/
+8
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
Return dependence result enum to distiguish between dependence result and err...
Andy Davis
2019-06-11
1
-3
/
+4
*
Add user iterators to IRObjects, i.e. Values.
River Riddle
2019-05-20
1
-10
/
+7
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-3
/
+3
*
Replace Operation::cast with llvm::cast.
River Riddle
2019-05-20
1
-1
/
+1
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-1
/
+1
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-1
/
+1
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-1
/
+1
*
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
[next]