summaryrefslogtreecommitdiff
path: root/source/slang/vm.cpp
AgeCommit message (Expand)Author
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-10-22Osx build fixes (#681)Matt Pharr
2018-04-28Remove unused local variable in vm.cpp (#533)Jeremie St-Amand
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-02-08Basic IR support for `static const` globals (#404)Tim Foley
2018-02-08Falcor fixes (#402)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2017-12-20IR: fixes for subscript accessors (#322)Tim Foley
2017-11-04fixes x64 warningsYong He
2017-11-04fixed all warningsYong He
2017-11-04fix all unreachable code warningsYong He
2017-10-16Implement notion of a "container format" (#213)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