aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-131-21/+21
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-111-2/+12
|
* isel skeleton lemon2023-06-101-11/+10
|
* pointer arith bugifx lemon2023-06-081-1/+2
|
* encode calls a different way in the IR lemon2023-06-051-20/+13
|
* style lemon2023-06-051-8/+13
|
* strlits lemon2023-06-051-2/+4
|
* command line switch for debug options lemon2023-06-051-2/+5
|
* better diagnostics lemon2023-06-041-9/+32
|
* enum fixes lemon2023-06-041-8/+8
|
* better enums lemon2023-06-041-13/+50
|
* ; after do while lemon2023-06-041-0/+1
|
* correctly handle function call returning narrow int lemon2023-06-041-7/+8
|
* enums lemon2023-06-041-5/+49
|
* evaluate call args backwards lemon2023-06-041-12/+14
|
* bugfix lemon2023-06-041-1/+6
|
* support calling undeclared functions lemon2023-06-041-2/+17
|
* fix associativity of assignment expressions lemon2023-06-041-1/+2
|
* optimize away unused results when expression is only evaluated for side effects lemon2023-06-041-20/+46
|
* do while lemon2023-06-041-0/+20
|
* abi lowering pass lemon2023-06-041-79/+59
|
* basic ABI lowering of aggregates lemon2023-06-011-29/+16
|
* struct args and return lemon2023-06-011-15/+78
|
* regalloc skeleton lemon2023-05-311-28/+45
|
* fix cmp exprs lemon2023-05-311-2/+3
|
* style lemon2023-05-311-3/+3
|
* '!' optimizations lemon2023-05-311-2/+20
|
* fix void conditional expr; condjump, condexprvalue optimizations lemon2023-05-311-45/+121
|
* phis? lemon2023-05-301-26/+68
|
* bugfix with if true branch ending in return lemon2023-05-301-12/+12
|
* field access lemon2023-05-291-34/+88
|
* cleanup lemon2023-05-281-22/+32
|
* improve struct token lemon2023-05-281-10/+12
|
* bugfix lemon2023-05-281-7/+23
|
* more memory efficient symbol tables lemon2023-05-281-41/+88
|
* bool fixes lemon2023-05-281-3/+6
|
* cleanup lemon2023-05-281-146/+184
|
* recursive descent -> precedence climbing parser lemon2023-05-271-605/+444
|
* hm lemon2023-05-261-58/+199
|
* initial commit lemon2023-05-101-0/+2104