summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.h
AgeCommit message (Expand)Author
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
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
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-20Bottleneck interface dispatch calls through a single function. (#1584)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-13IR support for Tuple types. (#1492)Yong He
2020-08-05`AnyValue` based dynamic dispatch code gen (#1477)Yong He
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-07-31Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)Yong He
2020-07-24Ensure labels are dumped in `lower-to-ir` (#1459)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-30Clean up unused code for IR object ownership (#1416)Tim Foley
2020-06-25Fixes.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-24Fixes.Yong He
2020-06-24Dynamic dispatch for generic interface requirements.Yong He
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
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-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-03-11Add a basc inlining facility for use in the stdlib (#1271)Tim Foley
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2019-12-03getStringHash on string literals (#1140)jsmall-nvidia
2019-11-22Clean up the concept of "pseudo ops" (#1136)Tim Foley
2019-10-22User IR-based layout for all IR steps (#1084)Tim Foley
2019-07-09WIP: slang to C++ code generation (#997)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia