about summary refs log tree commit diff stats
path: root/071rewrite_stash.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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