summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* [mlir][linalg][bufferize][NFC] Use RewritePatterns instead of custom traversalMatthias Springer2022-01-071-0/+1
* Update Bug report URL to Github IssuesChuanqi Xu2022-01-062-3/+3
* [mlir] Split out Python bindings for dialects into separate libsAlex Zinenko2022-01-061-40/+72
* [mlir] Introduce Python bindings for the quantization dialectAlex Zinenko2022-01-052-1/+16
* [mlir] Introduce C API for the Quantization dialect typesAlex Zinenko2022-01-051-0/+18
* [mlir][sparse] Factoring out Transforms/CodegenUtils.{cpp,h}wren romano2022-01-041-6/+5
* [mlir] Fix bazel build after b4130e9eadfe46b4d3380c40ce8c3e900a0fd21b.Alexander Belyaev2022-01-041-0/+1
* [mlir][arith] fixing dependencies on memref/arithMogball2021-12-301-3/+9
* [Bazel] Make mlir:MemRefOpsTdFiles depend on :ArithmeticOpsTdFilesFangrui Song2021-12-301-0/+1
* [Bazel] Add target for llvm-tli-checkerJakub Kuderski2021-12-231-0/+39
* [mlir] Add unit test for disabling canonicalizer patterns (NFC)Mogball2021-12-221-0/+4
* [mlir] Add missing unit tests to BUILD.bazelMogball2021-12-221-0/+43
* [mlir] Update BUILD.bazel to include `scf_tests`Mogball2021-12-221-0/+15
* [mlir] Add `mlir/unittests/BUILD.bazel`Mogball2021-12-201-0/+270
* [Support] Revert posix_fallocate in resize_fileFangrui Song2021-12-203-7/+0
* Make AsyncParallelForRewrite parameterizable with a cost model which drives d...bakhtiyar2021-12-191-1/+4
* [Bazel] update build files forKrasimir Georgiev2021-12-191-1/+1
* [mlir][ods] Added EnumAttr, an AttrDef implementation of enum attributesMogball2021-12-171-0/+1
* [Bazel] Add LLVM_BUILD_* variables to llvm-config.h to mirror ec37e0bbafab75f...Dmitri Gribenko2021-12-162-0/+12
* [mlir] Fix Bazel build after 32fe1a8a2594Diego Caballero2021-12-161-0/+1
* [mlir][GPU] Extend GPU kernel outlining to generate DL specificationDiego Caballero2021-12-161-0/+1
* [mlir][PDLL] Add an initial frontend for PDLLRiver Riddle2021-12-161-0/+48
* Update bazel build rules to match 169ebf03ab2a6f16bfa32a36305929c7bc8e4784.Richard Smith2021-12-151-1/+4
* [libc][NFC][bazel] remove unneeded bzl_libraryGuillaume Chatelet2021-12-151-14/+0
* Embed licence into packageGuillaume Chatelet2021-12-151-1/+4
* [mlir][linalg] Replace LinalgOps.h and LinalgTypes.h by a single header.gysit2021-12-151-3/+2
* [bazel] drop some unnecessary dependencies in mlirAlex Zinenko2021-12-151-2/+0
* [bazel] Adjust Bazel BUILD files for a4830d14edbb2a21eb35f3d79d1f64bd09db8b1cDmitri Gribenko2021-12-151-1/+0
* [mlir][linalg][bufferize] Reimplementation of TiledLoopOp bufferizationMatthias Springer2021-12-151-0/+1
* [mlir][linalg][bufferize] Reimplementation of scf.for bufferizationMatthias Springer2021-12-151-0/+1
* [Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pieFangrui Song2021-12-141-0/+3
* [bazel] Port debuginfod rulesBenjamin Kramer2021-12-142-0/+27
* [libc] Bazel overlay for libcGuillaume Chatelet2021-12-133-0/+992
* [mlir] Update BUILD rule for AffineUtilsChia-hung Duan2021-12-101-2/+1
* [mlir] Move `linalg.tensor_expand/collapse_shape` to TensorDialect.Alexander Belyaev2021-12-101-6/+21
* [mlir] Add filegroup for Conversion/PassDetailChia-hung Duan2021-12-101-42/+50
* [bazel] Exclude MLModelRunnerTest.cppMircea Trofin2021-12-091-0/+1
* [mlir][linalg][bufferize] Add FuncOp bufferization passMatthias Springer2021-12-071-0/+12
* Bazel: add new llvm-c/Deprecated.h headerDavid Blaikie2021-12-061-0/+1
* [mlir][linalg][bufferize] Op interface implementation for Bufferization diale...Matthias Springer2021-12-031-0/+2
* [Bazel] Set the right default for LLVM_WINDOWS_PREFER_FORWARD_SLASH on WindowsGeoffrey Martin-Noble2021-12-022-2/+4
* [bazel] Update static analyzer unit test deps for clangTestingReid Kleckner2021-12-021-0/+1
* [Bazel] Add LLVM_ENABLE_CURL to Bazel llvm-config.h.cmake for e0b259f2Reid Kleckner2021-12-022-0/+6
* [Bazel] Remove old macho lld portKeith Smiley2021-12-021-7/+1
* [Bazel] Remove old MachO LLD from the Bazel buildReid Kleckner2021-12-021-93/+0
* [bazel][mlgo] Remove the mlgo-related build excludesMircea Trofin2021-12-021-11/+0
* [mlir] Add bazel build for BufferizationToMemRef.Alexander Belyaev2021-11-301-0/+24
* [mlir] Fix BufferizationToMemRef build.Alexander Belyaev2021-11-301-3/+2
* [mlir] Move bufferization-related passes to `bufferization` dialect.Alexander Belyaev2021-11-301-0/+48
* [mlir][linalg][bufferize][NFC] Extract func boundary bufferizationMatthias Springer2021-11-261-0/+2