summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2017-11-15Various IR fixes for Falcor (#280)Tim Foley
2017-11-14IR: add support for `switch` statements (#278)Tim Foley
2017-11-13Legalization of function parameter types.Yong He
2017-11-13Parameter block work (#276)Tim Foley
2017-11-09IR: Add support for break and continue statements (#272)Tim Foley
2017-11-08Cleanup substitution of DeclaredSubtypeWitness.Yong He
2017-11-08Cleanup of "suport generic interface method".Yong He
2017-11-07turn on 'treat warnings as errors' (#266)Yong He
2017-11-07IR: add support for `discard` statement (#261)Tim Foley
2017-11-07Support generic interface methods (#251)Yong He
2017-11-07Add reflection API to get type name (#263)Tim Foley
2017-11-07Merge branch 'master' into falcor-integration-workTim Foley
2017-11-07IR: support for select and negate (#257)Tim Foley
2017-11-07Emit pointer-type parameters as out paramsTim Foley
2017-11-07Fix for emitting subscript calls in HLSL/GLSLTim Foley
2017-11-07Try to fix up IR emit for subscript callsTim Foley
2017-11-07Add a comparison operator to UnownedStringSliceTim Foley
2017-11-07Fixes for name mangling/demanglingTim Foley
2017-11-07Attach correct types to subscript accessorsTim Foley
2017-11-07Handle "ThisType" subsitutions when specialization generics in the IRTim Foley
2017-11-07Remove `__intrinsic_op` from many declsTim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-11-05small cleanupsYong He
2017-11-04style fixesYong He
2017-11-04naming cleanupYong He
2017-11-04cleanup useless codeYong He
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixed last couple warnings under release/x64 build.Yong He
2017-11-04fix warningsYong He
2017-11-04Merge remote-tracking branch 'refs/remotes/official/master'Yong He
2017-11-04fixes x64 warningsYong He
2017-11-04mergeYong He
2017-11-04merge with fixWarnings branchYong He
2017-11-04determineEncoding bug fixYong He
2017-11-04bug fixYong He
2017-11-04gcc warning fixYong He
2017-11-04fix linux buildYong He
2017-11-04Merge branch 'master' of https://github.com/shader-slang/slangYong He
2017-11-04fixed all warningsYong He
2017-11-04fix all unreachable code warningsYong He
2017-11-04Passing both assoctype-simple and assoctype-complex test cases.Yong He
2017-11-04Natvis file update for improved debugging view of IR constructsYong He
2017-11-04Fix encoding detection when reading text file. Win32 API could mistakenly rep...Yong He
2017-11-04Merge https://github.com/shader-slang/slangYong He
2017-11-04work in-progressYong He
2017-11-03associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He
2017-11-03Fix #248 (#249)Tim Foley
2017-11-03Update natvis file for better viewing of RefPtr, DeclRef and Name classesYong He
2017-11-03in-progress workYong He
2017-11-02work inprogressYONGH\yongh