summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-08-17Attempt to fix lookup for members that "override" (#1501)Tim Foley
2020-08-14Lower existential types. (#1497)Yong He
2020-08-14Fix an issue with explicit enum tag types (#1495)Tim Foley
2020-08-13Support property declarations in interfaces (#1494)Tim Foley
2020-08-13Added WavePrefixCountBits test. (#1493)jsmall-nvidia
2020-08-13Allow both traditional and modern property syntax (#1487)Tim Foley
2020-08-11Bugfix: WaveActiveCountBits on glsl output. (#1488)jsmall-nvidia
2020-08-11Improvements to Casting (#1483)jsmall-nvidia
2020-08-07AnyValue packing/unpacking pass. (#1480)Yong He
2020-08-05Change the policy for entry-point uniform parameters on Vulkan (#1476)Tim Foley
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-08-04Sampler Feedback improvements (#1475)jsmall-nvidia
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-07-31Upgrade to Glslang 11.0.0 (#1466)jsmall-nvidia
2020-07-24Fix bugs related to mutating implementations of interface methods (#1461)Tim Foley
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)Yong He
2020-07-24Enable CUDA for active-mask tests. (#1458)jsmall-nvidia
2020-07-24Handle case of no global parameters for CPU/CUDA (#1457)Tim Foley
2020-07-24Test frame work improvements (#1452)jsmall-nvidia
2020-07-23Run SSA pass to clean up temporary variables during generics lowering. (#1447)Yong He
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-07-23Fix for vulkan tests failing (#1456)jsmall-nvidia
2020-07-20Multiple Entry Point Backend (#1437)Dietrich Geisler
2020-07-17Disable specializing function calls if they have a struct param, that contain...jsmall-nvidia
2020-07-16Support associatedtype local variables and return values in dynamic dispatch ...Yong He
2020-07-13Dynamic code gen for functions returning generic types. (#1439)Yong He
2020-07-10CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley
2020-07-10Fix a preprocessor bug affecting X-macros (#1436)Tim Foley
2020-07-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-07-08Add support for global uniform shader parameters (#1433)Tim Foley
2020-07-07Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)Yong He
2020-07-03Emit pointers for CPU target. (#1418)Yong He
2020-07-01Disable dynamic dispatch tests on CUDA - as fails with exception about unhand...jsmall-nvidia
2020-06-30Initial work on property declarations (#1410)Tim Foley
2020-06-24Fix `lowerFuncType` and small bug fixes.Yong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-19Merge remote-tracking branch 'origin/master' into struct-inheritance-and-inte...Tim Foley
2020-06-19Dynamic dispatch for static member functions of associatedtypes. (#1404)Yong He
2020-06-19fixup: actually make the test case test somethingTim Foley
2020-06-18Work on struct inheritance and interfacesTim Foley
2020-06-18Merge branch 'master' into dyndispatchTim Foley
2020-06-18Improvements around C++ code generation (#1396)jsmall-nvidia
2020-06-17Dynamic dipatch non-static functions.Yong He
2020-06-17Add != operator for enum types (#1394)Tim Foley
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-15Remove implicit conversions to `void` (#1388)Tim Foley
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-12Diagnose circularly-defined constants (#1384)Tim Foley
2020-06-05Filter lookup results from interfaces in `visitMemberExpr`.Yong He
2020-06-05Merge branch 'master' into loop_attribTim Foley