about summary refs log tree commit diff stats
path: root/subx/ex1.1.subx
Commit message (Collapse)AuthorAgeFilesLines
* 4351Kartik Agaram2018-07-161-0/+1
|
* 4350Kartik Agaram2018-07-151-0/+1
| | | | | | | Reorganize layers to introduce the translation workflow right at the start. We also avoid duplicating parsing code. Programs are always parsed into the `program` data structure.
* 4325Kartik Agaram2018-07-071-0/+1
|
* 4316Kartik Agaram2018-07-061-1/+1
| | | | | | Second attempt at commit 4291. We'll now not copy the headers into memory, but we'll still allocate space for them. Still some security benefits, and I'm gaining confidence that I understand the ELF format.
* 4304Kartik Agaram2018-07-011-3/+3
|
* 4296Kartik Agaram2018-06-301-0/+14