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
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] Update the CallGraph for nested symbol references, and simplify Callab...
River Riddle
2020-01-13
1
-1
/
+1
*
[mlir] Remove unnecessary assert for single region.
River Riddle
2020-01-13
1
-2
/
+0
*
[mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...
River Riddle
2020-01-11
7
-59
/
+58
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
7
-136
/
+136
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
7
-91
/
+28
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
7
-160
/
+158
*
Add integer bit-shift operations to the standard dialect.
Manuel Freiberger
2019-12-22
1
-6
/
+6
*
Add a couple useful LLVM_DEBUG's to the inliner.
Sean Silva
2019-12-18
1
-1
/
+7
*
Introduce prefetch op: affine -> std -> llvm intrinsic
Uday Bondhugula
2019-12-18
1
-1
/
+2
*
NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...
River Riddle
2019-12-18
4
-25
/
+21
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-8
/
+4
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
1
-6
/
+5
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
2
-2
/
+2
*
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: Use Region::getBlocks to fix build failure with drop_begin.
River Riddle
2019-11-20
1
-1
/
+1
*
Merge DCE and unreachable block elimination into a new utility 'simplifyRegio...
River Riddle
2019-11-20
2
-53
/
+286
*
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
*
Add support to GreedyPatternRewriter for erasing unreachable blocks.
River Riddle
2019-10-30
1
-0
/
+56
*
Bugfix: Keep worklistMap in sync with worklist in GreedyPatternRewriter
Diego Caballero
2019-10-29
1
-0
/
+1
*
Fix minor spelling tweaks (NFC)
Kazuaki Ishizaki
2019-10-20
1
-5
/
+5
*
NFC: Remove trivial builder get methods.
River Riddle
2019-10-17
2
-19
/
+19
*
Add support for canonicalizing callable regions during inlining.
River Riddle
2019-10-10
1
-8
/
+23
*
Fix typos, NFC.
Christian Sigg
2019-10-04
1
-1
/
+1
*
Add support for inlining calls with different arg/result types from the calla...
River Riddle
2019-10-03
1
-32
/
+102
*
Update the Inliner pass to work on SCCs of the CallGraph.
River Riddle
2019-10-03
1
-0
/
+3
*
NFC - clean up op accessor usage, std.load/store op verify, other stale info
Uday Bondhugula
2019-09-27
2
-7
/
+4
*
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
2
-9
/
+23
*
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
*
update normalizeMemRef utility; handle missing failure check + add more tests
Uday Bondhugula
2019-09-14
1
-10
/
+9
*
Refactor getUsedValuesDefinedAbove to expose a variant taking a callback (NFC)
Mehdi Amini
2019-09-07
1
-8
/
+22
*
Add the initial inlining infrastructure.
River Riddle
2019-09-05
2
-0
/
+288
*
pipeline-data-transfer: remove dead tag alloc's and improve test coverage for...
Uday Bondhugula
2019-09-04
1
-1
/
+1
*
Utility to normalize memrefs with non-identity layout maps
Uday Bondhugula
2019-09-03
1
-0
/
+79
*
Add a new dialect interface for the OperationFolder `OpFolderDialectInterface`.
River Riddle
2019-09-01
2
-6
/
+14
*
Add a `getUsedValuesDefinedAbove()` overload that takes an `Operation` pointe...
Mehdi Amini
2019-09-01
1
-0
/
+6
*
Add support for early exit walk methods.
River Riddle
2019-08-30
1
-11
/
+13
*
Refactor the 'walk' methods for operations.
River Riddle
2019-08-29
2
-3
/
+2
*
Refactor / improve replaceAllMemRefUsesWith
Uday Bondhugula
2019-08-27
1
-160
/
+199
*
Support folding of ops with inner ops in GreedyPatternRewriteDriver.
Andy Ly
2019-08-26
1
-8
/
+7
*
NFC: Add a note to 'applyPatternsGreedily' that it also performs folding/dce.
River Riddle
2019-08-23
1
-3
/
+2
*
NFC: Move AffineOps dialect to the Dialect sub-directory.
River Riddle
2019-08-20
3
-3
/
+3
*
NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory.
River Riddle
2019-08-19
5
-5
/
+5
*
Change from llvm::make_unique to std::make_unique
Jacques Pienaar
2019-08-17
1
-2
/
+2
*
NFC: Update pattern rewrite API to pass OwningRewritePatternList by const ref...
River Riddle
2019-08-11
1
-2
/
+2
[next]