Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4424 | Kartik Agaram | 2018-07-26 | 1 | -6/+6 |
| | | | | Clean up format of example programs. | ||||
* | 4351 | Kartik Agaram | 2018-07-16 | 1 | -0/+1 |
| | |||||
* | 4350 | Kartik Agaram | 2018-07-15 | 1 | -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. | ||||
* | 4325 | Kartik Agaram | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | 4316 | Kartik Agaram | 2018-07-06 | 1 | -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. | ||||
* | 4304 | Kartik Agaram | 2018-07-01 | 1 | -3/+3 |
| | |||||
* | 4296 | Kartik Agaram | 2018-06-30 | 1 | -0/+14 |