summaryrefslogtreecommitdiff
path: root/source/slang/slang-lower-to-ir.cpp
AgeCommit message (Expand)Author
2019-11-06Add basic support for entry points in `.slang-lib` files. (#1112)Tim Foley
2019-11-06Support for [__extern] attribute (#1111)jsmall-nvidia
2019-11-06Feature/obfuscate improvements (#1107)jsmall-nvidia
2019-10-31Reference IR modules with entry point (#1101)jsmall-nvidia
2019-10-25Don't use mangled names when emitting code (#1096)Tim Foley
2019-10-24Strip IR after front-end steps are done (#1092)Tim Foley
2019-10-22User IR-based layout for all IR steps (#1084)Tim Foley
2019-10-17Initial work on representing layout at IR level (#1079)Tim Foley
2019-10-09Feature/decor entry point name (#1073)jsmall-nvidia
2019-10-08Fixed from Review of Entry Point decoration #1068 (#1072)jsmall-nvidia
2019-10-08Feature/ir entry point profile (#1068)jsmall-nvidia
2019-10-04IR types for subset of Attributes (#1067)jsmall-nvidia
2019-09-18Clean up some behavior of operator% (#1060)Tim Foley
2019-08-08Revise new COM-lite API (#1007)Tim Foley
2019-07-18Add back a notion of IR global constants (#1002)Tim Foley
2019-07-17Change how global-scope constants are handled (#1001)Tim Foley
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia