about summary refs log tree commit diff stats
path: root/071scheduler.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3120Kartik K. Agaram2016-07-211-5/+5
| | | | | | | | Always show instruction before any transforms in error messages. This is likely going to make some errors unclear because they *need* to show the original instruction. But if we don't have tests for those situations did they ever really work?
* 3112Stephen Malina2016-07-171-4/+8
| | | | | Fix routine instruction count assignment to handle multi-slice scheduled routines in the sandbox.
* 3106Kartik K. Agaram2016-07-061-9/+10
| | | | | | Minor tweaks to 3105, primarily using more distinctive locations in the unit test. 1, 2 and 3 can mean so many different things, they don't catch the eye as much.
* 3105Stephen Malina2016-07-061-0/+53
| | | | Add number-of-instructions recipe to Mu
* 3055Kartik K. Agaram2016-06-131-0/+553