summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-util.h
AgeCommit message (Expand)Author
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Diagnostic improvements for direct spirv (#3053)Ellie Hermaszewska
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
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-05-10Generate faster derivative for div by const operations. (#2877)Yong He
2023-05-09Fix function side-effectness prop logic. (#2875)Yong He
2023-04-28SSA Register Allocation improvements. (#2857)Yong He
2023-04-27Prevent storing loads of global parameters. (#2850)Yong He
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-22Type legalization and autodiff bug fixes. (#2722)Yong He
2023-03-16Fix Phi simplification bug. (#2710)Yong He
2023-03-15Properly implement differential witness of intermediate context type. (#2699)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-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)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-11Make backward differentiation work with generics. (#2586)Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-12-21Further unify the autodiff passes. (#2574)Yong He
2022-12-19Separate primal computations from unzipped function into an explicit function...Yong He
2022-12-07Lower-to-ir no longer produce `Construct` inst. (#2553)Yong He
2022-11-02Rework differential conformance dictionary checking. (#2483)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-12Support `class` types. (#2321)Yong He