summaryrefslogtreecommitdiffstats
path: root/tests/ir
Commit message (Expand)AuthorAge
* Specialize away resource-type function parameters (#759)Tim Foley2018-12-17
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Decorations are instructions (#748)Tim Foley2018-12-11
* Rework command-line options handling for entry points and targets (#697)Tim Foley2018-10-29
* Support for IRStringLit (#645)jsmall-nvidia2018-09-19
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* Falcor fixes (#402)Tim Foley2018-02-08
* Generate SSA form for IR functions (#400)Tim Foley2018-02-07
* Remove non-IR codegen paths (#398)Tim Foley2018-02-03
* IR: fixes for subscript accessors (#322)Tim Foley2017-12-20
* Various IR fixes for Falcor (#280)Tim Foley2017-11-15
* Fix expected output for loop test now that barrier isn't an intrinsicTim Foley2017-11-07
* Initial work on support code generation for generics with constraints (#233)Tim Foley2017-10-27
* Work on IR-based cross-compilation (#222)Tim Foley2017-10-18
* Implement notion of a "container format" (#213)Tim Foley2017-10-16
* Get rid of the `-slang-ir-asm` target (#212)Tim Foley2017-10-13
* IR: overhaul IR design/implementation (#195)Tim Foley2017-10-04
* More work on IR-based lowering and cross-compilationTim Foley2017-09-22
* Initial work on a "VM" for Slang code (#189)Tim Foley2017-09-21
* IR: handle control flow constructs (#186)Tim Foley2017-09-14