platform/upstream/llvm.git
2019-10-18 Christian SiggAdd gpu.barrier op to synchronize invocations of a...
2019-10-18 River RiddleNFC: Remove trivial builder get methods.
2019-10-18 River RiddleAutomated rollback of commit b65c8bb5d6ab418bb3fcd0302a...
2019-10-17 Geoffrey Martin... Introduce a wrapper around ConversionPattern that opera...
2019-10-17 Nicolas VasilacheAdd EDSC support for loop.for operations
2019-10-17 River RiddleNFC: Delete the Linalg tutorial.
2019-10-17 River RiddleAdd Ch.6 of the Toy tutorial.
2019-10-17 Nicolas VasilacheDecouple Linalg promotion from Linalg tiling - NFC
2019-10-17 Denis Khalikov[spirv] Add a canonicalization pattern for spv.selection.
2019-10-17 Lei ZhangAllow '_' when pretty printing dialect symbols
2019-10-17 Nicolas VasilacheRename LoopNestBuilder to AffineLoopNestBuilder - NFC
2019-10-17 Mehdi AminiUse a SmallVector instead of an ArrayRef to materialize...
2019-10-17 Lei Zhang[DRR] Allow capturing and referencing no-result ops
2019-10-17 Lei ZhangFix RewriterGen to support using NativeCodeCall as...
2019-10-17 Lei ZhangAdd LLVM_DEBUG in RewritersGen.cpp and Pattern.cpp
2019-10-17 River RiddleFix invalid transpose in example and add proper verific...
2019-10-17 Lei Zhang[spirv] Implement inliner interface
2019-10-17 River RiddleAdd Ch.5 of the toy tutorial.
2019-10-17 River RiddleAdd support for inlining toy call operations.
2019-10-17 reinerpFix typo in tutorial.
2019-10-16 Rob SudermanAdd ComplexType to TableGen with Tensor support
2019-10-16 River RiddleCode cleanups on Ch.4
2019-10-16 Sana DamaniUpdate Chapter 4 of the Toy tutorial
2019-10-16 Jacques PienaarUpdate comments in ast.toy
2019-10-16 Geoffrey Martin... NFC: Update VectorOrTensor -> Shaped
2019-10-16 Mahesh RavishankarMakes spv.module generated by GPU->SPIRV conversion...
2019-10-16 Christian SiggSupport custom accumulator provided as region to gpu...
2019-10-16 Mahesh RavishankarAllow for remapping argument to a Value in SignatureCon...
2019-10-16 River RiddleAdd support for PatternRewriter::eraseOp.
2019-10-16 Mehdi AminiFix CMake configuration after introduction of LICM...
2019-10-16 Nicolas VasilacheFix typo in VectorOps.td
2019-10-16 Stephan HerhutImplement simple loop-invariant-code-motion based on...
2019-10-16 River RiddleNFC: Remove NoSideEffect traits from all ops except...
2019-10-16 River RiddleNFC: Various code cleanups for Ch3.
2019-10-16 Hanhan WangAdd support for OpBitwiseOr, OpBitwiseXor, and OpBitwis...
2019-10-15 MLIR TeamFix typo
2019-10-15 MLIR TeamFix typos
2019-10-15 River RiddleNFC: Split out ToyOpsIncGen into a separate CMakeLists...
2019-10-15 MLIR TeamFix typo
2019-10-15 Lei Zhang[spirv] Add support for SpecId decoration on spv.specCo...
2019-10-15 MLIR TeamFix minor typos
2019-10-15 Jacques PienaarFix typos in InferTypeOpInterface.
2019-10-15 Sana DamaniUpdate Chapter 3 to demonstrate pattern match and rewri...
2019-10-15 Jacques PienaarFix typos in LangRef and OpDefinitions
2019-10-15 Nicolas VasilacheConsistent use of int in mlir_runner_utils.cpp
2019-10-15 Nicolas VasilacheAdd conversion for splat of vectors of 2+D
2019-10-15 Alex ZinenkoExpose mlir::parseType to bindings
2019-10-15 Alex ZinenkoAsmPrinter: avoid unused-variable warning
2019-10-15 River RiddleMerge Ch3 of the Toy tutorial into chapter 2.
2019-10-14 River RiddleNFC: Replace usages of Value::getKind with explicit...
2019-10-14 River RiddleAllowing replacing non-root operations in DialectConver...
2019-10-14 Mehdi AminiUse single quotes to wrap '@HOST_LDFLAGS@' in LIT confi...
2019-10-14 Nicolas VasilacheFix linalg.subview behavior in (partially) static cases.
2019-10-14 Nicolas VasilacheAdd lowering of VectorOps dialect to LLVM to the Linalg...
2019-10-12 Eric SchweitzAdd LLVM IR dialect hooks for FP128 and X86_FP80 types
2019-10-11 Alex ZinenkoEmit LLVM IR equivalent of sizeof when lowering alloc...
2019-10-11 Alex ZinenkoLLVM Dialect: introduce llvm.mlir.null operation
2019-10-11 Uday BondhugulaDrop obsolete code from std to llvm memref lowering
2019-10-11 Alexander BelyaevRename LLVM::exp and LLVM::fmuladd to LLVM::ExpOP and...
2019-10-11 Alexander BelyaevAdd unary ops and ExpOp to Standard Dialect.
2019-10-11 Alex ZinenkoLLVM conversion: harden a test to check for LLVM funcs...
2019-10-11 River RiddleNFC: Print the generic op form after pass failure.
2019-10-11 River RiddleAdd support for generating reproducers on pass crash...
2019-10-11 River RiddleNFC: Initialize pass manager option fields inline inste...
2019-10-11 Alex ZinenkoStandard-to-LLVM conversion: check that operands have...
2019-10-11 Alex ZinenkoTranslation to LLVM: check the validity of module-level Ops
2019-10-11 Mahesh RavishankarAdd lowering of constant ops to SPIR-V.
2019-10-11 Geoffrey Martin... Add trait for specified shapes matching
2019-10-11 River RiddleAdd support for canonicalizing callable regions during...
2019-10-11 River RiddleRemove the need to convert operations in regions of...
2019-10-10 Alex ZinenkoPython bindings: export index_cast
2019-10-10 Christian SiggMark GPU dialect as illegal when lowering to NVVM.
2019-10-10 Geoffrey Martin... NFC: Cleanup of type checking tests
2019-10-10 Alex ZinenkoUse llvm.func to define functions with wrapped LLVM...
2019-10-10 Parker SchuhAdd test for fix to tablegen for custom folders for...
2019-10-10 Kazuaki IshizakiFix typo in QuantizedType method names
2019-10-10 MLIR TeamPre-allocate space for results from a regex match that...
2019-10-09 Kazuaki Ishizakiminor spelling tweaks
2019-10-09 MLIR TeamAdd ::printAsTextualPipeline to Pass and OpPassManager.
2019-10-09 Christian SiggGuard rewriter insertion point during signature conversion.
2019-10-09 Mahesh RavishankarMake SPIR-V lowering infrastructure follow Vulkan SPIR...
2019-10-09 Nicolas VasilacheFix Windows linkage error
2019-10-09 Diego CaballeroAdd support for some multi-store cases in affine fusion
2019-10-09 MLIR TeamUpdate the usage and comments in define_inst.sh.
2019-10-09 Alexander BelyaevAdd exp operation to LLVMOPs.td.
2019-10-09 Christian SiggChange to doxygen comments. NFC.
2019-10-09 Christian SiggAssert that region is not cloned into itself.
2019-10-09 River RiddleNFC: Fully qualify use of std::string.
2019-10-09 Smit HinsuAllow dynamic but ranked types in ops with SameOperands...
2019-10-09 River RiddleUpdate the symbol utility methods to handle the case...
2019-10-09 MLIR TeamAdd Instance Specific Pass Options.
2019-10-09 River RiddleAdd support for parsing/printing non bare-identifier...
2019-10-09 Deven Desai[ROCm] Fix the return type for the device function...
2019-10-08 Denis Khalikov[spirv] Add a pass to decorate the composite types...
2019-10-08 River RiddleAdd a PatternRewriter hook for cloning a region into...
2019-10-08 Uday Bondhugulaunroll and jam: fix order of jammed bodies
2019-10-08 River RiddleAdd support for walking the uses of a symbol.
2019-10-08 River RiddleNFC: Remove unused default cl::opt value.
2019-10-08 Alex ZinenkoLinalg to LLVM lowering: decrease the reliance on symbo...
2019-10-08 Alex ZinenkoGPUToCUDA: attach CUBIN to the nested module rather...
next