summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/Quant
AgeCommit message (Expand)Author
2025-10-20[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TypeParser.cpp...Mehdi Amini
2025-10-11[mlir] Use llvm accumulate wrappers. NFCI. (#162957)Jakub Kuderski
2025-09-22[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in NormalizeQuantTypes....Mehdi Amini
2025-09-18[MLIR] Apply clang-tidy fixes for llvm-else-after-return in TypeParser.cpp (NFC)Mehdi Amini
2025-09-10[MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in Norm...Mehdi Amini
2025-09-02[MLIR][BUG] fix {$VARIABLE} usage in CMakeLists.txt (#156183)x12301450
2025-08-02[mlir][quant] Fix quantization example. (#151518)Javed Absar
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
2025-07-23[mlir] Remove unused includes (NFC) (#150266)Kazu Hirata
2025-07-22[mlir][NFC] update `mlir/Dialect` create APIs (19/n) (#149926)Maksim Levental
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-06-23switch type and value ordering for arith `Constant[XX]Op` (#144636)Skrai Pardus
2025-05-15[mlir] Use llvm::is_contained (NFC) (#140012)Kazu Hirata
2025-05-13[NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393)Max Graey
2025-04-20[mlir] Call hash_combine_range with ranges (NFC) (#136512)Kazu Hirata
2025-03-31Remove unused function from StripFuncQuantTypes (#121594)Sandeep Dasgupta
2025-03-23Sub-channel quantized type implementation (#120172)Sandeep Dasgupta
2025-03-17[mlir] Use `getSingleElement`/`hasSingleElement` in various places (#131460)Matthias Springer
2025-01-03[mlir][Transforms] Support 1:N mappings in `ConversionValueMapping` (#116524)Matthias Springer
2024-11-17[mlir][Quant][NFC] Apply clang-format to `StripFuncQuantTypes.cpp` (#116535)Matthias Springer
2024-10-07Remove redundant checks related to quantized type (#110604)Sandeep Dasgupta
2024-09-26[mlir] Improvements to the 'quant' dialect (#100667)Rafael Ubal
2024-08-09[mlir][ODS] Verify type constraints in Types and Attributes (#102326)Matthias Springer
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2023-08-30fix unused variable warnings in conditionalsMikhail Goncharov
2023-06-06[mlir] Convert quantized dialect bytecode to generated.Jacques Pienaar
2023-05-12[mlir] Update method cast calls to function callsTres Popp
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-01-11[mlir][NFC] Migrate rest of the dialects to the new fold APIMarkus Böck
2022-12-17[mlir] llvm::Optional::value => operator*/operator->Fangrui Song
2022-10-17[mlir][quant] Initial bytecode encoding for quantized typesJacques Pienaar
2022-09-18[mlir] Don't include StringSwitch.h (NFC)Kazu Hirata
2022-08-06[mlir, flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-27[mlir] Delete most of the ops from the quant dialect.Stella Laurenzo
2022-06-28[mlir] Update flipped accessors (NFC)Jacques Pienaar
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-13[mlir] (NFC) Clean up bazel and CMake target namesMogball
2022-05-13[ParseResult] Mark this as LLVM_NODISCARD (like LogicalResult) and fix issues.Chris Lattner
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-02-03[mlir][NFC] Split MlirQuant into proper IR/Utils/Transforms librariesRiver Riddle
2022-02-02[mlir][NFC] Update remaining dialect operations to use `hasVerifier` instead ...River Riddle
2022-01-26[mlir][NFC] Add a using for llvm::SMLoc/llvm::SMRange to LLVM.hRiver Riddle
2022-01-24[mlir] Remove a bunch of unnecessary dialect dependenciesRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2022-01-02Apply clang-tidy fixes for readability-const-return-type to MLIR (NFC)Mehdi Amini
2021-12-21Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini