index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-lower-existential.cpp
Commit message (
Expand
)
Author
Age
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
format
Ellie Hermaszewska
2024-10-29
*
Support mutable existential parameters. (#3836)
Yong He
2024-03-26
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
*
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-22
*
Allow `class` to implement COM interface, [DLLExport] (#2338)
Yong He
2022-07-25
*
New language feature: basic error handling. (#2253)
Yong He
2022-06-01
*
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
*
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-17
*
Bug fix for createDynamicObject (#1927)
Yong He
2021-09-01
*
Add `createDynamicObject` stdlib function. (#1923)
Yong He
2021-08-25
*
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-16
*
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-11-19
*
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-11-10
*
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-04
*
Reorder existential tuple elements. (#1516)
Yong He
2020-08-26
*
Support initializing an existential value from a generic value. (#1503)
Yong He
2020-08-18
*
Lower existential types. (#1497)
Yong He
2020-08-14