summaryrefslogtreecommitdiffstats
path: root/source/slang/ir-ssa.cpp
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* String/List closer to conventions, and use Index type (#959)jsmall-nvidia2019-04-29
* Initial support for the `precise` keyword (#958)Tim Foley2019-04-29
* Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley2019-01-16
* Decorations are instructions (#748)Tim Foley2018-12-11
* Fix an SSA construction bug (#739)Tim Foley2018-12-04
* Cleanups around behavior when the compiler fails (#553)Tim Foley2018-05-11
* Add a pass for computing dominator trees (#541)Tim Foley2018-05-03
* Pass through original names for most declarations (#547)Tim Foley2018-05-03
* Improve SSA promotion for arrays and structs (#521)Tim Foley2018-04-23
* 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
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* IR/Vulkan fixes (#412)Tim Foley2018-02-16
* Fix a bug in IR use-def information (#406)Tim Foley2018-02-13
* Basic IR support for `static const` globals (#404)Tim Foley2018-02-08
* Falcor fixes (#402)Tim Foley2018-02-08
* Generate SSA form for IR functions (#400)Tim Foley2018-02-07