summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit-cpp.cpp
Commit message (Expand)AuthorAge
...
* Actual global support (#2262)jsmall-nvidia2022-06-08
* COM interfaces with host callable (#2258)jsmall-nvidia2022-06-02
* Added NativeStringType (#2252)jsmall-nvidia2022-05-27
* Refactor prelude emit (#2236)jsmall-nvidia2022-05-17
* Initial support for COM interface in host code. (#2230)Yong He2022-05-10
* Use IR pass to eliminate phi nodes (#2226)Theresa Foley2022-05-10
* Support `[DllImport]` (#2181)Yong He2022-04-12
* Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley2022-04-11
* Allow slangc to generate exe from .slang file. (#2170)Yong He2022-03-28
* Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher2022-02-03
* Fix a bug in CUDA source emit (#2010)Theresa Foley2021-11-11
* Generalize heterogenous code emit (#1968)David Siher2021-10-19
* Bring heterogeneous-hello-world back up to date. (#1935)David Siher2021-09-14
* Half texture support (#1836)jsmall-nvidia2021-05-06
* CUDA half comparison support (#1834)jsmall-nvidia2021-05-04
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Heterogeneous Flag Error Visibility (#1642)Dietrich Geisler2020-12-18
* Use integer RTTI/witness handles in existential tuples. (#1598)Yong He2020-11-10
* Generate `switch` based dynamic dispatch logic. (#1591)Yong He2020-10-29
* Fix C++ emit for `bit_cast` inst. (#1570)Yong He2020-10-07
* Small fixes for CUDA code emit (#1564)Tim Foley2020-10-05
* Simplify workflow when using NVAPI (#1556)Tim Foley2020-09-23
* Initial attempt to enable CUDA dynamic dispatch codegen (#1549)Yong He2020-09-17
* Dynamic dispatch bug fixes. (#1541)Yong He2020-09-14
* Allow existential types in `StructuredBuffer` element type. (#1536)Yong He2020-09-10
* Test if blob is returned. (#1535)jsmall-nvidia2020-09-08
* Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He2020-09-02
* Enable lower-generics pass universally. (#1518)Yong He2020-08-28
* Export witness table and RTTI objects in compiled libraries. (#1514)Yong He2020-08-25
* GPU Foreach Loop (#1498)Dietrich Geisler2020-08-17
* `AnyValue` based dynamic dispatch code gen (#1477)Yong He2020-08-05
* First pass support for Sampler Feedback (#1470)jsmall-nvidia2020-08-03
* Binary for Heterogeneous Example (#1467)Dietrich Geisler2020-07-31
* IR pass to generate witness table wrappers. (#1443)Yong He2020-07-15
* Remove KernelContext wrapper from CPU/CUDA emit (#1440)Tim Foley2020-07-15
* CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley2020-07-10
* Dynamic code gen for generic local variables. (#1434)Yong He2020-07-10
* Add support for global uniform shader parameters (#1433)Tim Foley2020-07-08
* Emit pointers for CPU target. (#1418)Yong He2020-07-03
* remove ThisPointerDecoration, generate IRInterfaceType in one passYong He2020-06-25
* Remove interfaceType operand from lookup_witness_method instYong He2020-06-25
* Partial fixes to code review commentsYong He2020-06-25
* Dynamic dispatch for generic interface requirements.Yong He2020-06-24
* Dynamic dispatch for static member functions of associatedtypes. (#1404)Yong He2020-06-19
* Merge branch 'master' into dyndispatchTim Foley2020-06-18
|\
| * Fix and improvements around repro (#1397)jsmall-nvidia2020-06-18
| * Improvements around C++ code generation (#1396)jsmall-nvidia2020-06-18
* | Dynamic dipatch non-static functions.Yong He2020-06-17
|/
* Generate dynamic C++ code for the minimal test case. (#1391)Yong He2020-06-17
* Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...Yong He2020-06-15