summaryrefslogtreecommitdiffstats
path: root/prelude/slang-cpp-prelude.h
Commit message (Expand)AuthorAge
* fix typo (#7794)Dennis Brakhane2025-07-17
* Perf improvements to IR serialization (#7751)Ellie Hermaszewska2025-07-17
* Replace SLANG_ALIGN_OF with C++11 alignof (#7523)Julius Ikkala2025-07-03
* Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala2025-05-09
* formatEllie Hermaszewska2024-10-29
* Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia2023-06-27
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Preliminary debugBreak support (#2647)jsmall-nvidia2023-02-14
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Language server pointer type support + add `DLLImport` test (#2350)Yong He2022-08-10
* Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He2022-07-25
* Improved bounds checking for C++/CUDA (#2263)jsmall-nvidia2022-06-08
* Actual global support (#2262)jsmall-nvidia2022-06-08
* COM interfaces with host callable (#2258)jsmall-nvidia2022-06-02
* Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher2022-02-03
* Generalize heterogenous code emit (#1968)David Siher2021-10-19
* Bring heterogeneous-hello-world back up to date. (#1935)David Siher2021-09-14
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* CUDA layout corner cases/testing (#1881)jsmall-nvidia2021-06-10
* Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He2021-03-04
* Enable default cpp prelude. (#1560)Yong He2020-09-24
* GPU Foreach Loop (#1498)Dietrich Geisler2020-08-17
* Dynamic code gen for generic local variables. (#1434)Yong He2020-07-10
* Merge branch 'master' into feature/prelude-fixYong He2020-06-18
|\
| * Improvements around C++ code generation (#1396)jsmall-nvidia2020-06-18
* | Try using cmath or math.h depending on compiler to avoid issues around isinf ...jsmall-nvidia2020-06-18
* | #include <cmath>jsmall-nvidia2020-06-18
|/
* Generate dynamic C++ code for the minimal test case. (#1391)Yong He2020-06-17
* Unroll target improvements (#1291)jsmall-nvidia2020-03-25
* Literal handling improvements (#1202)jsmall-nvidia2020-02-06
* User defined downstream compiler prelude (#1028)jsmall-nvidia2019-08-20