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
/
LoopUnroll.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: 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
-1
/
+1
*
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
/
+2
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-2
/
+2
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-4
/
+4
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-1
/
+1
*
Replace Operation::cast with llvm::cast.
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
*
Remove the non-postorder walk functions from Function/Block/Instruction a...
River Riddle
2019-04-05
1
-1
/
+1
*
Replace usages of Instruction with Operation in the Transforms/ 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
*
NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and ...
River Riddle
2019-03-29
1
-2
/
+2
*
Remove OpPointer, cleaning up a ton of code. This also moves Ops to using
Chris Lattner
2019-03-29
1
-17
/
+14
*
Move to new `const` model, part 1: remove ConstOpPointer.
Chris Lattner
2019-03-29
1
-4
/
+3
*
Rename BlockList into Region
Alex Zinenko
2019-03-29
1
-2
/
+2
*
Rename Status to LogicalResult to avoid conflictions with the Status in xla/t...
River Riddle
2019-03-29
1
-3
/
+3
*
Move UtilResult into the Support directory and rename it to Status. Status pr...
River Riddle
2019-03-29
1
-4
/
+4
*
Change Pass:getFunction() to return pointer instead of ref - NFC
Uday Bondhugula
2019-03-29
1
-6
/
+8
*
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
/
+3
*
Port all of the existing passes over to the new pass manager infrastructure. ...
River Riddle
2019-03-29
1
-10
/
+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
*
Add -tile-sizes command line option for loop tiling; clean up cl options for
Uday Bondhugula
2019-03-29
1
-3
/
+3
*
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
-34
/
+15
*
Remove remaining usages of OperationInst in lib/Transforms.
River Riddle
2019-03-29
1
-2
/
+2
*
Replace the walkOps/visitOperationInst variants from the InstWalkers with the...
River Riddle
2019-03-29
1
-2
/
+2
*
Define the AffineForOp and replace ForInst with it. This patch is largely mec...
River Riddle
2019-03-29
1
-32
/
+35
*
Recommit: Define a AffineOps dialect as well as an AffineIfOp operation. Repl...
River Riddle
2019-03-29
1
-9
/
+0
*
Automated rollback of changelist 231318632.
Nicolas Vasilache
2019-03-29
1
-0
/
+9
*
Define a AffineOps dialect as well as an AffineIfOp operation. Replace all in...
River Riddle
2019-03-29
1
-9
/
+0
*
Wrap cl::opt flags within passes in a category with the pass name. This impro...
River Riddle
2019-03-29
1
-4
/
+12
*
Allow operations to hold a blocklist and add support for parsing/printing a b...
River Riddle
2019-03-29
1
-1
/
+7
*
Update and generalize various passes to work on both CFG and ML functions,
Chris Lattner
2019-03-29
1
-2
/
+2
*
Standardize naming of statements -> instructions, revisting the code base to be
Chris Lattner
2019-03-29
1
-34
/
+34
*
Rename BasicBlock and StmtBlock to Block, and make a pass cleaning it up. I ...
Chris Lattner
2019-03-29
1
-3
/
+3
*
Eliminate the using decls for MLFunction and CFGFunction standardizing on
Chris Lattner
2019-03-29
1
-2
/
+2
*
Merge Operation into OperationInst and standardize nomenclature around
Chris Lattner
2019-03-29
1
-1
/
+1
*
Refactor ForStmt: having it contain a StmtBlock instead of subclassing
Chris Lattner
2019-03-29
1
-1
/
+2
*
loop-unroll - add function callback argument for outside targets to
Uday Bondhugula
2019-03-29
1
-20
/
+50
*
Move definitions of lopoUnroll* functions to LoopUtils.cpp.
Alex Zinenko
2019-03-29
1
-117
/
+0
*
Automatic DMA generation for simple cases.
Uday Bondhugula
2019-03-29
1
-1
/
+1
*
Initialize Pass with PassID.
Jacques Pienaar
2019-03-29
1
-1
/
+2
*
Add static pass registration
Jacques Pienaar
2019-03-29
1
-7
/
+13
*
Introduce loop tiling code generation (hyper-rectangular case)
Uday Bondhugula
2019-03-29
1
-1
/
+1
[next]