Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6089 | Kartik Agaram | 2020-03-06 | 1 | -2/+2 |
| | |||||
* | 5924 | Kartik Agaram | 2020-01-27 | 1 | -11/+11 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | 5883 - drop the `ref` keyword | Kartik Agaram | 2020-01-12 | 1 | -8/+8 |
| | | | | | | | | | | When I created it I was conflating two things: a) needing to refer to just the start, rather than the whole, and b) counting indirections. Both are kinda ill-posed. Now Mu will have just `addr` and `handle` types. Normal types will translate implicitly to `addr` types, while `handle` will always require explicit handling. | ||||
* | 5876 - address -> addr | Kartik Agaram | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | 5804 | Kartik Agaram | 2019-12-08 | 1 | -11/+11 |
| | | | | | Try to make the comments consistent with the type system we'll eventually have. | ||||
* | 5782 - fix a widespread bug with Heap-size | Kartik Agaram | 2019-11-30 | 1 | -1/+1 |
| | |||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -12/+12 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5673 - standardize a few knobs | Kartik Agaram | 2019-09-19 | 1 | -2/+2 |
| | |||||
* | 5672 - move hex out of apps | Kartik Agaram | 2019-09-19 | 1 | -1/+17 |
| | |||||
* | 5661 | Kartik Agaram | 2019-09-15 | 1 | -1/+1 |
| | |||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -150/+150 |
| | |||||
* | 5589 | Kartik Agaram | 2019-08-25 | 1 | -1/+1 |
| | |||||
* | 5499 | Kartik Agaram | 2019-07-31 | 1 | -1/+1 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+412 |