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-ir.h
Age
Commit message (
Expand
)
Author
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-07
Output of IR ids as command line option (#2043)
jsmall-nvidia
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-11-10
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-11-06
Specialize witness table lookups. (#1596)
Yong He
2020-10-29
Generate `switch` based dynamic dispatch logic. (#1591)
Yong He
2020-10-20
Bottleneck interface dispatch calls through a single function. (#1584)
Yong He
2020-09-10
Add a pass to support resource return values (#1537)
Tim Foley
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-13
IR support for Tuple types. (#1492)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-07-31
Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)
Yong He
2020-07-24
Ensure labels are dumped in `lower-to-ir` (#1459)
Yong He
2020-07-15
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He
2020-07-13
Dynamic code gen for functions returning generic types. (#1439)
Yong He
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-06-30
Clean up unused code for IR object ownership (#1416)
Tim Foley
2020-06-25
Fixes.
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
Fixes.
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-17
Generate dynamic C++ code for the minimal test case. (#1391)
Yong He
2020-05-29
Feature/ast syntax standard (#1360)
jsmall-nvidia
2020-05-26
Synthesize "active mask" for CUDA (#1352)
Tim Foley
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-22
Tidy up around AST nodes (#1353)
jsmall-nvidia
2020-05-07
Enhanced C++ extractor (#1340)
jsmall-nvidia
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2020-02-06
Literal handling improvements (#1202)
jsmall-nvidia
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-22
Clean up the concept of "pseudo ops" (#1136)
Tim Foley
2019-10-22
User IR-based layout for all IR steps (#1084)
Tim Foley
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia