summaryrefslogtreecommitdiffstats
path: root/source/slang/ir.cpp
Commit message (Expand)AuthorAge
* 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
* Fix substitution mechanism to remove special cases for global params (#297)Yong He2017-11-24
* Merge branch 'master' into generic-param-fixYong He2017-11-21
|\
| * IR: support global variable with initializers (#294)Tim Foley2017-11-20
* | Add logic to propagate GlobalGenericParamSubstitutionYong He2017-11-21
* | fixup global generic parametersYong He2017-11-20
|/
* IR: Add support for `out` and `inout` parameters (#289)Tim Foley2017-11-17
* Add support for global generic parameters (#285)Yong He2017-11-17
* IR: pass through `[unroll]` attribute (#284)Tim Foley2017-11-16
* Revise type legalization so it can handle constant buffers (#282)Tim Foley2017-11-16
* Various IR fixes for Falcor (#280)Tim Foley2017-11-15
* IR: add support for `switch` statements (#278)Tim Foley2017-11-14
* IR: add support for `discard` statement (#261)Tim Foley2017-11-07
* Support generic interface methods (#251)Yong He2017-11-07
* Handle "ThisType" subsitutions when specialization generics in the IRTim Foley2017-11-07
* Parameter blocks (#245)Tim Foley2017-11-06
* small cleanupsYong He2017-11-05
* Merge remote-tracking branch 'refs/remotes/official/master'Yong He2017-11-04
|\
| * fixes x64 warningsYong He2017-11-04
* | merge with fixWarnings branchYong He2017-11-04
|\|
| * fixed all warningsYong He2017-11-04
| * fix all unreachable code warningsYong He2017-11-04
* | in-progress workYong He2017-11-03
* | Adding support for associated types.Yong He2017-11-01
|/
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* Merge https://github.com/shader-slang/slangYong He2017-10-23
|\
| * Fix up emission of shader parameter semantics when using IR (#226)Tim Foley2017-10-20
* | in-progress work: allow render-test to generate and bind various resource inp...YONGH\yongh2017-10-20
|/
* Initial work on a pass to scalarize GLSL varying input/output (#223)Tim Foley2017-10-19
* Work on IR-based cross-compilation (#222)Tim Foley2017-10-18
* Implement notion of a "container format" (#213)Tim Foley2017-10-16
* Get rid of the `-slang-ir-asm` target (#212)Tim Foley2017-10-13
* Perform some transformations on IR to legalize for GLSL (#200)Tim Foley2017-10-06
* IR: overhaul IR design/implementation (#195)Tim Foley2017-10-04
* More work on IR-based lowering and cross-compilationTim Foley2017-09-22
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21
* IR: handle control flow constructs (#186)Tim Foley2017-09-14
* Get another test working with IR codedgenTim Foley2017-09-11
* Support IR-based codegen for a few more examples.Tim Foley2017-09-11
* Fixup: fix uninitialized memory bugTim Foley2017-09-07
* Replace old notion of "intrinsic" operationsTim Foley2017-09-07
* Continue work on IR-based codegenTim Foley2017-09-06
* [ir] Add support for "decorations" on instructionsTim Foley2017-08-17
* [ir] Represent fields more direcltyTim Foley2017-08-17
* Add some dummy logic to print IR to HLSLTim Foley2017-08-17
* IR generation cleanup workTim Foley2017-08-17
* More work on IRTim Foley2017-08-16
* Starting to add intermediate representation (IR)Tim Foley2017-08-15