summaryrefslogtreecommitdiffstats
path: root/source/compiler-core/slang-gcc-compiler-util.cpp
Commit message (Expand)AuthorAge
* Invoke `clang++` on C++ code instead of `clang` (#7958)Sam Estep2025-07-29
* Fix gcc downstream compiler optimization level corresponding to OptimizationL...spking112025-01-21
* Pass compiler specific args to GCC and Visual Studio too (#6019)Julius Ikkala2025-01-08
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Move the file public header files to `include` dir (#4636)kaizhangNV2024-07-17
* Implement non member function atomic texture support (#4544)ArielG-NV2024-07-10
* Add host shared library target. (#4098)Yong He2024-05-03
* Add metal downstream compiler + metallib target. (#3990)Yong He2024-04-19
* WIP: CMake (#3326)Ellie Hermaszewska2023-12-08
* Disable strict aliasing for gcc (#3105)Ellie Hermaszewska2023-08-15
* Generalize collectInductionValues (#3031)Ellie Hermaszewska2023-08-01
* Make FileSystem files and OS files distinct (#2383)jsmall-nvidia2022-09-01
* Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia2022-09-01
* DownstreamCompileOptions using POD types (#2381)jsmall-nvidia2022-08-26
* Assorted Artifact improvements (#2374)jsmall-nvidia2022-08-24
* Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia2022-08-22
* Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia2022-08-22
* IDownstreamCompiler interface (#2361)jsmall-nvidia2022-08-16
* Remove CompileResult to use IArtifact (#2357)jsmall-nvidia2022-08-16
* Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia2022-08-11
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* Artifact split interface and implementation (#2349)jsmall-nvidia2022-08-09
* Support for Items on IArtifact (#2347)jsmall-nvidia2022-08-09
* Make artifact an interface (#2195)jsmall-nvidia2022-04-27
* Split out Artifact info (#2193)jsmall-nvidia2022-04-27
* Improvements around Artifacts (#2192)jsmall-nvidia2022-04-26
* Linking in DXC (#2190)jsmall-nvidia2022-04-26
* Allow slangc to generate exe from .slang file. (#2170)Yong He2022-03-28
* Check g++ version compatibility (#2044)jsmall-nvidia2021-12-07
* Split out ExecutableLocation (#2041)jsmall-nvidia2021-12-03
* Interprocess communication via pipes (#2009)jsmall-nvidia2021-11-10
* Enabling slang-llvm for host-callable (#1975)jsmall-nvidia2021-10-25
* FXC as DownstreamCompiler (#1844)jsmall-nvidia2021-05-14
* Added compiler-core project (#1775)jsmall-nvidia2021-04-01