summaryrefslogtreecommitdiff
path: root/source/slang/slang.vcxproj
AgeCommit message (Expand)Author
2018-12-21Feature/remove app context (#765)jsmall-nvidia
2018-12-19Refactor several IR passes (#761)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-14Represent global shader parameters explicitly in the IR (#756)Tim Foley
2018-12-10Remove the "VM" and "bytecode" features (#745)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-17IncludeFileSystem -> DefaultFileSystem (#677)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-10Feature/source loc refactor (#668)jsmall-nvidia
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-11Generate Visual Studio projects using Premake (#557)Tim Foley
2018-05-03Add a pass for computing dominator trees (#541)Tim Foley
2018-05-01Cleanups (#539)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-03-03IR: next phase of "everything is an instruction" (#433)Tim Foley
2018-02-23Refactor IR type system, step 0Yong He
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-19Fix IR memory leaks.Yong He
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-01-03Fix struct decl order again (#348)Tim Foley
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-27Cleanups (#298)Tim Foley
2017-11-07turn on 'treat warnings as errors' (#266)Yong He
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