summaryrefslogtreecommitdiffstats
path: root/source/slang/ast-legalize.cpp
Commit message (Expand)AuthorAge
* Remove non-IR codegen paths (#398)Tim Foley2018-02-03
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* All compiler fixes to get ir branch work with falcor feature demo.Yong He2018-01-17
* Refactor substitution representation in DeclRefBase (#363)Yong He2018-01-12
* Always respect dependency order when lowering decls via AST (#344)Tim Foley2018-01-02
* fix ast-lowering of `TransitiveSubtypeWitness` values.Yong He2017-12-26
* Fix up parameter block emit for mixed rewriter+IR (#316)Tim Foley2017-12-19
* Work on getting rewriter + IR playing nice together. (#314)Tim Foley2017-12-18
* Fix parameter block binding for Vulkan (#308)Tim Foley2017-12-13
* Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley2017-12-08
* Make AST and IR share type legalization code (#303)Tim Foley2017-12-06
* Add API to query stage of varying parameter (#302)Tim Foley2017-11-29
* Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley2017-11-28
* Generate IR per-module for loaded modules (#299)Tim Foley2017-11-28
* Cleanups (#298)Tim Foley2017-11-27