aboutsummaryrefslogtreecommitdiff
path: root/mlir/unittests/Dialect/SPIRV/SerializationTest.cpp
AgeCommit message (Expand)AuthorFilesLines
6 days[mlir][NFC] update `mlir/Dialect` create APIs (30/n) (#150643)Maksim Levental1-6/+6
2024-10-14[MLIR] Update APInt construction to correctly set isSigned/implicitTrunc (#11...Nikita Popov1-1/+1
2024-02-21Apply clang-tidy fixes for readability-identifier-naming in SerializationTest...Mehdi Amini1-3/+3
2024-02-20Apply clang-tidy fixes for performance-unnecessary-value-param in Serializati...Mehdi Amini1-1/+1
2023-06-05[mlir][spirv] Change numeric constant's bit-extension decision to be based on...Md Abdullah Shahneous Bari1-0/+49
2022-08-09[mlir][spirv] Migrate to use specalized enum attributesLei Zhang1-5/+5
2021-12-10[mlir][spirv] Avoid duplicated Block decoration during serializationLei Zhang1-17/+39
2021-12-10[mlir][spirv] Add serialization control to emit symbol nameLei Zhang1-13/+50
2021-06-09[mlir][spirv] Use SingleBlock + NoTerminator for spv.moduleLei Zhang1-2/+2
2021-05-06[mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRefLei Zhang1-2/+1
2020-12-17[mlir][spirv] NFC: Shuffle code around to better follow conventionLei Zhang1-5/+5
2020-12-14[MLIR][SPIRV] Refactoring serialization and deserializationergawy1-2/+2
2020-10-24Remove global dialect registrationMehdi Amini1-1/+1
2020-10-23Revert "Remove global dialect registration"Mehdi Amini1-1/+1
2020-10-23Remove global dialect registrationMehdi Amini1-1/+1
2020-08-19Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+4
2020-08-19Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+1
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+4
2020-08-18Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+1
2020-08-18Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+4
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+1
2020-08-15Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+4
2020-08-15Revert "Separate the Registration from Loading dialects in the Context"Mehdi Amini1-4/+1
2020-08-14Separate the Registration from Loading dialects in the ContextMehdi Amini1-1/+4
2020-07-16[spirv] Use owning module ref to avoid leaks and fix ASAN testsLei Zhang1-4/+5
2020-06-12[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-06-12Revert "[mlir][spirv] Enhance structure type member decoration handling"Mehdi Amini1-2/+2
2020-06-11[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-06-11Revert "[mlir][spirv] Enhance structure type member decoration handling"Mehdi Amini1-2/+2
2020-06-10[mlir][spirv] Enhance structure type member decoration handlingHazemAbdelhafez1-2/+2
2020-04-28[mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methodsAlex Zinenko1-2/+2
2020-03-12[mlir][spirv] Use spv.vce in spv.module and wire up (de)serializationLei Zhang1-0/+5
2020-01-26Mass update the MLIR license header to mention "Part of the LLVM project"Mehdi Amini1-1/+1
2019-12-23Adjust License.txt file to use the LLVM licenseMehdi Amini1-13/+4
2019-10-20Fix minor spelling tweaks (NFC)Kazuaki Ishizaki1-1/+1
2019-10-17NFC: Remove trivial builder get methods.River Riddle1-1/+1
2019-09-20NFC: Pass OperationState by reference instead of by pointer.River Riddle1-1/+1
2019-08-27[spirv] Add Block decoration for spv.struct.Denis Khalikov1-0/+124