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-09-26
Christian Sigg
Add AllReduceOp to GPU dialect with lowering to NVVM.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Lei Zhang
Remove unused variables and methods to address compiler...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Mahesh Ravishankar
Add spv.Bitcast operation to SPIR-V dialect
commit
|
commitdiff
|
tree
|
snapshot
2019-09-26
Jing Pu
Change the return type of createPrintCFGGraphPass to...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Lei Zhang
[spirv] Add SPV_UnaryOp and spv.FNegate
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Kazuaki Ishizaki
Minor spelling tweaks
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Jacques Pienaar
Emit function name being tested in TestMemRefStrideCalc...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Geoffrey Martin...
Add tablegen verification traits for comparing differen...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Lei Zhang
Fix memref-stride-calculation on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Lei Zhang
Forward declare LogicalResult as a struct to be consistent
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Mahesh Ravishankar
Miscellaneous fixes to SPIR-V Deserializer (details...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
River Riddle
NFC: Add 'const' dereference method to OperandTypeIterator.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Mahesh Ravishankar
Add support for GLSL Binary ops, and use it to implemen...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-25
Lei Zhang
[spirv] Replace bitwiseCast with llvm::bit_cast
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
River Riddle
NFC: Add a description to the ODS interface example.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
River Riddle
Allow attaching descriptions to OpInterfaces and Interf...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Uday Bondhugula
Introduce splat op + provide its LLVM lowering
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Nicolas Vasilache
Normalize lowering of MemRef types
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Christian Sigg
Clone called functions into nested GPU module.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Christian Sigg
Allow null Attribute for value when building GlobalOp.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Lei Zhang
[spirv] NFC: clean up (de)serialization tests
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Mahesh Ravishankar
Make spirv::RuntimeArrayType part of spirv::CompositeType.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Lei Zhang
Let mlir-translate support -split-input-file
commit
|
commitdiff
|
tree
|
snapshot
2019-09-24
Mahesh Ravishankar
Handle OpMemberName instruction in SPIR-V deserializer.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Jacques Pienaar
Use constant's location for reporting errors in parsing...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Mahesh Ravishankar
Simplify the way spirv::StructTypes are parsed.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Mehdi Amini
Add convenience methods to set an OpBuilder insertion...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
River Riddle
Add initial callgraph support.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
River Riddle
Add interfaces for call-like/callable operations.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
River Riddle
Refactor DiagnosticEngine to support multiple registere...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
River Riddle
Update the Pass, Analysis, and PassManager sections...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
River Riddle
NFC: Fix warning for uninitialized field.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Jacques Pienaar
Add variants of interleave that take separator
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Christian Sigg
Outline GPU kernel function into a nested module.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Christian Sigg
Fix a number of Clang-Tidy warnings.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Jing Pu
[NFC] Replace std::clamp with inline implementation.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-23
Jing Pu
Specalize f32->i8/u8 Quanitization with C++ native...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
MLIR Team
Update TruncateIOp builder to pass OperationState by...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
Uday Bondhugula
update layout map examples in doc, drop stale ones
commit
|
commitdiff
|
tree
|
snapshot
2019-09-22
Denis Khalikov
Fix undefined reference to mlir::getElementTypeOrSelf...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Manuel Freiberger
Add integer sign- and zero-extension and truncation...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
brett koonce
minor spelling tweaks
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Denis Khalikov
[spirv] Add OpControlBarrier and OpMemoryBarrier.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Uday Bondhugula
Upgrade/fix/simplify store to load forwarding
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Mehdi Amini
Add a note about the use of recursion in the developer...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Lei Zhang
[ODS] Add support for FloatElementsAttr
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
Christian Sigg
Make GlobalOp's value attribute optional.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
River Riddle
NFC: Pass OpAsmPrinter by reference instead of by pointer.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-21
River Riddle
NFC: Pass OperationState by reference instead of by...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
River Riddle
Avoid iterator invalidation when recursively computing...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
River Riddle
NFC: Pass OpAsmParser by reference instead of by pointer.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
Nicolas Vasilache
Use SmallVectorImpl in getStrides
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
Nicolas Vasilache
Fix public build
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
Nicolas Vasilache
Add utility to extract strides from layout map in MemRe...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-20
Jacques Pienaar
Remove unused import and two import forms
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
Mahesh Ravishankar
Allow specification of decorators on SPIR-V StructType...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
George Karpenkov
Automated rollback of commit 5684a12434f923d03b6870f2aa...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
Feng Liu
Quantize attribute values by per axis quantization...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
Prakalp Srivastava
NFC: Fix return indentation in generated op definitions.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
MLIR Team
Add address space attribute to LLVMIR's GlobalOp.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
MLIR Team
Outline GPU kernel function into a nested module.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
River Riddle
NFC: Remove stray logging from ~Block().
commit
|
commitdiff
|
tree
|
snapshot
2019-09-19
River Riddle
Fix nested dominance relationship between parent result...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Uday Bondhugula
Support symbolic operands for memref replacement; fix...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
MLIR Team
Unify error messages to start with lower-case.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Alex Zinenko
SDBM: support sum expressions on the LHS of stripe...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
Alex Zinenko
Simplify SDBM expressions more aggressively in operator...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-18
River Riddle
Add support to OpAsmParser for parsing unknown keywords.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Mahesh Ravishankar
Add (de)serialization support for OpRuntimeArray.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Lei Zhang
Register a -test-spirv-roundtrip hook to mlir-translate
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
River Riddle
Add a preprocess pass to remove sequences that are...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Lei Zhang
Support file-to-file translation in mlir-translate
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Lei Zhang
Change MLIR translation functions signature
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Uday Bondhugula
Add rewrite pattern to compose maps into affine load...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Mehdi Amini
Add missing CMake dependency from libAnalysis to the...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-17
Mahesh Ravishankar
Autogenerate (de)serialization for Extended Instruction...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Denis Khalikov
[spirv] Add support for function calls.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
River Riddle
Add support for multi-level value mapping to DialectCon...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Lei Zhang
[spirv] Add support for BitEnumAttr
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Alex Zinenko
Overhaul the SDBM expression kind hierarchy
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Alex Zinenko
Introduce SDBMDirect expression into the SDBM expressio...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
MLIR Team
Unify how errors are emitted in LaunchFuncOp verification.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
MLIR Team
Error out when kernel function is not found while trans...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Alex Zinenko
Drop makePositionAttr and the like in favor of Builder...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-16
Mahesh Ravishankar
Add mechanism to specify extended instruction sets...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
Update the pass registration section and add a sub...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
Uday Bondhugula
Fix typo in test/AffineOps/ops.mlir
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
NFC: Update the PassInstrumentation section.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
NFC: Update the expected outputs of pass-timing.
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
Update the IRPrinter instrumentation to work on non...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
NFC: Pass PassInstrumentations by unique_ptr instead...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
River Riddle
NFC: Merge OpPass with OperationPass into just Operatio...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-15
Jing Pu
Add convenience methods to create i8 and i16 attributes...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Uday Bondhugula
NFC - Move explicit copy/dma generation utility out...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Uday Bondhugula
update normalizeMemRef utility; handle missing failure...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Uday Bondhugula
Clean up build trip count analysis method - avoid mutat...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
River Riddle
NFC: Fix stray character in error message: 1 -> '
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Lei Zhang
Update QuickstartRewrites.md regarding op definition...
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
Uday Bondhugula
Add pattern to canonicalize for loop bounds
commit
|
commitdiff
|
tree
|
snapshot
2019-09-14
River Riddle
Verify that ModuleOps only contain dialect specific...
commit
|
commitdiff
|
tree
|
snapshot
next