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-08-12
Alex Zinenko
LLVM dialect: introduce llvm.addressof to access globals
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Nicolas Vasilache
Add lowering of vector dialect to LLVM dialect.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
River Riddle
NFC: Update pattern rewrite API to pass OwningRewritePa...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Chris Lattner
ODS: Round out the definitions of the common integer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
River Riddle
Refactor DenseElementAttr::getValues methods to return...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
River Riddle
NFC: Standardize the terminology used for parent ops...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Lei Zhang
NFC: Refactoring PatternSymbolResolver into SymbolInfoMap
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
River Riddle
NFC: Update usages of OwningRewritePatternList to pass...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alex Zinenko
Translation to LLVM IR: use LogicalResult instead of...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alex Zinenko
LLVM dialect and translation: support global strings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alex Zinenko
Translation to LLVM: support llvm.global
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nicolas Vasilache
External library name mangling support for linalg.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nicolas Vasilache
Allow linalg.view to change the underlying elemental...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nicolas Vasilache
Add a higher-order vector.outerproduct operation in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nicolas Vasilache
Add a higher-order vector.extractelement operation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nicolas Vasilache
Add support for vector ops in the LLVM dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Alex Zinenko
LLVM Dialect: introduce llvm.global
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Nagy Mostafa
Add support for floating-point comparison 'fcmp' to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Diego Caballero
Enable TTI for host TargetMachine in JitRunner
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Mahesh Ravishankar
Build SymbolTable upfront in ModuleOp verification.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Mahesh Ravishankar
Add SymbolTable trait to spirv::ModuleOp.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alex Zinenko
Lexer: NFC: sort helper methods alphabetically
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alex Zinenko
FunctionSupport: wrap around bool to have a more semant...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alex Zinenko
Introduce support for variadic function signatures...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Kan Chen
Command toyc should be toyc-ch2 in this chapter
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Alex Zinenko
Parser: treat implicit top-level module as an SSA name...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Nicolas Vasilache
Add canonicalization pattern for linalg.dim
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
Eric Schweitz
Add the LLVM IR unreachable instruction to the LLVMIR...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-08
River Riddle
NFC: Update FuncOp::addEntryBlock to return the newly...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Lei Zhang
Initialize local variables for opcode to fix MSAN failures
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
River Riddle
Add utility 'replaceAllUsesWith' methods to Operation.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Chris Lattner
Improve support for opaque types in MLIR, allowing...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Diego Caballero
Fix verification of zero-dim memref in affine.load...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-07
Andy Ly
Have ValueUseIterator template use OperandType instead...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
River Riddle
NFC: Simplify ModuleTerminatorOp by using the HasParent...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Andy Ly
Remove ops in regions/blocks from worklist when parent...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
River Riddle
NFC: Simplify ModuleOp by using the SingleBlockImplicit...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Lei Zhang
Emit matchAndRewrite() for declarative rewrite rules
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Lei Zhang
[spirv] Provide decorations in batch for op construction
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Nicolas Vasilache
Add a region to linalg.generic
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Nicolas Vasilache
Refactor Linalg ops to loop lowering (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
Diego Caballero
Add TTI pass initialization to pass managers.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-06
River Riddle
NFC: Implement OwningRewritePatternList as a class...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Suharsh Sivakumar
Fix header guard.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Nicolas Vasilache
Drop linalg.range_intersect op
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Lei Zhang
Use SingleBlockImplicitTerminator trait for spv.module
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Alex Zinenko
Introduce custom syntax for llvm.func
commit
|
commitdiff
|
tree
|
snapshot
2019-08-05
Denis Khalikov
[mlir-translate] Fix test suite.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Mehdi Amini
Remove non-needed includes from ConvertControlFlowToCFG...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Alex Zinenko
Fix ExecutionEngine post-update in upstream LLVM
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Lei Zhang
[ODS] Add new definitions for non-negative integer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Mehdi Amini
Fix clang 5.0 by using type aliases for LLVM DenseSet/Map
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Nicolas Vasilache
Add a generic Linalg op
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Jacques Pienaar
Fully qualify DenseMap.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Diego Caballero
Add StdIndexedValue to EDSC helpers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Alex Zinenko
AffineDataCopyGeneration: don't use CL flag values...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Alex Zinenko
WritingAPass doc: demonstrate registration of a non...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Mehdi Amini
Add missing include to DenseMap in MLIRContext.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Uday Bondhugula
Introduce explicit copying optimization by generalizing...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Lei Zhang
Qualify StringRef to fix Windows build failure
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Lei Zhang
[spirv] Add support for specialization constant
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Eric Schweitz
Add FIR, the Flang project's IR, to the dialect registry.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Denis Khalikov
[spirv] Add binary logical operations.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Lei Zhang
Replace the verifyUnusedValue directive with HasNoUseOf...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-01
Lei Zhang
Migrate pattern symbol binding tests to use TestDialect
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Lei Zhang
Fix support for auxiliary ops in declarative rewrite...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Lei Zhang
NFC: refactor ODS builder generation
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Mahesh Ravishankar
Use operand number during serialization to get the...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-31
Denis Khalikov
[spirv] Add binary arithmetic operations tensorflow...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mahesh Ravishankar
Add missing include file to StringExtrasTest.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Alex Zinenko
Support hexadecimal floats in tensor literals
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mahesh Ravishankar
Add support for (de)serialization of SPIR-V Op Decorations
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Alex Zinenko
Add support for hexadecimal float literals
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mahesh Ravishankar
Link in MLIRGPUtoSPIRVTransforms with mlir-opt
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Jacques Pienaar
Add std::move in UniformSupport.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mahesh Ravishankar
Initial implementation to translate kernel fn in GPU...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Lei Zhang
[spirv] Add basic infrastructure for negative deseriali...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Denis Khalikov
[spirv] Add binary arithmetic operations.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Jacques Pienaar
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Alex Zinenko
RewriterGen: properly handle zero-result ops
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mehdi Amini
Fix SingleBlockImplicitTerminator traits to catch empty...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mehdi Amini
Simplify ODS for loop.if and loop.for traits (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mahesh Ravishankar
Enable (de)serialization support for spirv::AccessChainOp
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mehdi Amini
Add a `HasParent` operation trait to enforce a specific...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-30
Mehdi Amini
[mlir-tblgen] Emit forward declarations for all the...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
Jacques Pienaar
Initialize union to avoid -Wmissing-field-initializers...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-27
Andy Davis
Verify that affine.load/store/dma_start/dma_wait operan...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Nicolas Vasilache
Automated rollback of commit 3708f53219aa2b201e82e7172c...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Nicolas Vasilache
Add sgemm specializations - NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Lei Zhang
Support referencing a single value generated by a match...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Nicolas Vasilache
Fix backward slice corner case
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Nicolas Vasilache
Fix linalg_matmul_impl interfacing with sgemm
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Nicolas Vasilache
Use "standard" load and stores in LowerVectorTransfers
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Krzysztof Drewniak
Add API for bulk-setting attributes in an OperationState
commit
|
commitdiff
|
tree
|
snapshot
2019-07-26
Mehdi Amini
Automated rollback of commit fc194a4f22fe53f46729821d9c...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Denis Khalikov
[spirv] Add AccessChainOp operation.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Mehdi Amini
Use perfect forwarding for OpBuilder::create args ...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Alex Zinenko
Genericize function-like printer and parser. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
Alex Zinenko
Add support for hexadecimal float literals
commit
|
commitdiff
|
tree
|
snapshot
2019-07-25
River Riddle
Add support for an analysis mode to DialectConversion.
commit
|
commitdiff
|
tree
|
snapshot
next