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-12-12
Aart Bik
[VectorOps] Add lowering of vector.shuffle to LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Jacques Pienaar
Add type inference variant for separate params builder...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Nicolas Vasilache
Retire !linalg.buffer type - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Alexander Belyaev
[Linalg] Add test for fusion of GenericOp with IndexedG...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Ehsan Toosi
Added lowering of `std.tanh` to llvm function call...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Nicolas Vasilache
Move cpu runner utils templates to .h
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Christian Sigg
Automated rollback of commit f68ac464d818629e0fe10c23b4...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Christian Sigg
Switch from shfl.bfly to shfl.down.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
River Riddle
Make OpBuilder::insert virtual instead of OpBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Nicolas Vasilache
Add std.log* and llvm.intr.log* that correspond to...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Mahesh Ravishankar
Add missing CMake dependency for MLIRTestIR.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Nicolas Vasilache
Fix OSS build
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Mahesh Ravishankar
Expose a convenience function to add interface attribut...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Denis Khalikov
[spirv] Add lowering for std.fdiv, std.frem, std.fsub
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Nicolas Vasilache
Continue refactoring StructuredOps utilities
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Christian Sigg
NFC: Fix naming inconsistency: FuncOpLowering -> GPUFun...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Alexander Belyaev
Roll-forward initial liveness analysis including test...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Alexander Belyaev
Automated rollback of commit 98fbf41044d3364dbaf18db81b...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Stephan Herhut
Add a function to get lowering patterns from GPU to...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Alexander Belyaev
[Linalg] Add tiling for IndexedGenericOp with a region.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Marcel Koester
Add initial liveness analysis including test cases.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Aart Bik
[VectorOps] Add lowering of vector.insert to LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Andy Davis
Add VectorOp transform pattern which splits vector...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Uday Bondhugula
More affine expr simplifications for floordiv and mod
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Alex Zinenko
Move gpu.launch_func to ODS. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Nicolas Vasilache
Fold TestLinalgTilePermutePatterns into TestLinalgTrans...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
River Riddle
Refactor the various operand/result/type iterators...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Jose Ignacio...
[Linalg] Add a Linalg iterator permutation transformation
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Nicolas Vasilache
Uniformize Vector transforms as patterns on the model...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
MLIR Team
Add Py API for composing an affine expression with...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Mahesh Ravishankar
More convenience build methods for SPIR-V ops.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Mehdi Amini
Add a doc on guidelines for contributing a new dialect...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Alex Zinenko
Drop Markdown style annotations
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Jacques Pienaar
Fix build breakage on gcc-5
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Aart Bik
[VectorOps] Add a ShuffleOp to the VectorOps dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Aart Bik
[VectorOps] Fix off-by-one error in insert/extract...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
River Riddle
Refactor the Block support classes.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
River Riddle
Add new indexed_accessor_range_base and indexed_accesso...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
shanshanpt
Fix minor spelling tweaks.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Denis Khalikov
[spirv] Add CompositeConstruct operation.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Lei Zhang
[spirv] Add spv.IAdd, spv.ISub, and spv.IMul folders
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Nicolas Vasilache
Factor out commonly reusable names across structured...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Jacques Pienaar
ODS: Generate named accessors for raw attributes
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Mahesh Ravishankar
Add lowering for module with gpu.kernel_module attribute.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Andy Davis
Unify vector op unrolling transformation.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Kazuaki Ishizaki
Minor spelling tweaks
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Nicolas Vasilache
[StructuredOps][Linalg] Add a primitive pattern to...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Jacques Pienaar
Add RegionRange for when need to abstract over differen...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Nicolas Vasilache
Post-submit cleanups in RecursiveMatchers
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Uday Bondhugula
Replace spurious SmallVector constructions with ValueRange
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Nicolas Vasilache
Add a layer of recursive matchers that compose.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-08
Lei Zhang
NFC: Expose constFoldBinaryOp via a header
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
River Riddle
Update the builder API to take ValueRange instead of...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
River Riddle
Add a new ValueRange class.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Nicolas Vasilache
Improve Linalg documentation following the Structured...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
River Riddle
Add a flag to the IRPrinter instrumentation to only...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
Uday Bondhugula
NFC - update doc, comments, vim syntax file
commit
|
commitdiff
|
tree
|
snapshot
2019-12-07
nmostafa
Fix langref code snippet - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Mahesh Ravishankar
NFC: Separate implementation and definition in ConvertS...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Jacques Pienaar
Change inferReturnTypes to return LogicalResult and...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
Replace custom getBody method with an ODS-generated...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Mahesh Ravishankar
During serialization do a walk of ops in module to...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
Move GPU::LaunchOp to ODS. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
Use named traits in the ODS definition of LLVMFuncOp
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Aart Bik
[VecOps] Rename vector.[insert|extract]element to just...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
LLVM::GlobalOp: take address space as builder argument
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
Move GPU::FuncOp definition to ODS - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
MLIR Team
Provide a way to get the type of a ValueHandle.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Aart Bik
[VectorOps] Add lowering of vector.broadcast to LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Jacques Pienaar
Generate builder for ops that use InferTypeOpInterface...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
Add conversions of GPU func with memory attributions...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alexandre E...
fix examples in comments
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
River Riddle
Use regex to fix failure when stats are disabled.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Andy Davis
Unroll vector masks along with their associated vector...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Denis Khalikov
[spirv] Reorder `erase` and `emplace` to avoid "invalid...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Uday Bondhugula
DimOp folding for alloc/view dynamic dimensions
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Kazuaki Ishizaki
minor spelling tweaks
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alex Zinenko
LLVM::AddressOfOp: properly take into account the addre...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
River Riddle
NFC: Add documentation for `-mlir-print-op-on-diagnosti...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
River Riddle
Add include path to the TestDialect to fix broken build.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Jose Ignacio...
[Linalg] Add permutation information to tiling
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
River Riddle
Refactor the IRPrinting instrumentation to take a deriv...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
nmostafa
Add UnrankedMemRef Type
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Denis Khalikov
[spirv] Add CompositeInsertOp operation
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
River Riddle
Add support for instance specific pass statistics.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Mahesh Ravishankar
Allow specification of the workgroup size for GPUToSPIR...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Lei Zhang
Add spv.AtomicCompareExchangeWeak
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
River Riddle
Add a flag to dump the current stack trace when emittin...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Lei Zhang
[spirv] Fix nested loop (de)serialization
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Mehdi Amini
Fix MLIR Build after LLVM upstream JIT changes (getMain...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Tres Popp
Move ModuleManager functionality into mlir::SymbolTable.
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Lei Zhang
Add MLIRIR as a dependency to LLVM and related dialects
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
River Riddle
Optimize operation ordering to support non-congruent...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
River Riddle
Add emitOptional(Error|Warning|Remark) functions to...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Nicolas Vasilache
Add a CL option to Standard to LLVM lowering to use...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Andy Davis
Add canonicalization patterns for vector CreateMaskOp...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
River Riddle
[CSE] NFC: Hash the attribute dictionary pointer instea...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Nicolas Vasilache
Drop MaterializeVectorTransfers in favor of simpler...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
River Riddle
NFC: Fix mismatches between LangRef.md and actual parse...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Lei Zhang
[spirv] Define a few more extensions in SPIRVBase.td
commit
|
commitdiff
|
tree
|
snapshot
next