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