index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ir
Age
Commit message (
Expand
)
Author
2023-02-24
More control flow simplifications. (#2673)
Yong He
2023-02-13
Eliminate `continue` to allow unrolling any loops. (#2645)
Yong He
2023-02-13
Add Loop Unrolling Pass. (#2644)
Yong He
2023-01-27
Register allocation during phi elimination. (#2613)
Yong He
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
2022-06-25
Added basic auto-diff capabilities for local load/store and simple arithmetic...
Sai Praveen Bangaru
2022-06-23
Added basic syntax to mark and request function derivatives, as well as the f...
Sai Praveen Bangaru
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-05-18
Support for querying which parameters are used in emitted code (#2239)
Alexey Panteleev
2022-03-18
Fix type truncation during SCCP. (#2163)
Yong He
2021-10-19
Generalize heterogenous code emit (#1968)
David Siher
2021-03-26
Append proper suffixes to 16-bit literals for GLSL (#1767)
Tim Foley
2021-01-15
Convert more tests to use shader objects (#1659)
Tim Foley
2020-07-24
Ensure labels are dumped in `lower-to-ir` (#1459)
Yong He
2020-02-07
Change handling of strings for HLSL/GLSL targets (#1204)
Tim Foley
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-10-09
Feature/decor entry point name (#1073)
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-02-15
Split front- and back-ends (#846)
Tim Foley
2018-12-17
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-13
Move mangled name out of IRGlobalValue (#752)
Tim Foley
2018-12-11
Decorations are instructions (#748)
Tim Foley
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-09-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-03
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-07
Generate SSA form for IR functions (#400)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2017-12-20
IR: fixes for subscript accessors (#322)
Tim Foley
2017-11-15
Various IR fixes for Falcor (#280)
Tim Foley
2017-11-07
Fix expected output for loop test now that barrier isn't an intrinsic
Tim Foley
2017-10-27
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-18
Work on IR-based cross-compilation (#222)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-13
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-22
More work on IR-based lowering and cross-compilation
Tim Foley
2017-09-21
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley