summaryrefslogtreecommitdiff
path: root/source/slang/ir-insts.h
AgeCommit message (Expand)Author
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-20More fixes for Falcor IR support (#317)Tim Foley
2017-11-28Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley
2017-11-20IR: support global variable with initializers (#294)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He
2017-11-15Various IR fixes for Falcor (#280)Tim Foley
2017-11-14IR: add support for `switch` statements (#278)Tim Foley
2017-11-07IR: add support for `discard` statement (#261)Tim Foley
2017-11-04merge with fixWarnings branchYong He
2017-11-04fixed all warningsYong He
2017-11-01Adding support for associated types.Yong He
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-19Initial work on a pass to scalarize GLSL varying input/output (#223)Tim Foley
2017-10-18Work on IR-based cross-compilation (#222)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-13Get rid of the `-slang-ir-asm` target (#212)Tim Foley
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-22More work on IR-based lowering and cross-compilationTim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley