aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* use a hashtable for addr refs lemon2023-06-137-18/+39
|
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-1311-172/+146
|
* amd64/emit: add comments lemon2023-06-121-87/+115
|
* add todo.txt lemon2023-06-121-0/+11
|
* dumb lemon2023-06-121-9/+8
|
* xor reg,reg lemon2023-06-123-5/+29
|
* nyi fdiv lemon2023-06-121-1/+1
|
* dec,inc,sub lemon2023-06-125-3/+57
|
* bugfix lemon2023-06-122-3/+4
|
* amd64/emit: emit LEA for 3-address ADD lemon2023-06-121-3/+14
|
* oops lemon2023-06-121-1/+1
|
* something with phi lemon2023-06-123-36/+18
|
* register renaming and such lemon2023-06-1210-92/+351
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-1112-203/+267
|
* isel skeleton lemon2023-06-1015-167/+742
|
* pointer arith bugifx lemon2023-06-081-1/+2
|
* codegen skeleton lemon2023-06-0615-18/+417
|
* regalloc: lower phis lemon2023-06-052-5/+27
|
* encode calls a different way in the IR lemon2023-06-059-178/+158
|
* fix classify ptrs lemon2023-06-051-2/+2
|
* style lemon2023-06-056-29/+33
|
* strlits lemon2023-06-057-20/+85
|
* command line switch for debug options lemon2023-06-057-12/+34
|
* better diagnostics lemon2023-06-046-22/+65
|
* enum fixes lemon2023-06-042-8/+9
|
* better enums lemon2023-06-042-14/+55
|
* ; after do while lemon2023-06-041-0/+1
|
* correctly handle function call returning narrow int lemon2023-06-042-7/+16
|
* enums lemon2023-06-042-5/+57
|
* evaluate call args backwards lemon2023-06-046-14/+45
|
* 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
|