index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
bytecode.cpp
Commit message (
Expand
)
Author
Age
*
Remove the "VM" and "bytecode" features (#745)
Tim Foley
2018-12-10
*
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-10-12
*
Support for IRStringLit (#645)
jsmall-nvidia
2018-09-19
*
Introduce an IR-level type system (#481)
Tim Foley
2018-04-11
*
IR: "everything is an instruction" (#432)
Tim Foley
2018-03-01
*
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-22
*
Basic IR support for `static const` globals (#404)
Tim Foley
2018-02-08
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
fixes x64 warnings
Yong He
2017-11-04
*
fix linux build
Yong He
2017-11-04
*
fixed all warnings
Yong He
2017-11-04
*
fix all unreachable code warnings
Yong He
2017-11-04
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-10-06
*
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-10-04
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-21