about summary refs log tree commit diff stats
path: root/subx/065hex.subx
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik Agaram2019-07-081-87/+106
| | | | | | 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.
* unsigned comparison for addresses in more placesKartik Agaram2019-07-011-5/+5
|
* .Kartik Agaram2019-07-011-1/+1
|
* 5059Kartik Agaram2019-04-051-3/+3
|
* 5037Kartik Agaram2019-03-291-3/+3
|
* 4981 - no, go back to 3 phasesKartik Agaram2019-02-181-7/+0
| | | | | | | | | | | | | Considering how much trouble a merge phase would be (commit 4978), it seems simpler to just add the extra syntax for controlling the entry point of the generated ELF binary. But I wouldn't have noticed this if I hadn't taken the time to write out the commit messages of 4976 and 4978. Even if we happened to already have linked list primitives built, this may still be a good idea considering that I'm saving quite a lot of code in duplicated entrypoints.
* 4961Kartik Agaram2019-02-141-3/+3
|
* 4950Kartik Agaram2019-02-031-0/+809