about summary refs log tree commit diff stats
path: root/026call.cc
Commit message (Collapse)AuthorAgeFilesLines
* 3380Kartik K. Agaram2016-09-171-8/+8
| | | | | One more place we were missing expanding type abbreviations: inside container definitions.
* 3358Kartik K. Agaram2016-09-151-0/+5
|
* 3279Kartik K. Agaram2016-08-291-12/+12
| | | | | Stop inlining functions because that will complicate separate compilation. It also simplifies the code without impacting performance.
* 3120Kartik K. Agaram2016-07-211-1/+1
| | | | | | | | 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?
* 3105Stephen Malina2016-07-061-1/+1
| | | | Add number-of-instructions recipe to Mu
* 2862Kartik K. Agaram2016-04-241-0/+168
Layers 0-29 are now a complete rudimentary platform except for pointers and indirection.