summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-28Delete invalid ASSERT in `isTypeOperandEqual`. (#6196)Yong He
2025-01-24Fix depth texture sampling on Metal. (#6168)Yong He
2025-01-17Fix nullptr in generic specialization (#6066)Julius Ikkala
2025-01-10Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-11-21Add datalayout for constant buffers. (#5608)Yong He
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-12Push buffer load to end of access chain. (#5544)Yong He
2024-11-06[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-29formatEllie Hermaszewska
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-28Assorted auto-diff enhancements for increased performance & more streamlined ...Sai Praveen Bangaru
2024-10-24Use DebugDeclare instead of DebugValue. (#5404)Yong He
2024-10-21Fix spirv codegen for pointer to empty structs. (#5355)Yong He
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-09Fix spirv lowering logic around pointer to unsized array. (#5243)Yong He
2024-10-02Fix the broken CI (#5216)Jay Kwak
2024-09-20Initial `Atomic<T>` type implementation. (#5125)Yong He
2024-09-19Support `IDifferentiablePtrType` (#5031)Sai Praveen Bangaru
2024-09-18Report AD checkpoint contexts (#5058)venkataram-nv
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-09-05Support `where` clause and type equality constraint. (#4986)Yong He
2024-08-28Metal: Mesh Shaders (#4280)Dynamitos
2024-08-28Make tuple types work in autodiff. (#4923)Yong He
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-30Fixes for Metal ParameterBlock support. (#4752)Yong He
2024-07-26Allow passing sized array to unsized array parameter. (#4744)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-24Add generic descriptor indexing intrinsic (#4389)dubiousconst282
2024-07-10Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV
2024-06-26Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV
2024-06-24Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-01Prevent hoisting of non-hoistable instructions in non-function values with ...Ellie Hermaszewska
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-14Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He