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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix x86 32bits MLIR build (NFC)
Dimitry Andric
2020-02-06
1
-1
/
+1
*
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
2
-3
/
+19
*
[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
16
-119
/
+115
*
[mlir] Refactor operation results to use a single use list for all results of...
River Riddle
2019-12-30
1
-7
/
+3
*
NFC: Replace ValuePtr with Value and remove it now that Value is value-typed.
River Riddle
2019-12-23
17
-235
/
+231
*
Change the `notifyRootUpdated` API to be transaction based.
River Riddle
2019-12-23
1
-29
/
+129
*
Adjust License.txt file to use the LLVM license
Mehdi Amini
2019-12-23
26
-338
/
+104
*
NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to V...
River Riddle
2019-12-22
17
-285
/
+286
*
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
2
-1
/
+14
*
NFC: Cleanup non-conforming usages of namespaces.
River Riddle
2019-12-18
1
-9
/
+13
*
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
10
-96
/
+88
*
NFC: Use TypeSwitch to simplify existing code.
River Riddle
2019-12-17
1
-8
/
+4
*
Insert signature-converted blocks into a region with a parent operation.
River Riddle
2019-12-16
1
-26
/
+49
*
Try to fold operations in DialectConversion when trying to legalize.
River Riddle
2019-12-13
1
-1
/
+42
*
Make OpBuilder::insert virtual instead of OpBuilder::createOperation.
River Riddle
2019-12-11
2
-19
/
+10
*
Minor spelling tweaks
Kazuaki Ishizaki
2019-12-09
3
-3
/
+3
*
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
2
-10
/
+7
*
Add a new ValueRange class.
River Riddle
2019-12-06
1
-10
/
+9
*
fix examples in comments
Alexandre E. Eichenberger
2019-12-06
1
-20
/
+18
*
minor spelling tweaks
Kazuaki Ishizaki
2019-12-06
1
-3
/
+3
*
Add support for instance specific pass statistics.
River Riddle
2019-12-05
1
-0
/
+7
*
[CSE] NFC: Hash the attribute dictionary pointer instead of the list of attri...
River Riddle
2019-12-04
1
-2
/
+2
*
Drop MaterializeVectorTransfers in favor of simpler declarative unrolling
Nicolas Vasilache
2019-12-04
2
-779
/
+0
*
Loop coalescing: fix pointer chainsing in use-chain traversal
Alex Zinenko
2019-12-04
1
-1
/
+1
*
Refactor dependencies to expose Vector transformations as patterns - NFC
Nicolas Vasilache
2019-12-03
2
-4
/
+12
*
AffineLoopFusion: Prevent fusion of multi-out-edge producer loops
Diego Caballero
2019-12-03
1
-3
/
+5
*
Introduce attributes that specify the final ABI for a spirv::ModuleOp.
Mahesh Ravishankar
2019-11-25
1
-0
/
+7
*
Unify vector op names with other dialects.
Jean-Michel Gorius
2019-11-22
2
-20
/
+19
*
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
4
-274
/
+286
*
Add multi-level DCE pass.
Sean Silva
2019-11-20
2
-0
/
+221
*
Implement unrolling of vector ops to finer-grained vector ops as a pattern.
Nicolas Vasilache
2019-11-20
1
-11
/
+11
*
Add getRemappedValue to ConversionPatternRewriter
Diego Caballero
2019-11-19
1
-0
/
+6
*
Also elide large array attribute in OpGraph Dump
Jing Pu
2019-11-18
1
-0
/
+6
*
Fix Affine Loop Fusion test case reported on github.
Andy Davis
2019-11-18
1
-18
/
+64
*
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
Lei Zhang
2019-11-15
1
-1
/
+1
*
Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC
Nicolas Vasilache
2019-11-14
2
-385
/
+0
*
Move Affine to Standard conversion to lib/Conversion
Alex Zinenko
2019-11-14
2
-537
/
+0
*
Move VectorOps to Tablegen - (almost) NFC
Nicolas Vasilache
2019-11-14
3
-31
/
+35
*
NFC: Refactor block signature conversion to not erase the original arguments.
River Riddle
2019-11-13
1
-187
/
+209
*
Explicitly initialize isRecursivelyLegal
Jacques Pienaar
2019-11-08
1
-1
/
+1
*
Replace some remnant uses of "inst" with "op".
Sean Silva
2019-11-06
1
-1
/
+1
*
Add a PatternRewriter hook to merge blocks, and use it to support for folding...
River Riddle
2019-11-05
1
-0
/
+8
*
Support lowering of imperfectly nested loops into GPU dialect.
Mahesh Ravishankar
2019-11-01
1
-3
/
+4
*
Dump op location in createPrintOpGraphPass for easier debugging.
Jing Pu
2019-10-30
1
-0
/
+4
[next]