summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-specialize-function-call.cpp
Commit message (Expand)AuthorAge
* Implement Path::createDirectoryRecursive (#4871)kaizhangNV2024-08-20
* Issue/legalize resource (#4769)kaizhangNV2024-08-14
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
* Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He2024-05-17
* Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He2024-05-14
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* SPIRV compiler performance fixes. (#3258)Yong He2023-10-04
* Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He2023-08-31
* Add API for querying total compile time. (#2898)Yong He2023-05-23
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* More control flow simplifications. (#2673)Yong He2023-02-24
* Remove `SharedIRBuilder`. (#2657)Yong He2023-02-16
* Rename IR opcodes to unify style. (#2556)Yong He2022-12-07
* Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley2022-04-11
* Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He2022-02-25
* Cleanup refactoring work around the IR builder (#2061)Theresa Foley2021-12-17
* Work to mitigate SPIR-V bloat (#1914)Theresa Foley2021-07-21
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Obfuscation naming issue fix (#1676)jsmall-nvidia2021-01-26
* Run array specialization in a sperate pass. (#1449)Yong He2020-07-23