summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-06-09Fix CUDA vector layout logic. (#1879)Yong He
2021-06-08Various fixes to CUDA backend. (#1877)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-03-26Append proper suffixes to 16-bit literals for GLSL (#1767)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2021-01-05Use "capability" system to select VKRT extension (#1647)Tim Foley
2020-12-11Add first steps toward a "capability" system (#1636)Tim Foley
2020-11-19Unify handling of static and dynamic dispatch for interfaces (#1612)Tim Foley
2020-11-10Use integer RTTI/witness handles in existential tuples. (#1598)Yong He
2020-11-06Specialize witness table lookups. (#1596)Yong He
2020-11-04Improve insertion location for "hoistable" instructions (#1593)Tim Foley
2020-10-29Generate `switch` based dynamic dispatch logic. (#1591)Yong He
2020-10-20Bottleneck interface dispatch calls through a single function. (#1584)Yong He
2020-10-09Support CUDA bindless texture in dynamic dispatch code. (#1575)Yong He
2020-10-04Handle partial existential parameter type specialization. (#1568)Yong He
2020-09-21Enable all dynamic dispatch tests on CUDA. (#1552)Yong He
2020-09-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
2020-09-10Add a pass to support resource return values (#1537)Tim Foley
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-28Enable lower-generics pass universally. (#1518)Yong He
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-17GPU Foreach Loop (#1498)Dietrich Geisler
2020-08-13IR support for Tuple types. (#1492)Yong He
2020-08-07AnyValue packing/unpacking pass. (#1480)Yong He
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-07-31Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)Yong He
2020-07-31Fix issues arising around DXR 1.1 RayQuery usage (#1468)Tim Foley
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)Yong He
2020-07-23Run SSA pass to clean up temporary variables during generics lowering. (#1447)Yong He
2020-07-15Refactor lower-generics pass into separate subpasses. (#1442)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-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-07-08Add support for global uniform shader parameters (#1433)Tim Foley
2020-06-25remove ThisPointerDecoration, generate IRInterfaceType in one passYong He
2020-06-25Remove interfaceType operand from lookup_witness_method instYong He
2020-06-25Partial fixes to code review commentsYong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-17Dynamic dipatch non-static functions.Yong He
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-15Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-26Synthesize "active mask" for CUDA (#1352)Tim Foley
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia