summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir-lower-generics.cpp
AgeCommit message (Expand)Author
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2020-11-20Make witness and RTTI handles lower to `uint2`. (#1613)Yong He
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-10-29Generate `switch` based dynamic dispatch logic. (#1591)Yong He
2020-10-22Generate `if` based dispatch logic on GPU targets. (#1585)Yong He
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-08-18Support initializing an existential value from a generic value. (#1503)Yong He
2020-08-14Lower existential types. (#1497)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-23Run SSA pass to clean up temporary variables during generics lowering. (#1447)Yong He
2020-07-15 IR pass to generate witness table wrappers. (#1443)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-10Dynamic code gen for generic local variables. (#1434)Yong He
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-24Fix `lowerFuncType` and small bug fixes.Yong 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