| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | better diagnostics | 2023-06-04 | 6 | -22/+65 | ||
| | | ||||||
| * | enum fixes | 2023-06-04 | 2 | -8/+9 | ||
| | | ||||||
| * | better enums | 2023-06-04 | 2 | -14/+55 | ||
| | | ||||||
| * | ; after do while | 2023-06-04 | 1 | -0/+1 | ||
| | | ||||||
| * | correctly handle function call returning narrow int | 2023-06-04 | 2 | -7/+16 | ||
| | | ||||||
| * | enums | 2023-06-04 | 2 | -5/+57 | ||
| | | ||||||
| * | evaluate call args backwards | 2023-06-04 | 6 | -14/+45 | ||
| | | ||||||
| * | oops | 2023-06-04 | 1 | -0/+1 | ||
| | | ||||||
| * | bugfix | 2023-06-04 | 4 | -16/+31 | ||
| | | ||||||
| * | makefile: automatic dependency generation | 2023-06-04 | 1 | -13/+4 | ||
| | | ||||||
| * | support calling undeclared functions | 2023-06-04 | 3 | -2/+23 | ||
| | | ||||||
| * | fix associativity of assignment expressions | 2023-06-04 | 2 | -3/+5 | ||
| | | ||||||
| * | optimize away unused results when expression is only evaluated for side effects | 2023-06-04 | 2 | -24/+48 | ||
| | | ||||||
| * | do while | 2023-06-04 | 2 | -0/+27 | ||
| | | ||||||
| * | goof | 2023-06-04 | 1 | -1/+5 | ||
| | | ||||||
| * | abi lowering pass | 2023-06-04 | 14 | -312/+667 | ||
| | | ||||||
| * | basic ABI lowering of aggregates | 2023-06-01 | 12 | -159/+447 | ||
| | | ||||||
| * | struct args and return | 2023-06-01 | 9 | -54/+150 | ||
| | | ||||||
| * | regalloc skeleton | 2023-05-31 | 13 | -60/+298 | ||
| | | ||||||
| * | fix cmp exprs | 2023-05-31 | 1 | -2/+3 | ||
| | | ||||||
| * | style | 2023-05-31 | 1 | -3/+3 | ||
| | | ||||||
| * | '!' optimizations | 2023-05-31 | 3 | -6/+39 | ||
| | | ||||||
| * | fix void conditional expr; condjump, condexprvalue optimizations | 2023-05-31 | 4 | -45/+158 | ||
| | | ||||||
| * | phis? | 2023-05-30 | 6 | -139/+162 | ||
| | | ||||||
| * | bugfix with if true branch ending in return | 2023-05-30 | 2 | -13/+14 | ||
| | | ||||||
| * | field access | 2023-05-29 | 5 | -58/+179 | ||
| | | ||||||
| * | cleanup | 2023-05-28 | 2 | -32/+32 | ||
| | | ||||||
| * | improve struct token | 2023-05-28 | 6 | -140/+200 | ||
| | | ||||||
| * | bugfix | 2023-05-28 | 2 | -7/+25 | ||
| | | ||||||
| * | more memory efficient symbol tables | 2023-05-28 | 2 | -54/+88 | ||
| | | ||||||
| * | check color output | 2023-05-28 | 1 | -0/+12 | ||
| | | ||||||
| * | bool fixes | 2023-05-28 | 6 | -7/+16 | ||
| | | ||||||
| * | cleanup | 2023-05-28 | 5 | -149/+188 | ||
| | | ||||||
| * | recursive descent -> precedence climbing parser | 2023-05-27 | 5 | -613/+459 | ||
| | | ||||||
| * | hm | 2023-05-26 | 13 | -196/+876 | ||
| | | ||||||
| * | initial commit | 2023-05-10 | 18 | -0/+5539 | ||