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
/
Utils
/
LoopUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-1
/
+1
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
1
-19
/
+18
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
1
-77
/
+74
*
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
-84
/
+85
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-6
/
+6
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
1
-8
/
+8
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
1
-1
/
+1
*
Replace spurious SmallVector constructions with ValueRange
Uday Bondhugula
2019-12-09
1
-2
/
+1
*
Update the builder API to take ValueRange instead of ArrayRef<Value *>
River Riddle
2019-12-07
1
-3
/
+2
*
Loop coalescing: fix pointer chainsing in use-chain traversal
Alex Zinenko
2019-12-04
1
-1
/
+1
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-1
/
+1
*
Support lowering of imperfectly nested loops into GPU dialect.
Mahesh Ravishankar
2019-11-01
1
-3
/
+4
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-5
/
+5
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
1
-12
/
+12
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
1
-4
/
+1
*
Fix a number of Clang-Tidy warnings.
Christian Sigg
2019-09-23
1
-1
/
+0
*
Support symbolic operands for memref replacement; fix memrefNormalize
Uday Bondhugula
2019-09-18
1
-0
/
+1
*
Unify error messages to start with lower-case.
MLIR Team
2019-09-18
1
-2
/
+2
*
NFC - Move explicit copy/dma generation utility out of pass and into LoopUtils
Uday Bondhugula
2019-09-14
1
-6
/
+668
*
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
*
Refactor LoopParametricTiling as a test pass - NFC
Nicolas Vasilache
2019-07-22
1
-4
/
+76
*
Refactor stripmineSink for AffineForOp - NFC
Nicolas Vasilache
2019-07-19
1
-34
/
+9
*
Utility function to map a loop on a parametric grid of virtual processors
Nicolas Vasilache
2019-07-19
1
-0
/
+22
*
Uniformize the API for the mlir::tile functions on AffineForOp and loop::ForOp
Nicolas Vasilache
2019-07-19
1
-84
/
+88
*
Move affine.for and affine.if to ODS
Nicolas Vasilache
2019-07-16
1
-9
/
+9
*
Introduce loop coalescing utility and a simple pass
Alex Zinenko
2019-07-16
1
-0
/
+144
*
Extract std.for std.if and std.terminator in their own dialect
Nicolas Vasilache
2019-07-16
1
-9
/
+11
*
Lower affine control flow to std control flow to LLVM dialect
Nicolas Vasilache
2019-07-12
1
-6
/
+0
*
Rename FunctionAttr to SymbolRefAttr.
River Riddle
2019-07-12
1
-0
/
+1
*
NFC: Rename Function to FuncOp.
River Riddle
2019-07-10
1
-3
/
+3
*
Fix a test broken on some systems due to a mis-rebase.
Alex Zinenko
2019-07-09
1
-2
/
+0
*
Implement parametric tiling on standard for loops
Alex Zinenko
2019-07-09
1
-8
/
+165
*
NFC: Remove the various "::getFunction" methods.
River Riddle
2019-07-08
1
-1
/
+1
*
NFC: Refactor Function to be value typed.
River Riddle
2019-07-01
1
-1
/
+1
*
Uniformize usage of OpBuilder& (NFC)
Nicolas Vasilache
2019-06-22
1
-19
/
+19
*
NFC: Rename FuncBuilder to OpBuilder and refactor to take a top level region ...
River Riddle
2019-06-09
1
-13
/
+12
*
Remove "size" property of affine maps.
MLIR Team
2019-06-01
1
-7
/
+5
*
Factor out loop interchange code from LoopFusion into LoopUtils (NFC).
Andy Davis
2019-05-20
1
-0
/
+123
*
Replace Operation::isa with llvm::isa.
River Riddle
2019-05-20
1
-3
/
+2
*
Replace Operation::cast with llvm::cast.
River Riddle
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
-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
*
Add support for basic remark diagnostics. This is the minimal functionali...
River Riddle
2019-05-06
1
-1
/
+1
*
Create a LoopUtil function to return perfectly nested loop set
MLIR Team
2019-04-05
1
-0
/
+16
*
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
-52
/
+52
[next]