summaryrefslogtreecommitdiffstats
path: root/source/slang/vm.cpp
Commit message (Expand)AuthorAge
* Remove the "VM" and "bytecode" features (#745)Tim Foley2018-12-10
* Change how buffers are emitted (#741)Tim Foley2018-12-07
* Osx build fixes (#681)Matt Pharr2018-10-22
* Remove unused local variable in vm.cpp (#533)Jeremie St-Amand2018-04-28
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Basic IR support for `static const` globals (#404)Tim Foley2018-02-08
* Falcor fixes (#402)Tim Foley2018-02-08
* Generate SSA form for IR functions (#400)Tim Foley2018-02-07
* IR: fixes for subscript accessors (#322)Tim Foley2017-12-20
* fixes x64 warningsYong He2017-11-04
* fixed all warningsYong He2017-11-04
* fix all unreachable code warningsYong He2017-11-04
* Implement notion of a "container format" (#213)Tim Foley2017-10-16
* IR: overhaul IR design/implementation (#195)Tim Foley2017-10-04
* First attempt at a Linux build (#193)Tim Foley2017-09-27
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21