Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5924 | Kartik Agaram | 2020-01-27 | 1 | -14/+14 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 1 | -8/+8 |
| | | | | | | | Signed and unsigned don't quite capture the essence of what the different combinations of x86 flags are doing for SubX. The crucial distinction is that one set of comparison operators is for integers and the second is for addresses. | ||||
* | 5876 - address -> addr | Kartik Agaram | 2020-01-03 | 1 | -6/+6 |
| | |||||
* | 5804 | Kartik Agaram | 2019-12-08 | 1 | -15/+17 |
| | | | | | Try to make the comments consistent with the type system we'll eventually have. | ||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -24/+24 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -205/+205 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+593 |