summaryrefslogtreecommitdiffstats
path: root/tests/experimental
Commit message (Expand)AuthorAge
* Support per field matrix layout (#3101)Yong He2023-08-14
* Disable code motion for expensive insts (call & div) (#3042)Sai Praveen Bangaru2023-08-03
* Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He2023-07-12
* Be lenient on same-size unsigend->signed conversion. (#2913)Yong He2023-06-01
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* SSA Register Allocation improvements. (#2857)Yong He2023-04-28
* For C-like targets, emit resource declarations before other globals (#2843)Sai Praveen Bangaru2023-04-26
* Fix optimization pass not converging. (#2725)Yong He2023-03-23
* More fixes for reverse-mode on complicated loops (#2675)Sai Praveen Bangaru2023-02-27
* More control flow simplifications. (#2673)Yong He2023-02-24
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Register allocation during phi elimination. (#2613)Yong He2023-01-27
* Full address insts elimination for backward autodiff. (#2604)Yong He2023-01-23
* Fixes for crash when inlining at global scope (#2593)Theresa Foley2023-01-14
* Small IR cleanups. (#2441)Yong He2022-10-11
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10
* Warning on lossy implicit casts. (#2367)Yong He2022-08-17
* Liveness fixes and improvements (#2270)jsmall-nvidia2022-06-13
* Special handling around return and liveness (#2234)jsmall-nvidia2022-05-17
* Liveness tracking with phis (#2233)jsmall-nvidia2022-05-17
* Add support for `spirv_literal` (#2227)jsmall-nvidia2022-05-10
* Use IR pass to eliminate phi nodes (#2226)Theresa Foley2022-05-10
* Liveness pass fixes and improvements (#2225)jsmall-nvidia2022-05-09
* Preliminary Liveness tracking (#2218)jsmall-nvidia2022-05-05