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