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
/
Analysis
/
MemRefBoundCheck.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: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-5
/
+4
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-1
/
+1
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-2
/
+2
*
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
*
Globally change load/store/dma_start/dma_wait operations over to affine.load/...
Andy Davis
2019-07-03
1
-2
/
+3
*
Remove unnecessary C++ specifier in CPP files. NFC.
Jacques Pienaar
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
-2
/
+2
*
Automated rollback of changelist 247778391.
MLIR Team
2019-05-20
1
-2
/
+2
*
Add support for using llvm::dyn_cast/cast/isa for operation casts and rep...
River Riddle
2019-05-20
1
-2
/
+2
*
Replace usages of Instruction with Operation in the /Analysis directory.
River Riddle
2019-03-29
1
-1
/
+1
*
Make FunctionPass::getFunction() return a reference to the function, instead of
Chris Lattner
2019-03-29
1
-1
/
+1
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
NFC. Move all of the remaining operations left in BuiltinOps to StandardOps. ...
River Riddle
2019-03-29
1
-1
/
+0
*
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
-3
/
+2
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-9
/
+5
*
Refactor AffineExprFlattener and move FlatAffineConstraints out of IR into
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
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
*
Refactor the affine analysis by moving some functionality to IR and some to 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
-14
/
+10
*
Begin the process of fully removing OperationInst. This patch cleans up refer...
River Riddle
2019-03-29
1
-2
/
+2
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-4
/
+2
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-6
/
+6
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-4
/
+4
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-2
/
+2
*
'memref-bound-check': extend to store op's as well
Uday Bondhugula
2019-03-29
1
-44
/
+5
*
Updates to transformation/analysis passes/utilities. Update DMA generation pass
Uday Bondhugula
2019-03-29
1
-5
/
+5
*
Automatic DMA generation for simple cases.
Uday Bondhugula
2019-03-29
1
-61
/
+2
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-1
/
+1
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-0
/
+8
*
Complete memref bound checker for arbitrary affine expressions. Handle local
Uday Bondhugula
2019-03-29
1
-16
/
+22
*
Adds a dependence check to test whether two accesses to the same memref acces...
MLIR Team
2019-03-29
1
-15
/
+0
*
Introduce memref bound checking.
Uday Bondhugula
2019-03-29
1
-0
/
+175