summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2020-10-29Handling imported/exporting symbols from serialized modules (#1589)jsmall-nvidia
2020-10-28Add sequential ID cache in Linkage for witness tables and RTTI objects. (#1590)Yong He
2020-10-26Value type serialization via C++ Extractor (#1588)jsmall-nvidia
2020-10-23Serialization design doc first pass (#1587)jsmall-nvidia
2020-10-23C++ extractor fix for access modifiers (#1586)jsmall-nvidia
2020-10-22Generate `if` based dispatch logic on GPU targets. (#1585)Yong He
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-20Bottleneck interface dispatch calls through a single function. (#1584)Yong He
2020-10-20Small improvement in AST serialization (#1582)jsmall-nvidia
2020-10-19Fix saving Repro files on Linux (#1581)jsmall-nvidia
2020-10-19Hotfix: Crash due to ContainerDecl->members being altered whislt iterated ove...jsmall-nvidia
2020-10-15Fix a bug in IR lowering (#1578)Tim Foley
2020-10-14Add reflection API access to global params type layout (#1577)Tim Foley
2020-10-09Support CUDA bindless texture in dynamic dispatch code. (#1575)Yong He
2020-10-09Make RTTI objects __constant__ in CUDA (#1573)Yong He
2020-10-07Fix C++ emit for `bit_cast` inst. (#1570)Yong He
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-10-06InterlockedExchangeU64 support on RWByteAddressBuffer (#1572)jsmall-nvidia
2020-10-06Added [__requiresNVAPI] to functions missing it (#1571)jsmall-nvidia
2020-10-05Small fixes for CUDA code emit (#1564)Tim Foley
2020-10-05Update the type of a call inst during specialization. (#1569)Yong He
2020-10-04Handle partial existential parameter type specialization. (#1568)Yong He
2020-10-02Specialize exsitentials parameters in struct fields. (#1565)Yong He
2020-09-30Generalizing Serialization (#1563)jsmall-nvidia
2020-09-26Add API for whole program compilation. (#1562)Yong He
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-09-24Refactor preprocessor API to avoid coupling (#1559)Tim Foley
2020-09-23Fix GLSL output for byte-address loads of vectors (#1558)Tim Foley
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-23Fix a bug around byte-address buffer loads of vectors (#1557)Tim Foley
2020-09-21Allow #include of absolute paths (#1555)jsmall-nvidia
2020-09-21Enable all dynamic dispatch tests on CUDA. (#1552)Yong He
2020-09-18Serialization fixes based on review of #1547 (#1551)jsmall-nvidia
2020-09-18Control container serialization with SerialOptionFlags (#1550)jsmall-nvidia
2020-09-17Initial attempt to enable CUDA dynamic dispatch codegen (#1549)Yong He
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-17Embed default prelude for CUDA (#1546)Tim Foley
2020-09-17Fix an issue with double-counting uniform data for CUDA/CPU (#1545)Tim Foley
2020-09-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-09-14Support shader parameters that are an array of existential type. (#1542)Yong He
2020-09-14Dynamic dispatch bug fixes. (#1541)Yong He
2020-09-14Change the layout we compute/store for parameter groups (#1540)Tim Foley
2020-09-11Remove some "do what I mean" logic from reflection API (#1539)Tim Foley
2020-09-10Allow existential types in `StructuredBuffer` element type. (#1536)Yong He
2020-09-10Add a pass to support resource return values (#1537)Tim Foley
2020-09-08Test if blob is returned. (#1535)jsmall-nvidia
2020-09-04Allow mixing unspecialized and specialized existential parameters. (#1533)Yong He
2020-09-03Fix a crashing issue for non-end-to-end compilation (#1532)Tim Foley
2020-09-03Rework type layout for ExistentialSpecializedType (#1531)Yong He
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He