summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-specialize.cpp
Commit message (Expand)AuthorAge
* Lookup refactor (#8467)kaizhangNV2025-09-23
* extend fiddle to allow custom lua splices in more places (#7559)Ellie Hermaszewska2025-07-01
* Implement spec const for generic parameter (#7121)kaizhangNV2025-05-15
* Fix regression in partial specialization of existential arguments (#6818)kaizhangNV2025-04-17
* Allow partial specialization of existential arguments. (#6487)Yong He2025-02-28
* Fix issue with specialization using arithmetic expressions (#6084)Sai Praveen Bangaru2025-01-14
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* Check whether array element is fully specialized (#6000)kaizhangNV2025-01-07
* Fix two specialization bugs (#5540)Anders Leino2024-11-12
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Specialize existential return types when possible. (#5044)Yong He2024-09-10
* Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He2024-08-23
* Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He2024-08-19
* Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He2024-08-18
* FIx issue with specializing witness tables (#4839)Sai Praveen Bangaru2024-08-13
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He2024-06-12
* Add options to speedup compilation. (#4240)Yong He2024-05-29
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* Support arithmetics on generic arguments (#3968)Jay Kwak2024-04-19
* Fix crash when specializing generic entry points. (#3760)Yong He2024-03-13
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Fix type checking around generic array types. (#3568)Yong He2024-02-11
* Support pointers in SPIRV. (#3561)Yong He2024-02-08
* Add per-buffer data layout control. (#3551)Yong He2024-02-05
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He2023-07-19
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He2023-07-12
* Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He2023-07-12
* Add perf benchmark utility. (#2977)Yong He2023-07-11
* Add API for querying total compile time. (#2898)Yong He2023-05-23
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Fix specialization dictionaries cleanup pass (#2844)Sai Praveen Bangaru2023-04-26
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Combine lookupWitness lowering with specialization. (#2794)Yong He2023-04-12
* Apply IR simplifcation immediately after specialization to avoid duplicates. ...Yong He2023-03-27
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* First custom backward-derivative test case working. (#2598)Yong He2023-01-17
* Nested bwd-diff func call context save/restore. (#2584)Yong He2023-01-10
* Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He2023-01-06
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Support `no_diff` on existential typed params. (#2540)Yong He2022-11-30