index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-emit-cpp.cpp
Age
Commit message (
Expand
)
Author
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-06-25
remove ThisPointerDecoration, generate IRInterfaceType in one pass
Yong He
2020-06-25
Remove interfaceType operand from lookup_witness_method inst
Yong He
2020-06-25
Partial fixes to code review comments
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-19
Dynamic dispatch for static member functions of associatedtypes. (#1404)
Yong He
2020-06-18
Merge branch 'master' into dyndispatch
Tim Foley
2020-06-18
Fix and improvements around repro (#1397)
jsmall-nvidia
2020-06-18
Improvements around C++ code generation (#1396)
jsmall-nvidia
2020-06-17
Dynamic dipatch non-static functions.
Yong He
2020-06-17
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-06-15
Generate IRType for interfaces, and reference them as `operand[0]` in IRWitne...
Yong He
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-04-14
CUDA global scope initialization of arrays without function calls. (#1320)
jsmall-nvidia
2020-03-25
Unroll target improvements (#1291)
jsmall-nvidia
2020-03-11
Clean-ups related to expanded standard library coverage (#1269)
Tim Foley
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-02
Renamed UnownedStringSlice::size to getLength to make match String. (#1254)
jsmall-nvidia
2020-02-26
Support for RWTexture types on CPU and CUDA (#1243)
jsmall-nvidia
2020-02-07
HLSL Intrinsic coverage test improvements (#1206)
jsmall-nvidia
2020-02-06
Float matrix intrinsic test/fixes (#1203)
jsmall-nvidia
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2020-02-04
CUDA/C++ backend improvements (#1198)
jsmall-nvidia
2020-01-31
64 bit types doc (#1194)
jsmall-nvidia
2020-01-29
Feature/fix cuda function preamble (#1187)
jsmall-nvidia
2020-01-24
Texture Sample available in CUDA (#1176)
jsmall-nvidia
2020-01-22
Matrix indexing (#1172)
jsmall-nvidia
2020-01-22
WIP HLSL intrinsic coverage (#1171)
jsmall-nvidia
2020-01-21
CUDA support improvements (#1168)
jsmall-nvidia
2020-01-10
WIP: CPU like CUDA binding (#1164)
jsmall-nvidia
2020-01-08
CUDA generated first test compiles. (#1161)
jsmall-nvidia
2020-01-06
Fix scoping issue around use of IRTypeSet (#1160)
jsmall-nvidia
2019-12-20
HLSLIntrinsicSet (#1159)
jsmall-nvidia
2019-12-19
Split out IRTypeSet (#1158)
jsmall-nvidia
2019-12-04
Feature/string hash review (#1142)
jsmall-nvidia
2019-10-25
Don't use mangled names when emitting code (#1096)
Tim Foley
2019-10-22
User IR-based layout for all IR steps (#1084)
Tim Foley
2019-10-11
Support for unbounded array of arrays (#1078)
jsmall-nvidia
2019-10-09
Feature/decor entry point name (#1073)
jsmall-nvidia
2019-10-08
Remove EntryPointLayout* use in emit logic. (#1071)
jsmall-nvidia
2019-10-08
Feature/ir entry point profile (#1068)
jsmall-nvidia
2019-10-04
IR types for subset of Attributes (#1067)
jsmall-nvidia
2019-09-23
Fix for preprocessor defines for C++ / C (#1063)
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-18
Improvements to testing and ABI for CPU (#1057)
jsmall-nvidia
2019-09-17
CPU ABI improvements (#1056)
jsmall-nvidia
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-03
CPU uniform entry point params (#1041)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
[next]