summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-09Parser: fix precedence of cast expressions (#203)Tim Foley
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-10-06Attempt to fix subprocess handling for Linux (#197)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-25Merge pull request #191 from tfoleyNV/ir-workTim Foley
2017-09-25Fixup: deal with hitting `.obj` size limits for VSTim Foley
2017-09-25Fixup: typo in `core` library meta-codeTim Foley
2017-09-22More work on IR-based lowering and cross-compilationTim Foley
2017-09-21Merge pull request #190 from tfoleyNV/use-warp-for-d3d11-testsTim Foley
2017-09-21Use WARP for D3D rendering tests.Tim 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-13Merge pull request #184 from tfoleyNV/design-docsTim Foley
2017-09-13Merge branch 'master' into design-docsTim Foley
2017-09-13Add an initial design document on interfacesTim Foley
2017-09-12Merge pull request #181 from tfoleyNV/ir-lowering-workTim Foley
2017-09-12Get IR working for `AdaptiveTessellationCS40/Render` testTim Foley
2017-09-11Merge pull request #180 from tfoleyNV/ir-lowering-workTim Foley
2017-09-11Get another test working with IR codedgenTim Foley
2017-09-11Merge pull request #179 from tfoleyNV/ir-lowering-workTim Foley
2017-09-11Support IR-based codegen for a few more examples.Tim Foley
2017-09-11Merge pull request #178 from tfoleyNV/boilerplate-generatorTim Foley
2017-09-11Initial work on boilerplate code generatorTim Foley
2017-09-07Merge pull request #177 from tfoleyNV/ir-workTim Foley
2017-09-07Fixup: fix uninitialized memory bugTim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-09-06Merge pull request #176 from tfoleyNV/ir-workTim Foley
2017-09-06Continue work on IR-based codegenTim Foley
2017-09-05Merge pull request #175 from tfoleyNV/implicit-conversionTim Foley
2017-09-05Add a basic test case for HLSL implicit conversionsTim Foley
2017-09-05Move implicit conversion operations to stdlibTim Foley
2017-08-31Merge pull request #174 from tfoleyNV/modifier-lowering-fixTim Foley
2017-08-31Fix some issues around cloned modifiers.Tim Foley
2017-08-25Merge pull request #173 from tfoleyNV/resources-in-structs-fixesTim Foley
2017-08-25Fixup for test failureTim Foley
2017-08-25Try to print failure from AppVeyor testsTim Foley
2017-08-25Fixup: handle splice of multiple modifiersTim Foley
2017-08-25Fix some resources-in-structs bugsTim Foley
2017-08-17Merge pull request #170 from tfoleyNV/irTim Foley
2017-08-17[ir] Add support for "decorations" on instructionsTim Foley
2017-08-17[ir] Represent fields more direcltyTim Foley
2017-08-17Add some dummy logic to print IR to HLSLTim Foley
2017-08-17Merge pull request #169 from tfoleyNV/irTim Foley
2017-08-17IR generation cleanup workTim Foley
2017-08-17Merge pull request #168 from tfoleyNV/resources-in-structs-controlTim Foley
2017-08-17Add a flag to control type splittingTim Foley
2017-08-16Merge pull request #167 from tfoleyNV/irTim Foley