| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style | 2023-06-05 | 1 | -8/+13 | |
| * | strlits | 2023-06-05 | 1 | -2/+4 | |
| * | command line switch for debug options | 2023-06-05 | 1 | -2/+5 | |
| * | better diagnostics | 2023-06-04 | 1 | -9/+32 | |
| * | enum fixes | 2023-06-04 | 1 | -8/+8 | |
| * | better enums | 2023-06-04 | 1 | -13/+50 | |
| * | ; after do while | 2023-06-04 | 1 | -0/+1 | |
| * | correctly handle function call returning narrow int | 2023-06-04 | 1 | -7/+8 | |
| * | enums | 2023-06-04 | 1 | -5/+49 | |
| * | evaluate call args backwards | 2023-06-04 | 1 | -12/+14 | |
| * | bugfix | 2023-06-04 | 1 | -1/+6 | |
| * | support calling undeclared functions | 2023-06-04 | 1 | -2/+17 | |
| * | fix associativity of assignment expressions | 2023-06-04 | 1 | -1/+2 | |
| * | optimize away unused results when expression is only evaluated for side effects | 2023-06-04 | 1 | -20/+46 | |
| * | do while | 2023-06-04 | 1 | -0/+20 | |
| * | abi lowering pass | 2023-06-04 | 1 | -79/+59 | |
| * | basic ABI lowering of aggregates | 2023-06-01 | 1 | -29/+16 | |
| * | struct args and return | 2023-06-01 | 1 | -15/+78 | |
| * | regalloc skeleton | 2023-05-31 | 1 | -28/+45 | |
| * | fix cmp exprs | 2023-05-31 | 1 | -2/+3 | |
| * | style | 2023-05-31 | 1 | -3/+3 | |
| * | '!' optimizations | 2023-05-31 | 1 | -2/+20 | |
| * | fix void conditional expr; condjump, condexprvalue optimizations | 2023-05-31 | 1 | -45/+121 | |
| * | phis? | 2023-05-30 | 1 | -26/+68 | |
| * | bugfix with if true branch ending in return | 2023-05-30 | 1 | -12/+12 | |
| * | field access | 2023-05-29 | 1 | -34/+88 | |
| * | cleanup | 2023-05-28 | 1 | -22/+32 | |
| * | improve struct token | 2023-05-28 | 1 | -10/+12 | |
| * | bugfix | 2023-05-28 | 1 | -7/+23 | |
| * | more memory efficient symbol tables | 2023-05-28 | 1 | -41/+88 | |
| * | bool fixes | 2023-05-28 | 1 | -3/+6 | |
| * | cleanup | 2023-05-28 | 1 | -146/+184 | |
| * | recursive descent -> precedence climbing parser | 2023-05-27 | 1 | -605/+444 | |
| * | hm | 2023-05-26 | 1 | -58/+199 | |
| * | initial commit | 2023-05-10 | 1 | -0/+2104 |