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-generic-function.cpp
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-14
*
Refactor compiler option representations. (#3598)
Yong He
2024-02-20
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-16
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Combine lookupWitness lowering with specialization. (#2794)
Yong He
2023-04-12
*
Emit simpler vector element access code. (#2770)
Yong He
2023-04-03
*
Fix generic lowering regression due to IR deduplication. (#2723)
Yong He
2023-03-22
*
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
*
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-16
*
Make backward differentiation work with generics. (#2586)
Yong He
2023-01-11
*
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-09-15
*
Specialize and SSA in a loop + better diagnostics on dynamic dispatch failur...
Yong He
2022-09-06
*
Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)
Yong He
2022-08-22
*
Specialize generic/existential calls within generic functions. (#2294)
Yong He
2022-06-25
*
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-23
*
Clean up void returns. (#2260)
Yong He
2022-06-01
*
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
*
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-16
*
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-16
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
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 existential types in `StructuredBuffer` element type. (#1536)
Yong He
2020-09-10
*
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-28
*
Support initializing an existential value from a generic value. (#1503)
Yong He
2020-08-18
*
Lower existential types. (#1497)
Yong He
2020-08-14
*
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-08-05
*
Support associatedtype local variables and return values in dynamic dispatch ...
Yong He
2020-07-16
*
IR pass to generate witness table wrappers. (#1443)
Yong He
2020-07-15
*
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He
2020-07-15