summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-05-03Pass through original names for most declarations (#547)Tim Foley
2018-05-02Add support for explicit register space bindings (#542)Tim Foley
2018-05-02Fix emit logic when "terminators" occur in the middle of a block (#540)Tim Foley
2018-05-01Diagnose attempts to write to fields in methods (#530)Tim Foley
2018-04-23Improve SSA promotion for arrays and structs (#521)Tim Foley
2018-04-23Fix successor computation for `switch` instruction (#520)Tim Foley
2018-04-20Diagnose use of an implicit cast as an argument for an `out` parameter (#516)Tim Foley
2018-04-18Fix output of `groupshared` with IR type system (#492)Tim Foley
2018-04-17Feature/renderer binding (#489)jsmall-nvidia
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-04-11Feature/dx12 compute (#483)jsmall-nvidia
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia
2018-04-04Switch on dx12 testing for remaining render tests. (#477)jsmall-nvidia
2018-04-04Dx12 rendering works in test framework. (#476)jsmall-nvidia
2018-04-04Pass AST interpolation modifiers through to codegen. (#475)Tim Foley
2018-04-02Implement "operator comma" in IR codegen (#472)Tim Foley
2018-03-29Avoid crash when bad argument given to [instance(...)] attribute (#464)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-03-29Add support for default parameter values in IR codegen (#459)Tim Foley
2018-03-28Merge from v0.9.15 (#460)Tim Foley
2018-03-26Unify all generic parameters, even if some mismatch (#454)Tim Foley
2018-03-16Overhaul implementation of [attributes] (#443)Tim Foley
2018-03-12Stop compilation when a imported module contains errors. (#440)Yong He
2018-03-03IR: next phase of "everything is an instruction" (#433)Tim Foley
2018-02-26Merge from 0.9.x (#429)Tim Foley
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-16IR/Vulkan fixes (#412)Tim Foley
2018-02-13Fix a bug in IR use-def information (#406)Tim Foley
2018-02-08Basic IR support for `static const` globals (#404)Tim Foley
2018-02-08Falcor fixes (#402)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-07Support __target_intrinsic modifiers in IR codegen (#401)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-02-02Initial work on getting render-test to support vulkan (#391)Tim Foley
2018-02-01Implement type splitting for raw buffers (#393)Tim Foley
2018-01-29Remove #import directive (#389)Tim Foley
2018-01-26Fix handling of errors in imported modules (#387)Tim Foley
2018-01-26Fix some crashing bugs around local variable declarations. (#385)Tim Foley
2018-01-21specialize witness tables when needed when specializing `lookup_witness_table...Yong He
2018-01-21Add directive to ignore file for test runnerTim Foley
2018-01-21Improvements and bug fixes for global type parametersYong He
2018-01-20bug fixesYong He
2018-01-19Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He
2018-01-18rename expected test result file.Yong He
2018-01-17All compiler fixes to get ir branch work with falcor feature demo.Yong He
2018-01-16Allow extension on interface (#369)Yong He
2018-01-15Support transitive interfacesYong He
2018-01-14Fixup field lookup from a member function defined in an extensionYong He
2018-01-14allow extension of a concrete type to implement additional interfaceYong He