index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ast-builder.cpp
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-28
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
*
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-08-14
*
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-25
*
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-12
*
Fix type checking around generic array types. (#3568)
Yong He
2024-02-11
*
Type layouts for structured buffers with counters (#3269)
Ellie Hermaszewska
2023-10-17
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Fix for threading issues around global session & epoch ids. (#3232)
jsmall-nvidia
2023-09-25
*
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-16
*
Support per field matrix layout (#3101)
Yong He
2023-08-14
*
Clean up and improve Val deduplication performance. (#3069)
Yong He
2023-08-09
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Fix push constant on global variables. (#3034)
Yong He
2023-07-27
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
*
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-12
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
*
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-11
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
2023-01-30
*
Allow `no_diff` on `this` parameter. (#2543)
Yong He
2022-12-01
*
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-29
*
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-29
*
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-16
*
Higher order differentiation. (#2487)
Yong He
2022-11-04
*
Make `DifferentialPair` able to nest. (#2477)
Yong He
2022-11-01
*
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-10-20
*
Deduplicate AST type nodes and cache lookup operations. (#2397)
Yong He
2022-09-13
*
Add `none` literal that is convertible to `Optional`. (#2356)
Yong He
2022-08-10
*
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-10
*
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-08-05
*
Clean up void returns. (#2260)
Yong He
2022-06-01
*
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-27
*
Support `[DllImport]` (#2181)
Yong He
2022-04-12
*
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2022-01-25
*
Properly fill `declref` in `Linkage::getContainerType`. (#1882)
Yong He
2021-06-11
*
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-05
*
Standard library save/loadable (#1592)
jsmall-nvidia
2020-11-05
*
Generalizing Serialization (#1563)
jsmall-nvidia
2020-09-30
*
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-04
*
AST Serialize Reading (#1409)
jsmall-nvidia
2020-06-25
*
Small fixes/improvements based on review. (#1379)
jsmall-nvidia
2020-06-08
*
ASTNodes use MemoryArena (#1376)
jsmall-nvidia
2020-06-05
*
Add a ASTBuilder to a Module (#1369)
jsmall-nvidia
2020-06-04
[next]