summaryrefslogtreecommitdiffstats
path: root/source/slang/slang.natvis
Commit message (Expand)AuthorAge
* [CBP] Pointer frontend changes + groupshared pointer support (#7848)ArielG-NV2025-08-29
* Clean up `natvis` and use fiddle to generate info needed for `.natvis` debugg...ArielG-NV2025-08-14
* Error if super-type capabilities are a super-set of sub-type (#7452)ArielG-NV2025-08-08
* Add support for on-demand AST deserialization (#7482)Theresa Foley2025-06-19
* Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He2025-01-03
* Variadic Generics Part 1: parsing and type checking. (#4833)Yong He2024-08-14
* Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV2024-05-16
* Fix type union logic in generic type inference. (#3852)Yong He2024-03-28
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Support per field matrix layout (#3101)Yong He2023-08-14
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Simplify Lookup and improve compiler performance. (#2996)Yong He2023-07-18
* Create and cache flattened inheritance lists (#2740)Theresa Foley2023-07-12
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Minimum binary arithmetic reverse autodiff working. (#2514)Edward Liu2022-11-14
* Fix inlining pass. (#2506)Yong He2022-11-10
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Fix `ApplyExtensionToType` on own type being extended. (#2430)Yong He2022-10-04
* Allow interface requirements to reference to the interface type itself. (#2398)Yong He2022-09-13
* Support compile-time constant int val in the form of polynomials. (#2372)Yong He2022-08-22
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* Fix CUDA vector layout logic. (#1879)Yong He2021-06-09
* Various fixes to CUDA backend. (#1877)Yong He2021-06-08
* Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He2021-04-16
* Add Vulkan/SPIR-V support for TraceRayInline() (#1737)Tim Foley2021-03-05
* Initial implementation of interface conjunctions (#1691)Tim Foley2021-02-05
* Further flatten IR natvis views (#1672)Yong He2021-01-22
* Make natvis to discover and display IRInst names more directly (#1670)Yong He2021-01-21
* Start exposing a new COM-lite API (#987)Tim Foley2019-06-19
* Fix IR emit logic for methods in `struct` types (#791)Tim Foley2019-01-23
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Decorations are instructions (#748)Tim Foley2018-12-11
* Fix an SSA construction bug (#739)Tim Foley2018-12-04
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* IR: "everything is an instruction" (#432)Tim Foley2018-03-01
* Support nested genericsYong He2018-01-12
* Support nested generic types (e.g. L<T<S>>)Yong He2017-12-27
* Support generic interface methods (#251)Yong He2017-11-07
* Natvis file update for improved debugging view of IR constructsYong He2017-11-04
* work in-progressYong He2017-11-04
* associatedtypes: generating almost correct HLSL, but is not calling correctly...Yong He2017-11-03
* in-progress workYong He2017-11-03
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21
* Major naming overhaul:Tim Foley2017-08-09
* Rename `Slang::Compiler` -> `Slang`Tim Foley2017-06-15
* Initial import of code.Tim Foley2017-06-09