about summary refs log tree commit diff stats
path: root/071rewrite_stash.cc
Commit message (Collapse)AuthorAgeFilesLines
* 2931 - be explicit about making copiesKartik K. Agaram2016-05-061-3/+3
|
* 2864 - replace all address:shared with just addressKartik K. Agaram2016-04-241-6/+6
| | | | | | | Now that we no longer have non-shared addresses, we can just always track refcounts for all addresses. Phew!
* 2832 - support static arrays in rewrite_stashKartik K. Agaram2016-04-131-2/+18
| | | | Thanks Ella and Caleb for finding this.
* 2820Kartik K. Agaram2016-04-011-1/+4
|
* 2804 - support stashing arraysKartik K. Agaram2016-03-211-3/+30
| | | | | Now to extend 'stash' for arrays, just extend array-to-text-line instead and perform the lookup inside it.
* 2803Kartik K. Agaram2016-03-211-3/+3
| | | | | Show more thorough information about instructions in the trace, but keep the original form in error messages.
* 2802 - default support for stashing new typesKartik K. Agaram2016-03-211-0/+36
| | | | | Don't let rewrite_stash transform working programs into non-working ones.
* 2801 - bring back the 'rewrite_stash' transformKartik K. Agaram2016-03-201-0/+50
| | | | Next I'll start improving it.
* 2795 - quick hacks for CalebKartik K. Agaram2016-03-191-50/+0
| | | | | | | | It turns out that my extensible stash doesn't yet work well in all situations. If you try to stash an array, you end up trying to create an array local that's not statically sized -- a no-no. Bah, just throw it all out.
* 2778 - fix all layersKartik K. Agaram2016-03-141-0/+50