Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6508 - support null exit-descriptor | Kartik Agaram | 2020-06-10 | 1 | -6/+13 |
| | |||||
* | 6507 - use syscall names everywhere | Kartik Agaram | 2020-06-10 | 1 | -2/+1 |
| | |||||
* | 5924 | Kartik Agaram | 2020-01-27 | 1 | -7/+7 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 1 | -1/+1 |
| | | | | | | | 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 | -1/+1 |
| | | | | | | | | | | 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 | -4/+4 |
| | |||||
* | 5804 | Kartik Agaram | 2019-12-08 | 1 | -1/+1 |
| | | | | | Try to make the comments consistent with the type system we'll eventually have. | ||||
* | 5700 | Kartik Agaram | 2019-10-17 | 1 | -1/+1 |
| | |||||
* | 5698 | Kartik Agaram | 2019-10-15 | 1 | -9/+9 |
| | | | | Thanks Andrew Owen for reporting this typo. | ||||
* | 5592 - switch register names to lowercase | Kartik Agaram | 2019-08-26 | 1 | -66/+66 |
| | |||||
* | done implementing all variants of 'get' | Kartik Agaram | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | done with get-or-stop | Kartik Agaram | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | . | Kartik Agaram | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | 5485 - promote SubX to top-level | Kartik Agaram | 2019-07-27 | 1 | -0/+206 |