aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* oops lemon2023-06-041-0/+1
|
* bugfix lemon2023-06-044-16/+31
|
* makefile: automatic dependency generation lemon2023-06-041-13/+4
|
* support calling undeclared functions lemon2023-06-043-2/+23
|
* fix associativity of assignment expressions lemon2023-06-042-3/+5
|
* optimize away unused results when expression is only evaluated for side effects lemon2023-06-042-24/+48
|
* do while lemon2023-06-042-0/+27
|
* goof lemon2023-06-041-1/+5
|
* abi lowering pass lemon2023-06-0414-312/+667
|
* basic ABI lowering of aggregates lemon2023-06-0112-159/+447
|
* struct args and return lemon2023-06-019-54/+150
|
* regalloc skeleton lemon2023-05-3113-60/+298
|
* fix cmp exprs lemon2023-05-311-2/+3
|
* style lemon2023-05-311-3/+3
|
* '!' optimizations lemon2023-05-313-6/+39
|
* fix void conditional expr; condjump, condexprvalue optimizations lemon2023-05-314-45/+158
|
* phis? lemon2023-05-306-139/+162
|
* bugfix with if true branch ending in return lemon2023-05-302-13/+14
|
* field access lemon2023-05-295-58/+179
|
* cleanup lemon2023-05-282-32/+32
|
* improve struct token lemon2023-05-286-140/+200
|
* bugfix lemon2023-05-282-7/+25
|
* more memory efficient symbol tables lemon2023-05-282-54/+88
|
* check color output lemon2023-05-281-0/+12
|
* bool fixes lemon2023-05-286-7/+16
|
* cleanup lemon2023-05-285-149/+188
|
* recursive descent -> precedence climbing parser lemon2023-05-275-613/+459
|
* hm lemon2023-05-2613-196/+876
|
* initial commit lemon2023-05-1018-0/+5539