summaryrefslogtreecommitdiff
path: root/source/slang/bytecode.cpp
AgeCommit message (Expand)Author
2018-02-08Basic IR support for `static const` globals (#404)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-04fixes x64 warningsYong He
2017-11-04fix linux buildYong He
2017-11-04fixed all warningsYong He
2017-11-04fix all unreachable code warningsYong He
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley