summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-legalize-types.cpp
Commit message (Expand)AuthorAge
...
* Small fixes and cleanups on CUDA/CPP codegen. (#2746)Yong He2023-03-28
* Type legalization and autodiff bug fixes. (#2722)Yong He2023-03-22
* Reverse-mode AD fixes for loops with non-trivial break region (#2671)Sai Praveen Bangaru2023-02-22
* Miscellaneous backward autodiff fixes. (#2665)Yong He2023-02-20
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Nested bwd-diff func call context save/restore. (#2584)Yong He2023-01-10
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Remove `construct` IR op. (#2555)Yong He2022-12-07
* Clean up void returns. (#2260)Yong He2022-06-01
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Bring heterogeneous-hello-world back up to date. (#1935)David Siher2021-09-14
* Add support for returning structures that contain opaque types (#1835)Tim Foley2021-05-04
* Update gfx back-ends to handle static specialization (#1826)Tim Foley2021-04-29
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Fix a subtle bug introduced into type legalization (#1632)Tim Foley2020-12-07
* "Shader Toy" example and related fixes (#1629)Tim Foley2020-12-07
* Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley2020-11-19
* Refactor the flow of type legalization (#1594)Tim Foley2020-11-05
* Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He2020-09-04
* Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia2020-03-02
* User IR-based layout for all IR steps (#1084)Tim Foley2019-10-22
* Initial work on representing layout at IR level (#1079)Tim Foley2019-10-17
* Change how global-scope constants are handled (#1001)Tim Foley2019-07-17
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31