aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* hint in-place operations to use same reg for lhs and destlemon2023-06-151-1/+1
* less memsetlemon2023-06-153-5/+9
* oopslemon2023-06-141-1/+1
* cleanuplemon2023-06-141-15/+14
* imrpove emit()lemon2023-06-142-78/+106
* add spilling for function calls, misc fixeslemon2023-06-146-41/+180
* simpler handling of large constants in IRlemon2023-06-146-37/+37
* renamelemon2023-06-142-2/+2
* rename parse.c -> c.clemon2023-06-132-1/+1
* lowering of structcopylemon2023-06-137-93/+178
* oopslemon2023-06-131-1/+1
* use a hashtable for addr refslemon2023-06-137-18/+39
* lower allocas in isel() instead of emit() and misc fixeslemon2023-06-1311-172/+146
* amd64/emit: add commentslemon2023-06-121-87/+115
* add todo.txtlemon2023-06-121-0/+11
* dumblemon2023-06-121-9/+8
* xor reg,reglemon2023-06-123-5/+29
* nyi fdivlemon2023-06-121-1/+1
* dec,inc,sublemon2023-06-125-3/+57
* bugfixlemon2023-06-122-3/+4
* amd64/emit: emit LEA for 3-address ADDlemon2023-06-121-3/+14
* oopslemon2023-06-121-1/+1
* something with philemon2023-06-123-36/+18
* register renaming and suchlemon2023-06-1210-92/+351
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0lemon2023-06-1112-203/+267
* isel skeletonlemon2023-06-1015-167/+742
* pointer arith bugifxlemon2023-06-081-1/+2
* codegen skeletonlemon2023-06-0615-18/+417
* regalloc: lower phislemon2023-06-052-5/+27
* encode calls a different way in the IRlemon2023-06-059-178/+158
* fix classify ptrslemon2023-06-051-2/+2
* stylelemon2023-06-056-29/+33
* strlitslemon2023-06-057-20/+85
* command line switch for debug optionslemon2023-06-057-12/+34
* better diagnosticslemon2023-06-046-22/+65
* enum fixeslemon2023-06-042-8/+9
* better enumslemon2023-06-042-14/+55
* ; after do whilelemon2023-06-041-0/+1
* correctly handle function call returning narrow intlemon2023-06-042-7/+16
* enumslemon2023-06-042-5/+57
* evaluate call args backwardslemon2023-06-046-14/+45
* oopslemon2023-06-041-0/+1
* bugfixlemon2023-06-044-16/+31
* makefile: automatic dependency generationlemon2023-06-041-13/+4
* support calling undeclared functionslemon2023-06-043-2/+23
* fix associativity of assignment expressionslemon2023-06-042-3/+5
* optimize away unused results when expression is only evaluated for side effectslemon2023-06-042-24/+48
* do whilelemon2023-06-042-0/+27
* gooflemon2023-06-041-1/+5
* abi lowering passlemon2023-06-0414-312/+667