summaryrefslogtreecommitdiff
path: root/source/slang/slang-mangle.cpp
AgeCommit message (Expand)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-15Add stdlib documentation for attributes and interfaces. (#5297)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-08-23Make variadic generics work with interfaces and forward autodiff. (#4905)Yong He
2024-08-14Variadic Generics Part 1: parsing and type checking. (#4833)Yong He
2024-07-19Fix the issue of name mangling (#4691)kaizhangNV
2024-04-29Do not mangle the name of identifiers when __extern_cpp is added (#4052)kaizhangNV
2024-03-18Fix name mangling and source file finding logic for precompiled module valida...Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2023-12-11Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-09Various fixes in GLSL emit. (#3074)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-07Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He
2023-07-05Bottleneck DeclRef creation through ASTBuilder. (#2689)Yong He
2023-06-02Fix generic param inference through TypeCastIntVal. (#2916)Yong He
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-03-16Fix name mangling of `FuncCallIntVal` in func signatures. (#2709)Yong He
2023-02-24Support dynamic dispatch a backward differentiable function. (#2678)Yong He
2023-01-30Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...Yong He
2023-01-06Split bwd_diff op into separate ops for primal and propagate func. (#2582)Yong He
2022-11-23Autodiff through simple dynamic dispatch. (#2527)Yong He
2022-11-16Clean up type checking of higher order expressions. (#2519)Yong He
2022-11-09Add `[ForwardDerivativeOf]` attribute. (#2501)Yong He
2022-09-29GFX: support D3D12EnableExperimentalFeatures. (#2424)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-13Deduplicate AST type nodes and cache lookup operations. (#2397)Yong He
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-05-05Various vulkan/glsl fixes. (#2222)Yong He
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-02-03Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher
2021-09-02Two small fixes. (#1928)Theresa Foley
2021-08-11Handle unexpected character in mangled names (#1919)Theresa Foley
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2020-11-18Serialized stdlib working (#1603)jsmall-nvidia
2020-06-05ASTNodes use MemoryArena (#1376)jsmall-nvidia
2020-05-29Feature/ast syntax standard (#1360)jsmall-nvidia
2020-05-28WIP: ASTBuilder (#1358)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-22Tidy up around AST nodes (#1353)jsmall-nvidia
2020-04-08Remove static struct members from layout and reflection (#1310)jsmall-nvidia
2020-03-16Define compound intrinsic ops in the standard library (#1273)Tim Foley
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-02-21Add surface syntax for "this type" (#1236)Tim Foley