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
/
LoopUnrollAndJam.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
-1
/
+1
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-1
/
+1
*
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
-2
/
+2
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-1
/
+1
*
unroll and jam: fix order of jammed bodies
Uday Bondhugula
2019-10-08
1
-2
/
+2
*
NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase.
River Riddle
2019-09-13
1
-1
/
+1
*
fix loop unroll and jam - operand mapping - imperfect nest case
Uday Bondhugula
2019-08-28
1
-8
/
+8
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
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
/
+3
*
Uniformize usage of OpBuilder& (NFC)
Nicolas Vasilache
2019-06-22
1
-1
/
+1
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-3
/
+2
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-1
/
+1
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-2
/
+2
*
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
*
Prepend an "affine-" prefix to Affine pass option names - NFC
Nicolas Vasilache
2019-05-06
1
-2
/
+2
*
Replace usages of Instruction with Operation in the Transforms/ directory.
River Riddle
2019-03-29
1
-8
/
+8
*
Introduce affine terminator
Alex Zinenko
2019-03-29
1
-3
/
+4
*
Replace usages of Instruction with Operation in the /IR 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
*
Replace usages of "operator->" with "." for the AffineOps.
River Riddle
2019-03-29
1
-8
/
+8
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
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
/
+4
*
Rename BlockList into Region
Alex Zinenko
2019-03-29
1
-2
/
+2
*
Extend loop unrolling and unroll-jamming to non-matching bound operands and
Uday Bondhugula
2019-03-29
1
-30
/
+25
*
Move the success/failure functions out of LogicalResult and into the mlir nam...
River Riddle
2019-03-29
1
-6
/
+6
*
Rename Status to LogicalResult to avoid conflictions with the Status in xla/t...
River Riddle
2019-03-29
1
-12
/
+12
*
Move UtilResult into the Support directory and rename it to Status. Status pr...
River Riddle
2019-03-29
1
-14
/
+13
*
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
*
Remove PassResult and have the runOnFunction/runOnModule functions return voi...
River Riddle
2019-03-29
1
-4
/
+2
*
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 232717775.
Uday Bondhugula
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
-1
/
+1
*
Remove InstWalker and move all instruction walking to the api facilities on F...
River Riddle
2019-03-29
1
-10
/
+10
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-6
/
+4
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
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
-39
/
+47
*
Change AffineApplyOp to produce a single result, simplifying the code that
Chris Lattner
2019-03-29
1
-4
/
+2
*
Change the ForInst induction variable to be a block argument of the body inst...
River Riddle
2019-03-29
1
-3
/
+5
*
Wrap cl::opt flags within passes in a category with the pass name. This impro...
River Riddle
2019-03-29
1
-1
/
+6
*
Add cloning functionality to Block and Function, this also adds support for r...
River Riddle
2019-03-29
1
-4
/
+4
*
Fix outdated comments
Uday Bondhugula
2019-03-29
1
-6
/
+5
*
Extend InstVisitor and Walker to handle arbitrary CFG functions, expand the
Chris Lattner
2019-03-29
1
-6
/
+6
[next]