summary refs log tree commit diff stats
path: root/tests/arc/tmovebug.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #14568 (#14583)Clyybber2020-06-071-2/+25
| | | | | | | * Fix #14568 * Add testcase * Fix bogus test * Adapt other failing tests * Declarations are always first writes
* New "ping-pong" DFA (#14322)Clyybber2020-05-151-0/+103
| | | | | | | | | | | | | | | | | * New ping-pong analysis * Add testcase for #13456 * Remove debugging leftover * Unquote "unstructured controlflow" * Fix typo * Fix exponential complexity in edge cases * Add sanity testcase * Fix
* Fix #14269 (#14286)Clyybber2020-05-091-1/+103
|
* fixes #13368 (#13397)cooldome2020-02-141-0/+11
|
* fixes #13314 (#13372)Andreas Rumpf2020-02-091-1/+25
|
* ARC: misc bugfixes (#13156)Andreas Rumpf2020-01-151-0/+64
* fixes #13102 * closes #13149 * ARC: fixes a move optimizer bug (there are more left regarding array and tuple indexing) * proper fix; fixes #12957 * fixes yet another case object '=' code generation problem