summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* [mlir] Fix building CRunnerUtils on OpenBSD with 15.xBrad Smith2022-09-121-5/+1
* [mlir][test] Require JIT support in JIT testsRainer Orth2022-08-226-9/+53
* [mlir][sparse] Refine f695554a2a55 wording a bit and fix the double conversio...Benjamin Kramer2022-08-121-6/+4
* [mlir][sparse] Use the correct ABI on x86 and re-enable testsBenjamin Kramer2022-08-123-21/+32
* [mlir][sparse][bf16] disable two bf16 testsAart Bik2022-08-122-0/+6
* [MLIR] Fix checks for native archNikita Popov2022-08-088-17/+18
* [mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11Rainer Orth2022-08-051-3/+1
* [mlir] Refactor SubElementInterface replace supportRiver Riddle2022-07-2611-213/+394
* [mlir][transform] Add ForeachOp to transform dialectMatthias Springer2022-07-266-0/+160
* [mlir] Fall back to posix_memalign for aligned_alloc on MacOSBenjamin Kramer2022-07-261-0/+6
* [CMake] Fix add_subdirectory llvm buildsSebastian Neubauer2022-07-261-1/+1
* Use isa instead of dyn_cast (NFC)Kazu Hirata2022-07-251-1/+1
* [mlir] Use value_or (NFC)Kazu Hirata2022-07-252-3/+2
* [mlir][Math] Add constant folder for Exp2Op.jacquesguan2022-07-263-0/+37
* [mlir] SCCP add missing pessimistic settingJacques Pienaar2022-07-253-0/+29
* [mlir][Parser] Fix memory leak when failing to parse a forward declared blockRiver Riddle2022-07-252-7/+13
* [mlir] Refactor the Parser library in preparation for an MLIR binary formatRiver Riddle2022-07-2533-2705/+2779
* [mlir][NFC] Remove TypeRange's constructors that cause ambiguitylipracer2022-07-252-7/+2
* Split class ValueRange to a new filelipracer2022-07-256-367/+443
* [cmake] Support custom package install pathsJohn Ericson2022-07-251-6/+11
* [Flang][OpenMP] Initial support for integer reduction in worksharing-loopKiran Chandramohan2022-07-252-4/+25
* Revert "[mlir][Arithmetic] Add `arith.delinearize_index` operation"Christopher Bate2022-07-2510-201/+2
* [mlir] Update Python CMake version requirement.Mike Urbach2022-07-251-21/+13
* Generalize the vector transfer flattening patterns (dyn shapes).Benoit Jacob2022-07-252-52/+158
* [mlir][linalg] Expand test case for tile-and-fuse with transform dialectMatthias Springer2022-07-253-2/+83
* [mlir] move _mlir_alloc and friends to CRunnerUtilsAlex Zinenko2022-07-252-4/+25
* [MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functionsMichele Scuttari2022-07-257-5/+104
* [mlir][tensor][bufferize][NFC] Remove duplicate codeMatthias Springer2022-07-251-187/+94
* [mlir][tensor][bufferize] Fix deallocation of GenerateOp/FromElementsOpMatthias Springer2022-07-255-26/+76
* [mlir] Transform dialect: separate dependent and generated dialectsAlex Zinenko2022-07-258-14/+156
* [mlir][tensor][bufferize] Load dependent dialectsMatthias Springer2022-07-251-0/+3
* [mlir][sparse][nfc] Fix memory leak in sparse sampled matmul integration testRajas Vanjape2022-07-251-1/+1
* [mlir] Apply ClangTidyPerformance findings (NFC)Adrian Kuegel2022-07-252-5/+5
* [CMake] Copy folder without permissionsSebastian Neubauer2022-07-251-0/+3
* [mlir][Math] Add constant folder for ExpOp.jacquesguan2022-07-254-3/+40
* [mlir][Arithmetic] Fix printing larger integer attributes in arith.constMarius Hillenbrand2022-07-252-2/+8
* Use any_of (NFC)Kazu Hirata2022-07-241-1/+1
* Remove redundant string initialization (NFC)Kazu Hirata2022-07-241-1/+1
* Convert for_each to range-based for loops (NFC)Kazu Hirata2022-07-234-10/+10
* Use llvm::sort instead of std::sort where possibleDmitri Gribenko2022-07-234-11/+11
* Use callables directly in any_of, count_if, etc (NFC)Kazu Hirata2022-07-239-24/+12
* [mlir] Use value instead of getValue (NFC)Kazu Hirata2022-07-221-2/+2
* Use has_value instead of hasValue (NFC)Kazu Hirata2022-07-223-6/+6
* [mlir][python] Fix issue in diagnostic note initializationrkayaith2022-07-222-2/+18
* [mlir][Arithmetic] Add `arith.delinearize_index` operationChristopher Bate2022-07-2210-2/+201
* [mlir][vector] NFC change to improve doc of vector distribution opThomas Raoux2022-07-221-15/+37
* [mlir][vector] Extend transfer_write to read propagationThomas Raoux2022-07-223-1/+150
* [mlir][tosa] Flip accessors used to prefixed form (NFC)Jacques Pienaar2022-07-2213-242/+247
* [mlir][ods] Remove warning in `AttrOrTypeDef`Jeff Niu2022-07-221-8/+2
* [mlir][tosa] Split canonicalization and folders out of TosaOps.Jacques Pienaar2022-07-225-542/+560