Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5949 | Kartik Agaram | 2020-01-29 | 2 | -6293/+7058 |
| | |||||
* | 5944 | Kartik Agaram | 2020-01-28 | 1 | -5289/+5461 |
| | |||||
* | 5941 | Kartik Agaram | 2020-01-27 | 1 | -5176/+5289 |
| | |||||
* | 5937 | Kartik Agaram | 2020-01-27 | 2 | -3231/+3271 |
| | |||||
* | 5933 | Kartik Agaram | 2020-01-27 | 1 | -2/+2 |
| | | | | Expand some buffer sizes to continue building mu.subx natively. | ||||
* | 5932 | Kartik Agaram | 2020-01-27 | 1 | -0/+70 |
| | |||||
* | 5931 | Kartik Agaram | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | 5930 | Kartik Agaram | 2020-01-27 | 1 | -5132/+5290 |
| | |||||
* | 5925 | Kartik Agaram | 2020-01-27 | 22 | -2719/+2761 |
| | |||||
* | 5922 | Kartik Agaram | 2020-01-26 | 1 | -5556/+5674 |
| | |||||
* | 5917 | Kartik Agaram | 2020-01-22 | 1 | -4299/+4293 |
| | |||||
* | 5912 | Kartik Agaram | 2020-01-20 | 1 | -4115/+4450 |
| | |||||
* | 5904 | Kartik Agaram | 2020-01-19 | 1 | -9/+9 |
| | |||||
* | 5903 | Kartik Agaram | 2020-01-19 | 1 | -1575/+1576 |
| | |||||
* | 5901 | Kartik Agaram | 2020-01-19 | 9 | -71/+71 |
| | |||||
* | 5897 - rename comparison instructions | Kartik Agaram | 2020-01-16 | 22 | -377/+377 |
| | | | | | | | 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. | ||||
* | 5896 | Kartik Agaram | 2020-01-16 | 1 | -21/+21 |
| | |||||
* | 5895 | Kartik Agaram | 2020-01-16 | 1 | -21/+21 |
| | |||||
* | 5894 | Kartik Agaram | 2020-01-16 | 1 | -5/+5 |
| | |||||
* | 5889 | Kartik Agaram | 2020-01-14 | 6 | -4132/+4301 |
| | |||||
* | 5884 | Kartik Agaram | 2020-01-12 | 14 | -5212/+5210 |
| | |||||
* | 5881 | Kartik Agaram | 2020-01-10 | 8 | -4894/+4983 |
| | |||||
* | 5877 | Kartik Agaram | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | 5876 - address -> addr | Kartik Agaram | 2020-01-03 | 16 | -182/+182 |
| | |||||
* | 5875 | Kartik Agaram | 2020-01-02 | 14 | -47/+198 |
| | |||||
* | 5856 | Kartik Agaram | 2020-01-01 | 12 | -0/+1604 |
| | |||||
* | 5855 | Kartik Agaram | 2020-01-01 | 4 | -4281/+4566 |
| | |||||
* | 5835 | Kartik Agaram | 2019-12-28 | 4 | -3704/+4772 |
| | |||||
* | 5810 | Kartik Agaram | 2019-12-09 | 3 | -24/+25 |
| | |||||
* | 5806 | Kartik Agaram | 2019-12-09 | 20 | -6400/+6404 |
| | |||||
* | 5786 | Kartik Agaram | 2019-11-30 | 1 | -2320/+2356 |
| | |||||
* | 5783 | Kartik Agaram | 2019-11-30 | 14 | -2563/+3601 |
| | |||||
* | 5771 | Kartik Agaram | 2019-11-28 | 1 | -2159/+2556 |
| | |||||
* | 5766 | Kartik Agaram | 2019-11-26 | 1 | -197/+299 |
| | |||||
* | 5763 | Kartik Agaram | 2019-11-26 | 1 | -844/+886 |
| | |||||
* | 5761 | Kartik Agaram | 2019-11-26 | 1 | -2099/+2229 |
| | |||||
* | 5756 | Kartik Agaram | 2019-11-18 | 1 | -982/+1000 |
| | |||||
* | 5755 | Kartik Agaram | 2019-11-18 | 1 | -897/+958 |
| | | | | Support function calls with literal arguments. | ||||
* | 5754 | Kartik Agaram | 2019-11-18 | 1 | -1095/+1168 |
| | | | | Support binary instructions with an immediate operand. | ||||
* | 5753 | Kartik Agaram | 2019-11-18 | 2 | -1501/+1510 |
| | | | | | | | | | Binaries are now identical again. There's a little hack here that we should clean up at some point. But it requires more thought. Ordering compiler phases is hard. So far we're only at the start of the slippery slope into that abyss. | ||||
* | 5752 | Kartik Agaram | 2019-11-18 | 1 | -1094/+1109 |
| | | | | | | | Support binary operations with reg/mem and reg operands. Everything is passing. However, the self-hosting translator now generates some discrepancies compared to the C++ translator :( | ||||
* | 5751 - start of table of Mu primitives | Kartik Agaram | 2019-11-18 | 1 | -940/+1099 |
| | | | | | So far this is just the same as our most recent tests. But now we have a 'DSL' for adding more primitives. | ||||
* | 5750 | Kartik Agaram | 2019-11-17 | 1 | -440/+816 |
| | | | | | We can now compile primitive statements while selecting the right template to code-gen each one from. Even when multiple templates have the same name. | ||||
* | 5747 | Kartik Agaram | 2019-11-15 | 1 | -1023/+1317 |
| | |||||
* | 5745 | Kartik Agaram | 2019-11-14 | 1 | -1038/+1068 |
| | | | | | | I've been under-estimating the complexity of translating primitive statements. We need to separately track information for each primitive about operands for both the source and emitted SubX notation. | ||||
* | 5741 | Kartik Agaram | 2019-11-14 | 1 | -1014/+1020 |
| | | | | | Support variables at positive stack offsets (formal parameters for functions), and also an indicator for 'any register' for primitive operations. | ||||
* | 5738 | Kartik Agaram | 2019-11-10 | 1 | -898/+1081 |
| | |||||
* | 5732 | Kartik Agaram | 2019-11-09 | 1 | -1000/+973 |
| | |||||
* | 5731 | Kartik Agaram | 2019-11-09 | 1 | -910/+899 |
| | |||||
* | 5730 | Kartik Agaram | 2019-11-09 | 1 | -606/+1028 |
| |