about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik Agaram2019-07-091-2/+2
|
* .Kartik Agaram2019-07-091-1/+1
|
* clean up after a few callsKartik Agaram2019-07-092-4/+9
|
* preserve truthiness of non-booleansKartik Agaram2019-07-092-16/+12
| | | | | Everywhere we check if something is true, we check it by comparing against 0, not 1.
* this looks like a bugKartik Agaram2019-07-092-1/+1
| | | | | But of course the test is still infinite-looping so we can't be sure. I'm still just reading the code.
* .Kartik Agaram2019-07-092-15/+4
|
* .Kartik Agaram2019-07-091-19/+17
|
* move 'segment-start' to a global variable as wellKartik Agaram2019-07-092-12/+10
| | | | | It's ugly to have function locals in global variables, but we'll figure out later how to deal with it.
* .Kartik Agaram2019-07-091-8/+0
|
* there's a variant of compute-width for slicesKartik Agaram2019-07-091-9/+5
| | | | | Looks like the original compute-width is now dead. But still seems useful to have around.
* there's a variant of get-or-insert for slicesKartik Agaram2019-07-092-27/+16
| | | | | | The compute-offsets test now goes into an infinite loop :( But I figure all these changes are useful anyway, we should just debug the error separately.
* keep labels definitions on a separate lineKartik Agaram2019-07-091-6/+12
| | | | SubX in SubX doesn't support mixing labels with other stuff :)
* switch to global HeapKartik Agaram2019-07-092-10/+5
|
* update library docsKartik Agaram2019-07-091-5/+13
|
* .Kartik Agaram2019-07-088-88/+88
| | | | | Be more consistent about names of ends of a slice. (In the opposite direction compared to last night's 925fc490d2ce8b8d411de87bd0af5b3a8a704213.)
* .Kartik Agaram2019-07-081-7/+4
|
* .Kartik Agaram2019-07-081-7/+6
| | | | minor style tweaks
* colocate compute-offsets with its globalsKartik Agaram2019-07-082-9/+14
|
* pull a couple more functions into subx-commonKartik Agaram2019-07-086-989/+989
|
* .Kartik Agaram2019-07-089-80/+80
| | | | Be more consistent about names of ends of a slice.
* .Kartik Agaram2019-07-0814-267/+389
| | | | | | Move test slice variables out of the data segment and close to their usages. Makes tests a little easier to read even if we spend a few more instructions each time.
* .Kartik Agaram2019-07-081-3/+3
|
* .Kartik Agaram2019-07-081-5/+5
|
* preserve truthiness of non-booleansKartik Agaram2019-07-085-12/+12
| | | | | Everywhere we check if something is true, we check it by comparing against 0, not 1.
* .Kartik Agaram2019-07-084-6/+16
| | | | style tweaks
* .Kartik Agaram2019-07-082-42/+5
| | | | DRY out compute-width and compute-width-from-slice.
* .Kartik Agaram2019-07-081-60/+60
| | | | move a function around
* .Kartik Agaram2019-07-081-15/+0
| | | | Delete some empty lines.
* build `num-bytes`Kartik Agaram2019-07-073-2/+565
|
* .Kartik Agaram2019-07-074-246/+246
| | | | reorg in subx-common.subx
* move `is-label?` to `subx-common`Kartik Agaram2019-07-0711-83/+83
|
* made first compute-offset test passnc2019-07-073-27/+76
|
* remove segfaults in survey.subxnc2019-07-071-8/+8
|
* new failing test: emit-segmentsKartik Agaram2019-07-072-1/+254
| | | | Now the only piece I plan to not write tests for is emit-headers.
* .Kartik Agaram2019-07-071-7/+8
|
* move phase 3 out of helpersKartik Agaram2019-07-071-117/+117
|
* cleanup in compute-offset and fix bug in compute-widthnc2019-07-072-27/+13
|
* more progress in compute-offsetnc2019-07-042-30/+59
|
* implement segment section in compute-offsetsnc2019-07-041-3/+112
|
* .Kartik Agaram2019-07-042-2/+2
| | | | | | Fix a couple of syntax errors. survey.subx still failing tests.
* Merge branch 'master' into surveyKartik Agaram2019-07-0389-12523/+16406
|\ | | | | | | | | | | High time we pulled in the final changes to dquotes. In the process we fix one recently introduced duplicate symbol.
| * 5226Kartik Agaram2019-05-271-3/+4
| |
| * 5225Kartik Agaram2019-05-271-9/+9
| |
| * 5224Kartik Agaram2019-05-271-1/+2
| |
| * 5223Kartik Agaram2019-05-251-3/+3
| |
| * 5222Kartik Agaram2019-05-221-2/+2
| | | | | | | | Fix CI for a real, restricted /bin/sh.
| * 5221Kartik Agaram2019-05-222-172/+195
| | | | | | | | Explore using a second register for pointer dereferencing.
| * 5220Kartik Agaram2019-05-2211-370/+386
| |
| * 5219Kartik Agaram2019-05-223-12/+32
| | | | | | | | | | After fixing bugs, checking alloc_ids now requires 9 instructions rather than 6.
| * 5218Kartik Agaram2019-05-2217-9/+9
| |