summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2025-08-06Fix unused space discovery for bindless heap. (#8075)Yong He
2025-07-31Handle debug-layer messages in a separate channel (#7988)Jay Kwak
2025-07-29Invoke `clang++` on C++ code instead of `clang` (#7958)Sam Estep
2025-07-24Organize code better by splitting some big files (#7890)Theresa Foley
2025-07-17Merge NamePool and RootNamePool into a single type (#7797)Copilot
2025-07-01Misc language server improvements. (#7569)Yong He
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-06-19Enabling optix ci pipeline (#7311)Harsh Aggarwal (NVIDIA)
2025-06-19Fix cuda_fp16 header issue (#7476)Mukund Keshava
2025-06-18Fix out of bound buffer access in the preprocessor. (#7475)Yong He
2025-06-17LanguageServer: Enhance auto completion for override. (#7465)Yong He
2025-06-14Bump the min shader model version for CUDA 12.8+ (#7415)Jay Kwak
2025-06-13Fix SLANG_USE_SYSTEM_SPIRV_HEADERS (#7371)Emil Imbert Villumsen
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-06-05Fix missing debug info for the included slang file (#7281)Lujin Wang
2025-06-04Fix rpc errors on slang-unit-tests (#7339)Jay Kwak
2025-06-02Add a new slang-test option `-enable-debug-layers` (#7300)Jay Kwak
2025-05-06Parse char literals as integers (#6989)Julius Ikkala
2025-05-01Smoke test WASM as a part of CI (#6969)Jay Kwak
2025-04-30Initial support for immutable lambda expressions. (#6914)Yong He
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-24Implemented #pragma warning (#6748)Ronan
2025-04-17Add Yet Another Source Code Generator (#6844)Theresa Foley
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-04-14try to find cuda headers in /usr/include (#6800)Simon Kallweit
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-04-02Enable "-HV 2021" option for DXC (#6445)Jay Kwak
2025-03-11IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)Mukund Keshava
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-11Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2025-01-21Fix gcc downstream compiler optimization level corresponding to OptimizationL...spking11
2025-01-14update slang-rhi + fix nvrtc options (#6080)Simon Kallweit
2025-01-13Find OptiX headers (#6071)Simon Kallweit
2025-01-08Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2024-12-18Fix metadata of register space and varying params. (#5906)Yong He
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-12Correct casing of windows includes (#5849)Ellie Hermaszewska
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-27Export language server to wasm. (#5419)Yong He
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-21Recognize a new spirv header json grammar keyword "aliases" (#5367)Jay Kwak
2024-10-20Mark SPIRV artifact as non-executable. (#5356)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska