index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-lower-generic-call.cpp
Age
Commit message (
Expand
)
Author
2025-07-01
extend fiddle to allow custom lua splices in more places (#7559)
Ellie Hermaszewska
2025-06-28
Minimal optional constraints (#7422)
Julius Ikkala
2024-10-29
format
Ellie Hermaszewska
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2023-11-16
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2022-12-07
Rename IR opcodes to unify style. (#2556)
Yong He
2022-09-06
Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...
Yong He
2022-08-22
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-07-11
Added support for differentiating calls to basic functions, as well as arithm...
Sai Praveen Bangaru
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-04-28
Fix errors when building with the latest Xcode (#2215)
Vincent Isambart
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-09-03
Fix crash: dynamic dispatch of generic interface method. (#1929)
Yong He
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2020-11-10
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-11-06
Specialize witness table lookups. (#1596)
Yong He
2020-10-22
Generate `if` based dispatch logic on GPU targets. (#1585)
Yong He
2020-10-20
Bottleneck interface dispatch calls through a single function. (#1584)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-18
Support initializing an existential value from a generic value. (#1503)
Yong He
2020-08-14
Lower existential types. (#1497)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-07-16
Support associatedtype local variables and return values in dynamic dispatch ...
Yong He
2020-07-15
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He