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-07-24
Mahesh Ravishankar
Add a utility function to populate StdOp to SPIRV Conve...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-24
Jacques Pienaar
Update cmake files.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
MLIR Team
Add sitofp to the standard dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Alex Zinenko
Affine loop parallelism detection: conservatively handl...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Alex Zinenko
ODS: support UnitAttr in Operation definitions
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Alex Zinenko
Introduce LLVMFuncOp
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
River Riddle
Allow std.constant to hold a boolean value.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-23
Uday Bondhugula
Introduce parser library method to parse list of region...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
River Riddle
Emit an error for missing '[' when parsing an AffineMap...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Lei Zhang
(De)serialize composite spv.constant
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
River Riddle
NFC: Update the LoopToStd conversion patterns to use...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
River Riddle
NFC: Update usage of multi-threading flags.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Jacques Pienaar
Update style/clang-format (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Lei Zhang
(De)serialize float scalar spv.constant
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Lei Zhang
(De)serialize bool and integer scalar spv.constant
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Lei Zhang
[spirv] NFC: adjust `encode*` function signatures in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Alex Zinenko
ODS: introduce ParamNativeOpTrait
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Lei Zhang
[spirv] Remove one level of indirection: processOp...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Nicolas Vasilache
Refactor LoopParametricTiling as a test pass - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-22
Alex Zinenko
SingleBlockImplicitTerminator: report the wrong termina...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
River Riddle
Refactor region type signature conversion to be explici...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-21
Mahesh Ravishankar
Add (de)serialization of EntryPointOp and ExecutionModeOp
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
River Riddle
Ensure that DenseElementAttr data is 64-bit aligned.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
Alex Zinenko
Merge TypeUtilities library into the IR library
commit
|
commitdiff
|
tree
|
snapshot
2019-07-20
MLIR Team
Fix a comment about ShapedType::getNumElements()
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
[spirv] Avoid printing duplicate trailing type
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Replace bitwiseCast with llvm::bit_cast
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Suppress compiler warnings regarding unused variables
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Wrap op (de)serialization methods in anonymous namespace
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Jacques Pienaar
Switch C++14 std::equal usage to for-loop.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Alex Zinenko
Move loop dialect tests into separate files - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Add missing MLIRDialect dependency for MLIRDialect
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Mahesh Ravishankar
Make SPIR-V spv.EntryPoint and spv.ExecutionMode consis...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Alex Zinenko
Generalize implicit terminator into an OpTrait
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nicolas Vasilache
Uniformize test name - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nicolas Vasilache
Refactor stripmineSink for AffineForOp - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nicolas Vasilache
Utility function to map a loop on a parametric grid...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Nicolas Vasilache
Uniformize the API for the mlir::tile functions on...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
Add support for providing a legality callback for dynam...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
[spirv] group methods better and improve comments
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Place generated StandardOps to SPIR-V patterns in anony...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
NFC: Expose a ConversionPatternRewriter for use with...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Feng Liu
Add an "is_signed" attribute to the quant_ConstFakeQuant op
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Mehdi Amini
Minor cleanup to LangRef, MLIR stands for "Multi-Level IR"
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Fix script relative path after moving SPIR-V dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Lei Zhang
Print boolean values in ElementsAttr as "true"/"false"
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Jing Pu
Add UnitAttr in OpBase.td.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Mahesh Ravishankar
Automatically generate (de)serialization methods for...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Geoffrey Martin...
Add helper to get flattened tuple types
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Smit Hinsu
Simplify broadcastable traits
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
Add support for parsing/printing the trailing type...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Mehdi Amini
Update Contributing.md doc to refer to the developer...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Smit Hinsu
Relax Broadcastable trait to only reject instances...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
Refactor the conversion of block argument types in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
Smit Hinsu
Add tests for broadcastable trait
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
Add an initial TestingGuide document to describe testin...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-19
River Riddle
Add support for explicitly marking dialects and operati...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Verify that ReturnOp only appears within the region...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Nicolas Vasilache
Move affine.for and affine.if to ODS
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Refactor DialectConversion to support different convers...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Jacques Pienaar
Add a TypeIsPred.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Feng Liu
Support signed and unsigned quantization types
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Fix build by making LoopOps depend on StandardOps
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Stephan Herhut
Move shared cpu runner library to Support/JitRunner.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Lei Zhang
NFC: Move SPIR-V dialect to Dialect/ subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Lei Zhang
Better support for attribute wrapper classes when getti...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Nicolas Vasilache
Replace linalg.for by loop.for
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Forward-declare LogicalResult as struct rather than...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Remove lowerAffineConstructs and lowerControlFlow in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Update 'applyPatternsGreedily' to work on the regions...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Refactor the traversal of operations to Convert in...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Andy Davis
Fix opt build (unused variable in Linalg).
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Linalg Utils: use Doxygen comments where appropriate
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Extend linalg transformations to allow value operands...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Refactor LowerAffine to use OpRewritePattern instead...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
LLVMDialect: still depend on standard types.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
MLIR Team
Automated rollback of changelist 258149291.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Nicolas Vasilache
Start moving AffineOps to ODS
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Introduce loop coalescing utility and a simple pass
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Nicolas Vasilache
Extend linalg transformations to allow value operands...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
Decouple LLVM dialect from Standard dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Alex Zinenko
LLVM Dialect: define ICmpPredicate in ODS
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
Nicolas Vasilache
Extract std.for std.if and std.terminator in their...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-16
River Riddle
Fix a bug in DialectConversion when using RewritePattern.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Masaki Kozuki
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
NFC: Add header blocks to DialectConversion.h to improv...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
NFC: Don't print the location of a diagnostic if it...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Mahesh Ravishankar
Add serialization and deserialization of FuncOps. To...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Lei Zhang
[spirv] Various small code improvements
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
Update the PatternRewriter constructor to take a contex...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
Change the IR printing pass instrumentation to ignore...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
Remove the 'region' field from OpBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Jing Pu
Hide some public API of QuantizedType inherited from...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
Lei Zhang
[spirv] Add script to auto-generate SPIR-V op template...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-13
River Riddle
Fix a bug in the canonicalizer when replacing constants...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Nicolas Vasilache
Lower affine control flow to std control flow to LLVM...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Denis Khalikov
[spirv] Add CompositeExtractOp operation.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Alex Zinenko
LoopsToGPU: use PassRegistration with constructor
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Alex Zinenko
LinalgTilingPass: use PassRegistration with a pass...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-12
Smit Hinsu
NFC: Remove redundant call to registerPassManagerCLOpti...
commit
|
commitdiff
|
tree
|
snapshot
next