summaryrefslogtreecommitdiff
path: root/mlir/lib/Target/SPIRV/Serialization/SerializeOps.cpp
AgeCommit message (Expand)Author
2025-11-20[mlir][spirv] Add support for SwitchOp (#168713)Igor Wodiany
2025-10-20[mlir][spirv] Remove destroyed values from ValueIDMap (#164098)Igor Wodiany
2025-09-12[mlir][spirv] Add support for SPV_ARM_graph extension - part 2 (#156665)Davide Grohmann
2025-07-15[mlir][spirv] Add basic support for SPV_EXT_replicated_composites (#147067)Mohammadreza Ameri Mahabadian
2025-04-30[mlir][spirv] Allow yielding values from loop regions (#135344)Igor Wodiany
2025-04-02[mlir][spirv] Allow yielding values from selection regions (#133702)Igor Wodiany
2024-09-15[mlir] Reland 5a6e52d6ef96d2bcab6dc50bdb369662ff17d2a0 with update (NFC)JOE1994
2024-09-15Revert "[mlir] Nits on uses of llvm::raw_string_ostream (NFC)"JOE1994
2024-09-15[mlir] Nits on uses of llvm::raw_string_ostream (NFC)JOE1994
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-02-17[mlir][spirv] Replace hardcoded strings with op methods (#81443)SahilPatidar
2024-02-15Apply clang-tidy fixes for llvm-else-after-return in SerializeOps.cpp (NFC)Mehdi Amini
2024-01-06[mlir][spirv] Support alias/restrict function argument decorations (#76353)Kohei Yamaguchi
2024-01-05[mlir][spirv] Support spec constants as GlobalVar initializer (#75660)Dimple Prajapati
2023-05-26[mlir] Move casting calls from methods to function callsTres Popp
2023-05-24[mlir][spirv] Support import/export Functions and GlobalVariablesMd Abdullah Shahneous Bari
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2022-09-26[mlir][spirv] Change dialect name from 'spv' to 'spirv'Jakub Kuderski
2022-09-24[mlir][spirv] Switch to kEmitAccessorPrefix_PredixedJakub Kuderski
2022-09-20[mlir][spirv] Add casting ops to/from generic storage spaceNirvedh Meshram
2022-08-09[mlir][spirv] Migrate to use specalized enum attributesLei Zhang
2022-07-15Use drop_begin (NFC)Kazu Hirata
2022-06-20[mlir] Don't use Optional::getValue (NFC)Kazu Hirata
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2021-12-13[mlir][spirv] Serialize selection with separate header blockLei Zhang
2021-12-11[mlir][spirv] Fix nested control flow serializationLei Zhang
2021-12-10[mlir][spirv] Propagate LogicalResult in (de)serializationLei Zhang
2021-12-10[mlir][spirv] Avoid duplicated Block decoration during serializationLei Zhang
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle
2021-03-06[MLIR][SPIRV] Rename `spv.selection` to `spv.mlir.selection`.KareemErgawy-TomTom
2021-02-08[MLIR][SPIRV] NFC: Split serialization code among multiple files.KareemErgawy-TomTom