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
/
ir-legalize-types.cpp
Age
Commit message (
Expand
)
Author
2019-02-02
Feature/as refactor review (#821)
jsmall-nvidia
2019-01-31
Feature/as refactor (#817)
jsmall-nvidia
2019-01-25
Fixup handling of empty structs in function return types and parameters. (#796)
Yong He
2018-12-17
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-14
Represent global shader parameters explicitly in the IR (#756)
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-25
Feature/premake linux (#689)
jsmall-nvidia
2018-09-14
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-06-13
Fixes related to handling of empty types (#600)
Tim Foley
2018-05-25
Fixes 574. Eliminate empty structs during type legalization (#577)
Yong He
2018-05-24
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-21
Handle structure initializers in IR type legalization (#567)
Tim Foley
2018-05-11
Cleanups around behavior when the compiler fails (#553)
Tim Foley
2018-05-03
Pass through original names for most declarations (#547)
Tim Foley
2018-04-23
Improve SSA promotion for arrays and structs (#521)
Tim Foley
2018-04-19
Add type legalization support for "field extract" op (#501)
Tim Foley
2018-04-18
Fix output of `groupshared` with IR type system (#492)
Tim Foley
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-03-01
IR: "everything is an instruction" (#432)
Tim Foley
2018-02-22
Make `IRGlobalValue::mangledName` a `Name*`
Yong He
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-13
Fix a bug in IR use-def information (#406)
Tim Foley
2018-02-09
Handling of duplicate global shader parameter declarations (#405)
Tim Foley
2018-02-08
Basic IR support for `static const` globals (#404)
Tim Foley
2018-01-21
Fix legalization of generic types (#377)
Tim Foley
2017-12-18
Work on getting rewriter + IR playing nice together. (#314)
Tim Foley
2017-12-08
Cleanups to `ParameterBlock<T>` behavior. (#304)
Tim Foley
2017-12-06
Make AST and IR share type legalization code (#303)
Tim Foley
2017-11-29
Add API to query stage of varying parameter (#302)
Tim Foley
2017-11-16
Revise type legalization so it can handle constant buffers (#282)
Tim Foley
2017-11-13
Legalization of function parameter types.
Yong He
2017-11-13
Parameter block work (#276)
Tim Foley
2017-11-07
Support generic interface methods (#251)
Yong He
2017-11-06
Parameter blocks (#245)
Tim Foley