summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-specialize.cpp
Commit message (Expand)AuthorAge
* 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
* More renaming in jvp pass. (#2475)Yong He2022-10-27
* Adding a differentiable standard library (#2465)Sai Praveen Bangaru2022-10-26
* Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...Yong He2022-09-06
* Deduplicate consts and IRSpecialize in IR, propagate type info for `IntVal`. ...Yong He2022-09-01
* Specialize generic/existential calls within generic functions. (#2294)Yong He2022-06-25
* Preserve specialization cache in IR for specialization pass. (#2293)Yong He2022-06-23
* Clean up void returns. (#2260)Yong He2022-06-01
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Passing associated type arguments to existential parameters + packing for `bo...Yong He2021-10-21
* Add API to control interface specialization. (#1925)Yong He2021-08-26
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Fix existential specialization of mutable buffer loads. (#1671)Yong He2021-01-22
* Add first steps toward a "capability" system (#1636)Tim Foley2020-12-11
* Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley2020-11-19
* Fix comments. "white-list" -> "allow-list". (#1597)Yong He2020-11-06
* Update the type of a call inst during specialization. (#1569)Yong He2020-10-05
* Specialize exsitentials parameters in struct fields. (#1565)Yong He2020-10-02
* Support shader parameters that are an array of existential type. (#1542)Yong He2020-09-14
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He2020-09-04
* Fix `lowerFuncType` and small bug fixes.Yong He2020-06-24
* Fixes for IR generics (#1311)Tim Foley2020-04-08