summaryrefslogtreecommitdiff
path: root/source/slang/slang-compiler-options.h
AgeCommit message (Expand)Author
2025-08-21Introduce CDataLayout & -fvk-use-c-layout (#8136)Julius Ikkala
2025-07-01Add arguments for controlling floating point denormal mode (#7461)aidanfnv
2025-06-06Add command line option for separate debug info (#7178)jarcherNV
2025-05-29Language version + tuple syntax. (#7230)Yong He
2025-04-16Remove support for ad hoc Slang IR compression (#6834)Theresa Foley
2024-11-01Improve on spirv generation compile option (#5479)kaizhangNV
2024-10-29formatEllie Hermaszewska
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-06-03Add an option to disable source map in obfuscation (#4260)kaizhangNV
2024-05-29Add options to speedup compilation. (#4240)Yong He
2024-05-17Add `-minimum-slang-optimization` to favor compile time. (#4186)Yong He
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He