summaryrefslogtreecommitdiff
path: root/source/slang/slang-serialize-container.cpp
AgeCommit message (Expand)Author
2025-07-17Perf improvements to IR serialization (#7751)Ellie Hermaszewska
2025-07-09Stable names and backwards compat for serialized IR modules (#7644)Ellie Hermaszewska
2025-07-08Use fossil for IR serialization (#7619)Ellie Hermaszewska
2025-07-01Remove some cruft/complexity from IR serialization (#7483)Theresa Foley
2025-05-21Generalize serialization system used for AST (#7126)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
2024-10-29formatEllie Hermaszewska
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-04-11Fix the issues when compiling slang to library (#3936)kaizhangNV
2024-03-19Fix inconsistent digest of precompiled module. (#3796)Yong He
2024-03-18Fix name mangling and source file finding logic for precompiled module valida...Yong He
2024-03-01warnings (#3653)Ellie Hermaszewska
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2023-09-26Fix for epoch/ASTBuilder* nullptr issue (#3240)jsmall-nvidia
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2022-06-13Language Server improvements. (#2269)Yong He
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-11-18Serialized stdlib working (#1603)jsmall-nvidia
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia
2020-09-18Serialization fixes based on review of #1547 (#1551)jsmall-nvidia
2020-09-18Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia