summaryrefslogtreecommitdiffstats
path: root/source/slang/ir-legalize-types.cpp
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Changes required for application adoption of interface-type parameters (#963)Tim Foley2019-05-20
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley2019-04-08
* Allow plugging in types with resources for interface parameters (#913)Tim Foley2019-03-26
* Fixup for missing code in #896 (#900)Tim Foley2019-03-12
* Fix handling of arrays of resources in type legalization (#896)Tim Foley2019-03-12
* Improve support for interfaces as shader parameters (#886)Tim Foley2019-03-08
* Feature/as refactor review (#821)jsmall-nvidia2019-02-02
* Feature/as refactor (#817)jsmall-nvidia2019-01-31
* Fixup handling of empty structs in function return types and parameters. (#796)Yong He2019-01-25
* Specialize away resource-type function parameters (#759)Tim Foley2018-12-17
* Represent global shader parameters explicitly in the IR (#756)Tim Foley2018-12-14
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Decorations are instructions (#748)Tim Foley2018-12-11
* Feature/premake linux (#689)jsmall-nvidia2018-10-25
* Improvements around IR representation and memory usage (#635)jsmall-nvidia2018-09-14
* Fixes related to handling of empty types (#600)Tim Foley2018-06-13
* Fixes 574. Eliminate empty structs during type legalization (#577)Yong He2018-05-25
* A bunch of work to resolve #569 (#576)Tim Foley2018-05-24
* Handle structure initializers in IR type legalization (#567)Tim Foley2018-05-21
* Cleanups around behavior when the compiler fails (#553)Tim Foley2018-05-11
* Pass through original names for most declarations (#547)Tim Foley2018-05-03
* Improve SSA promotion for arrays and structs (#521)Tim Foley2018-04-23
* Add type legalization support for "field extract" op (#501)Tim Foley2018-04-19
* Fix output of `groupshared` with IR type system (#492)Tim Foley2018-04-18
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* IR: "everything is an instruction" (#432)Tim Foley2018-03-01
* Make `IRGlobalValue::mangledName` a `Name*`Yong He2018-02-22
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* Fix a bug in IR use-def information (#406)Tim Foley2018-02-13
* Handling of duplicate global shader parameter declarations (#405)Tim Foley2018-02-09
* Basic IR support for `static const` globals (#404)Tim Foley2018-02-08
* Fix legalization of generic types (#377)Tim Foley2018-01-21
* Work on getting rewriter + IR playing nice together. (#314)Tim Foley2017-12-18
* Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley2017-12-08
* Make AST and IR share type legalization code (#303)Tim Foley2017-12-06
* Add API to query stage of varying parameter (#302)Tim Foley2017-11-29
* Revise type legalization so it can handle constant buffers (#282)Tim Foley2017-11-16
* Legalization of function parameter types.Yong He2017-11-13
* Parameter block work (#276)Tim Foley2017-11-13
* Support generic interface methods (#251)Yong He2017-11-07
* Parameter blocks (#245)Tim Foley2017-11-06