projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2019-03-29
Alex Zinenko
Refactor LowerVectorTransfersPass using pattern rewriters
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
LLVM IR lowering: support vector_type_cast
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Materialize vector_type_cast operation in the SuperVect...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Refactor / eliminate duplicate code in
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Type system: replace Type::getBitWidth with getIntOrFlo...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
loop-unroll - add function callback argument for outsid...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
MLIR Team
Loop Fusion pass update: introduce utilities to perform...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Fix builder getFloatAttr of double to use F64 type...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Free the name symbol in TableGen
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Remove duplicate code / reuse right utilities from...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
'memref-bound-check': extend to store op's as well
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Extract vector_transfer_* Ops into a SuperVectorDialect.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Fix asan failures in mlir-op-gen.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Use dag instead of list for operands to allow named...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Expression flattening improvement - reuse local express...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Feng Liu
Convert tf.FakeQuantWithMinMaxArgs/Vars to tfl.FakeQuant
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Feng Liu
Define TFLite Dequantize and FakeQuant ops
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
FlatAffineConstraints - complete TODOs: add method...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
River Riddle
Check if the operation is already in the worklist befor...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Fix loop unrolling test cases
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
LLVM IR lowering: support 1D vector operations
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
ConvertToCFG: use affine_apply to implement loop steps
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Add rudimentary pattern rewrite matching generation.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Remove dead code from FlatAffineConstraints
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Generate another op builder with aggregated parameters
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Disallow index types as elements of vector, memref...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Update/Fix LoopUtils::stmtBodySkew to handle loop step.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Fix missing check for dependent DMAs in pipeline-data...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
FlatAffineConstraints API cleanup; add normalizeConstra...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Update/fix -pipeline-data-transfer; fix b/120770946
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Properly namespace createLowerAffineApply
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Drop bug-prone global map indexed by MLFunction*
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Extend loop tiling utility to handle non-constant loop...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Generate strided DMAs from -dma-generate
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add LowerVectorTransfersPass
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Fix the name of the MaterializeVectorPass
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add composeWithUnboundedMap
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add LangRef entries for vector_transfer ops
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Smit Hinsu
Return bool from all emitError methods similar to Opera...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Auto-generate op builder with TableGen
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Drop assert for NYI in Vectorize.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Drop assert for NYI in VectorAnalysis
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Drop unnecessary mention of NYI.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Remove NYI assertions in LoopAnalysis.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Error handling in MaterializeVectors
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add AffineMap composition and use it in Material...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add support for permutation_map
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
ConvertToCFG: support min/max in loop bounds.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
OpPointer: replace conversion operator to Operation...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Fix cases where unsigned / signed arithmetic was being...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
MLIR Team
Fix bug in GCD calculation when flattening AffineExpr...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Tatiana Shpeisman
Make examples semantically meaningful and fix miscellan...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Strided DMA support for DmaStartOp
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Complete multiple unhandled cases for DmaGeneration...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Clean up base TableGen definitions
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Enable using bare attributes.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Add isIntOrIndex() and isIntOrIndexOrFloat() into Type
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Remove duplicate FlatAffineConstraints::removeId -...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
FlatAffineConstraints::removeId() fix.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Change TFLite binary ops to support implicit broadcasting
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
MLIR Team
During forward substitution, merge symbols from input...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Fix off by one in OpStats.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
ConvertToCFG: convert "if" statements.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
LLVM IR Lowering: support multi-value returns.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Separate and split vectorization tests
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Add VectorTransferOps
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Fix two more getHashValues.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
FlatAffineConstraints::composeMap: return failure inste...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Minor fix for replaceAllMemRefUsesWith.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
River Riddle
Add a simple common sub expression elimination pass.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Remove tfl.reshape op when possible
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Update getHashValue for ptr values stored in a DenseMap...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
RankedTensorType: Use getHashValue(KeyTy) when calling...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Document SelectOp class
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Avoid failing when attempting to print null Attribute.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Debug output / logging memref sizes in DMA generation...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Reenable materialize_vectors test
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
River Riddle
Add support for result type iteration in Operation...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Chris Lattner
Split "rewrite" functionality out of Pattern into a...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Verify CmpIOp's result type to be bool-like
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Add derived attribute support.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
StandardOps: introduce 'select'.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
LLVM IR lowering: support 'dim' operation.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
LLVM IR lowering: support simple MemRef types
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
River Riddle
Make operation names hashable.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Create Passes.md.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Jacques Pienaar
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Lei Zhang
Convert tf.FusedBatchNorm into tfl primary math ops
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
River Riddle
Add support for setting the location of an IROperandOwner.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Chris Lattner
Tidy up the replaceOp hooks in PatternMatch, generalizi...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Chris Lattner
Minimal patch to allow patterns to rewrite multi-result...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Rename Deaffinator to LowerAffineApply and patch it.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR] Fix opt build
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR][MaterializeVectors] Add a MaterializeVector...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR][Slicing] Apply cleanups
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Nicolas Vasilache
[MLIR][Slicing] Add utils for computing slices.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
MLIR Team
Clean up parse_headers in mlir
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Uday Bondhugula
Fix bugs in DMA generation and FlatAffineConstraints...
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Introduce Deaffinator pass.
commit
|
commitdiff
|
tree
|
snapshot
2019-03-29
Alex Zinenko
Lower scalar parts of CFG functions to LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
next