summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
* Fix def-use legalization in CFG normalization. (#2909)Yong He2023-05-31
* Preserve type cast during AST constant folding. (#2912)Yong He2023-05-31
* Fix div-by-zero error during sccp. (#2911)Yong He2023-05-31
* Fix type checking & loop value hoisting (#2907)Yong He2023-05-30
* Fix derivative signature bug in checkDerivativeAttribute. (#2905)Yong He2023-05-30
* Disallow duplicate enumerator names in the same enum (#2904)Ellie Hermaszewska2023-05-30
* Fix bug in legalizeFuncType that leads to invalid IR. (#2902)Yong He2023-05-26
* Add API for querying total compile time. (#2898)Yong He2023-05-23
* Source embedding for output (#2889)jsmall-nvidia2023-05-22
* Add transpose logic for scalar swizzle (#2888)Yong He2023-05-18
* Make `GetSequentialID` a hoistable inst. (#2887)Yong He2023-05-16
* Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He2023-05-14
* Add finalized keywords for autodiff. (#2882)Yong He2023-05-12
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Fix intellisense and autodiff crashes. (#2879)Yong He2023-05-10
* Add slangc options for reporting downstream compile time. (#2878)Yong He2023-05-10
* Generate faster derivative for div by const operations. (#2877)Yong He2023-05-10
* Various fixes for autodiff and slangpy. (#2876)Yong He2023-05-09
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* Optimize logic around indexed temporary variables (#2873)Sai Praveen Bangaru2023-05-07
* Don't store loop induction values + fix minor issue (#2872)Sai Praveen Bangaru2023-05-06
* Fix checkpoint hints for higher-order autodiff (#2869)Sai Praveen Bangaru2023-05-05
* Squash a couple of warnings on clang (#2870)Ellie Hermaszewska2023-05-05
* Fix issue with out-of-order insts during type promotion when transposing code...Sai Praveen Bangaru2023-05-04
* Add SLANG_ASSUME and use it in release asserts (#2859)Ellie Hermaszewska2023-05-04
* Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia2023-05-04
* HLSL->Vulkan binding support (#2865)jsmall-nvidia2023-05-03
* Improve intellisense for attribute arguments. (#2864)Yong He2023-05-03
* gfx: fix vulkan validation errors. (#2861)Yong He2023-05-02
* Various dxc/fxc compatibility fixes. (#2863)Yong He2023-05-02
* Update slang-options.cppjsmall-nvidia2023-05-02
* Markdown CommandOptions (#2860)jsmall-nvidia2023-05-02
* CommandOptions (#2856)jsmall-nvidia2023-04-29
* SSA Register Allocation improvements. (#2857)Yong He2023-04-28
* vkd3d and dxvk integration (#2823)Ellie Hermaszewska2023-04-29
* Minor tidyings around d3d usage (#2854)Ellie Hermaszewska2023-04-29
* Fix handling of `[PreferRecompute]`. (#2855)Sai Praveen Bangaru2023-04-28
* Use Index for FuncType param count (#2853)Ellie Hermaszewska2023-04-28
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Small fixes to autodiff pass. (#2852)Yong He2023-04-27
* Prevent storing loads of global parameters. (#2850)Yong He2023-04-27
* Intellisense: show info on decl kind and differentiability. (#2847)Yong He2023-04-26
* 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
* Autodiff support for dynamically dispatched generic method. (#2846)Yong He2023-04-26
* Add support for `kIROp_DefaultConstruct` (#2845)Sai Praveen Bangaru2023-04-26
* For C-like targets, emit resource declarations before other globals (#2843)Sai Praveen Bangaru2023-04-26
* Fix type legalization missing child upon recreate. (#2842)Yong He2023-04-26