summaryrefslogtreecommitdiff
path: root/source/compiler-core
AgeCommit message (Expand)Author
2024-09-09Initial WGSL support (#5006)Anders Leino
2024-09-06Remove incorrect UTF decode assert (#5028)cheneym2
2024-08-29Support mixture of precompiled and non-precompiled modules (#4860)cheneym2
2024-08-12Support unicode identifier names. (#4772)Yong He
2024-08-06Remove disassemle debug code (#4779)cheneym2
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-19Correctly parse multiple escaped newlines (#4672)Ellie Hermaszewska
2024-07-18Add unexpected end of input error to lexer (#4673)Ellie Hermaszewska
2024-07-17Use slang-glslang.dll for spirv-validation (#4642)Jay Kwak
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-09Fix Lexer to recognize swizzling on an integer scalar value (#4515)Jay Kwak
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-10[gfx] Metal graphics support (#4324)skallweitNV
2024-06-06work on gfx metal backend (#4287)skallweitNV
2024-06-03Fix performance issue in source-map (#4261)Yong He
2024-05-29Improve compile time performance. (#3857)Yong He
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-24Fix macos CI and clang warnings. (#4019)Yong He
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-04-01Allow bit operators on enum types. (#3862)Yong He
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-06Improve Capability System (#3555)Yong He
2024-01-26Fix LSP compatibility issues with Visual Studio. (#3520)Yong He
2024-01-24Generate lookup tables from cmake (#3461)Ellie Hermaszewska
2024-01-22Fix language server for VS. (#3473)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-12Add check for invalid use of modifiers. (#3402)Yong He
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-11-16experimental fix: return `JSONValue::Type::Null` as "" (#3336)Stephan Seitz
2023-11-07CUDA: Fixes for NVRTC 12.x and warp mask ambiguity; adds CC 8.x warp reductio...Neil Bickford
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-09-12Correctly identify the number of operands to image sampling operands in SPIR-...Ellie Hermaszewska
2023-09-07Add -repro-fallback-directory (#3188)jsmall-nvidia
2023-08-31Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He
2023-08-29s/depreciated/deprecated/ (#3153)Ellie Hermaszewska
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-16Fix a bug that warning 39001 can't be fully disabled. (#3112)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15Disable strict aliasing for gcc (#3105)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska