summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-util.cpp
AgeCommit message (Expand)Author
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-01-24IRSPIRVAsmOperandInst instructions may not have IRBlock as the immediate pare...Pankaj Mistry
2024-01-19Add `-fspv-reflect` support. (#3464)Yong He
2023-11-02Fix crash when writing to `no_diff` out parameter. (#3308)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-10-02More direct-SPIRV fixes. (#3257)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-27Fix a bug in `canInstHaveSideEffectAtAddress`. (#3246)Yong He
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-21Various slangpy fixes. (#3227)Yong He
2023-08-25Fix various issues with trivial loops (#3149)Sai Praveen Bangaru
2023-08-24Misc. SPIRV Fixes, Part 2. (#3147)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Diagnostic improvements for direct spirv (#3053)Ellie Hermaszewska
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-10Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska
2023-06-26Fix DCE on mutable calls in a loop. (#2943)Yong He
2023-05-10Generate faster derivative for div by const operations. (#2877)Yong He
2023-05-09Various fixes for autodiff and slangpy. (#2876)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-27Prevent storing loads of global parameters. (#2850)Yong He
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-24Change AD checkpointing policy to recompute more. (#2836)Yong He
2023-04-21Refactor checkpointing policy and availability pass. (#2826)Yong He
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-03-30Fix autodiff pass duplicates exported functions. (#2759)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-15Extend DCE to handle pure function calls that returns via `inout` parameters....Yong He
2023-03-15Properly implement differential witness of intermediate context type. (#2699)Yong He
2023-03-13Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)Yong He
2023-02-27Detect and deduplicate read-only resource access. (#2680)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-20Miscellaneous backward autodiff fixes. (#2665)Yong He
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-13Eliminate `continue` to allow unrolling any loops. (#2645)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-10Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2023-02-01Support `out` parameters in backward differentiation. (#2619)Yong He
2023-01-24Reimplement address elimination. (#2605)Yong He
2023-01-23Full address insts elimination for backward autodiff. (#2604)Yong He
2023-01-17First custom backward-derivative test case working. (#2598)Yong He
2023-01-14Support custom backward derivative attribute. (#2594)Yong He
2023-01-11Make backward differentiation work with generics. (#2586)Yong He