summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
AgeCommit message (Expand)Author
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-01Allow use of dxc compiler for DXIL generation (#241)Tim Foley
2017-09-22More work on IR-based lowering and cross-compilationTim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley
2017-09-14IR: handle control flow constructs (#186)Tim Foley
2017-09-11Initial work on boilerplate code generatorTim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-08-17Add some dummy logic to print IR to HLSLTim Foley
2017-08-15Starting to add intermediate representation (IR)Tim Foley
2017-08-14Add an explicit `Name` typeTim Foley
2017-08-10Make source location lightweightTim Foley
2017-08-07Remove uses of global variablesTim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-07-09Pick layout rules based on target languge, not source.Tim Foley
2017-07-06Start to support cross-compilation via "lowering" passTim Foley
2017-06-30Add meta-definitions for AST typesTim Foley
2017-06-19Make sure that semantic checks always apply to Slang filesTim Foley
2017-06-19Allow for automatic importing of Slang codeTim Foley
2017-06-09Build: more fixes to get `msbuild` to work from command line.Tim Foley
2017-06-09Initial import of code.Tim Foley